From f4949d8c9b034126829bf72223c926c797970e12 Mon Sep 17 00:00:00 2001 From: Mike Kell Date: Sat, 25 Jul 2026 15:06:18 -0400 Subject: [PATCH] Cline Rules for consistent builds --- .clinerules | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .clinerules diff --git a/.clinerules b/.clinerules new file mode 100644 index 0000000..00c2a3d --- /dev/null +++ b/.clinerules @@ -0,0 +1,6 @@ +# Execution & Workflow Rules + +- Always run tests after making code changes. +- Do not modify configuration files (.env, docker-compose.yml, deployment scripts) without explicit user instructions. +- Keep terminal commands scoped to the current project directory. +- Work in modular, step-by-step implementations rather than massive multi-file overhauls.