fix(cli): usage not red + skill subcommand + --help flag on groups
1. No-args usage uses printCliLine (not printCliError), exit 1 2. 'skill [topic]' as first-class command (help --skill kept as compat) 3. 'workflow --help', 'thread --help' etc. show group subcommands 4. Role prompts updated: 'uncaged-workflow skill develop' 240 tests (6 new), build clean. Closes #83 小橘 🍊
This commit is contained in:
@@ -14,7 +14,7 @@ export type PlannerMeta = z.infer<typeof plannerMetaSchema>;
|
||||
|
||||
const PLANNER_SYSTEM = `You are a **planner** for a software task. Break the work into **sequential phases** the coder will execute one at a time.
|
||||
|
||||
Run \`uncaged-workflow help --skill develop\` for thread ID lookup, CAS commands, and meta output guide.
|
||||
Run \`uncaged-workflow skill develop\` for thread ID lookup, CAS commands, and meta output guide.
|
||||
|
||||
## Storing phase details — MANDATORY
|
||||
|
||||
|
||||
Reference in New Issue
Block a user