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 e9b6e97116 feat(nbd): implement display layer (Phase 4)
Add output formatting for tickets via display.rs:
- print_ticket / format_ticket: key-value table view
- print_ticket_json / format_ticket_json: pretty JSON
- print_list / format_list: compact summary table with header
- print_list_json / format_list_json: JSON array output

format_* variants return String for testability. Unit tests added
covering field presence, dependency joining, header row, and JSON
validity. All 26 tests pass.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3 months ago
..
.claude Scaffolding for nbd cli 3 months ago
src feat(nbd): implement display layer (Phase 4) 3 months ago
tests feat(nbd): scaffold crate with module stubs and dependencies 3 months ago
CLAUDE.md Scaffolding for nbd cli 3 months ago
Cargo.lock feat(nbd): scaffold crate with module stubs and dependencies 3 months ago
Cargo.toml feat(nbd): scaffold crate with module stubs and dependencies 3 months ago
PLAN.md feat(nbd): implement display layer (Phase 4) 3 months ago