thread
Thread Workflow
定位
Thread Workflow
原文要点
Parse $ARGUMENTS to determine mode: - "list" or "" (empty) → LIST mode (show all, default) - "list --open" → LIST-OPEN mode (filter to open/in_progress only) - "list --resolved" → LIST-RESOLVED mode (resolved only) - "close " → CLOSE mode; extract SLUG = remainder after "close " (sanitize) - "status " → STATUS mode; extract SLUG = remainder after "status " (sanitize) - matches exis
适用场景
- 基于 description 推断:Thread Workflow
参见
- GitHub: get-shit-done