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.