Skip to content

Commit 4aa3df8

Browse files
Merge pull request #67 from CryptoLabInc/dev/fix-branch-name-rule
dev: remove worktree prefix on branch name rule for agents
2 parents be2e2f6 + 5fd879d commit 4aa3df8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Follow `.github/PULL_REQUEST_TEMPLATE.md` exactly. Fill every section, replace a
5757

5858
## Development workflow
5959

60-
- Feature branches: `worktree-issue-{N}-{description}`
60+
- Feature branches: `issue-{N}-{description}`
6161
- All changes via PR to main
6262
- Reference issue numbers in commits: `feat: description (#N)`
6363
- Rebase onto target branch, not merge commits in feature branches

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Follow `.github/PULL_REQUEST_TEMPLATE.md` exactly. Fill every section, replace a
5858

5959
## Development workflow
6060

61-
- Feature branches: `worktree-issue-{N}-{description}`
61+
- Feature branches: `issue-{N}-{description}`
6262
- All changes via PR to main
6363
- Reference issue numbers in commits: `feat: description (#N)`
6464
- Rebase onto target branch, not merge commits in feature branches

0 commit comments

Comments
 (0)