# Project Instructions
## Branch Strategy
- Always work on the `develop` branch
- Never commit directly to `main`
## Workflow
- After making improvements, create a pull request (develop → main)
- Ask before merging any PR — do not auto-merge
- `main` retains the release workflow; `develop` has CI only
## Commands
- Switch to develop: `git checkout develop`
- Verify branch: `git branch --show-current`