Skip to content

Release 2.1.48 (2026-06-22)

Features

  • show pr-workflow prep state in a WORKFLOW column (#1730)
  • docs(vrg-worktree-status): add design spec for WORKFLOW column (#1729)

Spec for surfacing per-worktree pr-workflow prep state in vrg-worktree-status: a WORKFLOW column (raw status verbatim, '-' for no file, 'unknown'+note on read errors) and a neutral 'N PR prepared.' count on the summary line. Observability-only; reuses the existing pr-workflow loader and the same readiness signal vrg-submit-pr --all uses. Ref #1729.

  • docs(vrg-worktree-status): refine prepared definition and add TDD plan (#1729)

Tighten the 'N PR prepared' count to mean pr_metadata present AND not yet submitted (matching vrg-submit-pr's ready gate, which skips AlreadySubmitted worktrees), always show the count, and add a step-by-step TDD implementation plan. Ref #1729.

  • feat(vrg-worktree-status): show pr-workflow prep state in a WORKFLOW column (#1729)

Add a WORKFLOW column to vrg-worktree-status showing each worktree's raw pr-workflow status from .vergil/pr-workflow.json (verbatim, '-' when no file, 'unknown' plus a note on a read error), and append a neutral 'N PR prepared.' count to the summary keyed off pr_metadata present and not yet submitted — vrg-submit-pr's ready gate. gather_worktree_status probes the file via the existing pr-workflow loader and attaches the signals via dataclasses.replace, leaving classify_worktree untouched. Observability-only. Ref #1729.