One-command persistent memory for Clawdbot. Prevents context amnesia during compaction with: - Two-layer memory: Markdown source of truth + SQLite vector search - Pre-compaction flush to save context before it's lost - Semantic search across all memory files - Daily logs, research intel, and project tracking templates - Interactive installer with dry-run and uninstall support
29 lines
280 B
Plaintext
29 lines
280 B
Plaintext
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Node
|
|
node_modules/
|
|
package-lock.json
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Database (these are local to each install)
|
|
*.db
|
|
*.db-wal
|
|
*.db-shm
|
|
|
|
# Backups created by installer
|
|
*.pre-memory-backup
|
|
*.pre-uninstall-backup
|
|
*.bak
|
|
|
|
# Secrets
|
|
.env
|
|
.env.local
|