App.tsx and TaskCard.tsx already type the handler's initialTab as "changes" | "retries" | "workflow", but Column.tsx — the intermediary that forwards the prop — still declared the narrower "changes" | "retries", so the forward failed to typecheck (TS2322). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>