{
  "version": 1,
  "hooks": {
    "sessionStart": [
      {
        "type": "command",
        "bash": "straion automode register session-start --agent github-copilot",
        "cwd": ".",
        "timeoutSec": 15
      }
    ],
    "sessionEnd": [
      {
        "type": "command",
        "bash": "straion trajectory collect --agent github-copilot",
        "cwd": ".",
        "timeoutSec": 30
      }
    ]
  }
}
