@@ -26,15 +26,21 @@ RobotCode is a comprehensive Robot Framework toolkit that provides IDE extension
2626### Core Rules
2727
2828- ** 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
3030- ** 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
3132
3233### Communication Flow
3334
34351 . ** Recognize Intent:** Review request vs. Implementation request?
35362 . ** 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.
3844
3945## Tech Stack
4046
0 commit comments