PRD 0035: Supervise Wait Bounds #131
Reference in New Issue
Block a user
Delete Branch "prd-0035-supervise-wait-bounds"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #128.
Parent hotspot review: #117.
PRD:
3472e06efb/docs/prds/0035-supervise-wait-bounds.mdSummary
Implements PRD 0035 by bounding supervise operator-response waits with
SUPERVISE_RESPONSE_TIMEOUT_SECONDS, defaulting to 30 seconds. Timed-out tool calls returnstatus: pendingwhile leaving the proposal queued for later operator action.Keeps egress route listing bounded and adds focused tests for pending responses, timeout env parsing, and route-list error handling.
Changes (3 commits)
docs(prd): add supervise wait boundsfix(supervise): bound response waitscomplete(prd): mark PRD 0035 activeRE default wait, think about 30s makes sense.
Acknowledged. I’ll set the default supervise operator-response wait budget to 30 seconds and keep it configurable by env.