check_context_files
Verify AI context files in a project, reporting each file as ok, stale, or missing based on repository state.
Instructions
Check whether the existing AI context files match the current repository. Reports per-file ok/stale/missing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the project directory | |
| targets | No | ||
| outputDir | No | Directory holding the files (default: the project path) | |
| recurse | No | Also check each workspace package for a monorepo (default: false) |