Cline Rules for consistent builds
Publish Docs / publish-docs (push) Successful in 44s
Details
Publish Docs / publish-docs (push) Successful in 44s
Details
This commit is contained in:
parent
7e3cded043
commit
f4949d8c9b
|
|
@ -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.
|
||||
Loading…
Reference in New Issue