From 2b92e6c98b780b97a16cb45daea61f18a677de9d Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Wed, 18 Feb 2026 13:57:51 -0700 Subject: [PATCH] fix: Added condition to sisyphus to always output a summary to clearly indicate completion --- assets/agents/sisyphus/config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/agents/sisyphus/config.yaml b/assets/agents/sisyphus/config.yaml index bbe9a69..0f0b91f 100644 --- a/assets/agents/sisyphus/config.yaml +++ b/assets/agents/sisyphus/config.yaml @@ -130,6 +130,7 @@ instructions: | 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 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