clear_cache
Purges old cached repositories from the .docsgrep workspace, removing those older than a specified max age (default 7 days).
Instructions
Purges old cached repositories from the .docsgrep workspace. Removes repos older than the specified max age (default 7 days).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| localProjectPath | Yes | The absolute path to the local project containing .docsgrep workspace. | |
| maxAgeDays | No | Maximum age in days for cached repos (default: 7). |