mirror of
https://github.com/IgorWarzocha/Opencode-Workflows.git
synced 2026-09-14 16:22:53 +08:00
1ff027e505
* 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. * Add CLI and centralized workflow registry Implement an interactive CLI tool to browse and install workflow packs. Consolidate decentralized manifests into a single root registry for easier maintenance. * update * buffer * Rewrite CLI as TUI workflow selector Replace the Commander-based CLI with a TUI built on Bun, Solid.js, and OpenTUI. This version provides hierarchical navigation for selecting workflow packs and standalone items. - Migrate code from packages/cli to howaboua-cli - Support global (~/.config/opencode/) and local (.opencode/) sync - Add one-shot verification rules to howaboua-cli/AGENTS.md * chore: ignore @howaboua-cli directory --------- Co-authored-by: OpenCode Agent <agent@opencode.ai>
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"
|
|
}
|
|
]
|
|
}
|