check_stale
Identify documentation files not updated in over 30 days or out of sync with code. Provide a directory path to check for stale docs.
Instructions
Sniffs out documentation that has gone stale - not updated in 30+ days or out of sync with the actual code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dirPath | Yes | The absolute path to the local directory to check. | |
| maxAgeDays | No | Optional. Maximum age in days (default: 30). | |
| compareWithCode | No | Optional. Also check if docs match current code (default: true). |