Delete the internal CLI source and project configuration files. Update
the registry metadata to use the manager name and clear personal
branding information.
Preserves detailed local item structure while updating:
- registry.json: name, pack/item descriptions from remote
- registry.toml: complete UI/about sections from remote
Local registry.json has comprehensive item listings (47+ items/pack)
that should be preserved over remote's simplified structure.
* 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>