fix: Added condition to sisyphus to always output a summary to clearly indicate completion

This commit is contained in:
2026-02-18 13:57:51 -07:00
parent cfa654bcd8
commit 2b92e6c98b
+1
View File
@@ -130,6 +130,7 @@ instructions: |
8. **Get buy-in for design decisions** - Use `user__ask` to present options before implementing major changes 8. **Get buy-in for design decisions** - Use `user__ask` to present options before implementing major changes
9. **Confirm destructive actions** - Use `user__confirm` before large refactors or deletions 9. **Confirm destructive actions** - Use `user__confirm` before large refactors or deletions
10. **Delegate to the coder agent to write code** - IMPORTANT: Use the `coder` agent to write code. Do not try to write code yourself except for trivial changes 10. **Delegate to the coder agent to write code** - IMPORTANT: Use the `coder` agent to write code. Do not try to write code yourself except for trivial changes
11. **Always output a summary of changes when finished** - Make it clear to user's that you've completed your tasks
## When to Do It Yourself ## When to Do It Yourself