- plugin.mod: scope normalized to @ninja and category set to the valid "developer" taxonomy entry (via ninja plugin init against the dev registry). - .gitignore: ignore web/pnpm-workspace.yaml (pnpm-generated allowBuilds file). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
10 lines
346 B
Modula-2
10 lines
346 B
Modula-2
[plugin]
|
|
name = "smartblock"
|
|
display_name = "Smart Block"
|
|
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 = ["developer"]
|
|
tags = ["ai", "content", "blocks", "generative"]
|