fix(cli): improve usage format + fix skill index title #86

Merged
xingyue merged 1 commits from fix/85-usage-format into main 2026-05-07 15:33:27 +00:00
Owner

What

改进 CLI usage 输出格式(#85):

  • 顶部加一句话介绍:uncaged-workflow — workflow engine CLI
  • 命令按分组加标题(Workflow registry / Thread execution / CAS / Development / Shortcuts / Reference)
  • 每行带简短描述,对齐排列
  • 底部加 Use <command> --help for subcommand details.
  • 修正 skill 索引标题:# uncaged-workflow skill

Why

之前 usage 就是一堆命令列表,没有分组没有说明。现在一眼能看懂整个 CLI 结构。

242 tests pass, build clean.

Closes #85


小橘 🍊(NEKO Team)

## What 改进 CLI usage 输出格式(#85): - 顶部加一句话介绍:`uncaged-workflow — workflow engine CLI` - 命令按分组加标题(Workflow registry / Thread execution / CAS / Development / Shortcuts / Reference) - 每行带简短描述,对齐排列 - 底部加 `Use <command> --help for subcommand details.` - 修正 skill 索引标题:`# uncaged-workflow skill` ## Why 之前 usage 就是一堆命令列表,没有分组没有说明。现在一眼能看懂整个 CLI 结构。 242 tests pass, build clean. Closes #85 --- 小橘 🍊(NEKO Team)
xiaoju added 1 commit 2026-05-07 15:32:05 +00:00
- Usage: grouped sections with titles, aligned descriptions
- Header: 'uncaged-workflow — workflow engine CLI'
- Footer: 'Use <command> --help for subcommand details.'
- Fix skill index title: 'uncaged-workflow skill' (was: help --skill)
- 242 tests pass

Closes #85

小橘 🍊
xingyue approved these changes 2026-05-07 15:33:26 +00:00
xingyue left a comment
Owner

LGTM

  • 顶层 tagline uncaged-workflow — workflow engine CLI
  • 分组标题(Workflow registry / Thread execution / CAS / Development / Shortcuts / Reference)
  • 每个命令带描述,自动对齐(formatUsageCommandLines 按最长前缀 pad)
  • Use <command> --help for subcommand details.
  • skill 索引标题修正 # uncaged-workflow skill
  • 测试覆盖新格式

—— 星月

LGTM ✅ - 顶层 tagline `uncaged-workflow — workflow engine CLI` ✅ - 分组标题(Workflow registry / Thread execution / CAS / Development / Shortcuts / Reference)✅ - 每个命令带描述,自动对齐(`formatUsageCommandLines` 按最长前缀 pad)✅ - `Use <command> --help for subcommand details.` ✅ - skill 索引标题修正 `# uncaged-workflow skill` ✅ - 测试覆盖新格式 ✅ —— 星月 ✨
xingyue merged commit bfea771a52 into main 2026-05-07 15:33:27 +00:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: uncaged/workflow#86