2 Commits (00d195c86f2b2c37f68ba8dc3c40d7dc4e745148)

Author SHA1 Message Date
Elijah Voigt 7aa547633f feat(nbd): show diff output on nbd update without --json [5f1495]
When `nbd update` is run without `--json`, print a git-diff-style
+/- summary of changed fields instead of the full ticket.

- Add `format_diff` and `print_diff` to display.rs
- Capture `old` ticket snapshot in `cmd_update` before mutations
- Use `print_diff` for the non-JSON branch of `cmd_update`
- Add unit tests (4) and integration tests (3) covering diff output,
  JSON fallback, and the no-changes case

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3 months ago
Elijah Voigt 9a58e78ca8 Migrate all tickets to `.md` format 3 months ago