Commit 752c0a3
authored
Emit JSONL from every assistant in the test harness (#41)
* test-assistants.sh: emit JSONL from Codex and Copilot CLI
Codex (exec --json) and Copilot CLI (--output-format json) now stream JSONL like
Claude Code and Cursor, so four of five assistants share one output shape through
unwrap_log(). Verified with a smoke run: both logs are JSON and their reports
still parse (report fields and COMMANDS extracted, both PASS). Antigravity is left
on plain text until its quota allows a verification run.
* test-assistants.sh: emit stream-json from Antigravity too
Adds --output-format stream-json to the agy launch, matching Claude Code and
Cursor, so all five assistants share one output shape through unwrap_log().
NOT yet verified: Antigravity's weekly quota is exhausted, so its report can't
be exercised in a run. The flag choice is low-risk — stream-json is the same
format Claude Code and Cursor already emit and parse — but this leg stays
unverified until a run can confirm it. PR remains draft until then.
* README: all five assistants verified end-to-end
Antigravity CLI's end-to-end path is now verified against a live tenant (it authored a workflow from the canonical prompt and imported it), so the verification note no longer needs to single it out as unverified.1 parent 8df28a7 commit 752c0a3
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
455 | 455 | | |
456 | 456 | | |
457 | 457 | | |
458 | | - | |
459 | | - | |
| 458 | + | |
| 459 | + | |
460 | 460 | | |
461 | | - | |
| 461 | + | |
462 | 462 | | |
463 | 463 | | |
464 | 464 | | |
| |||
0 commit comments