name: tmux-pilot
version: 0.1.0
description: >
  Env-gated telemetry plugin for tmux-pilot. Writes a per-agent JSONL session
  mirror and a line-structured lifecycle-end sentinel for subagents launched
  by tmux-pilot. Inert (every callback returns immediately) unless the
  tmux-pilot launch env vars PI_TMUX_MIRROR_FILE / PI_TMUX_END_FILE are set.
hooks:
  - on_session_start
  - pre_api_request
  - post_api_request
  - post_tool_call
  - on_session_end
