Skip to content

v0.16.0: progress command

Latest

Choose a tag to compare

@edwilde edwilde released this 15 Sep 20:54
· 3 commits to main since this release
v0.16.0
95bec25

New

  • ticketgraph progress (MCP: tickets.progress): a token-cheap answer to "how far through the backlog am I". Points-based headline with ticket counts alongside, a status line, and a 20-cell bar. Deferred tickets are excluded so a run that defers work can still reach 100%. Unsized tickets count 0 points and are reported as unsized N. When nothing is sized the percentage falls back to tickets and says so.
  • --by epic|parent|type|tag appends one row per group, laggards first. Ungrouped tickets appear as (none). --by tag counts a ticket once per tag, so group totals can exceed the project total.
  • --format json returns the lossless structure with no bar string; --format table renders the group rows as a table. --project all aggregates across projects.