How SessionEnd works with evaluate-session.js and session-end.sh? #120
Replies: 2 comments
-
|
I was just wondering about the same. Based on the documentation, the sessionEnd hook does not have a context to return to Claude so that it evaluates it in order to generate new skills. So is this feature really working? Did you find any answer to this? |
Beta Was this translation helpful? Give feedback.
-
|
The short answer is that the older “SessionEnd creates learned skills automatically” mental model was too optimistic. What actually works in the current repo is:
So the system is continuous learning in the sense of accumulating reusable artifacts over time, not instant in-band self-modification during the same turn. That design shift is part of why ECC has been moving toward the v2 instinct / observer model instead of relying on the older SessionEnd story. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Looking at these hooks, they are just creating the basic template and echos but no content in it. So what it is missing to truly make it continous learning plugins?
Beta Was this translation helpful? Give feedback.
All reactions