smartblock/plugin.mod
Alex Dunmow d8df710573 chore: register @ninja/smartblock scope and ignore pnpm-workspace.yaml
- 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>
2026-07-05 02:50:13 +08:00

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"]