ci: add weekly spec-sync workflow, least-privilege permissions, and documentation - #448
Merged
Merged
Conversation
This was referenced Sep 16, 2026
Merged
robbecker-wf
added this pull request to stack #450
September 16, 2026 04:48
robbecker-wf
force-pushed
the
10x-ci-and-spec-sync
branch
from
September 17, 2026 00:09
d9639c1 to
f3e62d5
Compare
robbecker-wf
force-pushed
the
10x-ci-and-spec-sync
branch
from
September 17, 2026 00:29
f3e62d5 to
0c80136
Compare
robbecker-wf
force-pushed
the
10x-ci-and-spec-sync
branch
from
September 17, 2026 00:30
0c80136 to
fa7401d
Compare
robbecker-wf
force-pushed
the
10x-ci-and-spec-sync
branch
from
September 17, 2026 00:30
fa7401d to
26e642c
Compare
…ocumentation Co-authored-by: Cursor <cursoragent@cursor.com>
robbecker-wf
force-pushed
the
10x-ci-and-spec-sync
branch
from
September 17, 2026 00:30
26e642c to
8485ca3
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.
Stacked PR: Part 6 of 7
Stack Overview:
10x-openapi-spec-baseline->10x10x-security-and-transport->10x-openapi-spec-baseline10x-service-contracts-conformance->10x-security-and-transport10x-schema-models-and-strict-analysis->10x-service-contracts-conformance10x-test-pyramid-and-smoke->10x-schema-models-and-strict-analysis10x-ci-and-spec-sync(this PR) ->10x-test-pyramid-and-smoke10x-conformance-plan->10x-ci-and-spec-syncSummary
Hardens CI workflows, adds automated weekly OpenAPI spec synchronization, minimizes workflow permissions, and updates repository documentation.
.github/workflows/spec_sync.ymlrunning on weekly schedule and manual dispatch to verify upstream specification changes, regenerate contracts, run quality checks, and open review-only PRs.dart.yml,spec_sync.yml,create_release.yml,publish_demos.yml, andtriage.yml.dart run tool/spec_sync.dart --check --offline), strict analyzer checks, and coverage verification into the primary CI pipeline.README.mdandCONTRIBUTING.mdwith OpenAPI synchronization workflows, security boundaries, and development practices.