{
  "description": "Bearing Lite GitHub Copilot / VS Code mapping. Partial coverage: SessionStart activation, Stop closeout, te_test_write on PreToolUse, and te_completion on Stop and SubagentStop. Transition-order and protected-action remain procedural on this host.",
  "hooks": {
    "SessionStart": [
      {
        "type": "command",
        "command": "node \"${PLUGIN_ROOT}/hooks/com.anthropic.claude-code/host.cjs\""
      }
    ],
    "PreToolUse": [
      {
        "type": "command",
        "command": "node \"${PLUGIN_ROOT}/hooks/te-host.cjs\" --host=copilot"
      }
    ],
    "Stop": [
      {
        "type": "command",
        "command": "node \"${PLUGIN_ROOT}/hooks/com.anthropic.claude-code/host.cjs\""
      },
      {
        "type": "command",
        "command": "node \"${PLUGIN_ROOT}/hooks/te-host.cjs\" --host=copilot"
      }
    ],
    "SubagentStop": [
      {
        "type": "command",
        "command": "node \"${PLUGIN_ROOT}/hooks/te-host.cjs\" --host=copilot"
      }
    ]
  }
}
