Skip to content

Commit 2cb6a1c

Browse files
docs: adopt main/dev branch workflow
main is production (Pages deploy); dev is the integration branch for active work. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 185d557 commit 2cb6a1c

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,19 @@ Comparison charts (multi-actor overlays) are also generated based on `scripts/pa
176176

177177
## Development
178178

179+
### Branches
180+
181+
| Branch | Role |
182+
|--------|------|
183+
| **`main`** | Production — what GitHub Pages deploys. Merge here only when a release is tested and ready. |
184+
| **`dev`** | Active development — branch feature work here; open PRs into `dev`, then promote `dev``main` for release. |
185+
186+
```bash
187+
git checkout dev
188+
git pull origin dev
189+
git checkout -b feat/my-feature # optional topic branch off dev
190+
```
191+
179192
The source is organised as ES modules under `src/`:
180193

181194
| File | Purpose |

0 commit comments

Comments
 (0)