fix: address review — staged scheduler, start-time reclassification, catalogs
ds-review-bot findings on the parallel bridge: sub-dispatches now run through the registry's staged scheduler view (the loop's own seam) — ordered prepare (pre-execute/guards) at submission-ordered start time, only the dispatch/body stage overlapping, and a head-of-line commit cursor running post-execute, context deferral, and the settle event in submission order (new spec pins post order + context order under out-of-order completion). Queued dispatches reclassify via executionMode() immediately before starting, so a registry mutation while queued flips them exclusive (native lazy-reclassification semantics). Config and tool catalogs regenerated; the tool-catalog metadata now names the start/settle pair and the scheduling contract.
This commit is contained in:
@@ -1849,7 +1849,7 @@ async execute(exec: ToolExecutionInput): Promise<ToolExecutionResult>
|
||||
|
||||
Types: [ScopeKey](../core-data-structures/scope.md) · [ToolDefinition](../core-data-structures/tools.md) · [ToolExecutionInput](../core-data-structures/tools.md) · [ToolExecutionMode](../core-data-structures/tools.md) · [ToolExecutionResult](../core-data-structures/tools.md) · [ToolGuard](../core-data-structures/tools.md) · [ToolRestriction](../core-data-structures/tools.md) · [ToolSchema](../core-data-structures/tools.md)
|
||||
|
||||
Source: [`packages/core/tools/src/index.ts:634`](../../packages/core/tools/src/index.ts)
|
||||
Source: [`packages/core/tools/src/index.ts:642`](../../packages/core/tools/src/index.ts)
|
||||
|
||||
## `ctx.tui` — `TuiExtensionService` (abstract seam)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user