From a0729fa0ddb7197d986be273c8da6b52f9cb5eb2 Mon Sep 17 00:00:00 2001 From: "Worker gpt-5.6-luna" Date: Fri, 14 Aug 2026 07:06:19 +0000 Subject: [PATCH] SPEC-078: worker output (attempt 1) Worker gpt-5.6-luna (reasoning=high), packaged by the orchestrator (G1-A/C). spec_digest: 9c05fcfb83d20c8949f6072169eb7cff18700aed597844a9108ba015e65ed206 base_sha: c302a32084640b605cf36d4e6ef5246a8655f60b attempt: 1 --- tests/review_authorship.sh | 2 +- tests/review_cap.sh | 2 +- tests/review_kimi.sh | 4 ++-- tests/review_plan_authorship.sh | 2 +- tests/vendor_cli_parity.sh | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/review_authorship.sh b/tests/review_authorship.sh index f8c651f..f814ea6 100755 --- a/tests/review_authorship.sh +++ b/tests/review_authorship.sh @@ -46,7 +46,7 @@ cat >"$tmp/bin/codex" <<'STUB' #!/usr/bin/env bash cat >/dev/null # consume the stdin prompt like the real CLI; never actually invoked in this test sleep "${CODEX_STUB_SLEEP:-0}" -printf 'stub review verdict\n' +printf '## BLUF\nBottom line: stub review verdict passes the authorship fixture.\nVerified evidence: The local reviewer stub produced this review round.\nOpen findings: None.\nVERDICT: PASS\n' STUB chmod +x "$tmp/bin/codex" diff --git a/tests/review_cap.sh b/tests/review_cap.sh index 3d63683..0db2504 100755 --- a/tests/review_cap.sh +++ b/tests/review_cap.sh @@ -34,7 +34,7 @@ cat >"$tmp/bin/codex" <<'STUB' #!/usr/bin/env bash cat >/dev/null # consume the stdin prompt like the real CLI sleep "${CODEX_STUB_SLEEP:-0}" -printf 'stub review verdict\n' +printf '## BLUF\nBottom line: stub review verdict passes the cap fixture.\nVerified evidence: The local reviewer stub produced this review round.\nOpen findings: None.\nVERDICT: PASS\n' STUB chmod +x "$tmp/bin/codex" diff --git a/tests/review_kimi.sh b/tests/review_kimi.sh index 4d71bbb..b774354 100755 --- a/tests/review_kimi.sh +++ b/tests/review_kimi.sh @@ -30,7 +30,7 @@ chmod u+w "$tmp/repo/scripts/models.json" cat >"$tmp/bin/codex" <<'STUB' #!/usr/bin/env bash cat >/dev/null -printf 'stub codex verdict\n' +printf '## BLUF\nBottom line: stub codex verdict passes the routing fixture.\nVerified evidence: The Codex reviewer path returned this substantive review body.\nOpen findings: None.\nVERDICT: PASS\n' STUB chmod +x "$tmp/bin/codex" @@ -42,7 +42,7 @@ cat >"$tmp/bin/kimi" <<'STUB' [[ -z ${KIMI_INVOKED_MARKER:-} ]] || : >"$KIMI_INVOKED_MARKER" # consume all flags; the real kimi accepts -p/-m/--output-format but we ignore them here printf '{"role":"user","content":"prompt"}\n' -printf '{"role":"assistant","content":"stub kimi verdict"}\n' +printf '{"role":"assistant","content":"## BLUF\\nBottom line: stub kimi verdict passes the routing fixture.\\nVerified evidence: The Kimi reviewer path returned this substantive review body.\\nOpen findings: None.\\nVERDICT: PASS"}\n' STUB chmod +x "$tmp/bin/kimi" diff --git a/tests/review_plan_authorship.sh b/tests/review_plan_authorship.sh index ba8b0c9..4f6db10 100755 --- a/tests/review_plan_authorship.sh +++ b/tests/review_plan_authorship.sh @@ -38,7 +38,7 @@ cat >"$tmp/bin/codex" <<'STUB' #!/usr/bin/env bash cat >/dev/null # consume the stdin prompt like the real CLI sleep "${CODEX_STUB_SLEEP:-0}" -printf 'stub review verdict\n' +printf '## BLUF\nBottom line: stub review verdict passes the plan-authorship fixture.\nVerified evidence: The local reviewer stub produced this review round.\nOpen findings: None.\nVERDICT: PASS\n' STUB chmod +x "$tmp/bin/codex" diff --git a/tests/vendor_cli_parity.sh b/tests/vendor_cli_parity.sh index 3dacc96..b361b3e 100755 --- a/tests/vendor_cli_parity.sh +++ b/tests/vendor_cli_parity.sh @@ -397,8 +397,8 @@ run_review() { } rm -rf "$tmp/review-base/.orchestrator" "$tmp/review-cli/.orchestrator" -printf 'codex review answer\n' >"$tmp/codex-review-output" -printf '{"role":"assistant","content":"kimi review answer"}\n' >"$tmp/kimi-review-output" +printf '## BLUF\nBottom line: The Codex review fixture passes.\nVerified evidence: The parity path returned this substantive review body.\nOpen findings: None.\nVERDICT: PASS\n' >"$tmp/codex-review-output" +printf '{"role":"assistant","content":"## BLUF\\nBottom line: The Kimi review fixture passes.\\nVerified evidence: The parity path returned this substantive review body.\\nOpen findings: None.\\nVERDICT: PASS"}\n' >"$tmp/kimi-review-output" # With high effort, Codex argv, stdin, recovered answer, and observable status stay byte-identical. configure_review codex high