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 ba0efeb622 feat(nbd): add claude-md command [fc444f]
Adds `nbd claude-md` subcommand that prints a ready-to-paste CLAUDE.md
snippet for adopting nbd in any project. The snippet is embedded at
compile time via `include_str!` from `src/claude_md_snippet.md`, so it
stays in sync with the installed binary automatically.

- `nbd claude-md` prints raw markdown (suitable for `>> CLAUDE.md`)
- `nbd claude-md --json` outputs `{"snippet": "..."}` for programmatic use
- Works without a `.nbd/` store present (no find_nbd_root call)
- 4 new integration tests covering all specified behaviours

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): add claude-md command [fc444f] 3 months ago