@suncreation/modu-arena 0.3.2 → 0.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/commands/modu/sync.md +9 -1
- package/package.json +1 -1
package/commands/modu/sync.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
description: Sync implementation changes back into docs (SPEC + API docs)
|
|
2
|
+
description: Sync implementation changes back into docs (SPEC + API docs + README)
|
|
3
3
|
argument-hint: <SPEC-ID>
|
|
4
4
|
allowed-tools: Task, Read, Grep, Glob, Edit, Write
|
|
5
5
|
---
|
|
@@ -13,6 +13,14 @@ Must do:
|
|
|
13
13
|
- Read `.modu-arena/development-plan.md`.
|
|
14
14
|
- Read `.modu-arena/specs/<SPEC-ID>/{spec.md,plan.md,acceptance.md}`.
|
|
15
15
|
- If APIs changed, update `docs/api-specification.md`.
|
|
16
|
+
- Read `README.md` and compare against current implementation state. Update `README.md` if any of these are out of date:
|
|
17
|
+
- Supported tools list or feature descriptions
|
|
18
|
+
- CLI commands, options, or usage examples
|
|
19
|
+
- Architecture diagrams or tech stack references
|
|
20
|
+
- Installation instructions or environment variables
|
|
21
|
+
- Database schema or API reference sections
|
|
22
|
+
- Any version numbers, dates, or status badges
|
|
23
|
+
- Preserve the existing README structure and tone. Only modify sections that are factually stale.
|
|
16
24
|
|
|
17
25
|
Output requirements:
|
|
18
26
|
|
package/package.json
CHANGED