Commit e016bf7

mo khan <mo@mokhan.ca>
2026-01-17 07:45:28
refactor: use markdown in system prompt
1 parent 049dea2
Changed files (1)
lib
elelem
lib/elelem/agent.rb
@@ -101,7 +101,7 @@ module Elelem
 
     def system_prompt
       <<~PROMPT.strip
-        Terminal agent. Be concise. Act directly, verify your work.
+        Terminal agent. Be concise. Act directly, verify your work. Use markdown.
         pwd: #{Dir.pwd}
       PROMPT
     end