get-tbd 0.1.13 → 0.1.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) hide show
  1. package/README.md +47 -28
  2. package/dist/bin.mjs +410 -170
  3. package/dist/bin.mjs.map +1 -1
  4. package/dist/cli.mjs +202 -94
  5. package/dist/cli.mjs.map +1 -1
  6. package/dist/docs/README.md +47 -28
  7. package/dist/docs/SKILL.md +61 -18
  8. package/dist/docs/guidelines/bun-monorepo-patterns.md +2096 -0
  9. package/dist/docs/guidelines/cli-agent-skill-patterns.md +79 -5
  10. package/dist/docs/guidelines/error-handling-rules.md +66 -0
  11. package/dist/docs/guidelines/pnpm-monorepo-patterns.md +2868 -0
  12. package/dist/docs/guidelines/release-notes-guidelines.md +140 -0
  13. package/dist/docs/guidelines/{sync-troubleshooting.md → tbd-sync-troubleshooting.md} +1 -1
  14. package/dist/docs/guidelines/typescript-sorting-patterns.md +234 -0
  15. package/dist/docs/guidelines/typescript-yaml-handling-rules.md +195 -0
  16. package/dist/docs/install/claude-header.md +13 -6
  17. package/dist/docs/shortcuts/standard/agent-handoff.md +1 -0
  18. package/dist/docs/shortcuts/standard/checkout-third-party-repo.md +50 -0
  19. package/dist/docs/shortcuts/standard/{cleanup-all.md → code-cleanup-all.md} +3 -2
  20. package/dist/docs/shortcuts/standard/{cleanup-update-docstrings.md → code-cleanup-docstrings.md} +1 -0
  21. package/dist/docs/shortcuts/standard/{cleanup-remove-trivial-tests.md → code-cleanup-tests.md} +1 -0
  22. package/dist/docs/shortcuts/standard/{commit-code.md → code-review-and-commit.md} +1 -0
  23. package/dist/docs/shortcuts/standard/coding-spike.md +54 -0
  24. package/dist/docs/shortcuts/standard/create-or-update-pr-simple.md +1 -0
  25. package/dist/docs/shortcuts/standard/create-or-update-pr-with-validation-plan.md +1 -0
  26. package/dist/docs/shortcuts/standard/implement-beads.md +1 -0
  27. package/dist/docs/shortcuts/standard/merge-upstream.md +1 -0
  28. package/dist/docs/shortcuts/standard/new-architecture-doc.md +1 -0
  29. package/dist/docs/shortcuts/standard/new-guideline.md +8 -0
  30. package/dist/docs/shortcuts/standard/new-plan-spec.md +1 -0
  31. package/dist/docs/shortcuts/standard/new-research-brief.md +1 -0
  32. package/dist/docs/shortcuts/standard/new-shortcut.md +27 -1
  33. package/dist/docs/shortcuts/standard/new-validation-plan.md +1 -0
  34. package/dist/docs/shortcuts/standard/plan-implementation-with-beads.md +1 -0
  35. package/dist/docs/shortcuts/standard/precommit-process.md +1 -0
  36. package/dist/docs/shortcuts/standard/review-code-python.md +1 -0
  37. package/dist/docs/shortcuts/standard/review-code-typescript.md +1 -0
  38. package/dist/docs/shortcuts/standard/review-code.md +1 -0
  39. package/dist/docs/shortcuts/standard/review-github-pr.md +89 -17
  40. package/dist/docs/shortcuts/standard/revise-all-architecture-docs.md +1 -0
  41. package/dist/docs/shortcuts/standard/revise-architecture-doc.md +1 -0
  42. package/dist/docs/shortcuts/standard/setup-github-cli.md +1 -0
  43. package/dist/docs/shortcuts/standard/sync-failure-recovery.md +6 -53
  44. package/dist/docs/shortcuts/standard/update-specs-status.md +1 -0
  45. package/dist/docs/shortcuts/standard/welcome-user.md +2 -1
  46. package/dist/docs/shortcuts/system/skill-brief.md +1 -1
  47. package/dist/docs/shortcuts/system/skill.md +48 -12
  48. package/dist/docs/skill-brief.md +1 -1
  49. package/dist/docs/tbd-design.md +13 -1
  50. package/dist/index.d.mts +20 -6
  51. package/dist/index.mjs +2 -2
  52. package/dist/{src-BfhjLZXE.mjs → src-Ct16P2Ox.mjs} +154 -22
  53. package/dist/src-Ct16P2Ox.mjs.map +1 -0
  54. package/dist/tbd +410 -170
  55. package/package.json +1 -1
  56. package/dist/docs/guidelines/typescript-monorepo-patterns.md +0 -72
  57. package/dist/src-BfhjLZXE.mjs.map +0 -1
@@ -1,7 +1,6 @@
1
1
  # tbd
2
2
 
3
- **Task management, spec-driven planning, and instant knowledge injection for AI coding
4
- agents.**
3
+ **Task tracking, spec-driven planning, and knowledge injection for AI coding agents.**
5
4
 
6
5
  **tbd** (short for “To Be Done,” or “TypeScript beads” if you prefer) combines four
7
6
  things that are each powerful on their own but work even better together:
@@ -138,12 +137,12 @@ status or context or knowledge and know what to do next:
138
137
  | "Let's work on current beads" | Agent finds ready beads and starts working | `tbd ready` |
139
138
  | "Review this code" | Agent performs comprehensive code review with all guidelines | [`tbd shortcut review-code`](packages/tbd/docs/shortcuts/standard/review-code.md) |
140
139
  | "Review this PR" | Agent reviews a GitHub pull request and can comment/fix | [`tbd shortcut review-github-pr`](packages/tbd/docs/shortcuts/standard/review-github-pr.md) |
141
- | "Use the shortcut to commit" | Agent runs full pre-commit checks, code review, and commits | [`tbd shortcut commit-code`](packages/tbd/docs/shortcuts/standard/commit-code.md) |
140
+ | "Use the shortcut to commit" | Agent runs full pre-commit checks, code review, and commits | [`tbd shortcut code-review-and-commit`](packages/tbd/docs/shortcuts/standard/code-review-and-commit.md) |
142
141
  | "Create a PR" | Agent creates or updates the pull request | [`tbd shortcut create-or-update-pr-simple`](packages/tbd/docs/shortcuts/standard/create-or-update-pr-simple.md) |
143
142
  | "Let's create a research brief on …" | Agent creates a research document using a template | [`tbd shortcut new-research-brief`](packages/tbd/docs/shortcuts/standard/new-research-brief.md) |
144
143
  | "How could we test this better?" | Agent loads TDD and testing guidelines | [`tbd guidelines general-tdd-guidelines`](packages/tbd/docs/guidelines/general-tdd-guidelines.md) |
145
144
  | "How can we make this a well-designed TypeScript CLI?" | Agent loads TypeScript CLI guidelines | [`tbd guidelines typescript-cli-tool-rules`](packages/tbd/docs/guidelines/typescript-cli-tool-rules.md) |
146
- | "Can you review if this TypeScript package setup follows best practices" | Agent loads monorepo patterns | [`tbd guidelines typescript-monorepo-patterns`](packages/tbd/docs/guidelines/typescript-monorepo-patterns.md) |
145
+ | "Can you review if this TypeScript package setup follows best practices" | Agent loads monorepo patterns | [`tbd guidelines pnpm-monorepo-patterns`](packages/tbd/docs/guidelines/pnpm-monorepo-patterns.md) |
147
146
  | "How can we do a better job of testing?" | Agent loads golden testing guidelines | [`tbd guidelines golden-testing-guidelines`](packages/tbd/docs/guidelines/golden-testing-guidelines.md) |
148
147
 
149
148
  Under the hood, your agent runs these `tbd` commands automatically.
@@ -168,7 +167,7 @@ You just talk naturally.
168
167
  [FAQ: How does `tbd` compare to Beads?](#how-does-tbd-compare-to-beads)).
169
168
  - **Shortcuts:** Over a dozen reusable workflow documents—plan specs, code reviews,
170
169
  commit processes, PR creation, research briefs, and more.
171
- - **Guidelines:** [17+ guideline docs](packages/tbd/docs/guidelines/) of coding rules
170
+ - **Guidelines:** [20+ guideline docs](packages/tbd/docs/guidelines/) of coding rules
172
171
  and best practices (see
173
172
  [Built-in Engineering Knowledge](#built-in-engineering-knowledge)).
174
173
  - **Templates:** Document templates for planning specs, research briefs, architecture
@@ -213,7 +212,7 @@ And yes, all the code *and* all the specs of `tbd` are agent written—see
213
212
  ## Built-in Engineering Knowledge
214
213
 
215
214
  When you run `tbd setup`, your agent gets instant access to
216
- [17+ guideline documents](packages/tbd/docs/guidelines/) covering real-world engineering
215
+ [20+ guideline documents](packages/tbd/docs/guidelines/) covering real-world engineering
217
216
  practices. These aren’t generic tips; they’re mostly my own detailed and sometimes
218
217
  opinionated rules with concrete examples, built from months of heavy agentic coding.
219
218
 
@@ -235,8 +234,12 @@ opinionated rules with concrete examples, built from months of heavy agentic cod
235
234
  | [general-testing-rules](packages/tbd/docs/guidelines/general-testing-rules.md) | Minimal tests for maximum coverage, avoiding redundant test cases |
236
235
  | [typescript-code-coverage](packages/tbd/docs/guidelines/typescript-code-coverage.md) | Code coverage best practices with Vitest and v8 provider |
237
236
  | [typescript-rules](packages/tbd/docs/guidelines/typescript-rules.md) | Strict type safety, no `any`, type guards, null safety, async patterns |
238
- | [typescript-monorepo-patterns](packages/tbd/docs/guidelines/typescript-monorepo-patterns.md) | pnpm workspaces, package setup, tsdown, Changesets, publint, dual ESM/CJS |
237
+ | [typescript-sorting-patterns](packages/tbd/docs/guidelines/typescript-sorting-patterns.md) | Deterministic sorting, comparison chains for multi-field sorts |
238
+ | [pnpm-monorepo-patterns](packages/tbd/docs/guidelines/pnpm-monorepo-patterns.md) | pnpm workspaces, tsdown, Vitest, Changesets, publint, dual ESM/CJS |
239
+ | [bun-monorepo-patterns](packages/tbd/docs/guidelines/bun-monorepo-patterns.md) | Bun workspaces, Bunup, Biome, bun test, standalone executables |
239
240
  | [typescript-cli-tool-rules](packages/tbd/docs/guidelines/typescript-cli-tool-rules.md) | Commander.js patterns, picocolors, terminal formatting |
241
+ | [cli-agent-skill-patterns](packages/tbd/docs/guidelines/cli-agent-skill-patterns.md) | Building CLIs that function as agent skills in Claude Code |
242
+ | [typescript-yaml-handling-rules](packages/tbd/docs/guidelines/typescript-yaml-handling-rules.md) | YAML parsing/serialization with the `yaml` package, Zod validation, consistent formatting |
240
243
  | [python-rules](packages/tbd/docs/guidelines/python-rules.md) | Type hints, docstrings, exception handling, resource management |
241
244
  | [python-cli-patterns](packages/tbd/docs/guidelines/python-cli-patterns.md) | Modern Python CLI stack: uv, Typer, Rich, Ruff, BasedPyright |
242
245
  | [backward-compatibility-rules](packages/tbd/docs/guidelines/backward-compatibility-rules.md) | Compatibility across code, APIs, file formats, and database schemas |
@@ -267,7 +270,7 @@ npm install -g get-tbd@latest
267
270
  ### Setup
268
271
 
269
272
  ```bash
270
- # Fresh project (--prefix is REQUIRED—it appears in every bead ID, e.g. myapp-a1b2)
273
+ # Fresh project (--prefix is REQUIRED—2-8 alphabetic chars, e.g. myapp-a1b2)
271
274
  tbd setup --auto --prefix=myapp
272
275
 
273
276
  # Joining an existing tbd project (no prefix needed—reads existing config)
@@ -318,8 +321,9 @@ GH_PROMPT_DISABLED=1
318
321
  Create a [Personal Access Token](https://github.com/settings/tokens?type=beta)
319
322
  (fine-grained recommended) with **Contents** and **Pull requests** read/write
320
323
  permissions. For Claude Code Cloud, set these in your project’s environment variables.
321
- For local CLI usage, add them to your shell profile (`~/.zshrc` or `~/.bashrc`). See
322
- [GitHub CLI setup docs](docs/general/agent-setup/github-cli-setup.md) for details.
324
+ For local CLI usage, add them to your shell profile (`~/.zshrc` or `~/.bashrc`). See the
325
+ [setup-github-cli shortcut](packages/tbd/docs/shortcuts/standard/setup-github-cli.md)
326
+ for details.
323
327
 
324
328
  To disable automatic `gh` installation, pass `--no-gh-cli` during setup or set
325
329
  `use_gh_cli: false` in `.tbd/config.yml` under `settings:`.
@@ -388,26 +392,41 @@ tbd template --add=<url> --name=<name>
388
392
 
389
393
  **Available shortcuts:**
390
394
 
391
- | Shortcut | Purpose |
392
- | --- | --- |
393
- | `new-plan-spec` | Create a feature planning spec |
394
- | `new-research-brief` | Create a research document |
395
- | `new-architecture-doc` | Create an architecture document |
396
- | `new-validation-plan` | Create a test/validation plan |
397
- | `plan-implementation-with-beads` | Break a spec into implementation beads |
398
- | `implement-beads` | Implement beads from a spec |
399
- | `review-code` | Comprehensive code review (uncommitted, branch, or PR) |
400
- | `review-github-pr` | Review a GitHub PR with commenting and CI checks |
401
- | `review-code-typescript` | TypeScript-focused code review |
402
- | `review-code-python` | Python-focused code review |
403
- | `precommit-process` | Pre-commit review and testing |
404
- | `commit-code` | Commit with pre-commit checks |
405
- | `create-or-update-pr-simple` | Basic PR creation |
406
- | `create-or-update-pr-with-validation-plan` | PR with a validation plan |
395
+ | Category | Shortcut | Purpose |
396
+ | --- | --- | --- |
397
+ | **Planning** | `new-plan-spec` | Create a feature planning spec |
398
+ | | `plan-implementation-with-beads` | Break a spec into implementation beads |
399
+ | | `implement-beads` | Implement beads from a spec |
400
+ | | `new-validation-plan` | Create a test/validation plan |
401
+ | | `update-specs-status` | Review active specs and sync with tbd issues |
402
+ | **Documentation** | `new-research-brief` | Create a research document |
403
+ | | `new-architecture-doc` | Create an architecture document |
404
+ | | `revise-architecture-doc` | Update an architecture doc to match current code |
405
+ | | `revise-all-architecture-docs` | Revise all current architecture documents |
406
+ | **Review** | `review-code` | Comprehensive code review (uncommitted, branch, or PR) |
407
+ | | `review-github-pr` | Review a GitHub PR with commenting and CI checks |
408
+ | | `review-code-typescript` | TypeScript-focused code review |
409
+ | | `review-code-python` | Python-focused code review |
410
+ | **Git** | `precommit-process` | Pre-commit review and testing |
411
+ | | `code-review-and-commit` | Commit with pre-commit checks |
412
+ | | `create-or-update-pr-simple` | Basic PR creation |
413
+ | | `create-or-update-pr-with-validation-plan` | PR with a validation plan |
414
+ | | `merge-upstream` | Merge origin/main with conflict resolution |
415
+ | **Cleanup** | `code-cleanup-all` | Full code cleanup (duplicates, dead code, quality) |
416
+ | | `code-cleanup-tests` | Remove trivial/low-value tests |
417
+ | | `code-cleanup-docstrings` | Add docstrings to major functions |
418
+ | **Session** | `agent-handoff` | Generate handoff prompt for another agent |
419
+ | | `welcome-user` | Welcome message after tbd installation |
420
+ | | `setup-github-cli` | Ensure GitHub CLI is installed and working |
421
+ | | `sync-failure-recovery` | Handle tbd sync failures |
422
+ | | `checkout-third-party-repo` | Clone library source code for review |
423
+ | **Exploration** | `coding-spike` | Prototype to validate a spec through implementation |
424
+ | **Meta** | `new-guideline` | Create a new coding guideline for tbd |
425
+ | | `new-shortcut` | Create a new shortcut for tbd |
407
426
 
408
427
  **Available guidelines:** See
409
428
  [Built-in Engineering Knowledge](#built-in-engineering-knowledge) for the full list of
410
- 17+ guidelines covering TypeScript, Python, testing, TDD, and more.
429
+ 20+ guidelines covering TypeScript, Python, testing, TDD, and more.
411
430
 
412
431
  **Available templates:**
413
432
 
@@ -564,7 +583,7 @@ $
564
583
 
565
584
  ### Can I add my own guidelines?
566
585
 
567
- Yes. `tbd` comes with 17+ bundled guidelines, but you can add your own team’s docs from
586
+ Yes. `tbd` comes with 20+ bundled guidelines, but you can add your own team’s docs from
568
587
  any URL:
569
588
 
570
589
  ```bash
@@ -1,12 +1,19 @@
1
1
  ---
2
2
  name: tbd
3
3
  description: >-
4
- Git-native issue tracking (beads), coding guidelines, and spec-driven planning for AI agents.
5
- Use for tracking issues with dependencies, creating and closing bugs, features, and tasks,
6
- planning specs for new features, implementing features from specs, code reviews, committing code,
7
- creating PRs, research briefs, and architecture docs. Invoke when user mentions: tbd, beads,
8
- issues, bugs, tasks, todo, tracking, specs, planning, implementation, validation, guidelines,
9
- shortcuts, templates, commit, PR workflows, code review, testing best practices, or monorepo patterns.
4
+ Git-native issue tracking (beads), coding guidelines, knowledge injection, and spec-driven
5
+ planning for AI agents. Drop-in replacement for bd/Beads with simpler architecture.
6
+
7
+ Use for: tracking issues/beads with dependencies, creating bugs/features/tasks, planning specs,
8
+ implementing features from specs, code reviews, committing code, creating PRs, loading coding
9
+ guidelines (TypeScript, Python, TDD, golden testing, Convex, monorepo patterns), code cleanup,
10
+ research briefs, architecture docs, agent handoffs, and checking out third-party library source code.
11
+
12
+ Invoke when user mentions: tbd, beads, bd, shortcuts, issues, bugs, tasks, features, epics, todo,
13
+ tracking, specs, planning, implementation, validation, guidelines, templates, commit, PR, pull request,
14
+ code review, testing, TDD, test-driven, golden testing, snapshot testing, TypeScript, Python, Convex,
15
+ monorepo, cleanup, dead code, refactor, handoff, research, architecture, labels, search, checkout library,
16
+ source code review, or any workflow shortcut.
10
17
  allowed-tools: Bash(tbd:*), Read, Write
11
18
  ---
12
19
 
@@ -18,16 +25,19 @@ description: Full tbd workflow guide for agents
18
25
 
19
26
  1. **Beads**: Git-native issue tracking (tasks, bugs, features).
20
27
  Never lose work across sessions.
28
+ Drop-in replacement for `bd`.
21
29
  2. **Spec-Driven Workflows**: Plan features → break into beads → implement
22
30
  systematically.
23
- 3. **Shortcuts**: Reusable instruction templates for common workflows.
24
- 4. **Guidelines**: Coding rules and best practices.
31
+ 3. **Knowledge Injection**: 17+ engineering guidelines (TypeScript, Python, TDD,
32
+ testing, Convex, monorepos) available on demand.
33
+ 4. **Shortcuts**: Reusable instruction templates for common workflows (code review,
34
+ commits, PRs, cleanup, handoffs).
25
35
 
26
36
  ## Installation
27
37
 
28
38
  ```bash
29
39
  npm install -g get-tbd@latest
30
- tbd setup --auto --prefix=<name> # Fresh project (--prefix is REQUIRED and should be short. For new project setup, ALWAYS ASK THE USER FOR THE PREFIX; do not guess it)
40
+ tbd setup --auto --prefix=<name> # Fresh project (--prefix is REQUIRED: 2-8 alphabetic chars recommended. ALWAYS ASK THE USER FOR THE PREFIX; do not guess it)
31
41
  tbd setup --auto # Existing tbd project (prefix already set)
32
42
  tbd setup --from-beads # Migration from .beads/ if `bd` has been used
33
43
  ```
@@ -60,20 +70,42 @@ or want help → run `tbd shortcut welcome-user`
60
70
 
61
71
  | User Says | You (the Agent) Run |
62
72
  | --- | --- |
73
+ | **Issues/Beads** | |
63
74
  | "There's a bug where ..." | `tbd create "..." --type=bug` |
64
- | "Let's work on issues" | `tbd ready` |
65
- | "Build a TypeScript CLI" | `tbd guidelines typescript-cli-tool-rules` |
66
- | "Improve eslint/monorepo" | `tbd guidelines typescript-monorepo-patterns` |
67
- | "Add e2e/golden testing" | `tbd guidelines golden-testing-guidelines` |
68
- | "Review changes" (TS) | `tbd guidelines typescript-rules` |
69
- | "Review changes" (Python) | `tbd guidelines python-rules` |
70
- | "Plan a new feature" | `tbd shortcut new-plan-spec` |
75
+ | "Create a task/feature for ..." | `tbd create "..." --type=task` or `--type=feature` |
76
+ | "Let's work on issues/beads" | `tbd ready` |
77
+ | "Show me issue X" | `tbd show <id>` |
78
+ | "Close this issue" | `tbd close <id>` |
79
+ | "Search issues for X" | `tbd search "X"` |
80
+ | "Add label X to issue" | `tbd label add <id> <label>` |
81
+ | "What issues are stale?" | `tbd stale` |
82
+ | **Planning & Specs** | |
83
+ | "Plan a new feature" / "Create a spec" | `tbd shortcut new-plan-spec` |
71
84
  | "Break spec into beads" | `tbd shortcut plan-implementation-with-beads` |
72
85
  | "Implement these beads" | `tbd shortcut implement-beads` |
73
- | "Commit this" | `tbd shortcut commit-code` |
74
- | "Create a PR" | `tbd shortcut create-or-update-pr-simple` |
86
+ | **Code Review & Commits** | |
87
+ | "Review this code" / "Code review" | `tbd shortcut review-code` |
88
+ | "Review this PR" | `tbd shortcut review-github-pr` |
89
+ | "Commit this" / "Use the commit shortcut" | `tbd shortcut code-review-and-commit` |
90
+ | "Create a PR" / "File a PR" | `tbd shortcut create-or-update-pr-simple` |
91
+ | "Merge main into my branch" | `tbd shortcut merge-upstream` |
92
+ | **Guidelines & Knowledge** | |
93
+ | "Use TypeScript best practices" | `tbd guidelines typescript-rules` |
94
+ | "Use Python best practices" | `tbd guidelines python-rules` |
95
+ | "Build a TypeScript CLI" | `tbd guidelines typescript-cli-tool-rules` |
96
+ | "Improve monorepo setup" | `tbd guidelines pnpm-monorepo-patterns` or `bun-monorepo-patterns` |
97
+ | "Add golden/e2e testing" | `tbd guidelines golden-testing-guidelines` |
98
+ | "Use TDD" / "Test-driven development" | `tbd guidelines general-tdd-guidelines` |
99
+ | "Convex best practices" | `tbd guidelines convex-rules` |
100
+ | **Documentation** | |
75
101
  | "Research this topic" | `tbd shortcut new-research-brief` |
76
102
  | "Document architecture" | `tbd shortcut new-architecture-doc` |
103
+ | **Cleanup & Maintenance** | |
104
+ | "Clean up this code" / "Remove dead code" | `tbd shortcut code-cleanup-all` |
105
+ | "Fix repository problems" | `tbd doctor --fix` |
106
+ | **Sessions & Handoffs** | |
107
+ | "Hand off to another agent" | `tbd shortcut agent-handoff` |
108
+ | "Check out this library's source" | `tbd shortcut checkout-third-party-repo` |
77
109
  | *(your choice whenever appropriate)* | `tbd list`, `tbd dep add`, `tbd close`, `tbd sync`, etc. |
78
110
 
79
111
  ## CRITICAL: Session Closing Protocol
@@ -127,6 +159,17 @@ or want help → run `tbd shortcut welcome-user`
127
159
  | `tbd sync` | Sync with git remote (run at session end) |
128
160
  | `tbd stats` | Project statistics |
129
161
  | `tbd doctor` | Check for problems |
162
+ | `tbd doctor --fix` | Auto-fix repository problems |
163
+
164
+ ### Labels & Search
165
+
166
+ | Command | Purpose |
167
+ | --- | --- |
168
+ | `tbd search <query>` | Search issues by text |
169
+ | `tbd label add <id> <label>` | Add label to issue |
170
+ | `tbd label remove <id> <label>` | Remove label from issue |
171
+ | `tbd label list` | List all labels in use |
172
+ | `tbd stale` | List issues not updated recently |
130
173
 
131
174
  ### Documentation
132
175