scan_todos_raw
Retrieve the full list of TODO comments in a repository to uncover pending technical debt. Optionally filter by subdirectory to narrow the scan to a specific code area.
Instructions
Internal/manual use: returns the full unranked list of TODOs in a repo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | Yes | Absolute path to the repository | |
| directory_filter | No | Optional subdirectory path |