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.
`nbd archive` now sets status to `archived` (completed, soft-deleted) instead of `closed`. The `closed` status is reserved for tickets that will not be completed (cancelled, superseded, won't-fix). Both statuses count as resolved for dependency purposes and are excluded from `nbd list`, `nbd ready`, and `nbd next` by default. Changes: - Add `Status::Archived` variant (serialises as "archived") - `cmd_archive`: sets `Status::Archived` instead of `Status::Closed` - `parse_status`: add "archived" arm - `cmd_list`, `cmd_ready`, `cmd_next`: exclude/resolve `Archived` - `display`, `graph`, `filter`: add `Archived` arm to `status_str` - Tests: rename/update archive tests, add archived/closed test variants - Docs: update README.md and CLAUDE.md status tables and descriptions Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
3 months ago | |
|---|---|---|
| .. | ||
| integration.rs | 3 months ago | |