fix: complete model pin and private checkout setup for #191 - #196
Open
jiale-wangOwO wants to merge 1 commit into
Open
jiale-wangOwO wants to merge 1 commit into
jiale-wangOwO wants to merge 1 commit into
Conversation
This was referenced Sep 2, 2026
jiale-wangOwO
force-pushed
the
codex/pr191-model-chain-fix
branch
from
September 2, 2026 15:34
1ca0e23 to
72f316a
Compare
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 is the consolidated dependent fix for #191.
It addresses both observed failures without weakening any guard:
tools/modelto isa: regenerate codec for PTO 0.58.5 linx-model#19 (e9f14d9228732f0589f309285cbc8aabaa698353) and updatecomponent-lock.v0.58.jsonatomically.modeljob run the codec freshness tests against the immutable v0.58.5 LinxISA authority (660c870ff241f9803d8060f00ed3684ffed6f06c) instead of the superproject's projection, which is intentionally not the codec authority.tools/SuperScalarModelsubmodule with the least-privilegeSUPERSCALARMODEL_READ_TOKENsecret and document the required repository configuration.The submodule URL, functional-model lock identity, push-only execution policy, and fail-closed behavior are unchanged. This PR does not add a fallback or bypass a test. Configure
SUPERSCALARMODEL_READ_TOKENin the base repository before expecting the guards job to initialize the private consumer.Base: #191
Related superseded dependent PRs: #194 and #195.