-
Notifications
You must be signed in to change notification settings - Fork 0
chore(stack): sync digest provider root with protected main #385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
e75a003
test(ci): require stacked pull request gates
seonghobae 3ea5538
fix(ci): gate stacked pull requests
seonghobae 1c597b0
test(ci): require bounded job timeouts
seonghobae 479847a
fix(ci): bound canonical job runtimes
seonghobae 85572a5
test(ci): require runtime exact-head verification
seonghobae 58ef727
fix(ci): verify runtime checkout head
seonghobae 89aecf1
chore(ci): synchronize stacked-pr exact-head gate with protected main
seonghobae a74e150
test(ci): reproduce browser evidence timeout exhaustion
seonghobae b7e9bb8
fix(ci): allow browser evidence through slow package mirrors
seonghobae a084733
docs: add product technical gap baseline
seonghobae 8c01c13
docs: refresh gap baseline evidence
seonghobae 724b45b
fix(security): raise transitive dependency floors
seonghobae 1199b68
docs: refresh live commercialization baseline
seonghobae 2c4a315
docs: refresh live gap baseline
seonghobae d7fbbcd
docs: correct baseline version query
seonghobae 97a3be3
docs: refresh gap baseline evidence
seonghobae 8aeee24
docs: align baseline with current head
seonghobae baf2f14
docs: preserve npm lookup failures
seonghobae 0f45b4d
test(docs): reject self-invalidating baseline head
seonghobae 39927a7
revert(test): preserve dated snapshot semantics
seonghobae 2c10e94
docs: add editor completion research evidence
seonghobae d089783
docs: register research-backed buyer completion gaps
seonghobae 868b88f
test(security): define pnpm supply-chain policy
seonghobae 1e1fd96
test(security): run pnpm supply-chain policy contract
seonghobae b70fb18
fix(security): enforce pnpm supply-chain policy
seonghobae 114315b
test(security): bound legacy trust-policy compatibility
seonghobae 735d618
fix(security): bound legacy trust-policy compatibility
seonghobae 235535d
test(security): move pnpm policy contract into canonical suite
seonghobae 637a1c5
fix(ownership): release package manifest writer
seonghobae 244e205
fix(ownership): keep security contract in canonical suite
seonghobae 93fab95
test(security): avoid dynamic regexp in policy parser
seonghobae 905b291
test(security): reject duplicate workspace policy scalars
seonghobae 6954201
fix(security): fail closed on duplicate workspace policy keys
seonghobae b666460
test(package): reject symlinked consumer resolution escapes
seonghobae 4a39d8a
fix(package): canonicalize consumer resolution paths
seonghobae 522200a
test(package): execute symlink escape validators
seonghobae 41f9788
fix(package): validate paths before loading consumers
seonghobae 9b54a1b
docs: refresh live buyer gap baseline
seonghobae c1c9fe3
docs: map buyer gap implementation lanes
seonghobae cfd612f
docs: make gap refresh evidence reproducible
seonghobae 6411a19
docs: refresh buyer lane heads
seonghobae 102a2cb
docs: track maturity ownership lane
seonghobae 3b5446a
test(package): pin validated runtime entry loading
seonghobae c2db417
fix(package): load validated canonical runtime entries
seonghobae 25b699f
test(docs): reject stale merged feature states
seonghobae 3e97273
docs(architecture): reconcile merged package and print truth
seonghobae 1efbd63
test(ci): bind exact-head assertions to each workflow job
seonghobae b68b763
Merge pull request #373 from ContextualWisdomLab/fix/security-transit…
seonghobae 7d21685
merge: synchronize stacked CI gates with protected main
seonghobae a2f6ced
docs(gap-baseline): harden refresh queries per current-head review
seonghobae 500e56f
Merge pull request #299 from ContextualWisdomLab/fix/stacked-pr-ci-ga…
seonghobae fd75c83
Merge pull request #372 from ContextualWisdomLab/docs/product-technic…
seonghobae File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📝 Info: pull_request trigger now runs on all base branches
Removing
branches: [main]from the pull_request trigger makes CI run for PRs against any base branch, enabling exact-head CI for stacked PRs. The push trigger stays scoped to main. Consistent with the new workflow tests.Was this helpful? React with 👍 or 👎 to provide feedback.