validate_ai_readmes
Validates all AI_README.md files in a project. Checks token count, structure, and content quality. Returns validation results with suggestions for improvement.
Instructions
Validate all AI_README.md files in a project. Checks token count, structure, and content quality. Returns validation results with suggestions for improvement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| config | No | Custom validation configuration (optional, uses defaults if not provided) | |
| 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/**"]) |