fix(hooks): add required version field to cursor hooks.json#255
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
✅ Files skipped from review due to trivial changes (2)
📝 WalkthroughWalkthroughAdds a top-level "version": 1 to the plugin hooks config, increments the plugin and integrations versions to 0.1.5, and records the change in the plugin CHANGELOG. ChangesHooks & Versioning
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Thank you @Dongdong-Dong9010, this small schema fix matters a lot for install reliability. Appreciate you helping keep the Cursor plugin clean and working for users. |
Problem
After installing
nowledge-mem-cursor, Cursor's Hooks settings show a Configuration Error (see screenshot):Root cause
hooks/hooks.jsonwas missing the top-levelversionfield. Cursor's hooks loader validatesversionas anumber; when it isundefined, the whole config is rejected.Summary by CodeRabbit