[ci] Require execution parity before planning - #3588
Closed
joshlf wants to merge 0 commit into
Closed
Conversation
This was referenced Aug 25, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## Gqs4rhblhbsqga3glvc6tfjnakpdspo3b #3588 +/- ##
====================================================================
Coverage ? 91.85%
====================================================================
Files ? 20
Lines ? 6093
Branches ? 0
====================================================================
Hits ? 5597
Misses ? 496
Partials ? 0 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
joshlf
force-pushed
the
Gnp4lv6jrqbhnp5pyd2625o7jwdguulmz
branch
from
August 25, 2026 18:32
08414d4 to
d206edd
Compare
Member
Author
|
Authored by an agent, posting via joshlf's account GHerrit's partial metadata sync left this PR targeting a later stack branch, so GitHub closed it with an empty diff and would not permit reopening it. The same managed head commit now continues as #3598, targeting its correct immediate parent. |
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.
The typed command model helps only if every caller checks it before a
plan can escape. Run its full legacy-parity proof while constructing
CiInputs, after policy, inventory, workflow, and baselines are trusted.
This makes validation all-or-nothing. New planners and local commands
cannot omit the execution audit or consume a model which has drifted
from independently captured behavior.
Tests: cargo test -p zc --all-targets --offline
Authored by an agent, posting via joshlf's account