Freeze the final repaired 0.16.3 calibration - #1632
Merged
Merged
Conversation
TheGreenCedar
temporarily deployed
to
macos-metal-release
July 31, 2026 02:24 — with
GitHub Actions
Inactive
TheGreenCedar
had a problem deploying
to
windows-vulkan-proof
July 31, 2026 03:29 — with
GitHub Actions
Failure
TheGreenCedar
had a problem deploying
to
macos-metal-release
July 31, 2026 03:29 — with
GitHub Actions
Error
TheGreenCedar
marked this pull request as ready for review
July 31, 2026 03:42
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.
This freezes the final 0.16.3 runtime constants after all support PRs, including #1581, #1622, and the cross-run release-closeout repair #1630, were integrated into
dev/codestory-next.What changed
The PR's net source diff is one file:
crates/codestory-llama-sys/per-user-embedding-server-constant-set.jsonCalibration source
35efd4f08b6cc544dee11270fee3d61b28fd16a1restored that file to the canonical unfrozen input. Protected macOS Metal calibration run30598888717generated the frozen file now committed atfba7dbdde7ec533188f84f3d3d63934f732d3782. No workflow or product source changed after calibration.Evidence
30598710638.30598888717passed in 3m04s: macOS Metal only, three fresh server generations, one sample per metric, no CPU or qualification lane.embedding-calibration-bundle-35efd4f08b6cc544dee11270fee3d61b28fd16a1and is the only path changed from its calibration source.30599143120.30599340822; frozen-candidate qualification follows only if it passes.Risk and rollback
The runtime constants are bound to the authenticated calibration source and bundle. Any later source or workflow commit invalidates this candidate. Rollback is the prior constant set; it cannot be mixed with this candidate's proof receipt or calibration bundle.
Closes #1631
Refs #1179