Skip to content

v9.4.0: Branch Lifecycle Discipline

Choose a tag to compare

@nullhack nullhack released this 28 May 16:49
· 5 commits to main since this release
baa25bf

Changed

  • merge-local/SKILL.md: sync local main with remote before merge, reset dev to origin/main to prevent history divergence, delete feature branch after squash-merge
  • create-pr/SKILL.md: after PR merged, sync local main and reset dev to origin/main for clean next cycle
  • structure-feature/SKILL.md: pull remote main before creating feature branch from current main
  • git-conventions.md: added Branch Lifecycle concept (short-lived feature branches, only main/dev persist), updated Conflict Prevention and Administrative PR sections with post-merge sync discipline