5 Commits

Author SHA1 Message Date
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 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 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