active_todos
Scan project for TODO/FIXME/XXX/HACK comments, prioritize by current work, and boost priority for files being edited.
Instructions
Scan TODO/FIXME/XXX/HACK, prioritize by current work. Pure regex, no index. Pass current_files to boost.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Scan scope: directory or file path relative to workspace_dir (default: ".") | |
| current_files | No | Files currently being edited (boosts priority) | |
| workspace_dir | Yes | REQUIRED: project root (abs). reindex first if new. |