cleanup_stale_analyses
Remove analysis files for non-existent or outdated files older than a specified number of days to free up space and maintain project hygiene.
Instructions
Clean up stale analysis files older than specified days
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | No | Absolute path to the project directory. If not provided, uses the current working directory. Cleans up analysis data for files that no longer exist or are older than the specified age. | |
| maxAgeDays | No | Maximum age in days for analysis files to be considered stale. Files with analysis data older than this will be removed. Must be between 1 and 365 days, defaults to 30 days. |