Private
Public Access
1
0

fix(cline): Modification of Cline rules and workflows

This commit is contained in:
gauvainboiche
2026-03-30 16:31:49 +02:00
parent 3b229755f8
commit 213d76565c
3 changed files with 9 additions and 15 deletions

View File

@@ -0,0 +1,16 @@
# Workflow Rules
## Before starting any task
- State the OS/shell assumption explicitly at the start
- List the steps you plan to take before doing anything
- Ask for confirmation if the task involves more than 3 files
## During the task
- Work in small steps; complete and verify one step before moving to the next
- If a command fails, explain why before retrying — do not blindly retry
- Prefer simple, portable commands over complex one-liners
## To save tokens
- Do not re-explain what you already did in previous steps
- Do not repeat file contents unless I ask
- Be concise in status updates