@claudexor/orchestrator 3.1.2 → 3.3.7-rc.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.
Files changed (137) hide show
  1. package/dist/attemptFinalize.d.ts +14 -11
  2. package/dist/attemptFinalize.d.ts.map +1 -1
  3. package/dist/attemptFinalize.js +41 -14
  4. package/dist/attemptFinalize.js.map +1 -1
  5. package/dist/attemptTelemetry.d.ts +7 -0
  6. package/dist/attemptTelemetry.d.ts.map +1 -1
  7. package/dist/attemptTelemetry.js +2 -1
  8. package/dist/attemptTelemetry.js.map +1 -1
  9. package/dist/attemptUsageCost.d.ts +24 -2
  10. package/dist/attemptUsageCost.d.ts.map +1 -1
  11. package/dist/attemptUsageCost.js +18 -2
  12. package/dist/attemptUsageCost.js.map +1 -1
  13. package/dist/budgetFailure.d.ts +1 -1
  14. package/dist/budgetFailure.d.ts.map +1 -1
  15. package/dist/budgetFailure.js.map +1 -1
  16. package/dist/candidateEvidence.d.ts +24 -0
  17. package/dist/candidateEvidence.d.ts.map +1 -1
  18. package/dist/candidateEvidence.js +26 -0
  19. package/dist/candidateEvidence.js.map +1 -1
  20. package/dist/credential-profile-rotation.d.ts +145 -0
  21. package/dist/credential-profile-rotation.d.ts.map +1 -0
  22. package/dist/credential-profile-rotation.js +335 -0
  23. package/dist/credential-profile-rotation.js.map +1 -0
  24. package/dist/credential-profiles.d.ts +90 -130
  25. package/dist/credential-profiles.d.ts.map +1 -1
  26. package/dist/credential-profiles.js +156 -290
  27. package/dist/credential-profiles.js.map +1 -1
  28. package/dist/decisionBudget.d.ts +2 -2
  29. package/dist/decisionBudget.d.ts.map +1 -1
  30. package/dist/deepScanReducer.d.ts +14 -44
  31. package/dist/deepScanReducer.d.ts.map +1 -1
  32. package/dist/deepScanReducer.js +240 -128
  33. package/dist/deepScanReducer.js.map +1 -1
  34. package/dist/delegatedHome.d.ts +156 -0
  35. package/dist/delegatedHome.d.ts.map +1 -0
  36. package/dist/delegatedHome.js +179 -0
  37. package/dist/delegatedHome.js.map +1 -0
  38. package/dist/delegationBudgetAuthority.d.ts.map +1 -1
  39. package/dist/delegationBudgetAuthority.js.map +1 -1
  40. package/dist/delegationFailure.d.ts.map +1 -1
  41. package/dist/git-precondition.d.ts +11 -0
  42. package/dist/git-precondition.d.ts.map +1 -0
  43. package/dist/git-precondition.js +69 -0
  44. package/dist/git-precondition.js.map +1 -0
  45. package/dist/index.d.ts +1 -1
  46. package/dist/index.d.ts.map +1 -1
  47. package/dist/index.js +1 -1
  48. package/dist/index.js.map +1 -1
  49. package/dist/interaction.d.ts +14 -6
  50. package/dist/interaction.d.ts.map +1 -1
  51. package/dist/interaction.js +106 -19
  52. package/dist/interaction.js.map +1 -1
  53. package/dist/orchestrator.d.ts +64 -83
  54. package/dist/orchestrator.d.ts.map +1 -1
  55. package/dist/orchestrator.js +578 -691
  56. package/dist/orchestrator.js.map +1 -1
  57. package/dist/planBrief.d.ts +27 -0
  58. package/dist/planBrief.d.ts.map +1 -0
  59. package/dist/planBrief.js +42 -0
  60. package/dist/planBrief.js.map +1 -0
  61. package/dist/planQuestions.js +4 -1
  62. package/dist/planQuestions.js.map +1 -1
  63. package/dist/planRun.d.ts +4 -3
  64. package/dist/planRun.d.ts.map +1 -1
  65. package/dist/planRun.js +33 -33
  66. package/dist/planRun.js.map +1 -1
  67. package/dist/plannerAttempt.d.ts +64 -0
  68. package/dist/plannerAttempt.d.ts.map +1 -0
  69. package/dist/plannerAttempt.js +235 -0
  70. package/dist/plannerAttempt.js.map +1 -0
  71. package/dist/policyFindings.js.map +1 -1
  72. package/dist/requestRequirements.d.ts +43 -3
  73. package/dist/requestRequirements.d.ts.map +1 -1
  74. package/dist/requestRequirements.js +106 -13
  75. package/dist/requestRequirements.js.map +1 -1
  76. package/dist/reviewerPanel.js.map +1 -1
  77. package/dist/root-ledger.d.ts.map +1 -1
  78. package/dist/root-ledger.js +2 -0
  79. package/dist/root-ledger.js.map +1 -1
  80. package/dist/run-bounded.d.ts.map +1 -1
  81. package/dist/run-bounded.js +7 -1
  82. package/dist/run-bounded.js.map +1 -1
  83. package/dist/run-input-resolution.d.ts.map +1 -1
  84. package/dist/run-input-resolution.js +26 -8
  85. package/dist/run-input-resolution.js.map +1 -1
  86. package/dist/runEventLog.d.ts +48 -0
  87. package/dist/runEventLog.d.ts.map +1 -0
  88. package/dist/runEventLog.js +63 -0
  89. package/dist/runEventLog.js.map +1 -0
  90. package/dist/runFacts.d.ts +23 -0
  91. package/dist/runFacts.d.ts.map +1 -0
  92. package/dist/runFacts.js +179 -0
  93. package/dist/runFacts.js.map +1 -0
  94. package/dist/runFactsBuilder.d.ts +5 -0
  95. package/dist/runFactsBuilder.d.ts.map +1 -0
  96. package/dist/runFactsBuilder.js +412 -0
  97. package/dist/runFactsBuilder.js.map +1 -0
  98. package/dist/runFactsDeliverable.d.ts +13 -0
  99. package/dist/runFactsDeliverable.d.ts.map +1 -0
  100. package/dist/runFactsDeliverable.js +94 -0
  101. package/dist/runFactsDeliverable.js.map +1 -0
  102. package/dist/runFactsPresentation.d.ts +7 -0
  103. package/dist/runFactsPresentation.d.ts.map +1 -0
  104. package/dist/runFactsPresentation.js +113 -0
  105. package/dist/runFactsPresentation.js.map +1 -0
  106. package/dist/runFactsReview.d.ts +7 -0
  107. package/dist/runFactsReview.d.ts.map +1 -0
  108. package/dist/runFactsReview.js +63 -0
  109. package/dist/runFactsReview.js.map +1 -0
  110. package/dist/runSupport.d.ts +17 -15
  111. package/dist/runSupport.d.ts.map +1 -1
  112. package/dist/runSupport.js +16 -0
  113. package/dist/runSupport.js.map +1 -1
  114. package/dist/runTerminalContext.d.ts +31 -0
  115. package/dist/runTerminalContext.d.ts.map +1 -0
  116. package/dist/runTerminalContext.js +12 -0
  117. package/dist/runTerminalContext.js.map +1 -0
  118. package/dist/runTerminalResults.d.ts +80 -0
  119. package/dist/runTerminalResults.d.ts.map +1 -0
  120. package/dist/runTerminalResults.js +164 -0
  121. package/dist/runTerminalResults.js.map +1 -0
  122. package/dist/runTerminals.d.ts +4 -80
  123. package/dist/runTerminals.d.ts.map +1 -1
  124. package/dist/runTerminals.js +357 -260
  125. package/dist/runTerminals.js.map +1 -1
  126. package/dist/secretDiff.d.ts +3 -0
  127. package/dist/secretDiff.d.ts.map +1 -1
  128. package/dist/secretDiff.js +7 -0
  129. package/dist/secretDiff.js.map +1 -1
  130. package/dist/structuredOutput.d.ts.map +1 -1
  131. package/dist/structuredOutput.js.map +1 -1
  132. package/dist/task-contract-builder.d.ts +35 -0
  133. package/dist/task-contract-builder.d.ts.map +1 -0
  134. package/dist/task-contract-builder.js +114 -0
  135. package/dist/task-contract-builder.js.map +1 -0
  136. package/dist/transientClassify.js.map +1 -1
  137. package/package.json +17 -17
@@ -1,4 +1,6 @@
1
- import type { CredentialProfile, HarnessEvent, HarnessRunSpec, QuotaSnapshot } from "@claudexor/schema";
1
+ import type { AuthPreference, AuthSourceReadiness, CredentialProfile, CredentialProfileStatus, HarnessEvent, QuotaAbsence, QuotaSnapshot } from "@claudexor/schema";
2
+ import { type ProfilePolicy } from "./credential-profile-rotation.js";
3
+ export { nextEligibleProfile, planReactiveRotation, preflightCredentialProfile, preflightDefaultSubject, profileHeadroomBreach, rotateSpecOnTypedLimit, rotationRetryEligible, staticRotationCandidates, type ProfilePolicy, } from "./credential-profile-rotation.js";
2
4
  /**
3
5
  * The ONE resolve owner for credential profiles (INV-135): explicit id →
4
6
  * durable registry entry for exactly this harness. Unknown, disabled, or
@@ -10,58 +12,104 @@ export declare function selectedProfileAvailability(input: {
10
12
  registry: readonly CredentialProfile[];
11
13
  profileId?: string | null;
12
14
  harnessId: string;
13
- probe?: (profile: CredentialProfile) => Promise<{
14
- availability: string;
15
- verification: string;
16
- detail?: string | null;
17
- }>;
15
+ probe?: (profile: CredentialProfile) => Promise<CredentialProfileStatus>;
16
+ /** The quota poller's authenticated vendor evidence, when the caller holds
17
+ * it. Omitting it admits on the LOCAL store alone — which is the reading of
18
+ * `verification: passed` that let a run dispatch into a revoked token. */
19
+ quota?: VendorQuotaObservations | null;
18
20
  }): Promise<string | null>;
19
- export interface ProfilePolicy {
20
- limit_action: "fail" | "ask" | "rotate";
21
- rotation_eligible: string[];
22
- headroom_threshold: number;
23
- }
24
- /** Typed quota evidence for a profile over its headroom bound (provenance). */
25
- export interface HeadroomBreach {
26
- constraint_id: string;
27
- used_ratio: number;
28
- threshold: number;
29
- resets_at: string | null;
30
- }
21
+ /** What the quota poller's last authenticated vendor contact says about ONE
22
+ * credential subject's liveness. Null = the poller has no verdict to offer. */
23
+ export type VendorCredentialObservation = {
24
+ outcome: "honored";
25
+ observed_at: string;
26
+ } | {
27
+ outcome: "revoked";
28
+ observed_at: string;
29
+ detail: string;
30
+ };
31
+ /**
32
+ * The poller's verdict for one profile, if it has one (INV-135 honesty).
33
+ *
34
+ * The quota poller ALREADY calls the vendor once a minute with each profile's
35
+ * own token; a fresh snapshot from such a call means the credential was
36
+ * honored, and a typed `auth_revoked` absence means it was rejected. Reading
37
+ * that existing evidence is why profile verification can be live without a
38
+ * probe run — a config-dir login has no cheaper liveness test than spending
39
+ * quota on a mini-run, so building one would cost exactly what it measures.
40
+ */
41
+ export declare function vendorCredentialObservation(quota: {
42
+ snapshots: readonly QuotaSnapshot[];
43
+ absences: readonly QuotaAbsence[];
44
+ }, harnessId: string, profileId: string): VendorCredentialObservation | null;
31
45
  /**
32
- * Proactive headroom check (W5.4 `profile_headroom_preflight`): the SELECTED
33
- * profile's freshest snapshot windows against the policy threshold. Unknown
34
- * usage is NOT a breach — rotation never triggers on missing data.
46
+ * Overlay the vendor's verdict onto a locally-probed profile status, so
47
+ * `verification` means what a router assumes it means.
48
+ *
49
+ * The overlay may DOWNGRADE freely — a rejected credential is a fact the local
50
+ * store cannot see, and it is exactly the case that made a `passed` profile
51
+ * fail a run one minute later. It may not UPGRADE: a local probe that already
52
+ * said "this dir is logged in under the wrong method" knows something the usage
53
+ * endpoint does not, so a successful vendor call only re-stamps provenance on
54
+ * an already-passing verdict. Absent a verdict the status is returned
55
+ * untouched, still declaring `local_store`.
35
56
  */
36
- export declare function profileHeadroomBreach(snapshots: readonly QuotaSnapshot[], harnessId: string, profileId: string | null, threshold: number): HeadroomBreach | null;
57
+ export declare function withVendorCredentialObservation(status: CredentialProfileStatus, observation: VendorCredentialObservation | null): CredentialProfileStatus;
58
+ /** The quota poller's evidence for every subject: what an authenticated vendor
59
+ * call last returned, and which subjects it could not answer for. */
60
+ export interface VendorQuotaObservations {
61
+ snapshots: readonly QuotaSnapshot[];
62
+ absences: readonly QuotaAbsence[];
63
+ }
37
64
  /**
38
- * The next rotation target after `currentProfileId` (W5.4): policy order wins
39
- * (`rotation_eligible`), else every enabled profile of the harness in registry
40
- * order. The current profile and disabled/unknown ids never come back; a
41
- * profile already over the headroom bound is skipped (rotating INTO a spent
42
- * subscription is not a failover). Cross-subscription rotation of one vendor
43
- * is allowed by owner decision — but rotation NEVER crosses credential kinds
44
- * (release wave round-16 BLOCK): a subscription→API-key swap silently changes
45
- * the payment model mid-attempt, and the attempt's first-wins auth-route
46
- * receipt (decided once before spawn) would misvalue metered usage as
47
- * subscription entitlement, bypassing a finite cash cap.
65
+ * The vendor-verified reading of ONE probed profile status the single
66
+ * composition behind every consumer of `profileStatusAdmits`: run admission,
67
+ * rotation readiness, and the accounts projection. Keeping the overlay in one
68
+ * place is the point: applying it on the listing branch alone is what let the
69
+ * Accounts card say `revoked` while the router dispatched into the same token.
70
+ *
71
+ * `probeCredentialProfileStatus` guarantees the status carries its own
72
+ * profile's identity, so the subject is read from the status itself. Without
73
+ * quota evidence the local verdict stands untouched.
48
74
  */
49
- export declare function nextEligibleProfile(registry: readonly CredentialProfile[], harnessId: string, policy: ProfilePolicy, current: Pick<CredentialProfile, "profile_id" | "credential_kind"> | null, snapshots: readonly QuotaSnapshot[], excluded?: ReadonlySet<string>): CredentialProfile | null;
75
+ export declare function vendorVerifiedProfileStatus(status: CredentialProfileStatus, quota: VendorQuotaObservations | null | undefined): CredentialProfileStatus;
76
+ /** One readiness predicate shared by run admission and accounts projection. */
77
+ export declare function profileStatusAdmits(profile: Pick<CredentialProfile, "credential_kind">, result: {
78
+ availability: string;
79
+ verification: string;
80
+ }): boolean;
81
+ /** One fail-closed profile doctor wrapper shared by Accounts and runtime
82
+ * selection. Probe failures are readiness facts, never selector exceptions. */
83
+ export declare function probeCredentialProfileStatus(profile: CredentialProfile, probe?: (profile: CredentialProfile) => Promise<CredentialProfileStatus>): Promise<CredentialProfileStatus>;
84
+ /** Same precedence used by run admission: the first explicit route wins;
85
+ * `auto` means fall through rather than shadow a more general setting. */
86
+ export declare function effectiveAuthPreference(...values: Array<AuthPreference | null | undefined>): AuthPreference;
87
+ /** Fresh effective route for the unprofiled/default subject in Accounts. The
88
+ * gateway status proves aggregate intent readiness; the schema auth estimator
89
+ * then chooses the exact usable source under the same configured preference as
90
+ * run admission. Returning the route (not merely a bool) keeps next_up labels
91
+ * truthful when a native-capable harness falls back to an API key. */
92
+ export declare function defaultCredentialRoute(status: {
93
+ status: "ok" | "degraded" | "unavailable";
94
+ routableIntents: readonly unknown[];
95
+ authSources: readonly AuthSourceReadiness[];
96
+ }, requested: AuthPreference): "local_session" | "api_key" | null;
50
97
  /** The informational identity an UNPINNED run of a harness would route to next
51
98
  * (INV-135 `next_up`) — the same routing owner that admits and rotates runs,
52
99
  * exposed for the accounts projection so no surface re-derives it. Never gates
53
100
  * routing: explicit control is a per-run `--profile` / per-thread pin.
54
101
  *
55
102
  * Semantics mirror run-time admission: an unpinned run's default subject is the
56
- * native/CLI login when it participates in the ladder; enabled profiles route
103
+ * unprofiled/default credential when it participates in the ladder; enabled profiles route
57
104
  * only by explicit pin or, under `rotate`, as the quota-failover target when the
58
- * native default is already over headroom. A disabled CLI login leaves an
105
+ * default subject is already over headroom. A disabled default leaves an
59
106
  * unpinned run with nothing routable. */
60
107
  export type NextUpIdentity = {
61
108
  kind: "profile";
62
109
  profileId: string;
63
110
  } | {
64
111
  kind: "native";
112
+ route: "local_session" | "api_key";
65
113
  } | {
66
114
  kind: "none";
67
115
  reason: string;
@@ -71,76 +119,14 @@ export declare function nextUpIdentity(args: {
71
119
  harnessId: string;
72
120
  policy: ProfilePolicy;
73
121
  snapshots: readonly QuotaSnapshot[];
74
- nativeEnabled: boolean;
122
+ defaultEnabled: boolean;
123
+ /** Fresh doctor/admission truth for the unprofiled default subject. */
124
+ defaultReady: boolean;
125
+ /** Effective source route of that default subject under configured auth preference. */
126
+ defaultRoute: "local_session" | "api_key" | null;
127
+ /** Profiles admitted by their fresh profile doctor probe in this snapshot. */
128
+ readyProfileIds: ReadonlySet<string>;
75
129
  }): NextUpIdentity;
76
- /**
77
- * `rotation_retry_eligible` (sol #30): a failover retry is allowed ONLY when
78
- * the attempt saw a TYPED vendor limit AND produced no deliverable and no
79
- * workspace mutation — a partially-acted attempt never silently reruns.
80
- */
81
- export declare function rotationRetryEligible(input: {
82
- sawTypedLimit: boolean;
83
- deliverableEmpty: boolean;
84
- }): boolean;
85
- type EmitFn = (type: "route.profile.headroom_exceeded" | "route.profile.rotated" | "route.profile.rotation_exhausted", payload: Record<string, unknown>) => void;
86
- /**
87
- * `profile_headroom_preflight` (W5.4): BEFORE spawn, the selected profile's
88
- * freshest quota windows are checked against the policy threshold. A breach
89
- * is always a typed event; `rotate` swaps to the next eligible profile with
90
- * provenance, `ask`/`fail` proceed on the selected profile — the runtime
91
- * `vendor_limit_rejected` evidence stays the terminating truth.
92
- */
93
- export declare function preflightCredentialProfile(args: {
94
- profile: CredentialProfile;
95
- harnessId: string;
96
- policy: ProfilePolicy;
97
- registry: readonly CredentialProfile[];
98
- snapshots: readonly QuotaSnapshot[];
99
- emit: EmitFn;
100
- }): CredentialProfile;
101
- /**
102
- * Default-subject start selection (INV-135, owner scope "auto-balance"): when
103
- * NO profile is pinned, the policy is `rotate`, and the DEFAULT store's own
104
- * fresh quota window is at/over the headroom bound, pick the first eligible
105
- * SUBSCRIPTION profile instead of spawning into a near-certain vendor limit.
106
- * Strictly opt-in: `fail`/`ask` keep today's default-user behavior untouched
107
- * (the profile engine's fail action governs PINNED profiles only — throwing
108
- * here would brick every default user at 90% quota). Unknown or stale usage
109
- * never rotates.
110
- */
111
- export declare function preflightDefaultSubject(args: {
112
- harnessId: string;
113
- policy: ProfilePolicy;
114
- registry: readonly CredentialProfile[];
115
- snapshots: readonly QuotaSnapshot[];
116
- emit: EmitFn;
117
- }): CredentialProfile | null;
118
- /**
119
- * Reactive failover plan (`vendor_limit_rejected`, W5.4): rotation fires ONLY
120
- * on the typed predicate under a `rotate` policy, marks the current profile
121
- * tried (at most once per attempt each), and returns the next target with
122
- * provenance already emitted — or null when the attempt must fail as-is.
123
- * `currentProfile: null` is the DEFAULT subject: allowed ONLY when the caller
124
- * proves the attempt's pre-spawn route was vendor_native (a metered default
125
- * hitting a limit is a budget fact, not a subscription to fail over from).
126
- */
127
- export declare function planReactiveRotation(args: {
128
- currentProfile: CredentialProfile | null;
129
- defaultRouteWasVendorNative?: boolean;
130
- harnessId: string;
131
- attemptId: string;
132
- policy: ProfilePolicy;
133
- registry: readonly CredentialProfile[];
134
- snapshots: readonly QuotaSnapshot[];
135
- triedProfiles: Set<string>;
136
- sawTypedLimit: boolean;
137
- deliverableEmpty: boolean;
138
- lastLimit: {
139
- retryDelayMs: number | null;
140
- resetsAt: string | null;
141
- } | null;
142
- emit: EmitFn;
143
- }): CredentialProfile | null;
144
130
  /**
145
131
  * INV-135 at the engine boundary: a cached vendor session resumes ONLY under
146
132
  * exactly the profile it was recorded with (null-default equality included) —
@@ -159,30 +145,4 @@ export declare function resumeSessionForProfile(cached: {
159
145
  export declare function observeNativeSessionEvent(input: {
160
146
  onSessionObserved?: (harnessId: string, nativeSessionId: string, observedModel?: string | null, profileId?: string | null) => void;
161
147
  } | undefined, harnessId: string, ev: HarnessEvent): void;
162
- /**
163
- * Shared reactive-failover step for BOTH lanes: given the attempt's typed
164
- * evidence, plan a rotation and rebuild the spec on a NEW vendor session
165
- * under the next profile — or return null when the attempt must fail as-is.
166
- */
167
- export declare function rotateSpecOnTypedLimit(args: {
168
- spec: HarnessRunSpec;
169
- harnessId: string;
170
- attemptId: string;
171
- policy: ProfilePolicy;
172
- registry: readonly CredentialProfile[];
173
- snapshots: readonly QuotaSnapshot[];
174
- triedProfiles: Set<string>;
175
- sawTypedLimit: boolean;
176
- deliverableEmpty: boolean;
177
- lastLimit: {
178
- retryDelayMs: number | null;
179
- resetsAt: string | null;
180
- } | null;
181
- emit: EmitFn;
182
- newSessionId: () => string;
183
- /** Pre-spawn route estimate for a profile-less spec: default-subject
184
- * rotation is allowed ONLY off a vendor_native attempt. */
185
- defaultRouteWasVendorNative?: boolean;
186
- }): HarnessRunSpec | null;
187
- export {};
188
148
  //# sourceMappingURL=credential-profiles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"credential-profiles.d.ts","sourceRoot":"","sources":["../src/credential-profiles.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"credential-profiles.d.ts","sourceRoot":"","sources":["../src/credential-profiles.ts"],"names":[],"mappings":"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"}