scan_todos
Find TODO comments in a codebase and retrieve their locations and metadata. Use include/exclude glob patterns to focus on specific files and manage pending tasks.
Instructions
Scan the codebase for TODO comments. Returns all found TODOs with their locations and metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | No | Root directory to scan (defaults to workspace root) | |
| exclude | No | Glob patterns for files to exclude (e.g., ['test/**']) | |
| include | No | Glob patterns for files to include (e.g., ['*.ts', '*.js']) |