8d485890b9
- Introduced functionality for installing, uninstalling, and checking the status of Cursor hooks. - Added a new command structure for managing hooks with detailed usage instructions. - Implemented a method to locate the cursor-hooks directory across different environments. - Updated build-hooks script to inform users about the location of Cursor hooks. This enhancement streamlines the integration of Claude-Mem with Cursor, improving user experience and accessibility of hooks.
23 lines
333 B
Plaintext
23 lines
333 B
Plaintext
datasets/
|
|
node_modules/
|
|
dist/
|
|
*.log
|
|
.DS_Store
|
|
.env
|
|
.env.local
|
|
*.tmp
|
|
*.temp
|
|
.install-version
|
|
.claude/settings.local.json
|
|
plugin/data/
|
|
plugin/data.backup/
|
|
package-lock.json
|
|
private/
|
|
datasets/
|
|
|
|
# Generated UI files (built from viewer-template.html)
|
|
src/ui/viewer.html
|
|
|
|
# Local MCP server config (for development only)
|
|
.mcp.json
|
|
.cursor/ |