Merge pull request 'fix: correct doc-guardian README to match actual implementation' (#84) from fix/doc-guardian-readme-accuracy into development
This commit was merged in pull request #84.
This commit is contained in:
@@ -11,10 +11,10 @@ Documentation gets outdated. Functions get renamed, configs change, versions bum
|
|||||||
|
|
||||||
## Solution
|
## Solution
|
||||||
|
|
||||||
doc-guardian watches your code changes and automatically:
|
doc-guardian monitors your code changes via hooks:
|
||||||
1. Detects when changes affect documentation
|
1. Detects when changes might affect documentation
|
||||||
2. Queues updates silently (doesn't interrupt your flow)
|
2. Alerts you to potential drift (doesn't interrupt your flow)
|
||||||
3. Syncs all doc changes in a single commit when ready
|
3. Provides commands to audit and sync docs when ready
|
||||||
|
|
||||||
## Commands
|
## Commands
|
||||||
|
|
||||||
@@ -25,8 +25,7 @@ doc-guardian watches your code changes and automatically:
|
|||||||
|
|
||||||
## Hooks
|
## Hooks
|
||||||
|
|
||||||
- **PostToolUse (Write\|Edit)**: Silently checks if code changes affect docs
|
- **PostToolUse (Write|Edit)**: Silently checks if code changes affect docs
|
||||||
- **Stop**: Reminds you of pending doc updates before session ends
|
|
||||||
|
|
||||||
## What It Detects
|
## What It Detects
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user