usage: tautline goal-advance [-h] [--project PROJECT] [--target TARGET]
                             --event
                             {goal-complete,milestone-blocked,milestone-complete,milestone-deferred,milestone-started,startup}
                             [--milestone-index MILESTONE_INDEX]
                             [--milestone-plan MILESTONE_PLAN]
                             [--milestone-run MILESTONE_RUN] [--pr PR]
                             [--reason REASON] [--detail DETAIL]
                             [--iteration-review-record ITERATION_REVIEW_RECORD]
                             [--ui-evidence-manifest UI_EVIDENCE_MANIFEST]
                             [--verification-evidence VERIFICATION_EVIDENCE]
                             [--verification-evidence-file VERIFICATION_EVIDENCE_FILE]
                             [--verification-evidence-url VERIFICATION_EVIDENCE_URL]
                             [--session-id SESSION_ID]

options:
  -h, --help            show this help message and exit
  --project PROJECT
  --target TARGET
  --event {goal-complete,milestone-blocked,milestone-complete,milestone-deferred,milestone-started,startup}
  --milestone-index MILESTONE_INDEX
  --milestone-plan MILESTONE_PLAN
  --milestone-run MILESTONE_RUN
  --pr PR
  --reason REASON
  --detail DETAIL
  --iteration-review-record ITERATION_REVIEW_RECORD
  --ui-evidence-manifest UI_EVIDENCE_MANIFEST
                        Playwright UI evidence manifest for configured UI-
                        proof goal events.
  --verification-evidence VERIFICATION_EVIDENCE
                        AC pass/fail table (or other closure evidence) to post
                        with a completing transition.
  --verification-evidence-file VERIFICATION_EVIDENCE_FILE
                        File holding the AC pass/fail table; see `tautline ac-
                        verify` for the skeleton.
  --verification-evidence-url VERIFICATION_EVIDENCE_URL
                        Link to the AC verification artifact, recorded
                        alongside the transition evidence.
  --session-id SESSION_ID
                        Session that is completing this goal, stamped into the
                        run as completedBySession. Defaults to
                        $CLAUDE_CODE_SESSION_ID / $TAUTLINE_SESSION_ID. The
                        Stop-boundary done bar uses it to tell this session's
                        own completion from an earlier one's.
