* fix(skills): cleanup batch — 7 skills minor fixes * docs(handoff): add pr-26 handoff + ADR-006 * docs(handoff): fix ADR-026 typo to ADR-006 --------- Co-authored-by: opencode-agent <agent@slaid098.dev>
711 B
711 B
name: branch description: Use when creating a new git branch for work. Describes branch naming convention and creation workflow. Format: type/scope/kebab-description.
Branch format
type/scope/kebab-description
Examples
feat/auth/add-refresh-token-rotation
fix/api/handle-null-response
chore/deps/update-pytest
refactor/db/simplify-queries
Rules
- Always branch from the default branch (verify
main/master) - Before creating a branch, discuss with the user:
- Confirm the branch name
- Confirm the scope
- Make sure you understand the task
- Push the branch to remote after creation
The type and scope follow the same conventions as commit messages.