discover_ai_readmes
Scan a project to find all AI_README.md files and return an index with their paths, scopes, and coverage patterns.
Instructions
Scan the project and discover all AI_README.md files. Returns an index of all README files with their paths, scopes, and coverage patterns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectRoot | Yes | The root directory of the project. Use the current working directory (e.g., from environment or pwd). If unsure, pass the project root path. | |
| excludePatterns | No | Glob patterns to exclude (e.g., ['node_modules/**', '.git/**']) |