detect_stale_docs
Identifies wiki pages that are outdated because source files have been modified since documentation was generated.
Instructions
Find wiki pages that may be outdated because their source files have been modified since the documentation was generated.
Requires: index_repository must be called first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | Path to the indexed repository | |
| threshold_days | No | Minimum days since source changed to consider stale (default: 0) |