{
  "hooks": {
    "SessionStart": [
      {
        "type": "command",
        "command": "{{PYTHON_CMD}} .github/copilot/hooks/session-start.py",
        "timeout": 30
      }
    ],
    "userPromptSubmitted": [
      {
        "type": "command",
        "bash": "{{PYTHON_CMD}} .github/copilot/hooks/inject-workflow-state.py",
        "powershell": "{{PYTHON_CMD}} .github/copilot/hooks/inject-workflow-state.py",
        "timeoutSec": 15
      }
    ]
  }
}
