Files
OpenCode Agent d513808ac0 Implement pack registry system and management CLI
Add registry.json manifests to agent packs and commands to support
structured discovery. Include a CLI for project initialization, a
registry generator script, and a plugin version locker. Add a new
learn command for session documentation.
2026-01-28 21:00:03 +00:00

35 lines
1.1 KiB
JSON

{
"name": "component-engineer",
"description": "Professional React component engineering and audit pack.",
"items": [
{
"name": "component-engineer",
"description": "Expert React architecture specialist.",
"type": "agent",
"path": ".opencode/agent/component-engineer.md",
"target": "agent/component-engineer.md"
},
{
"name": "component-create",
"description": "Create spec-compliant React components.",
"type": "command",
"path": ".opencode/command/component-create.md",
"target": "command/component-create.md"
},
{
"name": "component-review",
"description": "Audit components against engineering spec.",
"type": "command",
"path": ".opencode/command/component-review.md",
"target": "command/component-review.md"
},
{
"name": "component-engineering",
"description": "Component engineering specification skill.",
"type": "skill",
"path": ".opencode/skill/component-engineering",
"target": "skill/component-engineering"
}
]
}