Files
Cursor Agent d49f215a26 fix(advisor): address hook scripts via CURSOR_PLUGIN_ROOT
Plugin hooks do not run from the plugin directory, so ./hooks/... paths
fail with exit 127 (the same layout ralph-loop uses, which the registry
classifies as invalid). Use bash "${CURSOR_PLUGIN_ROOT}/hooks/..." like
continual-learning, which indexes and runs cleanly.

Co-authored-by: Eric Zakariasson <ericzakariasson@users.noreply.github.com>
2026-09-04 12:36:16 +00:00
..