You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Elijah Voigt deecdba592 feat(nbd): add archive command and Closed status [1939a7]
Add Status::Closed variant serialised as "closed", providing a
soft-delete for tickets that should be hidden from normal listings.

- nbd archive <id>: sets status to closed (sugar for update --status closed)
- nbd list: excludes closed tickets by default (same as done)
- nbd list --all: bypasses default status exclusion, shows everything
- nbd list --filter status=closed: shows only closed tickets
- Closed tickets count as resolved for dependency purposes (unblock dependents)
- nbd ready / nbd next: closed tickets excluded from actionable set

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3 months ago
..
0f51af.json feat(nbd): implement nbd migrate command [0f51af] 3 months ago
4d2359.json feat(nbd): implement nbd init and nbd ready commands [4d2359, e1968f] 3 months ago
5f1495.json feat(nbd): remove id from ticket JSON body; inject from filename [d1634a] 3 months ago
6e4239.json feat(nbd): remove id from ticket JSON body; inject from filename [d1634a] 3 months ago
92e45b.json Closing tickets, adding jq 3 months ago
460caf.json feat(nbd): remove id from ticket JSON body; inject from filename [d1634a] 3 months ago
1939a7.json feat(nbd): add archive command and Closed status [1939a7] 3 months ago
833807.json feat(nbd): remove id from ticket JSON body; inject from filename [d1634a] 3 months ago
887344.json Closing tickets, adding jq 3 months ago
c2a024.json Closing tickets, adding jq 3 months ago
c9d551.json docs(nbd): update CLAUDE.md with init and ready subcommands 3 months ago
d1634a.json feat(nbd): remove id from ticket JSON body; inject from filename [d1634a] 3 months ago
e1968f.json feat(nbd): implement nbd init and nbd ready commands [4d2359, e1968f] 3 months ago
fc6df4.json Closing tickets, adding jq 3 months ago
fc444f.json feat(nbd): remove id from ticket JSON body; inject from filename [d1634a] 3 months ago