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