validate_documentation_freshness
Validate documentation freshness by initializing metadata for files without it and updating timestamps based on git code changes.
Instructions
Validate documentation freshness, initialize metadata for files without it, and update timestamps based on code changes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docsPath | Yes | Path to documentation directory | |
| projectPath | Yes | Path to project root (for git integration) | |
| initializeMissing | No | Initialize metadata for files without it | |
| updateExisting | No | Update last_validated timestamp for all files | |
| updateFrequency | No | Default update frequency for new metadata | monthly |
| validateAgainstGit | No | Validate against current git commit |