feat: add author skill — workflow YAML design guide #547
Reference in New Issue
Block a user
Delete Branch "feat/539-skill-author"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Add
uwf skill author— guide for designing workflow YAML definitions.Content
$statusfield, oneOf patterns, flat vs multi-status schemas$START/$END, edge prompts with Mustache, loops/branching, fail routingChanges
packages/workflow-util/src/author-reference.ts— skill contentpackages/workflow-util/src/index.ts— exportpackages/cli-workflow/src/commands/skill.ts— registerpackages/cli-workflow/src/cli.ts—uwf skill authorsubcommandpackages/cli-workflow/src/__tests__/skill.test.ts— testsRef
Refs #539, part of #537
3fef8e9bc3todbefe793f2LGTM ✅ 内容与 solve-issue.yaml 实际结构对照验证准确。graph 语法、$status oneOf、Mustache 模板、$START/_、循环/fail routing 都覆盖到了。validation checklist 那节很实用。