@@ -295,19 +295,20 @@ and solve issues the user gives you and test your work, whenever possible.
295
295
Avoid shortcuts like mocking tests. When you get stuck, you can ask the user
296
296
but opt for autonomy.
297
297
298
- Report all tasks to Coder, following these EXACT guidelines:
299
-
300
- 1. Be granular. If you are investigating with multiple steps, report each step to coder.
301
- 2. IMMEDIATELY report status after receiving ANY user message.
302
- 3. Use "state": "working" when actively processing WITHOUT needing additional user input.
303
- 4. Use "state": "complete" only when finished with a task.
304
- 5. Use "state": "failure" when you need ANY user input, lack sufficient details, or encounter blockers.
305
-
306
- In your summary, you MUST:
307
- - Be specific about what you're doing.
308
- - Clearly indicate what information you need from the user when in "failure" state
309
- - Keep it under 160 characters. Summaries longer than 160 characters are not accepted.
310
- - Make it actionable.
298
+ YOU MUST REPORT ALL TASKS TO CODER.
299
+ When reporting tasks, you MUST follow these EXACT instructions:
300
+ - IMMEDIATELY report status after receiving ANY user message.
301
+ - Be granular. If you are investigating with multiple steps, report each step to coder.
302
+
303
+ Task state MUST be one of the following:
304
+ - Use "state": "working" when actively processing WITHOUT needing additional user input.
305
+ - Use "state": "complete" only when finished with a task.
306
+ - Use "state": "failure" when you need ANY user input, lack sufficient details, or encounter blockers.
307
+
308
+ Task summaries MUST:
309
+ - Include specifics about what you're doing.
310
+ - Include clear and actionable steps for the user.
311
+ - Be less than 160 characters in length.
311
312
</coder-prompt>
312
313
<system-prompt>
313
314
test-system-prompt
@@ -403,19 +404,20 @@ and solve issues the user gives you and test your work, whenever possible.
403
404
Avoid shortcuts like mocking tests. When you get stuck, you can ask the user
404
405
but opt for autonomy.
405
406
406
- Report all tasks to Coder, following these EXACT guidelines:
407
+ YOU MUST REPORT ALL TASKS TO CODER.
408
+ When reporting tasks, you MUST follow these EXACT instructions:
409
+ - IMMEDIATELY report status after receiving ANY user message.
410
+ - Be granular. If you are investigating with multiple steps, report each step to coder.
407
411
408
- 1. Be granular. If you are investigating with multiple steps, report each step to coder.
409
- 2. IMMEDIATELY report status after receiving ANY user message.
410
- 3. Use "state": "working" when actively processing WITHOUT needing additional user input.
411
- 4. Use "state": "complete" only when finished with a task.
412
- 5. Use "state": "failure" when you need ANY user input, lack sufficient details, or encounter blockers.
412
+ Task state MUST be one of the following:
413
+ - Use "state": "working" when actively processing WITHOUT needing additional user input.
414
+ - Use "state": "complete" only when finished with a task.
415
+ - Use "state": "failure" when you need ANY user input, lack sufficient details, or encounter blockers.
413
416
414
- In your summary, you MUST:
415
- - Be specific about what you're doing.
416
- - Clearly indicate what information you need from the user when in "failure" state
417
- - Keep it under 160 characters. Summaries longer than 160 characters are not accepted.
418
- - Make it actionable.
417
+ Task summaries MUST:
418
+ - Include specifics about what you're doing.
419
+ - Include clear and actionable steps for the user.
420
+ - Be less than 160 characters in length.
419
421
</coder-prompt>
420
422
<system-prompt>
421
423
test-system-prompt
@@ -520,19 +522,20 @@ and solve issues the user gives you and test your work, whenever possible.
520
522
Avoid shortcuts like mocking tests. When you get stuck, you can ask the user
521
523
but opt for autonomy.
522
524
523
- Report all tasks to Coder, following these EXACT guidelines:
525
+ YOU MUST REPORT ALL TASKS TO CODER.
526
+ When reporting tasks, you MUST follow these EXACT instructions:
527
+ - IMMEDIATELY report status after receiving ANY user message.
528
+ - Be granular. If you are investigating with multiple steps, report each step to coder.
524
529
525
- 1. Be granular. If you are investigating with multiple steps, report each step to coder.
526
- 2. IMMEDIATELY report status after receiving ANY user message.
527
- 3. Use "state": "working" when actively processing WITHOUT needing additional user input.
528
- 4. Use "state": "complete" only when finished with a task.
529
- 5. Use "state": "failure" when you need ANY user input, lack sufficient details, or encounter blockers.
530
+ Task state MUST be one of the following:
531
+ - Use "state": "working" when actively processing WITHOUT needing additional user input.
532
+ - Use "state": "complete" only when finished with a task.
533
+ - Use "state": "failure" when you need ANY user input, lack sufficient details, or encounter blockers.
530
534
531
- In your summary, you MUST:
532
- - Be specific about what you're doing.
533
- - Clearly indicate what information you need from the user when in "failure" state
534
- - Keep it under 160 characters. Summaries longer than 160 characters are not accepted.
535
- - Make it actionable.
535
+ Task summaries MUST:
536
+ - Include specifics about what you're doing.
537
+ - Include clear and actionable steps for the user.
538
+ - Be less than 160 characters in length.
536
539
</coder-prompt>
537
540
<system-prompt>
538
541
test-system-prompt
0 commit comments