track_documentation_freshness
Scan documentation directories for staleness markers and identify files needing updates using configurable threshold presets or custom time units.
Instructions
Scan documentation directory for staleness markers and identify files needing updates based on configurable time thresholds (minutes, hours, days)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docsPath | Yes | Path to documentation directory | |
| projectPath | No | Path to project root (for knowledge graph tracking) | |
| warningThreshold | No | Warning threshold (yellow flag) | |
| staleThreshold | No | Stale threshold (orange flag) | |
| criticalThreshold | No | Critical threshold (red flag) | |
| preset | No | Use predefined threshold preset | |
| includeFileList | No | Include detailed file list in response | |
| sortBy | No | Sort order for file list | staleness |
| storeInKG | No | Store tracking event in knowledge graph for historical analysis |