← back to Terminal Status

verification/install/after/.claude/skills/tab-ticket/scripts/tab-ticket-set.sh

6 lines

#!/usr/bin/env bash
# Ticket binding is tied to the actual main agent's PID, start time, and tty.
set -eu
[[ "${1:-}" == "--apply" ]] && shift
exec python3 "$HOME/Projects/terminal-status/terminal_status.py" ticket "${1:?TK number required}"