()
| 159 | } |
| 160 | |
| 161 | export function formatInteractiveNoArgClarification(): string { |
| 162 | return [ |
| 163 | "plannotator (without arguments) is usually launched automatically by Claude Code hooks.", |
| 164 | "It expects hook JSON on stdin.", |
| 165 | "", |
| 166 | "For interactive use, try:", |
| 167 | " plannotator review", |
| 168 | " plannotator annotate <file.md | file.txt | file.html | https://...>", |
| 169 | " plannotator setup-goal interview bundle.json --json", |
| 170 | " plannotator last", |
| 171 | " plannotator archive", |
| 172 | " plannotator sessions", |
| 173 | "", |
| 174 | "Run 'plannotator --help' for top-level usage.", |
| 175 | ].join("\n"); |
| 176 | } |
no outgoing calls
no test coverage detected