Skip to content

[AAASM-4732] 📝 (docs): Normalize branch scheme to four-part#321

Merged
Chisanan232 merged 1 commit into
masterfrom
v0.0.1/AAASM-4732/docs/branch_scheme_4part
Jul 17, 2026
Merged

[AAASM-4732] 📝 (docs): Normalize branch scheme to four-part#321
Chisanan232 merged 1 commit into
masterfrom
v0.0.1/AAASM-4732/docs/branch_scheme_4part

Conversation

@Chisanan232

Copy link
Copy Markdown
Contributor

What changed

Normalizes the branch-naming reference in .claude/skills/sdk-version-bump/SKILL.md
from the three-part form <version-or-phase>/<ticket>/<short_summary> to the
org-wide four-part form <version-or-phase>/<ticket>/<type>/<short_summary>,
where <type> ∈ feat/fix/refactor/test/docs/config/deps/remove/lint. Adds a
concrete example (v0.0.1/AAASM-4728/deps/bump_sdk). This was the only
three-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 branch
reference.

Checklist

  • PR title follows [AAASM-XXXX] <GitEmoji> (<scope>): <summary>
  • No secrets, API keys, or .env files committed
  • Example sub-projects include their own README.md with prerequisites and run instructions
  • SDK/runtime version dependencies are documented or pinned

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
@sonarqubecloud

Copy link
Copy Markdown

@Chisanan232

Copy link
Copy Markdown
Contributor Author

Review (AAASM-4732 — org-wide 4-part branch-scheme normalization)

  • CI: No red. All required checks green/settling; PR is MERGEABLE. Docs-only (Markdown) — no build/lint/test surface. (Any BLOCKED state is solely REVIEW_REQUIRED, i.e. awaiting the required approval — not a CI failure.)
  • Scope: ✅ Covers the ticket. Every branch-scheme reference in this repo flipped 3-part → 4-part <release-or-phase>/<ticket>/<type>/<short-summary> with the <type> category table + a typed example. Repo grep-confirmed no residual 3-part reference (historical audit-record branch names intentionally left).
  • Side-effects: None. Documentation-only diff — no source, config, build, or runtime code touched; cannot affect any existing function or business logic.
  • Front-end: N/A (no FE change) → Playwright not applicable.
  • Verdict: READY — pending the required Pioneer-team approval.

🤖 Claude Code — PR review

@Chisanan232
Chisanan232 merged commit b7cb009 into master Jul 17, 2026
5 checks passed
@Chisanan232
Chisanan232 deleted the v0.0.1/AAASM-4732/docs/branch_scheme_4part branch July 17, 2026 03:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant