Add execution constraints to prevent drift

This commit is contained in:
jester 2025-12-13 18:28:34 +00:00
parent a86f7d8150
commit b1f761906c

18
CONSTRAINTS.md Normal file
View File

@ -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.