[AAASM-4732] 📝 (docs): Normalize branch scheme to four-part#321
Merged
Conversation
Add the <type> segment to the branch-naming reference so it matches the org-wide four-part scheme <release-or-phase>/<ticket>/<type>/<short_summary>. Refs AAASM-4732
|
Contributor
Author
|
Review (AAASM-4732 — org-wide 4-part branch-scheme normalization)
🤖 Claude Code — PR review |
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.



What changed
Normalizes the branch-naming reference in
.claude/skills/sdk-version-bump/SKILL.mdfrom the three-part form
<version-or-phase>/<ticket>/<short_summary>to theorg-wide four-part form
<version-or-phase>/<ticket>/<type>/<short_summary>,where
<type>∈ feat/fix/refactor/test/docs/config/deps/remove/lint. Adds aconcrete example (
v0.0.1/AAASM-4728/deps/bump_sdk). This was the onlythree-part reference in the repo; the change is part of an org-wide
normalization onto the four-part scheme. Docs-only, no behavior change.
Related ticket
Closes AAASM-4732 — https://lightning-dust-mite.atlassian.net/browse/AAASM-4732
How to verify
grep -rnE '/<ticket>/<short|three-part' .(excluding.venv,node_modules,.worktrees) returns no matches — the repo has no remaining three-part branchreference.
Checklist
[AAASM-XXXX] <GitEmoji> (<scope>): <summary>.envfiles committedREADME.mdwith prerequisites and run instructions