Collect the V3 targeted confirmation reports - #3528
Conversation
Generate and preserve all 80 canonical reports under the frozen blind protocol, without inspecting the hidden condition map or changing prompts, fixtures, skill packages, rubrics, or gates. Retain raw attempts and validation records so operational failures are distinguishable from semantic outcomes. Three interrupted orchestration attempts, r033 through r035, are recorded and replaced according to the preregistered retry rules; their existence does not alter the canonical sample or scoring criteria. This phase establishes only that the preregistered corpus was collected. It performs no semantic comparison, blind scoring, adjudication, unblinding, or release conclusion. gherrit-pr-id: Gxgsta5jm3iasu652ow7bfbefe3c2r6nb
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## G5k3oylk4nmllritz5hdpiksvqbp24ffs #3528 +/- ##
==================================================================
Coverage 91.85% 91.85%
==================================================================
Files 20 20
Lines 6093 6093
==================================================================
Hits 5597 5597
Misses 496 496 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 7b40a2e7f2
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "schema_sha256": "5b0563377e75d962d68ecace1225a73985fbb33ab422051377a0926cc7bb88d3", | ||
| "schema_version": 1, | ||
| "scorer_id": "s1", | ||
| "target_byte_tree_sha256": "0f07b43abcc96fddcabc7db2e1be66a3f28f5a793f2cceebe19590c3dd7aec9b" |
There was a problem hiding this comment.
Commit the target trees in every scoring packet
On a fresh checkout, all 16 packet directories lack the target/ tree whose digest is recorded here: the repository-wide .gitignore rule for target excluded those copied files from this commit. The scorer-prompt path calls verify_score_packet, which immediately raises byte-tree root is not a real directory, and scorers also have no target source to evaluate. Force-add or otherwise preserve each packet's target tree so the committed packets match their recorded digests.
Useful? React with 👍 / 👎.
| {"agent_id": "/root/report_r033", "attempt": 1, "details": {"text_sha256": "80ecb14005c4401b3db35f99feead6419a5337aed39f70cfb85987533f92847b"}, "event": "reminder_sent", "phase": "collection", "previous_event_sha256": "65eb2905445fb95fc9c60793c35ad2a7139b3272e0baf7625ad217a7e6c98203", "run_id": "r033", "schema_version": 1, "sequence": 203, "time_utc": "2026-08-01T04:52:57.145830Z"} | ||
| {"agent_id": "/root/report_r034", "attempt": 1, "details": {"text_sha256": "80ecb14005c4401b3db35f99feead6419a5337aed39f70cfb85987533f92847b"}, "event": "reminder_sent", "phase": "collection", "previous_event_sha256": "c1fdc173ae88b049958544b342fdd700b951df3384caab321b9494a78e613b4b", "run_id": "r034", "schema_version": 1, "sequence": 204, "time_utc": "2026-08-01T04:53:42.195819Z"} | ||
| {"agent_id": "/root/report_r035", "attempt": 1, "details": {"text_sha256": "80ecb14005c4401b3db35f99feead6419a5337aed39f70cfb85987533f92847b"}, "event": "reminder_sent", "phase": "collection", "previous_event_sha256": "75e47bad862dfd148deb0f57af442d4ee48f3e88addba97c4f1eadd7719699a7", "run_id": "r035", "schema_version": 1, "sequence": 205, "time_utc": "2026-08-01T04:54:40.862278Z"} | ||
| {"agent_id": "/root/report_r033", "attempt": 1, "details": {"disposition": "ORCHESTRATOR_TOOL_FAILURE"}, "event": "attempt_preserved", "phase": "collection", "previous_event_sha256": "34b3b522c53630bd8cb3f52dea9ef26a688af0b85d713f00b8141873b7d101b0", "run_id": "r033", "schema_version": 1, "sequence": 206, "sha256": "98e10505aa5e5632cb7883d7463b92a392ab77ed1ca795b39a86d85b7912f4d9", "time_utc": "2026-08-01T06:18:37.965835Z"} |
There was a problem hiding this comment.
Represent empty failed-attempt outputs in Git
For attempts r033/1, r034/1, and r035/1, this preservation digest included an empty raw-output/ directory created by snapshot_path, but Git did not retain those empty directories. Consequently, a fresh checkout computes a different byte_tree_digest and validate_preserved_artifacts() aborts with preserved attempt changed: r033/1; every workflow command that calls validate_static is blocked. Preserve the empty snapshots in a Git-representable form and regenerate the associated integrity records.
Useful? React with 👍 / 👎.
Generate and preserve all 80 canonical reports under the frozen blind
protocol, without inspecting the hidden condition map or changing prompts,
fixtures, skill packages, rubrics, or gates.
Retain raw attempts and validation records so operational failures are
distinguishable from semantic outcomes. Three interrupted orchestration
attempts, r033 through r035, are recorded and replaced according to the
preregistered retry rules; their existence does not alter the canonical sample
or scoring criteria.
This phase establishes only that the preregistered corpus was collected. It
performs no semantic comparison, blind scoring, adjudication, unblinding, or
release conclusion.
Latest Update: v2 — Compare vs v1
📚 Full Patch History
Links show the diff between the row version and the column version.
⬇️ Download this PR
Branch
git fetch origin refs/heads/Gxgsta5jm3iasu652ow7bfbefe3c2r6nb && git checkout -b pr-Gxgsta5jm3iasu652ow7bfbefe3c2r6nb FETCH_HEADCheckout
git fetch origin refs/heads/Gxgsta5jm3iasu652ow7bfbefe3c2r6nb && git checkout FETCH_HEADCherry Pick
git fetch origin refs/heads/Gxgsta5jm3iasu652ow7bfbefe3c2r6nb && git cherry-pick FETCH_HEADPull
Stacked PRs enabled by GHerrit.