diff --git a/AGENTS.md b/AGENTS.md index 403fc1614b..ee29f3c0cb 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -373,7 +373,7 @@ CI asserts the file is current — if it's stale, CI fails. ## Git Workflow - Branch prefixes: `feat/`, `fix/`, `refactor/`, `docs/`, `test/`, `chore/`, `perf/` -- **PRs target `dev`** — never push to `main` or `dev` directly +- **PRs target `main`** — `main` is the unstable development branch. Work and PR off of `main`. Never push to `main` directly. - **Don't force-push** unless after a rebase with conflicts - **Minimize pushes** — every push triggers CI (~1 hour on self-hosted runners). Batch commits locally, push once.