Skip to content

Commit f88cfcc

Browse files
samtregarclaude
andcommitted
fix(init): correct branch name typo codemacine -> codemachine
Fixes #43 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent b1347be commit f88cfcc

File tree

1 file changed

+4
-4
lines changed
  • prompts/templates/dev-codemachine/main-agents

1 file changed

+4
-4
lines changed

prompts/templates/dev-codemachine/main-agents/00-init.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
**Task:**
44

5-
1. **Ensure the current branch is `codemacine/dev` by following this specific logic:**
6-
* First, check if the *current* branch is already `codemacine/dev`. If it is, this step is complete.
7-
* If not, check if a branch named `codemacine/dev` *already exists*. If it does, switch to it.
8-
* If it does not exist, create it as a new branch and switch to it (e.g., `git checkout -b codemacine/dev`).
5+
1. **Ensure the current branch is `codemachine/dev` by following this specific logic:**
6+
* First, check if the *current* branch is already `codemachine/dev`. If it is, this step is complete.
7+
* If not, check if a branch named `codemachine/dev` *already exists*. If it does, switch to it.
8+
* If it does not exist, create it as a new branch and switch to it (e.g., `git checkout -b codemachine/dev`).
99

1010
2. **Append the following lines to the `.gitignore` file, skipping any that already exist:**
1111
```

0 commit comments

Comments
 (0)