Loading...
Loading...
Compare original and translation side by side
.flow//flow-next:plan/flow-next:work.flow//flow-next:plan/flow-next:workwhich flowctlFLOWCTL="${DROID_PLUGIN_ROOT:-${CLAUDE_PLUGIN_ROOT}}/scripts/flowctl"$FLOWCTL <command>$FLOWCTL --help
$FLOWCTL <command> --help # e.g., $FLOWCTL task --helpwhich flowctlFLOWCTL="${DROID_PLUGIN_ROOT:-${CLAUDE_PLUGIN_ROOT}}/scripts/flowctl"$FLOWCTL <command>$FLOWCTL --help
$FLOWCTL <command> --help # 例如:$FLOWCTL task --helpundefinedundefinedundefinedundefined# List all epics
$FLOWCTL epics --json
# Or show a specific epic to check its scope
$FLOWCTL show fn-1 --json$FLOWCTL task create --epic fn-N --title "Short title" --jsoncat > /tmp/desc.md << 'EOF'
**Bug/Feature:** Brief description
**Details:**
- Point 1
- Point 2
EOF
cat > /tmp/accept.md << 'EOF'
- [ ] Criterion 1
- [ ] Criterion 2
EOF
$FLOWCTL task set-spec fn-N.M --description /tmp/desc.md --acceptance /tmp/accept.md --json# 列出所有Epic
$FLOWCTL epics --json
# 或查看特定Epic以确认其范围
$FLOWCTL show fn-1 --json$FLOWCTL task create --epic fn-N --title "简短标题" --jsoncat > /tmp/desc.md << 'EOF'
**Bug/功能:** 简要描述
**详细信息:**
- 要点1
- 要点2
EOF
cat > /tmp/accept.md << 'EOF'
- [ ] 验收标准1
- [ ] 验收标准2
EOF
$FLOWCTL task set-spec fn-N.M --description /tmp/desc.md --acceptance /tmp/accept.md --jsonundefinedundefinedundefinedundefined$FLOWCTL show fn-1-add-oauth.2 --json # Metadata
$FLOWCTL cat fn-1-add-oauth.2 # Full specfn-1.2fn-1-xxx.2$FLOWCTL show fn-1-add-oauth.2 --json # 元数据
$FLOWCTL cat fn-1-add-oauth.2 # 完整规格说明fn-1.2fn-N-xxx$FLOWCTL epic create --title "Epic title" --json$FLOWCTL epic create --title "Epic标题" --jsonundefinedundefinedfn-N-slugfn-1-add-oauthfn-2-fix-login-bugfn-N-slug.Mfn-1-add-oauth.1fn-2-fix-login-bug.2fn-Nfn-N-xxxfn-N-slugfn-1-add-oauthfn-2-fix-login-bugfn-N-slug.Mfn-1-add-oauth.1fn-2-fix-login-bug.2fn-Nfn-N-xxx$FLOWCTL --help--json/flow-next:plan/flow-next:work$FLOWCTL --help--json/flow-next:plan/flow-next:work