- claude-config-audit-settings.md: update hook inventory to post-Decision #29 state - maintainer.md: remove PostToolUse references, update to current hook types - settings-optimization.md: update review layer table and hooks.json format - claude-config-optimize-settings.md: fix stale doc-guardian PostToolUse reference - project-hygiene/claude-md-integration.md: rewrite for manual /hygiene check - doc-guardian: update doc-sync.md and sync-workflow.md hook references - MIGRATION-v9.md: mark deleted commands as Removed, not renamed - projman/task-sizing.md: PostToolUse → PreToolUse in example - scripts/setup.sh: /labels-sync → /labels sync - docs/CONFIGURATION.md: doc-guardian "Commands and hooks" → "Commands only" - docs/prompts/INDEX.md: add prompt execution index Version: 9.0.1 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
44 lines
1017 B
Markdown
44 lines
1017 B
Markdown
---
|
|
name: doc sync
|
|
description: 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
|
|
|
|
1. **Review Pending Queue**
|
|
Execute `skills/sync-workflow.md` - read `.doc-guardian-queue`
|
|
|
|
2. **Batch Updates**
|
|
For each pending item:
|
|
- Show the specific change needed
|
|
- Apply the update
|
|
- Track in change list
|
|
|
|
3. **Commit Strategy**
|
|
- Stage all doc changes together
|
|
- Single commit: `docs: sync documentation with code changes`
|
|
- Include summary in commit body
|
|
|
|
4. **Clear Queue**
|
|
After successful sync, clear the queue file
|
|
|
|
5. **Output**
|
|
Use format from `skills/sync-workflow.md`
|