{ "//": "Core Neuron Claude Code settings installed by neuron-dev-setup. If you", "//2": "already have a ~/.claude/settings.json, install.sh merges the hooks below", "//3": "into it rather than overwriting. Only the CORE dev-stack hooks are wired.", "//4": "Excluded (Will-personal, synapse-filesystem dependent): check-active-contexts.sh,", "//5": "require-execution-context.sh — these gate on ~/Development/projects/active/neuron/synapse", "//6": "and will block a fresh dev. engram-mirror.py is optional (needs the neuron MCP up).", "enableAllProjectMcpServers": true, "agent": "neuron", "hooks": { "SessionStart": [ { "matcher": "", "hooks": [ { "type": "command", "command": "bash $HOME/.claude/hooks/neuron-self-load.sh" } ] } ], "PreToolUse": [ { "matcher": "Agent", "hooks": [ { "type": "command", "command": "bash $HOME/.claude/hooks/neuron-agent-preamble.sh" } ] } ], "PreCompact": [ { "matcher": "", "hooks": [ { "type": "command", "command": "bash $HOME/.claude/hooks/pre-compact.sh" } ] } ] } }