Summary
The push→pull ("pool-based") coordination migration (#1081) is implemented but has never been exercised at full scale under real production load — only local workflows. Before pull mode can be considered for default-on, we need a controlled soak test on a live production instance carrying real agent traffic, watching for lost/phantom executions, lease/re-delivery behavior, and any regressions surfaced by the instance monitor.
Context
Raised in the 2026-07-24 Intelligence Design weekly. The platform has become notably more reliable on the current (push) path, which paradoxically raises the risk of switching — the current mode is working, so the switch has to be proven, not assumed. The Direction-B rails are already in place (#1402 re-delivery cap + async operator-queue human-gate, #1408 tool-side effect gates, #1084 effect-idempotency); what's missing is production evidence. Plan: update the target instance to the latest build first, flip pull mode for a bounded pilot set of agents (PULL_MODE_PILOT_AGENTS), and let the instance monitor report anomalies over a soak window.
Acceptance Criteria
Technical Notes
Summary
The push→pull ("pool-based") coordination migration (#1081) is implemented but has never been exercised at full scale under real production load — only local workflows. Before pull mode can be considered for default-on, we need a controlled soak test on a live production instance carrying real agent traffic, watching for lost/phantom executions, lease/re-delivery behavior, and any regressions surfaced by the instance monitor.
Context
Raised in the 2026-07-24 Intelligence Design weekly. The platform has become notably more reliable on the current (push) path, which paradoxically raises the risk of switching — the current mode is working, so the switch has to be proven, not assumed. The Direction-B rails are already in place (#1402 re-delivery cap + async operator-queue human-gate, #1408 tool-side effect gates, #1084 effect-idempotency); what's missing is production evidence. Plan: update the target instance to the latest build first, flip pull mode for a bounded pilot set of agents (
PULL_MODE_PILOT_AGENTS), and let the instance monitor report anomalies over a soak window.Acceptance Criteria
PULL_MODE_PILOT_AGENTS)Technical Notes