Commit 1ee27a7
* fix(#147): add --verbose to claude -p stream-json invocations
上流 claude CLI が --print + --output-format stream-json に対して
--verbose を必須化したため、batch-analysis の launcher.sh が起動直後に
"requires --verbose" エラーで終了していた。resume / fresh run の両方の
claude 起動箇所に --verbose を追加して追従する。
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* fix(#147): accept --verbose in stub_claude argparse
launcher.sh への --verbose 追加 (4990cd5) に追従して、テスト用 stub
claude が `--verbose` を受け流せるようにする。意味的処理は不要、
argparse が unknown arg として終了するのを防ぐだけ。これにより
tests/integration/test_batch_launcher.py の 4 件のリグレッションが解消する。
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: etoyama <eijitoyama@gmail.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 6e55d2d commit 1ee27a7
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
339 | 339 | | |
340 | 340 | | |
341 | 341 | | |
342 | | - | |
| 342 | + | |
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
| |||
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
354 | | - | |
| 354 | + | |
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
0 commit comments