docs: adopt dev integration branch — PRs target dev, batched into stable main (ZacharyZcR's suggestion)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
JustVugg
2026-07-12 14:30:03 +02:00
parent e945b43842
commit f38e74efe7
+11
View File
@@ -2,6 +2,17 @@
Keep changes focused and preserve Colibri's dependency-free default CPU path. Keep changes focused and preserve Colibri's dependency-free default CPU path.
## Branches
- **`main`** is the stable branch. It's what users clone, and it stays known-good
(engine always passes the token-exact oracle: `SNAP=./glm_tiny TF=1 ./glm 64 16 16`).
- **`dev`** is the integration branch. **Open your PR against `dev`.** Reviewed PRs
land there first; once a batch is tested and stable, the maintainer fast-forwards
it into `main`. This keeps `main` clean instead of taking every PR one at a time.
Every PR — on either branch — is reviewed for a clean build (0 warnings), the oracle
(32/32 TF + 20/20 greedy), and its own targeted validation before merge.
## Local checks ## Local checks
Run the lightweight checks locally: Run the lightweight checks locally: