Add bd human command for focused help menu

bd has 70+ commands, which can be overwhelming for human users who just
want to track issues. The new `bd human` command displays a curated list
of ~15 essential commands organized by workflow:

- Working With Issues: create, list, show, update, close, reopen, comment
- Finding Work: ready, search, status, stats
- Dependencies: dep add/remove/tree, graph, blocked
- Setup & Sync: init, sync, doctor
- Getting Help: quickstart, help, --help

Also includes quick examples showing common workflows.

Changes:
- Add cmd/bd/human.go with curated help output
- Add "human" to noDbCommands list in main.go (no database needed)
This commit is contained in:
kraitsura
2025-12-28 20:00:48 -08:00
committed by Steve Yegge
parent 12b797781d
commit e5d1e721ed
2 changed files with 88 additions and 0 deletions

View File

@@ -275,6 +275,7 @@ var rootCmd = &cobra.Command{
"fish",
"help",
"hooks",
"human",
"init",
"merge",
"onboard",