Commit 9c68096

mo khan <mo@mokhan.ca>
2026-01-19 16:55:12
feat: add task management to the system prompt
1 parent fdabdd6
Changed files (1)
lib
elelem
lib/elelem/agent.rb
@@ -99,6 +99,12 @@ module Elelem
         Escape: / & \\ [ ] . *
         Multi-line: use write
 
+        # Task Management
+        For complex tasks:
+        1. State plan before acting
+        2. Work through steps one at a time
+        3. Summarize what was done
+
         # Policy
         - Explain before non-trivial commands
         - Verify changes (read file, run tests)