diff --git a/.gitignore b/.gitignore index 4554d39..03e10b6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *.bnp *.wasm /web/node_modules/ +/web/pnpm-workspace.yaml diff --git a/plugin.mod b/plugin.mod index 2e0a48b..c6410d3 100644 --- a/plugin.mod +++ b/plugin.mod @@ -1,9 +1,9 @@ [plugin] name = "smartblock" display_name = "Smart Block" -scope = "ninja" +scope = "@ninja" version = "1.0.0" description = "AI-powered block that generates custom content structures from natural-language prompts and renders them by substituting {{field}} placeholders." kind = "plugin" -categories = ["content"] +categories = ["developer"] tags = ["ai", "content", "blocks", "generative"]