Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.259 ·

Per-scope row cap added to the agent-orchestration "world" engine

The workflow fact engine now caps rows per scope, emitting a runaway event and retracting the scope when it is exceeded.

TierUnder the hoodhow much it should matter to you
Useful3my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaWorkflowswhat it touches
KindInternal Changesin v2.1.259,
Under the hood No documentation found

The workflow fact engine now caps rows per scope, emitting a runaway event and retracting the scope when it is exceeded.

The internal fact/rule engine backing agent() / parallel() / pipeline() workflows now tracks how many rows accumulate under each scope. If a scope exceeds a per-scope cap, it emits a 'runaway' event and automatically retracts that scope, rather than relying solely on the existing global maxRows cap.

Read from
Names in the bundlemaxRows

See this entry in the whole of v2.1.259 →

Feedback