Files
Howaboua 1ff027e505 Cli (#2)
* 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>
2026-01-28 23:44:20 +00:00

70 lines
2.1 KiB
JSON

{
"name": "additional-commands",
"description": "Extended utility commands for various workflows.",
"items": [
{
"name": "learn",
"description": "A version of learn command hyperfocussed on minimal nested AGENTS.md creation.",
"type": "command",
"path": ".opencode/command/learn.md",
"target": "command/learn.md"
},
{
"name": "rmslop",
"description": "Remove AI-generated boilerplate/slop. Adjusted from OC repo command.",
"type": "command",
"path": ".opencode/command/rmslop.md",
"target": "command/rmslop.md"
},
{
"name": "loop",
"description": "Run autonomous development loops. Kinda Ralph, but via subagents.",
"type": "command",
"path": ".opencode/command/loop.md",
"target": "command/loop.md"
},
{
"name": "howto",
"description": "Generate AGENTS.md tailored towards teaching the user how to use a repo.",
"type": "command",
"path": ".opencode/command/howto.md",
"target": "command/howto.md"
},
{
"name": "create-pack",
"description": "Scaffold a new agent pack. Similar to you're looking at here.",
"type": "command",
"path": ".opencode/command/create-pack.md",
"target": "command/create-pack.md"
},
{
"name": "refactor",
"description": "Refactor code according to best practices.",
"type": "command",
"path": ".opencode/command/refactor.md",
"target": "command/refactor.md"
},
{
"name": "npm",
"description": "Helper for npm package management.",
"type": "command",
"path": ".opencode/command/npm.md",
"target": "command/npm.md"
},
{
"name": "improve-run",
"description": "Run and improve prompts.",
"type": "command",
"path": ".opencode/command/improve-run.md",
"target": "command/improve-run.md"
},
{
"name": "improve-save",
"description": "Improve and save a prompt.",
"type": "command",
"path": ".opencode/command/improve-save.md",
"target": "command/improve-save.md"
}
]
}