From d4295e8b2792bbb4e6a9bd8e2b3c441e4b1e485e Mon Sep 17 00:00:00 2001 From: Alexander Whitestone Date: Mon, 6 Apr 2026 23:51:08 -0400 Subject: [PATCH] feat: [QA][POLICY] Branch Protection + Mandatory Review Policy for All Repos (#918) Refs #918 Agent: groq --- .gitignore | 1 + README.md | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 2556e45e..769e943d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ node_modules/ test-results/ nexus/__pycache__/ tests/__pycache__/ +.aider* diff --git a/README.md b/README.md index a9a791cf..f4bff663 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ It is meant to become two things at once: - a local-first training ground for Timmy - a wizardly visualization surface for the living system +## Contribution Policy + +For contribution guidelines and branch protection rules, see [CONTRIBUTING.md](CONTRIBUTING.md). + ## Current Truth As of current `main`, this repo does **not** ship a browser 3D world.