From 5ae0e7d5befb8974ced3742a2573eabde1e5b484 Mon Sep 17 00:00:00 2001 From: reachableceo Date: Wed, 2 Sep 2026 21:18:46 -0500 Subject: [PATCH] =?UTF-8?q?docs(agents):=20scope=20ruling=20=E2=80=94=20se?= =?UTF-8?q?rver-room=20door=20only,=20no=20other=20locks=20[#345]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Founder directive 2026-09-02: badge work fully contained to the server-room door; no other smart locks in scope. https://projects.knownelement.com/issues/345 --- AGENTS.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 9fc052f..936f36b 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -33,6 +33,13 @@ the parallel pfv-bms session/repo. This repo ships ONLY the reader-host side + the webhook contract documented in README.md. Do not edit KNEL/pfv-bms from here. +## Scope boundary: server-room door ONLY (founder ruling 2026-09-02) + +Badge access work is fully contained to the server-room door. Do NOT +integrate, configure, or touch any other smart locks in the house — +not even "obvious" ones. Any such ask is a new ticket for the founder +to approve. + ## Engineering - TDD red/green for all code (`scripts/test.sh` is the local gate).