f7f11b2a4b
🎉 Major release introducing full Cursor IDE support New Features: - Cursor IDE integration with native hook system - Interactive setup wizard (bun run cursor:setup) - Works without Claude Code using Gemini (free) or OpenRouter - Cross-platform: macOS, Linux, Windows (PowerShell) - Context injection via .cursor/rules directory - Project registry for multi-workspace support - MCP search tools for Cursor Documentation: - Full docs at docs.claude-mem.ai/cursor - Gemini and OpenRouter setup guides 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
13 lines
252 B
JSON
13 lines
252 B
JSON
{
|
|
"name": "claude-mem-plugin",
|
|
"version": "8.5.0",
|
|
"private": true,
|
|
"description": "Runtime dependencies for claude-mem bundled hooks",
|
|
"type": "module",
|
|
"dependencies": {},
|
|
"engines": {
|
|
"node": ">=18.0.0",
|
|
"bun": ">=1.0.0"
|
|
}
|
|
}
|