(args)
| 38 | contentLength: 0, |
| 39 | source: 'builtin', |
| 40 | async getPromptForCommand(args): Promise<ContentBlockParam[]> { |
| 41 | return [{ type: 'text', text: LOCAL_REVIEW_PROMPT(args) }] |
| 42 | }, |
| 43 | } |
| 44 | |
| 45 | // /ultrareview is the ONLY entry point to the remote bughunter path — |
nothing calls this directly
no test coverage detected