{
  "name": "auto-context-loader",
  "description": "Automatically load project context from CLAUDE-PROJECT.md on session start",
  "version": "1.0",
  "hooks": {
    "SessionStart": {
      "command": "bash",
      "args": [
        "/data/data/com.termux/files/home/.claude/hooks/smart-session.sh",
        "SessionStart"
      ],
      "enabled": true,
      "timeout": 5000
    },
    "SessionStop": {
      "command": "bash",
      "args": [
        "/data/data/com.termux/files/home/.claude/hooks/smart-session.sh",
        "SessionStop"
      ],
      "enabled": true,
      "timeout": 5000
    }
  },
  "settings": {
    "logLevel": "info",
    "fallbackToGlobal": true,
    "projectFile": "CLAUDE-PROJECT.md",
    "autoSaveMemory": true
  }
}
