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.
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.
- 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.
Apply a default deny policy for skills across all agents. Refine
frontmatter descriptions for clarity and restructure the
commands-md-updater agent using semantic tags. Update the TypeScript
expert to include test writing capabilities.
Convert markdown files to use XML-like tags for structure and adopt RFC
2119 keywords. Delete redundant generic agent definitions and update
coding guidelines to enforce stricter modularity, file size limits, and
barrel exports.