@@ -26,15 +26,21 @@ RobotCode is a comprehensive Robot Framework toolkit that provides IDE extension
26
26
### Core Rules
27
27
28
28
- ** REVIEW/ANALYZE/CHECK/EXAMINE:** READ-ONLY operations. Provide analysis and feedback, NEVER make changes
29
- - ** IMPLEMENT/ADD/CREATE/FIX/CHANGE:** Implementation required. Ask for clarification if multiple approaches exist
29
+ - ** IMPLEMENT/ADD/CREATE/FIX/CHANGE:** Implementation required. ALWAYS ask for confirmation and wait for explicit user choice before proceeding
30
30
- ** IMPROVE/OPTIMIZE/REFACTOR:** Always ask for specific approach before implementing
31
+ - ** MANDATORY WAIT:** When presenting implementation options, ALWAYS wait for explicit user choice before proceeding
31
32
32
33
### Communication Flow
33
34
34
35
1 . ** Recognize Intent:** Review request vs. Implementation request?
35
36
2 . ** For Reviews:** Analyze and suggest, but don't change anything
36
- 3 . ** For Implementation:** Ask numbered options if unclear, wait for response, then implement
37
- 4 . ** Question Format:** Use "A), B), C), D), ..." format, always end with "Other approach"
37
+ 3 . ** For Implementation:**
38
+ - ALWAYS ask for confirmation before implementing
39
+ - If multiple approaches exist, present numbered options A), B), C), D), ...)
40
+ - ALWAYS end with "Other approach"
41
+ - WAIT for user response before proceeding
42
+ - NEVER start implementation until user explicitly chooses an option
43
+ 4 . ** Critical Rule:** When presenting options, STOP and wait for user input. Do not continue with any implementation.
38
44
39
45
## Tech Stack
40
46
0 commit comments