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
..
claude_md_snippet.md feat(nbd): add claude-md command [fc444f] 3 months ago
display.rs feat(nbd): add archive command and Closed status [1939a7] 3 months ago
filter.rs feat(nbd): add archive command and Closed status [1939a7] 3 months ago
main.rs feat(nbd): add claude-md command [fc444f] 3 months ago
store.rs feat(nbd): wire --filter flag into list, ready, and migrate commands [887344] 3 months ago
tests.rs feat(nbd): add archive command and Closed status [1939a7] 3 months ago
ticket.rs feat(nbd): add archive command and Closed status [1939a7] 3 months ago