feat: Updated the coder agent to be much more task-focused and to be delegated to by Sisyphus

This commit is contained in:
2026-02-13 15:41:11 -07:00
parent 3779b940ae
commit 4d7d5e5e53
3 changed files with 286 additions and 56 deletions
+4 -4
View File
@@ -2,6 +2,9 @@
An AI agent that assists you with your coding tasks.
This agent is designed to be delegated to by the **[Sisyphus](../sisyphus/README.md)** agent to implement code specifications. Sisyphus
acts as the coordinator/architect, while Coder handles the implementation details.
## Features
- 🏗️ Intelligent project structure creation and management
@@ -10,7 +13,4 @@ An AI agent that assists you with your coding tasks.
- 🧐 Advanced code analysis and improvement suggestions
- 📊 Precise diff-based file editing for controlled code modifications
## Similar Projects
- https://github.com/Doriandarko/claude-engineer
- https://github.com/paul-gauthier/aider
It can also be used as a standalone tool for direct coding assistance.