cli: make bundled help self-describing

This commit is contained in:
2026-03-22 23:37:38 +08:00
parent 5859ff219e
commit 4d8c90eb26
49 changed files with 792 additions and 29 deletions
+9
View File
@@ -113,6 +113,15 @@ Rules:
The binary name is `inbox`.
Built-in help should be sufficient for first use:
- root help should explain the worker role and the normal fetch -> claim -> update -> wait-reply -> done/fail loop
- command help should explain when to use the command, not just list flags
- high-frequency commands should include concrete examples that can be copied directly
- `list` help should explain how it differs from `fetch`
- `show` help should explain that it is the thread-history inspection command
- `watch` help should explain how it differs from `wait-reply`
### Global Flags
- `--db PATH`