docs: attach post-merge verification evidence for the golden harness - #9
Merged
Conversation
Re-runs every non-human acceptance criterion against merged main (e261a00) and commits the artifacts, replacing the pre-merge full-suite log. Regenerating the goldens on the merged tree produced byte-identical PNGs. Also fixes the loop's step 9, which asked for two things that cannot both happen in one pass: evidence committed on the issue branch, and verification against the merged state. The order is now explicit - verify and commit on the branch tip after CI is green, merge, then re-confirm against main and replace the artifacts if anything differs. Refs #6
📊 Test Coverage ReportCoverage: 32.6% Coverage report is available in the workflow artifacts. Coverage by Layer
|
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.
Evidence artifacts from re-running every non-human acceptance criterion of #6
against merged
main(e261a00), plus a fix to the loop's step 9.Regenerating the goldens on the merged tree produced byte-identical PNGs, so the
committed baselines are stable across runs on this host.
Step 9 previously asked for two things that cannot both hold in one pass:
evidence committed on the issue branch, and verification against the merged
state. It now spells out the order — verify and commit on the branch tip once CI
is green, merge, re-confirm against
main, and replace the artifacts if anythingdiffers.
Docs and evidence only; no code changes.
Refs #6