File tree Expand file tree Collapse file tree
flow-next-opencode-impl-review
flow-next-opencode-plan-review Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ Include:
7676Use the ` flowctl opencode impl-review ` command:
7777
7878``` bash
79+ # Use bash tool timeout: 600000 (10 minutes) for review commands
7980$FLOWCTL opencode impl-review " $TASK_ID " --base " $BASE_BRANCH " --receipt " $RECEIPT_PATH "
8081# Output includes VERDICT=SHIP|NEEDS_WORK|MAJOR_RETHINK
8182```
101102If ` VERDICT=NEEDS_WORK ` :
1021031 . Parse issues from output
1031042 . Fix code, commit, run tests
104- 3 . Re-run: ` $FLOWCTL opencode impl-review "$TASK_ID" --base "$BASE_BRANCH" --receipt "$RECEIPT_PATH" `
105+ 3 . Re-run (use bash timeout 600000) : ` $FLOWCTL opencode impl-review "$TASK_ID" --base "$BASE_BRANCH" --receipt "$RECEIPT_PATH" `
1051064 . Repeat until SHIP
106107
107108---
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ Include:
7070Use the ` flowctl opencode plan-review ` command:
7171
7272``` bash
73+ # Use bash tool timeout: 600000 (10 minutes) for review commands
7374$FLOWCTL opencode plan-review " $EPIC_ID " --receipt " $RECEIPT_PATH "
7475# Output includes VERDICT=SHIP|NEEDS_WORK|MAJOR_RETHINK
7576```
104105If ` VERDICT=NEEDS_WORK ` :
1051061 . Parse issues from output
1061072 . Fix plan via ` $FLOWCTL epic set-plan `
107- 3 . Re-run: ` $FLOWCTL opencode plan-review "$EPIC_ID" --receipt "$RECEIPT_PATH" `
108+ 3 . Re-run (use bash timeout 600000) : ` $FLOWCTL opencode plan-review "$EPIC_ID" --receipt "$RECEIPT_PATH" `
1081094 . Repeat until SHIP
109110
110111---
You can’t perform that action at this time.
0 commit comments