9 Commits

Author SHA1 Message Date
OpenCode Agent 9561ad6785 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.
2026-01-28 21:47:03 +00:00
OpenCode Agent d513808ac0 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.
2026-01-28 21:00:03 +00:00
OpenCode Agent d942a1f44f Refine command-creator skill and add /learn command
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.
2026-01-27 17:59:58 +00:00
OpenCode Agent 371e4c060c update: sync script to verify README coverage and document cowork/ system 2026-01-25 14:18:36 +00:00
OpenCode Agent eb0a342add fix: change MUST to SHOULD for todowrite in agents
Relax requirement level for todowrite usage from MUST to SHOULD
across all agent definitions to allow flexibility in task tracking.
2026-01-21 18:29:20 +00:00
OpenCode Agent 795885b330 Add Repo Navigator pack and documentation skills
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
2026-01-20 20:55:39 +00:00
OpenCode Agent 3ccf0b6a50 Standardize core instructions for all agents
Add standardized blocks for core mission, safety standards, tool
discipline, LSP management, and engineering workflow to all agent
definitions. Include resumption protocols where applicable.
2026-01-16 16:49:52 +00:00
OpenCode Agent 3a82a60126 Add fast/smart agents and refactor command names
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.
2026-01-16 01:02:21 +00:00
OpenCode Agent 2698a1d765 feat: comprehensive repository overhaul and standardization
- 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.
2026-01-12 18:16:06 +00:00