Commit 28e7962

mo khan <mo@mokhan.ca>
2026-01-28 19:29:30
refactor: make the system prompt template writable to allow it to be updated in a plugin
1 parent f2fac6c
Changed files (1)
lib/elelem/system_prompt.rb
@@ -52,7 +52,7 @@ module Elelem
       <%= agents_md %>
     ERB
 
-    attr_reader :template
+    attr_accessor :template
 
     def initialize(template = nil)
       @template = template || TEMPLATE