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
10 lines
106 B
JSON
10 lines
106 B
JSON
{
|
|
"agents": {
|
|
"defaults": {
|
|
"memorySearch": {
|
|
"provider": "local"
|
|
}
|
|
}
|
|
}
|
|
}
|