Cline Rules for consistent builds
Publish Docs / publish-docs (push) Successful in 44s Details

This commit is contained in:
Mike Kell 2026-07-25 15:06:18 -04:00
parent 7e3cded043
commit f4949d8c9b
1 changed files with 6 additions and 0 deletions

6
.clinerules Normal file
View File

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