mirror of
https://github.com/IgorWarzocha/Opencode-Workflows.git
synced 2026-09-14 16:22:53 +08:00
2698a1d765
- 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.
11 lines
295 B
Markdown
11 lines
295 B
Markdown
---
|
|
description: Report repository inventory and guide doc updates
|
|
agent: repo-maintainer
|
|
---
|
|
|
|
Run the inventory report:
|
|
|
|
`!python3 .opencode/skill/repo-maintenance/scripts/sync_docs.py`
|
|
|
|
Then run `git diff origin/master` to see what changed and determine if README or other docs need updating.
|