From b1f761906cb21d6ed5030270d1b0ccc7248df2e4 Mon Sep 17 00:00:00 2001 From: jester Date: Sat, 13 Dec 2025 18:28:34 +0000 Subject: [PATCH] Add execution constraints to prevent drift --- CONSTRAINTS.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 CONSTRAINTS.md diff --git a/CONSTRAINTS.md b/CONSTRAINTS.md new file mode 100644 index 0000000..b1b4ef4 --- /dev/null +++ b/CONSTRAINTS.md @@ -0,0 +1,18 @@ +# Constraints – zlh-grind + +This repository is strictly for **GPT execution work**. + +## Hard Rules +- Do NOT make architecture decisions here +- Do NOT redefine system boundaries +- Do NOT duplicate canonical documentation + +## Source of Truth +All architecture, decisions, and authoritative docs live in: +- `jester/knowledge-base` + +## Role Split +- Claude: architecture, decisions, control-plane changes +- GPT: execution, implementation, logging, reasoning + +If a change might affect architecture, stop and defer.