fix(loop-engineering): reject unavailable Git audit evidence - #44
Merged
Conversation
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.
Installation audit treated missing or unlaunchable Git as proof that a directory was outside Git, allowing identical-copy repair without completing its drift checks. Raise an explicit probe error for these execution failures and reuse the unverified result already used for timeouts. A completed Git probe confirming a non-Git directory remains supported.
The protocol now distinguishes unavailable evidence from absence. Installation instructions use the actual read-only default,
--link-identicalrepair flag and exit codes.Validation: 13 native installation-audit tests, 14 static checks, and all 100 loop-engineering tests in the sibling Linux ARM64 sandbox passed. Final documentation changes passed four executable documentation checks on both platforms. The new canonical/later-root missing/denied Git regression fails against the original source. Genuine non-Git repair, timeout refusal, divergent-copy refusal and package parity remain green. Independent Sol review verified the original defect, acceptance cases and final pushed diff with no blocking findings. All five CI checks passed at adb288d.