From 30b23f6e6cbcf010be3b3437c5c3899545c5a6d9 Mon Sep 17 00:00:00 2001 From: Mario Garrido Date: Mon, 11 May 2026 21:40:29 -0400 Subject: [PATCH] docs: update AGENTS.md to reflect PRs target main dev has been merged into main; main is now the unstable development branch. Contributors should work and PR off of main. Co-Authored-By: Claude Opus 4.7 (1M context) --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.