You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .roo/rules/rules.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,8 +84,7 @@ The full API is defined in custom.d.ts as type ElectronApi.
84
84
85
85
-**CRITICAL: Completion format MUST be: "Done: [one-line description]"**
86
86
-**Keep your Task Completed summaries VERY short**
87
-
-**No lengthy pre-completion summaries** - Do not provide detailed explanations of implementation before using attempt_completion
88
-
-**No recaps of changes** - Skip explaining what was done before completion
87
+
-**No double-summarization** - Put your summary ONLY inside attempt_completion. Do not write a summary in the message body AND then repeat it in attempt_completion. One summary, one place.
89
88
-**Go directly to completion** - After making changes, proceed directly to attempt_completion without summarizing
90
89
- The project is currently an un-released POC / MVP. Do not worry about backward compatibility when making changes
91
90
- With React hooks, always complete all hook calls at the top level before any conditional returns (including jotai hook calls useAtom and useAtomValue); when a user explicitly tells you a function handles null inputs, trust them and stop trying to "protect" it with unnecessary checks or workarounds.
0 commit comments