Harden V5 staged runtime and recovery - #3607
Open
joshlf wants to merge 1 commit into
Open
Conversation
This was referenced Aug 29, 2026
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
joshlf
force-pushed
the
Gfkyot5qmode4aiscnrbgzyffxebq4z56
branch
from
August 29, 2026 11:11
2964a8d to
38e88de
Compare
joshlf
force-pushed
the
Gfkyot5qmode4aiscnrbgzyffxebq4z56
branch
from
September 1, 2026 22:15
38e88de to
cc9c836
Compare
jswrenn
approved these changes
Sep 2, 2026
joshlf
force-pushed
the
Gfkyot5qmode4aiscnrbgzyffxebq4z56
branch
from
September 2, 2026 20:45
cc9c836 to
f955e8e
Compare
This was referenced Sep 2, 2026
joshlf
changed the base branch from
Ghkhtqyl7uarxeejpm6eu2in5vz5l3asl
to
Gwmskgf6pp5ufbufusyjegs357wjllvtq
September 2, 2026 20:45
joshlf
force-pushed
the
Gwmskgf6pp5ufbufusyjegs357wjllvtq
branch
from
September 2, 2026 21:51
5dda6a4 to
d9a0f70
Compare
joshlf
force-pushed
the
Gfkyot5qmode4aiscnrbgzyffxebq4z56
branch
from
September 2, 2026 21:51
f955e8e to
50ae260
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## Gwmskgf6pp5ufbufusyjegs357wjllvtq #3607 +/- ##
==================================================================
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:
|
joshlf
force-pushed
the
Gwmskgf6pp5ufbufusyjegs357wjllvtq
branch
from
September 2, 2026 22:28
d9a0f70 to
c1da2dc
Compare
joshlf
force-pushed
the
Gfkyot5qmode4aiscnrbgzyffxebq4z56
branch
2 times, most recently
from
September 2, 2026 23:04
64b8aba to
ce8989d
Compare
joshlf
force-pushed
the
Gwmskgf6pp5ufbufusyjegs357wjllvtq
branch
from
September 3, 2026 00:07
4d13c40 to
723a6d0
Compare
joshlf
force-pushed
the
Gfkyot5qmode4aiscnrbgzyffxebq4z56
branch
2 times, most recently
from
September 3, 2026 01:00
85e815f to
84eb9cc
Compare
joshlf
force-pushed
the
Gwmskgf6pp5ufbufusyjegs357wjllvtq
branch
from
September 3, 2026 01:00
723a6d0 to
54817d6
Compare
joshlf
force-pushed
the
Gfkyot5qmode4aiscnrbgzyffxebq4z56
branch
from
September 3, 2026 01:33
84eb9cc to
bbc5184
Compare
joshlf
force-pushed
the
Gwmskgf6pp5ufbufusyjegs357wjllvtq
branch
2 times, most recently
from
September 3, 2026 02:26
8b449c4 to
4a19257
Compare
joshlf
force-pushed
the
Gfkyot5qmode4aiscnrbgzyffxebq4z56
branch
from
September 3, 2026 02:26
bbc5184 to
16092d5
Compare
Replace the monolithic mutable runtime with a coordinator-claimed six-stage immutable aggregation prefix. Derive each evaluator frontier and input packet only from the committed predecessor stage, bind every manifest to the static lock, coordinator, predecessor, and cumulative envelopes, and rederive the chain during bound-gate evaluation. Make attempt sealing bounded and crash-recoverable with exact external workspaces, seal-time input verification, injective pathname capture, hard payload, entry, and path budgets, immutable terminal claims, and no-replace object and pointer publication. Publish authenticated terminal ERROR records when a phase cannot safely derive its successor while allowing usable report-format failures to reach their frozen gate consequence. Update schemas, policies, integration contracts, and adversarial self-tests for the 154-to-163-attempt, six-stage production lifecycle. gherrit-pr-id: Gfkyot5qmode4aiscnrbgzyffxebq4z56 Agent-Authored-By: AI agent acting on Josh Liebow-Feeser's behalf
joshlf
force-pushed
the
Gfkyot5qmode4aiscnrbgzyffxebq4z56
branch
from
September 3, 2026 03:03
16092d5 to
be182dd
Compare
joshlf
force-pushed
the
Gwmskgf6pp5ufbufusyjegs357wjllvtq
branch
from
September 3, 2026 03:03
4a19257 to
513513b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replace the monolithic mutable runtime with a coordinator-claimed six-stage
immutable aggregation prefix. Derive each evaluator frontier and input packet
only from the committed predecessor stage, bind every manifest to the static
lock, coordinator, predecessor, and cumulative envelopes, and rederive the
chain during bound-gate evaluation.
Make attempt sealing bounded and crash-recoverable with exact external
workspaces, seal-time input verification, injective pathname capture, hard
payload, entry, and path budgets, immutable terminal claims, and no-replace
object and pointer publication. Publish authenticated terminal ERROR records
when a phase cannot safely derive its successor while allowing usable
report-format failures to reach their frozen gate consequence.
Update schemas, policies, integration contracts, and adversarial self-tests
for the 154-to-163-attempt, six-stage production lifecycle.
Agent-Authored-By: AI agent acting on Josh Liebow-Feeser's behalf
This PR is on branch codex/unsafe-rust-stack.
Latest Update: v14 — Compare vs v13
📚 Full Patch History
Links show the diff between the row version and the column version.
⬇️ Download this PR
Branch
git fetch origin refs/heads/Gfkyot5qmode4aiscnrbgzyffxebq4z56 && git checkout -b pr-Gfkyot5qmode4aiscnrbgzyffxebq4z56 FETCH_HEADCheckout
git fetch origin refs/heads/Gfkyot5qmode4aiscnrbgzyffxebq4z56 && git checkout FETCH_HEADCherry Pick
git fetch origin refs/heads/Gfkyot5qmode4aiscnrbgzyffxebq4z56 && git cherry-pick FETCH_HEADPull
Stacked PRs enabled by GHerrit.