Skip to content

Commit bc589dc

Browse files
committed
docs: update issues.md with implementation status
1 parent 1f3534c commit bc589dc

1 file changed

Lines changed: 12 additions & 14 deletions

File tree

docs/09-temp/issues.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -582,20 +582,18 @@ const outputMessage = failedCalls > 0
582582
## Implementation Order
583583

584584
```
585-
TODAY (P0 — Stop The Bleeding):
586-
#1 processor-max-retries → 3.5hr freeze prevention
587-
#2 bedrock-undefined-message → Bedrock overflow detection
588-
#3 task-swallows-errors → Silent failure surfacing
589-
590-
THIS SPRINT (P0 — Root Cause):
591-
#4 bedrock-context-cap → Context limit accuracy
585+
✅ DONE — Commit 3670d5f2f:
586+
#1 processor-max-retries → MAX_RETRIES=10 cap
587+
#2 bedrock-undefined-message → "undefined" → responseBody fallback
588+
#3 task-swallows-errors → result.info.error check in task.ts
589+
#8 tool-error-metadata → metadata preserved on tool-error
590+
591+
✅ DONE — Commit a8758b20f:
592+
#4 bedrock-context-cap → 200K cap in both fromModelsDevModel + config path
593+
#7 retry-catch-all → isRetryable:false + 4xx status guards
594+
#9 batch-error-details → per-tool error details in output
595+
596+
REMAINING (P0 — Needs deep plumbing):
592597
#5 subagent-timeout → Hung subagent prevention
593598
#6 permission-abort → Permission hang prevention
594-
595-
NEXT SPRINT (P1 — Robustness):
596-
#7 retry-catch-all → Smart retry classification
597-
#8 tool-error-metadata → Error UI metadata
598-
599-
BACKLOG (P2):
600-
#9 batch-error-details → Batch error visibility
601599
```

0 commit comments

Comments
 (0)