mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
d49f215a26
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>