{ "description": "Basic Memory bridge hooks — brief Claude from the knowledge graph on session start, checkpoint the session before compaction.", "hooks": { "SessionStart": [ { "hooks": [ { "type": "command", "command": "${CLAUDE_PLUGIN_ROOT}/hooks/session-start.sh", "timeout": 20, "statusMessage": "Briefing from Basic Memory" } ] } ], "PreCompact": [ { "hooks": [ { "type": "command", "command": "${CLAUDE_PLUGIN_ROOT}/hooks/pre-compact.sh", "timeout": 120, "statusMessage": "Checkpointing session to Basic Memory" } ] } ] } }