mirror of
https://github.com/IgorWarzocha/Opencode-Workflows.git
synced 2026-09-14 16:22:53 +08:00
d513808ac0
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.
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"name": "generic",
|
|
"description": "Canonical agents for global use.",
|
|
"items": [
|
|
{
|
|
"name": "fast",
|
|
"description": "High-speed atomic task workhorse. Configure to a model like Haiku. Pair with `smart`.",
|
|
"type": "agent",
|
|
"path": ".opencode/agent/fast.md",
|
|
"target": "agent/fast.md"
|
|
},
|
|
{
|
|
"name": "smart",
|
|
"description": "Senior architect for complex refactoring. Configure to a model like Opus. Pair with `fast`.",
|
|
"type": "agent",
|
|
"path": ".opencode/agent/smart.md",
|
|
"target": "agent/smart.md"
|
|
},
|
|
{
|
|
"name": "subagent-orchestrator",
|
|
"description": "Disciplined subagent dispatcher and coordinator.",
|
|
"type": "agent",
|
|
"path": ".opencode/agent/subagent-orchestrator.md",
|
|
"target": "agent/subagent-orchestrator.md"
|
|
},
|
|
{
|
|
"name": "openspec-orchestrator",
|
|
"description": "Enforce strict OpenSpec formatting/validation. For use with Openspec only.",
|
|
"type": "agent",
|
|
"path": ".opencode/agent/openspec-orchestrator.md",
|
|
"target": "agent/openspec-orchestrator.md"
|
|
}
|
|
]
|
|
}
|