Files
cursor__plugins/continual-learning/hooks/hooks.json
ericzakariasson 46c85c6e84 Rename continuous-learning plugin to continual-learning
Apply a full path and identifier rename for the plugin (folder, hooks, skill path, marketplace source, and docs) so installation and references consistently use continual-learning.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-19 11:51:13 -05:00

11 lines
145 B
JSON

{
"version": 1,
"hooks": {
"stop": [
{
"command": "bun run ./hooks/continual-learning-stop.ts --trial"
}
]
}
}