Commit 052a4d1

mo khan <mo@mokhan.ca>
2026-01-29 23:10:52
refactor: demote plugins to project local until they are mature enough to be promoted to the gem
1 parent 7a24c6f
Changed files (1)
lib
elelem
skills
lib/elelem/skills/mode.rb
@@ -15,11 +15,4 @@ Elelem::Plugins.register(:mode) do |agent|
       agent.terminal.say "mode: #{name}"
     end
   end
-
-  agent.commands.register("compact", description: "Compress context") do
-    response = agent.turn("Summarize: accomplishments, state, next steps. Brief.")
-    agent.conversation.clear!
-    agent.conversation.add(role: "user", content: "Context: #{response}")
-    agent.terminal.say "  → compacted"
-  end
 end