fix(cli): workflow list parent traversal + docs for .workflow/ auto-discovery #167

Merged
scottwei merged 1 commits from fix/162-workflow-list-recursive into main 2026-06-07 15:23:18 +00:00

1 Commits

Author SHA1 Message Date
xiaoju 7db43005de fix(cli): align workflow list with thread start via parent traversal
CI / check (pull_request) Successful in 3m12s
discoverProjectWorkflows() now searches .workflow/ in ancestor directories,
matching findWorkflowInParents() behavior used by `uwf thread start`. Also
documents project-local .workflow/ auto-discovery in usage, cli, and
workflow-authoring references.

Fixes #162
2026-06-07 15:08:36 +00:00