Skip to content

feat(ls): add status counts to summary line - #2

Merged
alextes merged 1 commit into
mainfrom
feature/brd-dkvq
Dec 28, 2025
Merged

feat(ls): add status counts to summary line#2
alextes merged 1 commit into
mainfrom
feature/brd-dkvq

Conversation

@alextes

@alextes alextes commented Dec 28, 2025

Copy link
Copy Markdown
Owner

Summary

  • Show todo, doing, done, and skip counts in brd ls output
  • Only non-zero counts are shown (except todo which always shows)

Before:

open: 13 | time: 2ms

After:

todo: 10 | doing: 3 | done: 10 | open: 13 | time: 2ms

Test plan

  • brd ls shows all status counts
  • Tests pass
  • Manual verification

Closes brd-dkvq

show todo, doing, done, and skip counts in brd ls output.
only non-zero counts are shown (except todo which always shows).

before: open: 13 | time: 2ms
after:  todo: 10 | doing: 3 | done: 10 | open: 13 | time: 2ms

closes brd-dkvq
@alextes
alextes merged commit 34eb556 into main Dec 28, 2025
7 of 8 checks passed
@alextes
alextes deleted the feature/brd-dkvq branch December 28, 2025 23:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant