tool_add_todo
Add a #TODO comment to a specific line in a source code file, specifying the file, line number, and text.
Instructions
Add a single #TODO text from a source file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | Source file containing the #ToDO | |
| line_num | Yes | Line number of the #TODO | |
| text | Yes | #ToDO text to add |