Private
Public Access
1
0

feat(ai): Adding Cline rules files

This commit is contained in:
gauvainboiche
2026-03-30 11:27:57 +02:00
parent 84af90e81e
commit b19fb262a4
4 changed files with 138 additions and 0 deletions

16
.clinerules/workflow.md Normal file
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