ECC/hooks
Affaan Mustafa 73bda1aad6 fix: use ${CLAUDE_PLUGIN_ROOT} for hook script paths
Relative paths like ./hooks/... fail when the plugin is installed
because hooks run in the project directory, not the plugin directory.
Using ${CLAUDE_PLUGIN_ROOT} ensures scripts are found regardless of
where the plugin is installed.

Fixed paths:
- hooks/strategic-compact/suggest-compact.sh
- hooks/memory-persistence/pre-compact.sh
- hooks/memory-persistence/session-start.sh
- hooks/memory-persistence/session-end.sh
- skills/continuous-learning/evaluate-session.sh
2026-01-22 16:42:04 -08:00
..
memory-persistence feat: add memory persistence hooks and context files 2026-01-20 18:51:09 -08:00
strategic-compact feat: add strategic-compact hook and update hooks.json with all hooks 2026-01-20 19:57:05 -08:00
hooks.json fix: use ${CLAUDE_PLUGIN_ROOT} for hook script paths 2026-01-22 16:42:04 -08:00