(input)
| 167 | return true; |
| 168 | }, |
| 169 | toAutoClassifierInput(input) { |
| 170 | return input.task_id; |
| 171 | }, |
| 172 | async prompt() { |
| 173 | return `DEPRECATED: Prefer using the Read tool on the task's output file path instead. Background tasks return their output file path in the tool result, and you receive a <task-notification> with the same path when the task completes — Read that file directly. |
| 174 |
nothing calls this directly
no outgoing calls
no test coverage detected