switch default branch from main to latest, bump 0.6.0#19
Merged
Conversation
npm create tags from the branch name — publishing from `latest` aligns the npm dist-tag with the branch. Updates workflows, install script, raw GitHub URLs, fallback branch, and base-branch-names config. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
f9c4ed8 to
600f697
Compare
udx-github
approved these changes
Apr 15, 2026
There was a problem hiding this comment.
Pull request overview
This PR updates the repo to treat latest as the default branch (to align with npm dist-tags), updates references/URLs accordingly, and bumps the package version to 0.6.0.
Changes:
- Switch default/fallback branch handling from
main→latest(sync logic + workflow config recognition). - Update raw GitHub URLs and installer defaults to fetch from
latest. - Bump npm package version to
0.6.0and document changes inchanges.md.
Reviewed changes
Copilot reviewed 11 out of 13 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tests/fixtures/wordpress-repo/AGENTS.md | Updates fixture raw GitHub URLs from main to latest. |
| tests/fixtures/documented-shell-repo/AGENTS.md | Updates fixture raw GitHub URLs from main to latest. |
| tests/fixtures/docker-repo/AGENTS.md | Updates fixture raw GitHub URLs from main to latest. |
| src/configs/development-workflows.yaml | Adds latest to recognized base_branch_names. |
| package.json | Bumps package version to 0.6.0. |
| package-lock.json | Syncs lockfile version fields to 0.6.0. |
| lib/modules/dev_sync.sh | Changes fallback default branch from main to latest. |
| lib/modules/config_catalog.sh | Updates kit source raw base URL to point at latest. |
| changes.md | Adds 0.6.0 release notes; updates wording about releases to “default branch”. |
| bin/scripts/install.sh | Changes default install ref from main to latest. |
| README.md | Updates curl install example to fetch installer from latest. |
| .github/workflows/npm-release-ops.yml | Updates reusable workflow input release_branch to latest. |
| .github/workflows/context7-ops.yml | Updates push trigger branch from main to latest. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Summary
maintolatestso npm dist-tag aligns with branch namelatestlatestto recognizedbase_branch_names(keepsmainfor other repos)Test plan
bash tests/suite.sh)latestcurlinstall script fetches fromlatestbranch🤖 Generated with Claude Code