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>
Update command-creator documentation with critical placeholder rules,
XML block structures, and direct address terminology. Add the /learn
command for documenting session findings and workarounds.
Add XML instructions and a task routing table to AGENTS.md. Flesh out
the repository structure tree to include all agent pack
subdirectories. Significantly expand the cowork README with feature
details, vault structure, and agent tables.
Introduce a specialized agent pack for repository documentation.
Includes a unified `/init` command with routing for AI navigation or
user assistance, alongside SOP skills for mapping codebases and
onboarding users.
- Add repo-navigator agent and pack documentation
- Implement `/init` command for automated AGENTS.md generation
- Add agent-navigation-sop and user-onboarding-sop skills
- Update root README and AGENTS.md guides
- Enhance skill-creator with bundled reference documents
Introduce the Principle of Least Privilege to agent templates by
enforcing scoped skill permissions. This update adds five specialized
Convex skills to the VRTCT stack and updates documentation to reflect
the new architecture and folder structure.
Apply structured tags (<overview>, <rules>, <context>) across the
Vite-Convex stack. Update the database expert agent permissions and
modernize guidance for Convex Auth Beta and Tailwind v4.
Implement comprehensive skills for Convex auth, core, deployment, and
runtime. Add detailed component references for Agent, RAG, Workflow,
and Workpool patterns. Update the database expert agent with new
schema and security guidelines.
Rename repo-navigator-creator to repo-navigator and add support for
dual workflows (/init and /howto). Integrate explore subagent logic
for handling complex repositories and update the role definition and
quality checklist accordingly.
Add standardized blocks for core mission, safety standards, tool
discipline, LSP management, and engineering workflow to all agent
definitions. Include resumption protocols where applicable.
Introduce a fast/smart agent split to replace the legacy general
subagent. Rename improve commands to remove colons. Update the audit
script to support multi-line frontmatter and stricter example
validation.
Remove the Commands2Skills template and update agent paths to reflect
their location in the agents/ directory. Shorten descriptions in
README.md and AGENTS.md for brevity and update recommended models.
- Implement internal maintenance suite: repo-maintainer agent and automated audit/sync scripts.
- Add "Opencode Configurator" suite: agent-architect, command-creator, and skill-creator.
- Refactor core commands (/improve, /refactor, /rmslop) to RFC 2119 + XML standards.
- Standardize all agent metadata and structural tagging across the repository.
- Introduce utility commands: /npm for package management and /create-pack for bundling.
- Overhaul README.md and documentation to reflect new workflow patterns.
Introduce a new agent and comprehensive skill set for professional React
component engineering. This includes specialized commands for component
review and creation based on a formal specification.
Key additions:
- New component-engineer agent and associated commands
- Deep knowledge-base skill covering accessibility and composition
- Integration of the specification into the VRTCT stack agents
Reorder permission blocks in agents to ensure the wildcard denial is
listed first, which is required for correct skill evaluation.
Update the permissions-update command documentation to clarify this
requirement.
Remove the gpt-oauth-prompt-enhancer plugin and disable the
gpt-oss-120b-medium model in the proxy configuration.
The Ralph Wiggum Loop is an autonomous orchestrator using stateful
subagent sessions and dynamic checklists for task verification.
Documentation now includes warnings that the skill permission system is
non-functional in OpenCode 1.1.2.
- Add parallel-PRD agent collection for multi-perspective planning
- Migrate agents and skills from legacy tools to permission schema
- Add permissions-update command to automate configuration modernization
- Update documentation to reflect new agent collections and schema
changes