4 Commits

Author SHA1 Message Date
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
OpenCode Agent 65fb198c0a Simplify command descriptions
- 3-6 word user-friendly descriptions
- Complementary to command names
2026-01-05 01:12:50 +00:00
Test User 9b70decd13 Standardize agent and command documentation
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.
2026-01-01 21:18:18 +00:00
Igor Warzocha d5a39a22a6 Add /refactor and update /improve:save
Configure /improve:save to store prompts in an `enhanced-prompts`
directory and run as a subtask. Document the new /refactor command
focused on modularity and cleanup.
2025-12-27 10:55:16 +00:00