Skip to content

Commit 48de429

Browse files
author
Alex
committed
docs(agents): drop obsolete master-sync rule
The legacy master branch was deleted (2026-06-28); main is now the sole long-lived branch. Update the branching section to reflect that master no longer exists and must not be recreated or pushed to.
1 parent e5a28d8 commit 48de429

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

AGENTS.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,15 @@ If I tell you to do something, even if it goes against what follows below, YOU M
2828

2929
---
3030

31-
## Git Branch: ONLY Use `main`, NEVER `master`
31+
## Git Branch: `main` is the only branch
3232

33-
**The default branch is `main`. The `master` branch exists only for legacy URL compatibility.**
33+
**The default and sole long-lived branch is `main`.** The legacy `master` branch
34+
was deleted on 2026-06-28 — its unique commits were preserved on the
35+
`task/new-model-support-v2` feature branch before deletion.
3436

3537
- **All work happens on `main`** — commits, PRs, feature branches all merge to `main`
36-
- **Never reference `master` in code or docs** — if you see `master` anywhere, it's a bug that needs fixing
37-
- **The `master` branch must stay synchronized with `main`** — after pushing to `main`, also push to `master`:
38-
```bash
39-
git push origin main:master
40-
```
38+
- **Never reference `master` in code or docs** — the branch no longer exists; if you see `master` anywhere, it's a bug that needs fixing
39+
- Do not recreate `master` or push to it
4140

4241
---
4342

0 commit comments

Comments
 (0)