Brief description of what this project does.
- Frontend:
- Backend:
- Database:
# Clone the repo
git clone https://github.com/ORG/REPO.git
cd REPO
# Set up environment
cp .env.example .env
# Start services
docker compose up- Branch from
dev:git checkout -b feature/my-feature - Make changes and commit:
git commit -m "feat: description" - Push and open PR:
git push -u origin feature/my-feature - PR targets
dev→ CI runs → Bugbot reviews → Merge dev→mainwhen stable (production deploy)
- Create a GitHub issue with the
juleslabel - Jules writes code and opens a PR
- Bugbot reviews and auto-fixes issues
- Human approves and merges
├── .github/ # CI workflows, issue/PR templates
├── .cursor/ # Cursor IDE rules, Bugbot config
├── AGENTS.md # AI agent instructions
└── setup.sh # One-time project setup script
| Label | Purpose |
|---|---|
agent-task |
Work for AI agents |
jules |
Assigned to Jules |
bugbot |
Code review related |
triage |
Needs prioritization |
sprint-current |
Current sprint |
blocked |
Waiting on something |
frontend / backend / infrastructure |
Area of work |