@claudexor/orchestrator 3.1.1 → 3.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/attemptFinalize.d.ts +14 -11
- package/dist/attemptFinalize.d.ts.map +1 -1
- package/dist/attemptFinalize.js +41 -14
- package/dist/attemptFinalize.js.map +1 -1
- package/dist/attemptTelemetry.d.ts +16 -20
- package/dist/attemptTelemetry.d.ts.map +1 -1
- package/dist/attemptTelemetry.js +38 -70
- package/dist/attemptTelemetry.js.map +1 -1
- package/dist/attemptUsageCost.d.ts +47 -0
- package/dist/attemptUsageCost.d.ts.map +1 -0
- package/dist/attemptUsageCost.js +191 -0
- package/dist/attemptUsageCost.js.map +1 -0
- package/dist/budgetFailure.d.ts +3 -1
- package/dist/budgetFailure.d.ts.map +1 -1
- package/dist/budgetFailure.js.map +1 -1
- package/dist/candidateEvidence.d.ts +5 -0
- package/dist/candidateEvidence.d.ts.map +1 -1
- package/dist/candidateEvidence.js +3 -1
- package/dist/candidateEvidence.js.map +1 -1
- package/dist/candidateOutputs.d.ts +19 -0
- package/dist/candidateOutputs.d.ts.map +1 -1
- package/dist/candidateOutputs.js +201 -67
- package/dist/candidateOutputs.js.map +1 -1
- package/dist/credential-profile-rotation.d.ts +145 -0
- package/dist/credential-profile-rotation.d.ts.map +1 -0
- package/dist/credential-profile-rotation.js +315 -0
- package/dist/credential-profile-rotation.js.map +1 -0
- package/dist/credential-profiles.d.ts +35 -134
- package/dist/credential-profiles.d.ts.map +1 -1
- package/dist/credential-profiles.js +73 -295
- package/dist/credential-profiles.js.map +1 -1
- package/dist/decisionBudget.d.ts +43 -0
- package/dist/decisionBudget.d.ts.map +1 -0
- package/dist/decisionBudget.js +84 -0
- package/dist/decisionBudget.js.map +1 -0
- package/dist/decisionTerminalReconciliation.d.ts +18 -0
- package/dist/decisionTerminalReconciliation.d.ts.map +1 -0
- package/dist/decisionTerminalReconciliation.js +26 -0
- package/dist/decisionTerminalReconciliation.js.map +1 -0
- package/dist/deepScanReducer.d.ts +14 -44
- package/dist/deepScanReducer.d.ts.map +1 -1
- package/dist/deepScanReducer.js +240 -128
- package/dist/deepScanReducer.js.map +1 -1
- package/dist/delegation-parent-activation.d.ts +6 -0
- package/dist/delegation-parent-activation.d.ts.map +1 -0
- package/dist/delegation-parent-activation.js +13 -0
- package/dist/delegation-parent-activation.js.map +1 -0
- package/dist/delegationBudgetAuthority.d.ts +30 -0
- package/dist/delegationBudgetAuthority.d.ts.map +1 -0
- package/dist/delegationBudgetAuthority.js +157 -0
- package/dist/delegationBudgetAuthority.js.map +1 -0
- package/dist/delegationFailure.d.ts +58 -0
- package/dist/delegationFailure.d.ts.map +1 -0
- package/dist/delegationFailure.js +184 -0
- package/dist/delegationFailure.js.map +1 -0
- package/dist/delegationToolEvidence.d.ts +20 -0
- package/dist/delegationToolEvidence.d.ts.map +1 -0
- package/dist/delegationToolEvidence.js +46 -0
- package/dist/delegationToolEvidence.js.map +1 -0
- package/dist/git-precondition.d.ts +11 -0
- package/dist/git-precondition.d.ts.map +1 -0
- package/dist/git-precondition.js +69 -0
- package/dist/git-precondition.js.map +1 -0
- package/dist/index.d.ts +3 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/interaction.d.ts +14 -6
- package/dist/interaction.d.ts.map +1 -1
- package/dist/interaction.js +106 -19
- package/dist/interaction.js.map +1 -1
- package/dist/orchestrator.d.ts +62 -115
- package/dist/orchestrator.d.ts.map +1 -1
- package/dist/orchestrator.js +671 -965
- package/dist/orchestrator.js.map +1 -1
- package/dist/plan-prompt.d.ts +3 -0
- package/dist/plan-prompt.d.ts.map +1 -0
- package/dist/plan-prompt.js +28 -0
- package/dist/plan-prompt.js.map +1 -0
- package/dist/planBrief.d.ts +27 -0
- package/dist/planBrief.d.ts.map +1 -0
- package/dist/planBrief.js +42 -0
- package/dist/planBrief.js.map +1 -0
- package/dist/planRun.d.ts +4 -3
- package/dist/planRun.d.ts.map +1 -1
- package/dist/planRun.js +33 -33
- package/dist/planRun.js.map +1 -1
- package/dist/plannerAttempt.d.ts +64 -0
- package/dist/plannerAttempt.d.ts.map +1 -0
- package/dist/plannerAttempt.js +235 -0
- package/dist/plannerAttempt.js.map +1 -0
- package/dist/policyFindings.js.map +1 -1
- package/dist/requestRequirements.d.ts +45 -1
- package/dist/requestRequirements.d.ts.map +1 -1
- package/dist/requestRequirements.js +158 -11
- package/dist/requestRequirements.js.map +1 -1
- package/dist/reviewerPanel.js.map +1 -1
- package/dist/root-ledger.d.ts +13 -0
- package/dist/root-ledger.d.ts.map +1 -0
- package/dist/root-ledger.js +21 -0
- package/dist/root-ledger.js.map +1 -0
- package/dist/routing-failure.d.ts +6 -0
- package/dist/routing-failure.d.ts.map +1 -0
- package/dist/routing-failure.js +12 -0
- package/dist/routing-failure.js.map +1 -0
- package/dist/run-bounded.d.ts +3 -0
- package/dist/run-bounded.d.ts.map +1 -0
- package/dist/run-bounded.js +23 -0
- package/dist/run-bounded.js.map +1 -0
- package/dist/run-input-resolution.d.ts +10 -0
- package/dist/run-input-resolution.d.ts.map +1 -0
- package/dist/run-input-resolution.js +88 -0
- package/dist/run-input-resolution.js.map +1 -0
- package/dist/runEventLog.d.ts +48 -0
- package/dist/runEventLog.d.ts.map +1 -0
- package/dist/runEventLog.js +63 -0
- package/dist/runEventLog.js.map +1 -0
- package/dist/runFacts.d.ts +23 -0
- package/dist/runFacts.d.ts.map +1 -0
- package/dist/runFacts.js +179 -0
- package/dist/runFacts.js.map +1 -0
- package/dist/runFactsBuilder.d.ts +5 -0
- package/dist/runFactsBuilder.d.ts.map +1 -0
- package/dist/runFactsBuilder.js +412 -0
- package/dist/runFactsBuilder.js.map +1 -0
- package/dist/runFactsDeliverable.d.ts +13 -0
- package/dist/runFactsDeliverable.d.ts.map +1 -0
- package/dist/runFactsDeliverable.js +94 -0
- package/dist/runFactsDeliverable.js.map +1 -0
- package/dist/runFactsPresentation.d.ts +7 -0
- package/dist/runFactsPresentation.d.ts.map +1 -0
- package/dist/runFactsPresentation.js +113 -0
- package/dist/runFactsPresentation.js.map +1 -0
- package/dist/runFactsReview.d.ts +7 -0
- package/dist/runFactsReview.d.ts.map +1 -0
- package/dist/runFactsReview.js +63 -0
- package/dist/runFactsReview.js.map +1 -0
- package/dist/runSupport.d.ts +17 -15
- package/dist/runSupport.d.ts.map +1 -1
- package/dist/runSupport.js +16 -0
- package/dist/runSupport.js.map +1 -1
- package/dist/runTelemetryWriter.d.ts +5 -2
- package/dist/runTelemetryWriter.d.ts.map +1 -1
- package/dist/runTelemetryWriter.js +72 -1
- package/dist/runTelemetryWriter.js.map +1 -1
- package/dist/runTerminalContext.d.ts +31 -0
- package/dist/runTerminalContext.d.ts.map +1 -0
- package/dist/runTerminalContext.js +12 -0
- package/dist/runTerminalContext.js.map +1 -0
- package/dist/runTerminalResults.d.ts +55 -0
- package/dist/runTerminalResults.d.ts.map +1 -0
- package/dist/runTerminalResults.js +134 -0
- package/dist/runTerminalResults.js.map +1 -0
- package/dist/runTerminals.d.ts +8 -57
- package/dist/runTerminals.d.ts.map +1 -1
- package/dist/runTerminals.js +423 -135
- package/dist/runTerminals.js.map +1 -1
- package/dist/secretDiff.d.ts +32 -0
- package/dist/secretDiff.d.ts.map +1 -0
- package/dist/secretDiff.js +140 -0
- package/dist/secretDiff.js.map +1 -0
- package/dist/structuredOutput.d.ts.map +1 -1
- package/dist/structuredOutput.js.map +1 -1
- package/dist/task-contract-builder.d.ts +35 -0
- package/dist/task-contract-builder.d.ts.map +1 -0
- package/dist/task-contract-builder.js +114 -0
- package/dist/task-contract-builder.js.map +1 -0
- package/dist/terminalOutcome.d.ts +22 -0
- package/dist/terminalOutcome.d.ts.map +1 -0
- package/dist/terminalOutcome.js +39 -0
- package/dist/terminalOutcome.js.map +1 -0
- package/dist/transientClassify.js.map +1 -1
- package/package.json +17 -17
package/dist/orchestrator.d.ts
CHANGED
|
@@ -1,18 +1,19 @@
|
|
|
1
|
-
import type { AccessProfile, Attachment, ControlReviewerPanelEntry, EffortHint, HarnessCapabilities, KnownModelEntry, ExternalContextPolicy, HarnessEvent,
|
|
1
|
+
import type { AccessProfile, Attachment, ControlReviewerPanelEntry, EffortHint, HarnessCapabilities, KnownModelEntry, ExternalContextPolicy, HarnessEvent, InteractionHandlerResult, InteractionRequest, ModeKind, PaidBudget, QuotaSnapshot, RoutingGoal, ProtectedPathApproval, RequestRequirementResolution, RunEvent, RunLifecycle, RunOutcomeFacts, TestCommandInvocation, ProviderFamily, ImplementationTransport, WebPolicySupport } from "@claudexor/schema";
|
|
2
|
+
import { type PlannerAttemptArgs, type PlannerAttemptOutcome } from "./plannerAttempt.js";
|
|
3
|
+
export type { PlannerAttemptArgs, PlannerAttemptOutcome } from "./plannerAttempt.js";
|
|
2
4
|
import { type ExtraMcpServer } from "@claudexor/schema";
|
|
3
5
|
import type { AdapterRegistry, HarnessAdapter } from "@claudexor/core";
|
|
4
|
-
import {
|
|
6
|
+
import { DelegationBudgetAuthority } from "./delegationBudgetAuthority.js";
|
|
7
|
+
export { routingFailureClassification } from "./routing-failure.js";
|
|
5
8
|
import { type ContinuityDisclosureResult } from "./continuity.js";
|
|
6
9
|
import { type DiffReviewInput, type DiffReviewResult } from "./diffReview.js";
|
|
7
|
-
import { type
|
|
8
|
-
import { type AttemptOutcomeClass } from "./attemptFinalize.js";
|
|
9
|
-
import { ArtifactStore, type RunPaths } from "@claudexor/artifact-store";
|
|
10
|
-
import { EventLog } from "@claudexor/event-log";
|
|
10
|
+
import { type EnsureGitRepositoryResult } from "@claudexor/workspace";
|
|
11
11
|
import { type ReviewerSpec } from "@claudexor/review";
|
|
12
12
|
import { type SynthesisMode } from "@claudexor/synthesis";
|
|
13
|
-
import { BudgetLedger } from "@claudexor/budget";
|
|
14
13
|
export interface OrchestratorDeps {
|
|
15
14
|
registry: AdapterRegistry;
|
|
15
|
+
/** Daemon-lifetime Delegate family budget authority. */
|
|
16
|
+
delegationBudgetAuthority?: DelegationBudgetAuthority;
|
|
16
17
|
reviewers?: ReviewerSpec[];
|
|
17
18
|
paidBudget?: PaidBudget;
|
|
18
19
|
routingGoal?: RoutingGoal;
|
|
@@ -65,6 +66,9 @@ export interface RunInput {
|
|
|
65
66
|
* Defaults to `repoRoot` (in-place threads and ordinary runs).
|
|
66
67
|
*/
|
|
67
68
|
executionRoot?: string;
|
|
69
|
+
/** Project Git initialization that had to happen before an isolated thread
|
|
70
|
+
* worktree could be materialized. Announced immediately after run.created. */
|
|
71
|
+
projectGitInitialization?: EnsureGitRepositoryResult | null;
|
|
68
72
|
prompt: string;
|
|
69
73
|
/** Caller-supplied system-level instructions layered onto every task-producing
|
|
70
74
|
* lane (primary, candidate, planner, explorer, orchestrate-planner) — never
|
|
@@ -81,6 +85,9 @@ export interface RunInput {
|
|
|
81
85
|
contextMode?: "off" | "auto";
|
|
82
86
|
harnesses?: string[];
|
|
83
87
|
primaryHarness?: string;
|
|
88
|
+
/** Internal provenance: only an explicit primary blocks Delegate's Any-capable
|
|
89
|
+
* single-lane preference. */
|
|
90
|
+
primaryHarnessExplicit?: boolean;
|
|
84
91
|
routingGoal?: RoutingGoal;
|
|
85
92
|
n?: number;
|
|
86
93
|
baseRef?: string;
|
|
@@ -105,12 +112,25 @@ export interface RunInput {
|
|
|
105
112
|
council?: boolean;
|
|
106
113
|
/** agent flag (D32): the harness may spawn bounded isolated sub-runs through
|
|
107
114
|
* the injected delegation belt. Requires a lane with
|
|
108
|
-
* `capability_profile.mcp_injection`;
|
|
115
|
+
* `capability_profile.mcp_injection`; known pre-start unavailability degrades
|
|
116
|
+
* to an ordinary Agent run with a durable warning. */
|
|
109
117
|
delegate?: boolean;
|
|
118
|
+
/** Ordinary run lineage; not proof of belt delegation by itself. */
|
|
119
|
+
parentRunId?: string | null;
|
|
120
|
+
/** Belt-only provenance minted by the scoped belt runner. */
|
|
121
|
+
delegatedFromRunId?: string | null;
|
|
122
|
+
/** Daemon job id whose atomic admission authorized this child. */
|
|
123
|
+
delegationAdmissionId?: string | null;
|
|
124
|
+
/** @internal Marks that this invocation, rather than merely this caller-
|
|
125
|
+
* supplied run id, acquired a delegated child ledger. */
|
|
126
|
+
onDelegatedLedgerAttached?: () => void;
|
|
127
|
+
/** Current top-level Delegate run id, bound after strategy allocation. */
|
|
128
|
+
delegationParentRunId?: string | null;
|
|
110
129
|
/** The daemon-built delegation belt MCP server descriptor (carries the
|
|
111
130
|
* delegation env: parent run id, depth, sub-run cap, budget snapshot). Injected
|
|
112
131
|
* into agent lanes when `delegate` is on and the lane supports mcp_injection.
|
|
113
|
-
* Null when the embedder cannot build one
|
|
132
|
+
* Null when the embedder knows it cannot build one; the run then continues as
|
|
133
|
+
* ordinary Agent with a durable typed degradation receipt. */
|
|
114
134
|
delegationBelt?: ExtraMcpServer | null;
|
|
115
135
|
synthesis?: SynthesisMode;
|
|
116
136
|
/** Explicit typed-argv deterministic gates from caller-provided run configuration. */
|
|
@@ -172,8 +192,10 @@ export interface RunInput {
|
|
|
172
192
|
/** Records the resolved continuity disclosure onto the current turn (the
|
|
173
193
|
* daemon writes it to the thread store). Called once per resolved lane. */
|
|
174
194
|
onContinuityResolved?: (turnId: string, disclosure: ContinuityDisclosureResult) => void;
|
|
175
|
-
/**
|
|
195
|
+
/** Best-effort live sink for every RunEvent, called after durable persistence. */
|
|
176
196
|
onEvent?: (event: RunEvent) => void;
|
|
197
|
+
/** Durable RunEvent sink owned by the daemon journal; failures fail the run. */
|
|
198
|
+
onEventPersist?: (event: RunEvent) => void;
|
|
177
199
|
/** In-process sink for the full per-harness event stream (richer than RunEvent). */
|
|
178
200
|
onHarnessEvent?: (event: HarnessEvent) => void;
|
|
179
201
|
/** Called once when the run id/dir are known, before any harness work begins. */
|
|
@@ -185,13 +207,14 @@ export interface RunInput {
|
|
|
185
207
|
/**
|
|
186
208
|
* Interactive answer surface (waiting_on_user). When a harness raises a
|
|
187
209
|
* question, the orchestrator emits `interaction.requested`, calls this
|
|
188
|
-
* handler, and blocks ONLY that attempt's tool until answers arrive
|
|
189
|
-
* timeout elapses (then a benign decline
|
|
190
|
-
*
|
|
210
|
+
* handler, and blocks ONLY that attempt's tool until answers arrive, a finite
|
|
211
|
+
* configured timeout elapses (then a benign decline), or run termination.
|
|
212
|
+
* A disabled timeout waits until answer/cancel/terminal/restart. When the
|
|
213
|
+
* handler is absent, runs are non-interactive end to end.
|
|
191
214
|
*/
|
|
192
|
-
onInteraction?: (ctx: PendingInteractionContext) => Promise<
|
|
193
|
-
/**
|
|
194
|
-
interactionTimeoutMs?: number;
|
|
215
|
+
onInteraction?: (ctx: PendingInteractionContext) => Promise<InteractionHandlerResult>;
|
|
216
|
+
/** Answer timeout: finite milliseconds, or null to wait until external release. */
|
|
217
|
+
interactionTimeoutMs?: number | null;
|
|
195
218
|
/** Cancellation: aborts the run and cancels in-flight harness work. */
|
|
196
219
|
signal?: AbortSignal;
|
|
197
220
|
/**
|
|
@@ -234,7 +257,7 @@ export interface PendingInteractionContext {
|
|
|
234
257
|
harnessId: string;
|
|
235
258
|
request: InteractionRequest;
|
|
236
259
|
requestedAt: string;
|
|
237
|
-
timeoutAt: string;
|
|
260
|
+
timeoutAt: string | null;
|
|
238
261
|
}
|
|
239
262
|
export interface OrchestratorResult {
|
|
240
263
|
runId: string;
|
|
@@ -274,24 +297,6 @@ interface HarnessRouteSettings {
|
|
|
274
297
|
fallbackModel: string | null;
|
|
275
298
|
}
|
|
276
299
|
/** A routed candidate adapter plus its manifest capabilities and user settings. */
|
|
277
|
-
/** The two access profiles that map to codex `danger-full-access` / an
|
|
278
|
-
* unsandboxed lane — the only ones under which a full-access-requiring MCP
|
|
279
|
-
* injection (the belt on codex) can reach the daemon. */
|
|
280
|
-
export declare function isFullAccess(access: AccessProfile): boolean;
|
|
281
|
-
/**
|
|
282
|
-
* A routing preflight refusal (`RoutingPreflightError`: quality routing with no
|
|
283
|
-
* comparable user-declared tier for the intent) is a CONFIGURATION error, not a
|
|
284
|
-
* harness-availability problem (A-1/D-9/#22). Classifying it as
|
|
285
|
-
* `harness_unavailable` sent the operator to re-auth or wait for a harness; the
|
|
286
|
-
* real fix is to configure a tier or change the routing goal. Detected by the
|
|
287
|
-
* typed `code` (robust across duplicate `@claudexor/budget` package copies) so
|
|
288
|
-
* EVERY strategy's routing catch (ask/agent/plan/deep-scan/council) classifies
|
|
289
|
-
* it identically. Returns the failure category + matching remediation.
|
|
290
|
-
*/
|
|
291
|
-
export declare function routingFailureClassification(err: unknown): {
|
|
292
|
-
category: "config_error" | "harness_unavailable";
|
|
293
|
-
nextActions?: string[];
|
|
294
|
-
};
|
|
295
300
|
export interface RoutedAdapter {
|
|
296
301
|
adapter: HarnessAdapter;
|
|
297
302
|
adapterAccess: AccessProfile;
|
|
@@ -303,6 +308,8 @@ export interface RoutedAdapter {
|
|
|
303
308
|
/** Per-lane deny-path enforcement disclosure (postdiff_only until an adapter
|
|
304
309
|
* supports native pre-write deny). */
|
|
305
310
|
denyRequirement: RequestRequirementResolution;
|
|
311
|
+
/** Per-lane Delegate requested/effective truth. */
|
|
312
|
+
delegationRequirement: RequestRequirementResolution;
|
|
306
313
|
/** Harness-wide advertised effort ladder (empty = not tunable → the requested
|
|
307
314
|
* effort is DISCLOSED as ignored); the adapter re-resolves per model in its own env. */
|
|
308
315
|
effortLevels: readonly EffortHint[];
|
|
@@ -330,56 +337,16 @@ export interface RoutedAdapter {
|
|
|
330
337
|
structuredOutputChannel: HarnessCapabilities["structured_output_channel"];
|
|
331
338
|
/** Manifest `capability_profile.mcp_injection`: only such routes can receive
|
|
332
339
|
* engine-injected MCP servers (browser, delegation belt). Delegate on a lane
|
|
333
|
-
* without it
|
|
340
|
+
* without it degrades to ordinary Agent with a typed receipt. */
|
|
334
341
|
supportsMcpInjection: boolean;
|
|
335
342
|
/** Manifest `capability_profile.mcp_injection_requires_full_access`: the
|
|
336
343
|
* injected belt can only reach the daemon at full access (codex's sandbox
|
|
337
344
|
* cancels it below full). A delegate lane below full access on such a harness
|
|
338
|
-
*
|
|
345
|
+
* degrades to ordinary Agent with a typed receipt. */
|
|
339
346
|
mcpInjectionRequiresFullAccess: boolean;
|
|
340
347
|
implementationTransport: ImplementationTransport;
|
|
341
348
|
settings: HarnessRouteSettings | null;
|
|
342
349
|
}
|
|
343
|
-
/** Result of one planner spawn (solo pool member, council draft, or the
|
|
344
|
-
* council merge iteration). Bookkeeping that differs per path — artifact
|
|
345
|
-
* naming, fallback disclosure, accumulation — stays with the caller. */
|
|
346
|
-
export interface PlannerAttemptOutcome {
|
|
347
|
-
attemptId: string;
|
|
348
|
-
harnessId: string;
|
|
349
|
-
status: "success" | "failed" | "blocked";
|
|
350
|
-
/** D-16 r9: the finalizer's outcome class — interrupted/veto planners are
|
|
351
|
-
* NEVER accepted as clean plans; terminals project these facts. */
|
|
352
|
-
outcomeClass: AttemptOutcomeClass;
|
|
353
|
-
error: string | null;
|
|
354
|
-
/** Plan/merge body on success; null otherwise. */
|
|
355
|
-
text: string | null;
|
|
356
|
-
telemetry: AttemptTelemetry | null;
|
|
357
|
-
/** True when the budget lease was denied — the solo loop stops trying
|
|
358
|
-
* further fallbacks; council treats it as a failed member. */
|
|
359
|
-
budgetDenied: boolean;
|
|
360
|
-
/** QA-050: the ledger's TYPED denial (route/slot + sub-code), so the plan
|
|
361
|
-
* terminal emits a budget failure with real remediation instead of collapsing
|
|
362
|
-
* to "all planners failed". Null when the attempt was not budget-denied. */
|
|
363
|
-
budgetDenial?: BudgetDenial | null;
|
|
364
|
-
}
|
|
365
|
-
/** Inputs to one planner spawn. Shared by the solo plan loop and the Council
|
|
366
|
-
* strategy (planRun.ts) so both drive the SAME machinery. */
|
|
367
|
-
export interface PlannerAttemptArgs {
|
|
368
|
-
input: RunInput;
|
|
369
|
-
contract: TaskContract;
|
|
370
|
-
taskId: string;
|
|
371
|
-
runId: string;
|
|
372
|
-
log: EventLog;
|
|
373
|
-
store: ArtifactStore;
|
|
374
|
-
paths: RunPaths;
|
|
375
|
-
ledger: BudgetLedger;
|
|
376
|
-
routed: RoutedAdapter;
|
|
377
|
-
attemptId: string;
|
|
378
|
-
laneRun: boolean;
|
|
379
|
-
fallbackHome: Record<string, string>;
|
|
380
|
-
promptBody: string;
|
|
381
|
-
intent: Intent;
|
|
382
|
-
}
|
|
383
350
|
export declare class Orchestrator {
|
|
384
351
|
private readonly deps;
|
|
385
352
|
private readonly gateway;
|
|
@@ -420,6 +387,9 @@ export declare class Orchestrator {
|
|
|
420
387
|
* thread, else the project. Config/artifacts/contract stay anchored to repoRoot. */
|
|
421
388
|
/** Per-candidate reservation floor from user config. */
|
|
422
389
|
private estimateUsdFloor;
|
|
390
|
+
/** Delegate children overlap their still-running parent, so child-side paid
|
|
391
|
+
* units use the same bounded floor as later slots in a parallel wave. */
|
|
392
|
+
private reservationEstimateUsd;
|
|
423
393
|
private execRootOf;
|
|
424
394
|
private sessionSpecFields;
|
|
425
395
|
/**
|
|
@@ -451,6 +421,9 @@ export declare class Orchestrator {
|
|
|
451
421
|
* metric. null = no profile selected or it does not resolve here. */
|
|
452
422
|
private profileAuthRoute;
|
|
453
423
|
private profilePolicy;
|
|
424
|
+
/** Fresh profile readiness for one rotation decision epoch. Accounts uses
|
|
425
|
+
* the same probe wrapper + admission predicate when projecting next_up. */
|
|
426
|
+
private readyProfileIdsForRotation;
|
|
454
427
|
private preflightProfile;
|
|
455
428
|
/**
|
|
456
429
|
* Resolve candidate adapters: explicit `--harness`, else available real harnesses, then
|
|
@@ -521,15 +494,15 @@ export declare class Orchestrator {
|
|
|
521
494
|
/**
|
|
522
495
|
* D-16: the WorkReport transport envelope for one route. Called at every
|
|
523
496
|
* task-producing spec-build site AFTER harnessSpecKnobs so it OVERRIDES the
|
|
524
|
-
* plain caller-schema transport with the
|
|
525
|
-
*
|
|
526
|
-
*
|
|
497
|
+
* plain caller-schema transport with the resolved WorkReport channel on
|
|
498
|
+
* capable routes. The returned `mode` is retained by the caller and handed
|
|
499
|
+
* to `unwrapWorkReportEnvelope` when the answer is finalized.
|
|
527
500
|
*/
|
|
528
501
|
private workReportEnvelopeFor;
|
|
529
502
|
/**
|
|
530
503
|
* D-16: apply the resolved WorkReport transport to a built spec — set the
|
|
531
504
|
* envelope output_schema (constrained/side_tool routes) and APPEND the fenced
|
|
532
|
-
*
|
|
505
|
+
* metadata instruction (validated routes, e.g. cursor). Mutates the spec in
|
|
533
506
|
* place and returns the mode the answer unwrap consumes. Called at every
|
|
534
507
|
* task-producing spec-build site so the transport is never wired one-off.
|
|
535
508
|
*/
|
|
@@ -547,25 +520,17 @@ export declare class Orchestrator {
|
|
|
547
520
|
private resolveContinuity;
|
|
548
521
|
private runCandidateInEnvelope;
|
|
549
522
|
private interactionChannelFor;
|
|
550
|
-
/**
|
|
551
|
-
* Guarantee a git boundary for write-mode runs. Non-git project folders are
|
|
552
|
-
* initialized in place (`git init`, deterministic baseline commit) without
|
|
553
|
-
* creating or editing `.gitignore`, and the action is announced via a
|
|
554
|
-
* `project.git.initialized` event. Returns the failure message when the
|
|
555
|
-
* boundary cannot be established (the terminal failure events are already
|
|
556
|
-
* emitted); null on success.
|
|
557
|
-
*/
|
|
558
|
-
private ensureWriteModeGitBoundary;
|
|
559
523
|
/**
|
|
560
524
|
* D-14 layer 3 (AGENTS.md unification, INV-113): the ONE new live-tree write.
|
|
561
525
|
* When the PROJECT root has `AGENTS.md` and no `CLAUDE.md`, drop a thin
|
|
562
526
|
* `CLAUDE.md` (`@AGENTS.md` import + Claudexor ownership marker) so a Claude
|
|
563
527
|
* Code route reads the same instruction file codex/cursor read natively.
|
|
564
528
|
*
|
|
565
|
-
*
|
|
566
|
-
*
|
|
567
|
-
* untouched
|
|
568
|
-
*
|
|
529
|
+
* The project-root bridge has its own narrower fence: read-only modes never
|
|
530
|
+
* reach this run-prep stage and `--in-place` stateful targets are left
|
|
531
|
+
* untouched. Git admission is independently owned by `runStartRequiresGit`.
|
|
532
|
+
* The write targets the PROJECT root (`repoRoot`), never a worktree envelope.
|
|
533
|
+
* The workspace helper adds exclusive-create + no-follow +
|
|
569
534
|
* idempotency, so a hand-written or symlinked `CLAUDE.md` is never overwritten
|
|
570
535
|
* and a concurrent/second prep is a no-op. Announced via a typed
|
|
571
536
|
* `project.claude_bridge.created` event on an actual create only — the git-init
|
|
@@ -573,15 +538,6 @@ export declare class Orchestrator {
|
|
|
573
538
|
* swallowed so it can never fail an otherwise-valid write run.
|
|
574
539
|
*/
|
|
575
540
|
private ensureClaudeBridgeForRun;
|
|
576
|
-
/**
|
|
577
|
-
* Freeze-on-implement delivery (D17/D27): verify the frozen plan's hash and
|
|
578
|
-
* materialize it as context/PLAN.md in the run artifact tree — OUTSIDE every
|
|
579
|
-
* worktree, so it can never dirty a diff — then point the prompt at the
|
|
580
|
-
* absolute path. A mismatched or unreadable plan fails LOUDLY before any
|
|
581
|
-
* harness spawns (the tamper fence; retry replays planRef verbatim, so a
|
|
582
|
-
* retried implement can never silently run without its plan).
|
|
583
|
-
*/
|
|
584
|
-
private withPlanBrief;
|
|
585
541
|
private runRace;
|
|
586
542
|
/** Single-owner telemetry artifact (final/telemetry.yaml); surfaces project it, never recompute. */
|
|
587
543
|
private writeRunTelemetry;
|
|
@@ -602,15 +558,8 @@ export declare class Orchestrator {
|
|
|
602
558
|
private cleanupReviewEvidenceDir;
|
|
603
559
|
private recordReviewEvidenceCleanup;
|
|
604
560
|
private runConvergence;
|
|
605
|
-
/**
|
|
606
|
-
|
|
607
|
-
* Wrap the user's goal in an explicit "plan, do not implement" instruction.
|
|
608
|
-
* Without this the raw prompt ("make a racing game") reaches the harness with
|
|
609
|
-
* only a read-only sandbox, so the model tries to BUILD it and dumps code into
|
|
610
|
-
* the plan when writes are blocked — the v0.9 "HTML in the plan" bug. The
|
|
611
|
-
* read-only access still enforces it; this gives the model the right job.
|
|
612
|
-
*/
|
|
613
|
-
private planPrompt;
|
|
561
|
+
/** Bind private route/session preparation to the planner-attempt owner. */
|
|
562
|
+
private plannerAttemptDeps;
|
|
614
563
|
/** One read-only planner spawn shared by solo fallback, Council drafts, and merge. */
|
|
615
564
|
runPlannerAttempt(args: PlannerAttemptArgs): Promise<PlannerAttemptOutcome>;
|
|
616
565
|
private runPlan;
|
|
@@ -623,8 +572,7 @@ export declare class Orchestrator {
|
|
|
623
572
|
/** ask --deep-scan: bounded multi-scout research sweep with synthesis
|
|
624
573
|
* (the old `audit --swarm` / `explore`). */
|
|
625
574
|
private runDeepScan;
|
|
626
|
-
private
|
|
627
|
-
private rootLedger;
|
|
575
|
+
private quotaSnapshotPreflight;
|
|
628
576
|
private routeBillingKnowledge;
|
|
629
577
|
/**
|
|
630
578
|
* #27 / D-6: build the engine-side deps closure for the deep-scan bounded
|
|
@@ -636,5 +584,4 @@ export declare class Orchestrator {
|
|
|
636
584
|
private deepScanReducerDeps;
|
|
637
585
|
private runReadOnlyReport;
|
|
638
586
|
}
|
|
639
|
-
export {};
|
|
640
587
|
//# sourceMappingURL=orchestrator.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"orchestrator.d.ts","sourceRoot":"","sources":["../src/orchestrator.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"orchestrator.d.ts","sourceRoot":"","sources":["../src/orchestrator.ts"],"names":[],"mappings":"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"}
|