From 94955d2f0dc8792899a7db9319dc3080743741bc Mon Sep 17 00:00:00 2001 From: Eddie Soehnel Date: Tue, 17 Mar 2026 14:43:17 -0600 Subject: [PATCH] Update PROJECTRULESPROCESSES.md added more rules based on learnings --- PROJECTRULESPROCESSES.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/PROJECTRULESPROCESSES.md b/PROJECTRULESPROCESSES.md index be77dd1..a749b9f 100644 --- a/PROJECTRULESPROCESSES.md +++ b/PROJECTRULESPROCESSES.md @@ -1,6 +1,10 @@ # Project Rules -1. Never modify production database schemas without migration scripts. +1. Human is the architect (what + why), AI is the operator (how + execution) +2. Never mutate data without reviewing plan, inmderstanding impact, vertifying results +3. Before deleting, backup, then review, then confirm +4. If working in windows workstation, handle windows + Linux paths for testing +2. Never modify production database schemas without migration scripts. 2. Update documentation when architecture changes. 3. Follow directory structure strictly. 4. Do not place business logic in API controllers.