- README.md fully rewritten: clean domain-grouped plugin tables, accurate structure tree matching CANONICAL-PATHS, all 10 scripts and 7 docs listed - CLAUDE.md structure tree updated to match (was showing only 12 plugins) - Deleted scripts/check-venv.sh (dead code for unimplemented SessionStart hooks) - Fixed stale .doc-guardian-queue references in doc-sync.md and sync-workflow.md - Removed check-venv.sh from CANONICAL-PATHS.md, added missing consumer scripts - Version bumped to 9.1.1 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
990 B
990 B
name, description
| name | description |
|---|---|
| doc sync | Synchronize all pending documentation updates in a single commit |
/doc sync
Apply all pending documentation updates detected by /doc audit.
Skills to Load
- skills/sync-workflow.md
- skills/drift-detection.md
Visual Output
+------------------------------------------------------------------+
| DOC-GUARDIAN - Documentation Sync |
+------------------------------------------------------------------+
Process
-
Detect Drift Run
/doc auditfirst (or use its most recent results) to identify documentation that is out of sync with code. -
Batch Updates For each drift item:
- Show the specific change needed
- Apply the update
- Track in change list
-
Commit Strategy
- Stage all doc changes together
- Single commit:
docs: sync documentation with code changes - Include summary in commit body
-
Output Use format from
skills/sync-workflow.md