(args)
| 69 | '[ANT-ONLY] Investigate frozen/stuck/slow Claude Code sessions on this machine and post a diagnostic report to #claude-code-feedback.', |
| 70 | userInvocable: true, |
| 71 | async getPromptForCommand(args) { |
| 72 | let prompt = STUCK_PROMPT |
| 73 | if (args) { |
| 74 | prompt += `\n## User-provided context\n\n${args}\n` |
| 75 | } |
| 76 | return [{ type: 'text', text: prompt }] |
| 77 | }, |
| 78 | }) |
| 79 | } |
| 80 |
nothing calls this directly
no outgoing calls
no test coverage detected