Skip to content

Collect all V4 focused audit reports - #3533

Open
joshlf wants to merge 1 commit into
Gpt2gxvx72macbs3xnoxkx7o3k5mtekibfrom
Gowcssqoviioleh66rgjls4bafqwd4l5n
Open

Collect all V4 focused audit reports#3533
joshlf wants to merge 1 commit into
Gpt2gxvx72macbs3xnoxkx7o3k5mtekibfrom
Gowcssqoviioleh66rgjls4bafqwd4l5n

Conversation

@joshlf

@joshlf joshlf commented Aug 3, 2026

Copy link
Copy Markdown
Member

Generate and preserve the complete 50-report canonical corpus under the frozen
blind protocol. Keep condition identities sealed and leave the packages,
prompts, fixtures, rubrics, authority sets, and release gates unchanged.

Record 54 total attempts. Four infrastructure failures are retried under the
preregistered rules; every canonical report validates and remains within its
output cap. Preserve the raw reports, attempt metadata, validator output, and
collection integrity records so later scoring can distinguish model behavior
from orchestration behavior.

This commit closes report collection only. It contains no scoring result,
unblinding, semantic interpretation, or revision to the skill.


Latest Update: v4 — Compare vs v3

📚 Full Patch History

Links show the diff between the row version and the column version.

Version v3 v2 v1 Base
v4 vs v3 vs v2 vs v1 vs Base
v3 vs v2 vs v1 vs Base
v2 vs v1 vs Base
v1 vs Base
⬇️ Download this PR

Branch

git fetch origin refs/heads/Gowcssqoviioleh66rgjls4bafqwd4l5n && git checkout -b pr-Gowcssqoviioleh66rgjls4bafqwd4l5n FETCH_HEAD

Checkout

git fetch origin refs/heads/Gowcssqoviioleh66rgjls4bafqwd4l5n && git checkout FETCH_HEAD

Cherry Pick

git fetch origin refs/heads/Gowcssqoviioleh66rgjls4bafqwd4l5n && git cherry-pick FETCH_HEAD

Pull

git pull origin refs/heads/Gowcssqoviioleh66rgjls4bafqwd4l5n

Stacked PRs enabled by GHerrit.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: c4249a62e8

ℹ️ 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".

@@ -0,0 +1,50 @@
{"agent_id": "/root/v4_report_r001", "api_state": "COMPLETED", "attempt": 1, "canonical_for_scoring": true, "operational_scope_deviation": false, "recorded_utc": "2026-08-01T18:07:30.630418Z", "report_sha256": "6a1aad4f07b372199c6b991e19332f67e30230c93e695d407ce30d97d0fc5df4", "run_id": "r001", "schema_version": 1, "scope_evidence": "No known operational source-scope deviation.", "semantic_noncompletion": false, "source_isolation": "procedural", "terminal_disposition": "COMPLETE", "utf8": true, "within_word_cap": true, "word_cap": 1800, "word_count": 910}

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Restore the collection event chain

In a fresh checkout of this commit, events.jsonl still contains only the original freeze_locked event even though this index and 54 attempt directories were added. validate_preserved_artifacts() requires the attempt directories to exactly match attempt_preserved events, so protocol.py verify-static --locked fails with attempt directories and preservation events differ; every subsequent operational command performs this validation, preventing the collected reports from being scored.

Useful? React with 👍 / 👎.

Comment on lines +3 to +4
"path": ".",
"type": "directory"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Make empty raw-output snapshots survive Git checkout

For failed attempts r021, r023, and r047, the manifest records an empty raw-output directory, but Git stores no corresponding directory because it contains no files. snapshot_path() created that directory before the original attempt_preserved digest was calculated, and byte_tree_digest() includes directories, so after the missing event chain is restored a fresh checkout will still fail preservation validation because these attempt trees no longer match their recorded digests.

Useful? React with 👍 / 👎.

@joshlf
joshlf force-pushed the Gowcssqoviioleh66rgjls4bafqwd4l5n branch from c4249a6 to a0b0714 Compare August 29, 2026 10:42
@joshlf
joshlf force-pushed the Gpt2gxvx72macbs3xnoxkx7o3k5mtekib branch from e57a8d4 to 64bcd22 Compare August 29, 2026 10:42
@codecov-commenter

codecov-commenter commented Aug 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.85%. Comparing base (b3e8e85) to head (efd636c).

Additional details and impacted files
@@                        Coverage Diff                         @@
##           Gpt2gxvx72macbs3xnoxkx7o3k5mtekib    #3533   +/-   ##
==================================================================
  Coverage                              91.85%   91.85%           
==================================================================
  Files                                     20       20           
  Lines                                   6093     6093           
==================================================================
  Hits                                    5597     5597           
  Misses                                   496      496           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Generate and preserve the complete 50-report canonical corpus under the frozen
blind protocol. Keep condition identities sealed and leave the packages,
prompts, fixtures, rubrics, authority sets, and release gates unchanged.

Record 54 total attempts. Four infrastructure failures are retried under the
preregistered rules; every canonical report validates and remains within its
output cap. Preserve the raw reports, attempt metadata, validator output, and
collection integrity records so later scoring can distinguish model behavior
from orchestration behavior.

This commit closes report collection only. It contains no scoring result,
unblinding, semantic interpretation, or revision to the skill.

gherrit-pr-id: Gowcssqoviioleh66rgjls4bafqwd4l5n
@joshlf
joshlf force-pushed the Gowcssqoviioleh66rgjls4bafqwd4l5n branch from a0b0714 to efd636c Compare August 29, 2026 11:11
@joshlf
joshlf force-pushed the Gpt2gxvx72macbs3xnoxkx7o3k5mtekib branch from 64bcd22 to b3e8e85 Compare August 29, 2026 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants