-
Notifications
You must be signed in to change notification settings - Fork 0
chore(stack): sync controlled-editor root with protected main #387
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
33 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 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 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 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 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
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 no longer filters base branch
Dropping
branches: [main]from thepull_request:trigger (ci.yml) makes CI run for PRs against any base branch, not justmain. A dedicated test asserts this is intended (workflowExactHead.test.ts), so it is a deliberate broadening for stacked PRs.Was this helpful? React with 👍 or 👎 to provide feedback.