{ "$schema": "https://json.schemastore.org/claude-code-settings.json", "hooks": { "SessionStart": [ { "hooks": [ { "type": "command", "command": "mempalace hook run --hook session-start --harness claude-code" } ] } ], "Stop": [ { "hooks": [ { "type": "command", "command": "mempalace hook run --hook stop --harness claude-code" } ] } ], "PreCompact": [ { "hooks": [ { "type": "command", "command": "mempalace hook run --hook precompact --harness claude-code" } ] } ] } }