Skip to content
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
> **⚠️ Early Development Notice:** This project is in early development and is not yet ready for production use. Features may change, break, or be incomplete.
<p align="center">
<a href="https://discord.gg/qYDPwEeW">
<a href="https://discord.gg/vS3A5UDNSq">
<img src="docs/assets/discord-badge.png" alt="Join our Discord" width="200">
</a>
&nbsp;&nbsp;
Expand Down
8 changes: 4 additions & 4 deletions prompts/templates/dev-codemachine/main-agents/00-init.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

**Task:**

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

2. **Append the following lines to the `.gitignore` file, skipping any that already exist:**
```
Expand Down
Loading