3 Commits

Author SHA1 Message Date
OpenCode Agent 9779a204d1 Remove howaboua-cli and rename project to manager
Delete the internal CLI source and project configuration files. Update
the registry metadata to use the manager name and clear personal
branding information.
2026-02-03 22:18:05 +00:00
OpenCode Agent 1388bf98dc Merge remote registry metadata with local structure
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.
2026-02-03 21:16:55 +00:00
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