[AAASM-4959] π§ (config): Migrate default branch master β main (outbound refs)#293
Open
Chisanan232 wants to merge 2 commits into
Open
[AAASM-4959] π§ (config): Migrate default branch master β main (outbound refs)#293Chisanan232 wants to merge 2 commits into
Chisanan232 wants to merge 2 commits into
Conversation
β¦β main (AAASM-4959) Default-branch migration per ADR 0016. Repoints push/pull_request/ workflow_run branch filters, github.ref_name conditionals, and actions/checkout ref: to main. External Chisanan232 reusable-workflow @master refs are intentionally left unchanged (different repo). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
β¦ (AAASM-4959) Default-branch migration per ADR 0016. Updates README CI/docs badges (?branch=), codecov branch config, mkdocs edit_uri, CONTRIBUTING base-branch convention + worktree commands, .claude/CLAUDE.md convention, and the operator release runbooks/skills (--ref dispatch commands). Redirect-covered github.com blob/commits web links are left as cosmetic per ADR 0016 Β§6. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Codecov Reportβ All modified and coverable lines are covered by tests. π’ Thoughts on this report? Let us know! |
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.



Description
Default-branch migration for
python-sdk(masterβmain) per ADR 0016 (Accepted). The GitHub branch rename has already been performed (default is nowmain, protection moved,masterredirects). This PR sweeps the outbound in-tree references the rename does not touch.Functional refs flipped:
push/pull_request/workflow_runbranches:on all workflows (ci.yaml,benchmarks.yml,codeql.yml,documentation.yaml,framework-resolution-check.yml,native-pin-consistency.yml,quickstart-tabs-check.yml,readme-version-check.yml,release-python-conversion-test.yml,type-check.yml,wheel-python-matrix.yml).github.ref_name == 'master'conditionals inrw_build_and_test.yaml/rw_run_all_test_and_record.yaml.actions/checkoutref: masterindocumentation.yaml+docs-backfill.yaml.gh workflow run β¦ --ref masterindocs/release/RUNBOOK.mdand thesdk-only-release/release-runbookskills (these hard-break after rename β the ref is gone).?branch=master),codecov.yml(branch/strict_yaml_branch),mkdocs.yml(edit_uri).CONTRIBUTING.mdbase-branch + worktree commands,.claude/CLAUDE.mdbase-branch +remote/masterguidance.Intentionally NOT changed:
Chisanan232/β¦@masterreusable-workflow refs (different repo's default branch β ADR 0016 Β§6).github.com/β¦/blob/masterΒ·/tree/masterΒ·/commits/masterweb links indocs/**(cosmetic per ADR 0016 Β§6; GitHub 301-redirects them).verification-reports/**(records of past runs).Type of Change
Breaking Changes
masterβmainredirect. This PR keeps CI firing onmainand keeps operator runbooks accurate.Related Issues
Lockstep dependency
The release-coupling with
agent-assemblyis handled in a separate PR onagent-assembly(basemaster, since that repo is not yet migrated): it flips thePYTHON_SDK_BOT_TOKENcreate-pull-requeststepbase: master β mainin.github/workflows/release.ymland thecheck-release-completeness.shdrift guard. Both land in the same window as this rename.Testing
git grepconfirms no functionalmasterref remains (branch filters /ref:/--ref/?branch=/ref_name); only cosmetic redirect-covered web links and external@masterrefs remain.main; branch protection (1 approval + code-owner review) re-verified onmain; nomasterbranch recreated.Checklist