feat: golden render baselines, recorded flake recheck, sound-library rebuild docs - #14
Merged
jamiesun merged 1 commit intoJul 23, 2026
Conversation
…rebuild docs - profile check: record render_sha256 per patch as a golden baseline; on a first-pass mismatch, capture full diagnostics (load average, sfizz identity, per-render hashes/timings, RMS ratio) and retry once in isolation — pass becomes a load_sensitive_flake warning with evidence retained, fail stays a hard failure with both snapshots - tests: 3 new E2E paths (golden hash, flake recovery via counted fake sfizz_render, persistent failure); 94/94 green - docs-site: new 'Building a Sound Library' page — acquisition channels, license table, directory/manifest contract, upstream-repair convention, certification workflow, third-party rebuild walkthrough - roadmap: gap disposal, repair convention, verification-stability (P0), selection-governance direction, 'explainable and rebuildable' principle Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
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.
What
P0 verification stability (
profile check):render_sha256golden baseline; diffing two certification reports pinpoints exactly which patches drifted after a library/tool upgrade.load_sensitive_flakewarning with evidence retained; recheck fail → hard failure with both snapshots.Sound-library explainability (docs):
docs-site/src/sound-library.md: the sample corpus is never published (some upstream licenses forbid repackaging), but the full recipe is — acquisition channels for all 24 libraries with versions and licenses, directory/manifest contract, upstream-defect repair convention, certification workflow, and a minimal third-party rebuild walkthrough.Validation
sfizz_render, persistent-failure path); fmt + clippy clean.mdbook build docs-sitepasses with the new page.Acceptance matrix
M7 row updated for the recorded-recheck semantics; failure path covered by the persistent-failure E2E test.