Skip to content

Commit f8951eb

Browse files
committed
fix: extend opencode review timeouts
1 parent dfff13c commit f8951eb

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.opencode/skill/flow-next-opencode-impl-review/workflow.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ Include:
7676
Use 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
```
@@ -101,7 +102,7 @@ EOF
101102
If `VERDICT=NEEDS_WORK`:
102103
1. Parse issues from output
103104
2. 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"`
105106
4. Repeat until SHIP
106107

107108
---

.opencode/skill/flow-next-opencode-plan-review/workflow.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ Include:
7070
Use 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
```
@@ -104,7 +105,7 @@ EOF
104105
If `VERDICT=NEEDS_WORK`:
105106
1. Parse issues from output
106107
2. 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"`
108109
4. Repeat until SHIP
109110

110111
---

0 commit comments

Comments
 (0)