{
  "autoCompactEnabled": false,
  "env": {
    "CLAUDE_CONTEXT_WINDOW": "1000000",
    "CLAUDE_ROLLOVER_WARN_BANDS": "75,85,92"
  },
  "statusLine": {
    "type": "command",
    "command": "python3 .claude/scripts/statusline.py"
  },
  "hooks": {
    "UserPromptSubmit": [
      {
        "hooks": [
          {
            "type": "command",
            "command": "python3 \"$CLAUDE_PROJECT_DIR/.claude/scripts/context_monitor.py\""
          }
        ]
      }
    ],
    "PostToolUse": [
      {
        "hooks": [
          {
            "type": "command",
            "command": "python3 \"$CLAUDE_PROJECT_DIR/.claude/scripts/context_monitor.py\""
          }
        ]
      }
    ],
    "SessionStart": [
      {
        "matcher": "startup|clear",
        "hooks": [
          {
            "type": "command",
            "command": "python3 \"$CLAUDE_PROJECT_DIR/.claude/scripts/load_handoff.py\""
          }
        ]
      }
    ]
  }
}
