{
  "hooks": {
    "SessionStart": [
      {
        "hooks": [
          {
            "type": "command",
            "command": "node \"/var/www/html/dev/mcp-servers/scripts/hooks/sophia-session-start.mjs\" --repo-root \"/var/www/html/dev/mcp-servers\" --managed-by sophia-mcp-hooks",
            "timeout": 8,
            "statusMessage": "Sophia loading bootstrap"
          }
        ],
        "matcher": "startup|resume|clear"
      }
    ],
    "UserPromptSubmit": [
      {
        "hooks": [
          {
            "type": "command",
            "command": "node \"/var/www/html/dev/mcp-servers/scripts/hooks/sophia-user-prompt-submit.mjs\" --repo-root \"/var/www/html/dev/mcp-servers\" --managed-by sophia-mcp-hooks",
            "timeout": 8,
            "statusMessage": "Sophia checking routing"
          }
        ]
      }
    ],
    "PreToolUse": [
      {
        "hooks": [
          {
            "type": "command",
            "command": "node \"/var/www/html/dev/mcp-servers/scripts/hooks/sophia-pretool-sql.mjs\" --repo-root \"/var/www/html/dev/mcp-servers\" --managed-by sophia-mcp-hooks",
            "timeout": 8,
            "statusMessage": "Sophia SQL reminder"
          }
        ],
        "matcher": ".*sql.*|mcp__sql.*|.*database.*|.*query.*"
      },
      {
        "hooks": [
          {
            "type": "command",
            "command": "node \"/var/www/html/dev/mcp-servers/scripts/hooks/sophia-pretool-coldfusion.mjs\" --repo-root \"/var/www/html/dev/mcp-servers\" --managed-by sophia-mcp-hooks",
            "timeout": 8,
            "statusMessage": "Sophia ColdFusion reminder"
          }
        ],
        "matcher": ".*coldfusion.*|.*cfml.*|.*cfquery.*|.*evaluate.*|mcp__cf.*"
      },
      {
        "hooks": [
          {
            "type": "command",
            "command": "node \"/var/www/html/dev/mcp-servers/scripts/hooks/sophia-pretool-memory.mjs\" --repo-root \"/var/www/html/dev/mcp-servers\" --managed-by sophia-mcp-hooks",
            "timeout": 8,
            "statusMessage": "Sophia memory write reminder"
          }
        ],
        "matcher": ".*memory_add.*|.*memory_invalidate.*|mcp__memory.*"
      }
    ]
  }
}
