8 Commits (83d5abde8af9ae2f75c0d9b2891a9ed9b30ef82c)

Author SHA1 Message Date
Elijah Voigt 83d5abde8a docs: replace nbd task-tracking docs with beans prime
Simplify all issue-tracking documentation to defer to `beans prime`
rather than maintaining a parallel description of beans commands.

- CLAUDE.md: collapse task-tracking section to just `beans prime` callout
- edu/.claude/skills/work: nbd next → beans list --ready
- nbd/.claude/skills/work: nbd next → beans list --ready
- nbd/.claude/skills/triage: nbd tickets/.nbd → beans beans/.beans
- nbd/src/claude_md_snippet.md: replace nbd snippet with beans prime stub

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3 months ago
Elijah Voigt 507d3944e5 Update triage skill 3 months ago
Elijah Voigt 1d21a481cb triage should commit tickets 3 months ago
Elijah Voigt 347580e5df claude skill tweaks, bugs triaged, projects updated 3 months ago
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 8d35713e29 Adding triage skill to create tickets 3 months ago
Elijah Voigt 8a970a559b docs(nbd): update CLAUDE.md with init and ready subcommands
- Add nbd init and nbd ready to the CLI Interface reference
- Replace mkdir workaround with `cargo run -- init` in Task Tracking
- Restore the --json guideline to its original wording
- Add `nbd ready` as the preferred "what to work on next" command

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3 months ago
Elijah Voigt 2698c6ea84 Scaffolding for nbd cli 3 months ago