Uh oh!
There was an error while loading. Please reload this page.
fix: preserve reviewed client hardening branches - #47
Merged
ORESoftware merged 5 commits intoAug 20, 2026
Conversation
ORESoftware
marked this pull request as ready for review
August 20, 2026 05:01
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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.
Outcome
Prevents the nightly Clients SDK fleet controller from discarding reviewed remediation on an existing
automation/nightly-client-hardeningbranch.The 2026-08-19 fleet run reset existing branches to the default branch before generation and then used
--force-with-lease. That replaced corrected AthletO and Fiducia branch histories with regenerated scaffolding and moved previously green PRs back to red exact heads.Changes
Exact-head evidence
Head
34380fdf3b3b5a8e67b6081f8713e017044f1d94:32333780986— PASS32333780989— PASS32333780959— PASSgit diff --checkall passed in the contract lane.A local Git fixture also confirmed that this clone configuration refreshes
origin/$BRANCHwhen executinggit fetch origin "$BRANCH"; no unnecessary explicit-ref rewrite was added.Scope and remaining blockers
This prevents destructive recurrence. It does not claim a successful fleet-wide run or certify registry authority, immutable provenance, schema parity, all external consumers, paired test-org canaries, or currently missing toolchains. Those remain tracked under DEN-3475 and DEN-3714.
Rollback
Revert the merge commit. The controller will return to recreating the automation branch from the default branch and may overwrite reviewed remediation on the next successful publish, so rollback should be used only with the nightly schedule disabled.
Linear: DEN-3475, DEN-3714