@claudexor/schema 1.0.1 → 2.0.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/agent-capabilities.d.ts +88 -16
- package/dist/agent-capabilities.d.ts.map +1 -1
- package/dist/agent-capabilities.js +49 -18
- package/dist/agent-capabilities.js.map +1 -1
- package/dist/apply-eligibility.d.ts.map +1 -1
- package/dist/apply-eligibility.js +22 -6
- package/dist/apply-eligibility.js.map +1 -1
- package/dist/attachment.d.ts +113 -48
- package/dist/attachment.d.ts.map +1 -1
- package/dist/attachment.js +60 -45
- package/dist/attachment.js.map +1 -1
- package/dist/auth.d.ts +1423 -0
- package/dist/auth.d.ts.map +1 -0
- package/dist/auth.js +317 -0
- package/dist/auth.js.map +1 -0
- package/dist/budget.d.ts +133 -16
- package/dist/budget.d.ts.map +1 -1
- package/dist/budget.js +65 -22
- package/dist/budget.js.map +1 -1
- package/dist/config.d.ts +449 -115
- package/dist/config.d.ts.map +1 -1
- package/dist/config.js +114 -41
- package/dist/config.js.map +1 -1
- package/dist/context.d.ts +6 -6
- package/dist/context.d.ts.map +1 -1
- package/dist/context.js +31 -7
- package/dist/context.js.map +1 -1
- package/dist/control-operation-responses.d.ts +1172 -0
- package/dist/control-operation-responses.d.ts.map +1 -0
- package/dist/control-operation-responses.js +35 -0
- package/dist/control-operation-responses.js.map +1 -0
- package/dist/control-run-detail.d.ts +443 -242
- package/dist/control-run-detail.d.ts.map +1 -1
- package/dist/control-run-detail.js +72 -17
- package/dist/control-run-detail.js.map +1 -1
- package/dist/control-run-retry.d.ts +88 -0
- package/dist/control-run-retry.d.ts.map +1 -0
- package/dist/control-run-retry.js +40 -0
- package/dist/control-run-retry.js.map +1 -0
- package/dist/control-run-scope.d.ts +25 -0
- package/dist/control-run-scope.d.ts.map +1 -0
- package/dist/control-run-scope.js +22 -0
- package/dist/control-run-scope.js.map +1 -0
- package/dist/control-secret.d.ts +90 -0
- package/dist/control-secret.d.ts.map +1 -0
- package/dist/control-secret.js +35 -0
- package/dist/control-secret.js.map +1 -0
- package/dist/control-spec.d.ts +592 -0
- package/dist/control-spec.d.ts.map +1 -0
- package/dist/control-spec.js +85 -0
- package/dist/control-spec.js.map +1 -0
- package/dist/control-thread-apply.d.ts +175 -0
- package/dist/control-thread-apply.d.ts.map +1 -0
- package/dist/control-thread-apply.js +31 -0
- package/dist/control-thread-apply.js.map +1 -0
- package/dist/control-trust.d.ts +74 -10
- package/dist/control-trust.d.ts.map +1 -1
- package/dist/control-trust.js +31 -11
- package/dist/control-trust.js.map +1 -1
- package/dist/control.d.ts +1391 -878
- package/dist/control.d.ts.map +1 -1
- package/dist/control.js +468 -310
- package/dist/control.js.map +1 -1
- package/dist/decision.d.ts +10 -10
- package/dist/decision.d.ts.map +1 -1
- package/dist/decision.js +62 -15
- package/dist/decision.js.map +1 -1
- package/dist/delivery.d.ts +99 -0
- package/dist/delivery.d.ts.map +1 -0
- package/dist/delivery.js +19 -0
- package/dist/delivery.js.map +1 -0
- package/dist/events.d.ts +25 -2
- package/dist/events.d.ts.map +1 -1
- package/dist/events.js +25 -4
- package/dist/events.js.map +1 -1
- package/dist/gate.d.ts +2 -2
- package/dist/gate.d.ts.map +1 -1
- package/dist/gate.js +25 -5
- package/dist/gate.js.map +1 -1
- package/dist/harness.d.ts +558 -175
- package/dist/harness.d.ts.map +1 -1
- package/dist/harness.js +207 -82
- package/dist/harness.js.map +1 -1
- package/dist/index.d.ts +15 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +15 -0
- package/dist/index.js.map +1 -1
- package/dist/operation.d.ts +185 -0
- package/dist/operation.d.ts.map +1 -0
- package/dist/operation.js +50 -0
- package/dist/operation.js.map +1 -0
- package/dist/orchestrate.d.ts +127 -22
- package/dist/orchestrate.d.ts.map +1 -1
- package/dist/orchestrate.js +61 -7
- package/dist/orchestrate.js.map +1 -1
- package/dist/primitives.d.ts.map +1 -1
- package/dist/primitives.js +4 -1
- package/dist/primitives.js.map +1 -1
- package/dist/problem.d.ts +29 -0
- package/dist/problem.d.ts.map +1 -0
- package/dist/problem.js +17 -0
- package/dist/problem.js.map +1 -0
- package/dist/project.d.ts +97 -0
- package/dist/project.d.ts.map +1 -0
- package/dist/project.js +27 -0
- package/dist/project.js.map +1 -0
- package/dist/quota.d.ts +251 -0
- package/dist/quota.d.ts.map +1 -0
- package/dist/quota.js +46 -0
- package/dist/quota.js.map +1 -0
- package/dist/raw.d.ts +195 -0
- package/dist/raw.d.ts.map +1 -0
- package/dist/raw.js +58 -0
- package/dist/raw.js.map +1 -0
- package/dist/recovery.d.ts +515 -0
- package/dist/recovery.d.ts.map +1 -0
- package/dist/recovery.js +93 -0
- package/dist/recovery.js.map +1 -0
- package/dist/request-requirements.d.ts +36 -0
- package/dist/request-requirements.d.ts.map +1 -0
- package/dist/request-requirements.js +26 -0
- package/dist/request-requirements.js.map +1 -0
- package/dist/review.d.ts +26 -26
- package/dist/review.d.ts.map +1 -1
- package/dist/review.js +50 -10
- package/dist/review.js.map +1 -1
- package/dist/route.d.ts +10 -10
- package/dist/route.d.ts.map +1 -1
- package/dist/route.js +19 -4
- package/dist/route.js.map +1 -1
- package/dist/setup.d.ts +9766 -0
- package/dist/setup.d.ts.map +1 -0
- package/dist/setup.js +450 -0
- package/dist/setup.js.map +1 -0
- package/dist/spec.d.ts +174 -57
- package/dist/spec.d.ts.map +1 -1
- package/dist/spec.js +69 -16
- package/dist/spec.js.map +1 -1
- package/dist/surface-run-controls.d.ts.map +1 -1
- package/dist/surface-run-controls.js +25 -21
- package/dist/surface-run-controls.js.map +1 -1
- package/dist/task.d.ts +1560 -58
- package/dist/task.d.ts.map +1 -1
- package/dist/task.js +97 -18
- package/dist/task.js.map +1 -1
- package/dist/telemetry.d.ts +233 -60
- package/dist/telemetry.d.ts.map +1 -1
- package/dist/telemetry.js +97 -15
- package/dist/telemetry.js.map +1 -1
- package/dist/thread.d.ts +68 -41
- package/dist/thread.d.ts.map +1 -1
- package/dist/thread.js +45 -11
- package/dist/thread.js.map +1 -1
- package/dist/workproduct.d.ts +3 -3
- package/dist/workproduct.d.ts.map +1 -1
- package/dist/workproduct.js.map +1 -1
- package/dist/workspace.d.ts +1 -1
- package/dist/workspace.d.ts.map +1 -1
- package/dist/workspace.js +12 -3
- package/dist/workspace.js.map +1 -1
- package/generated/AgentCapabilityCatalog.schema.json +53 -11
- package/generated/BudgetLease.schema.json +55 -6
- package/generated/BudgetObservation.schema.json +28 -7
- package/generated/ConformanceReport.schema.json +49 -0
- package/generated/ControlApplyCheckResponse.schema.json +34 -0
- package/generated/ControlArtifactListResponse.schema.json +57 -0
- package/generated/ControlAuthReadinessRefreshRequest.schema.json +38 -0
- package/generated/ControlAuthReadinessRefreshResponse.schema.json +85 -0
- package/generated/ControlDeliveryResponse.schema.json +136 -0
- package/generated/ControlHandshakeRequest.schema.json +26 -0
- package/generated/ControlHandshakeResponse.schema.json +30 -0
- package/generated/ControlHarnessListResponse.schema.json +103 -12
- package/generated/ControlHarnessSettingsPatch.schema.json +0 -12
- package/generated/ControlJournalEvent.schema.json +42 -0
- package/generated/ControlJournalExportReceipt.schema.json +49 -0
- package/generated/ControlJournalInspection.schema.json +149 -0
- package/generated/ControlJournalQuarantineReceipt.schema.json +55 -0
- package/generated/ControlJournalQuarantineRequest.schema.json +24 -0
- package/generated/ControlJournalValidation.schema.json +181 -0
- package/generated/ControlOperationCatalog.schema.json +128 -0
- package/generated/ControlOperationDescriptor.schema.json +110 -0
- package/generated/ControlProblem.schema.json +59 -0
- package/generated/ControlProject.schema.json +42 -0
- package/generated/ControlProjectListResponse.schema.json +54 -0
- package/generated/ControlProjectRegisterRequest.schema.json +19 -0
- package/generated/ControlProjectRelinkRequest.schema.json +19 -0
- package/generated/ControlQueuedRunInfo.schema.json +4 -2
- package/generated/ControlQuotaResponse.schema.json +176 -0
- package/generated/ControlResource.schema.json +59 -0
- package/generated/ControlRunAgainDraft.schema.json +499 -0
- package/generated/ControlRunDetail.schema.json +197 -30
- package/generated/ControlRunListResponse.schema.json +797 -0
- package/generated/ControlRunRetryResponse.schema.json +54 -0
- package/generated/ControlRunStartRequest.schema.json +83 -55
- package/generated/ControlRunStartResponse.schema.json +78 -0
- package/generated/ControlRunSummary.schema.json +140 -20
- package/generated/ControlSecretListResponse.schema.json +8 -14
- package/generated/ControlSecretMutationResponse.schema.json +32 -0
- package/generated/ControlSecretSetRequest.schema.json +27 -0
- package/generated/ControlSettingsSnapshot.schema.json +118 -44
- package/generated/ControlSettingsUpdateRequest.schema.json +110 -40
- package/generated/ControlSetupJob.schema.json +763 -65
- package/generated/ControlSetupJobCreateRequest.schema.json +11 -13
- package/generated/ControlSetupJobEvent.schema.json +861 -5
- package/generated/ControlSetupJobListFilter.schema.json +35 -0
- package/generated/ControlSetupJobListResponse.schema.json +763 -65
- package/generated/ControlSetupJobSnapshot.schema.json +870 -0
- package/generated/ControlSpecAnswersRequest.schema.json +74 -0
- package/generated/ControlSpecQuestionsRequest.schema.json +128 -2
- package/generated/ControlSpecSession.schema.json +249 -0
- package/generated/ControlSpecSessionListResponse.schema.json +261 -0
- package/generated/ControlThread.schema.json +20 -2
- package/generated/ControlThreadApplyResponse.schema.json +139 -0
- package/generated/ControlThreadDetail.schema.json +32 -4
- package/generated/ControlThreadListResponse.schema.json +20 -2
- package/generated/ControlThreadTurnRequest.schema.json +373 -0
- package/generated/ControlThreadTurnResponse.schema.json +73 -0
- package/generated/ControlThreadUpdateRequest.schema.json +1 -1
- package/generated/ControlTrustListResponse.schema.json +6 -0
- package/generated/ControlTrustState.schema.json +6 -0
- package/generated/ControlTrustUpdateRequest.schema.json +65 -3
- package/generated/ControlUploadCreateRequest.schema.json +37 -0
- package/generated/ControlUploadFinalizeRequest.schema.json +17 -0
- package/generated/ControlUploadStatus.schema.json +40 -0
- package/generated/DecisionRecord.schema.json +6 -3
- package/generated/GlobalConfig.schema.json +105 -58
- package/generated/HarnessEvent.schema.json +201 -10
- package/generated/HarnessManifest.schema.json +63 -12
- package/generated/HarnessStatusDto.schema.json +103 -12
- package/generated/OrchestrateContract.schema.json +32 -6
- package/generated/OrchestratePlan.schema.json +20 -0
- package/generated/OrchestratePlanProgress.schema.json +61 -0
- package/generated/PaidBudget.schema.json +42 -0
- package/generated/Project.schema.json +45 -0
- package/generated/ProjectConfig.schema.json +45 -18
- package/generated/RawContextPacket.schema.json +184 -0
- package/generated/RawGitPatchEnvelope.schema.json +70 -0
- package/generated/RunTelemetry.schema.json +80 -0
- package/generated/SecretMetadata.schema.json +4 -7
- package/generated/SpecPack.schema.json +118 -7
- package/generated/TaskContract.schema.json +159 -26
- package/generated/TestCommandInvocation.schema.json +45 -0
- package/generated/Thread.schema.json +62 -6
- package/generated/ThreadTurn.schema.json +24 -11
- package/generated/TrustConfig.schema.json +77 -0
- package/package.json +1 -1
- package/generated/ControlSetupJobConfirmRequest.schema.json +0 -18
- package/generated/ControlSpecFreezeRequest.schema.json +0 -83
|
@@ -12,22 +12,6 @@
|
|
|
12
12
|
"default": [],
|
|
13
13
|
"description": "Config file paths that contributed to the snapshot."
|
|
14
14
|
},
|
|
15
|
-
"defaultPortfolio": {
|
|
16
|
-
"type": "string",
|
|
17
|
-
"enum": [
|
|
18
|
-
"daily-rich",
|
|
19
|
-
"balanced",
|
|
20
|
-
"cheapest",
|
|
21
|
-
"strongest",
|
|
22
|
-
"burn",
|
|
23
|
-
"subscription-first",
|
|
24
|
-
"api-overflow",
|
|
25
|
-
"conserve-claude",
|
|
26
|
-
"conserve-codex"
|
|
27
|
-
],
|
|
28
|
-
"description": "Budget portfolio used when a run does not specify one.",
|
|
29
|
-
"default": "subscription-first"
|
|
30
|
-
},
|
|
31
15
|
"interactionTimeoutMs": {
|
|
32
16
|
"type": "integer",
|
|
33
17
|
"exclusiveMinimum": 0,
|
|
@@ -80,6 +64,86 @@
|
|
|
80
64
|
],
|
|
81
65
|
"description": "Preferred auth route: subscription (native/OAuth session), api_key (a stored API key), or auto (engine picks subscription-first with policy fallback). A preference, not a secret.",
|
|
82
66
|
"default": "auto"
|
|
67
|
+
},
|
|
68
|
+
"goal": {
|
|
69
|
+
"type": "string",
|
|
70
|
+
"enum": [
|
|
71
|
+
"auto",
|
|
72
|
+
"quality",
|
|
73
|
+
"economy"
|
|
74
|
+
],
|
|
75
|
+
"description": "Routing objective: pace expiring quota, choose the highest declared quality tier, or minimize incremental paid spend.",
|
|
76
|
+
"default": "auto"
|
|
77
|
+
},
|
|
78
|
+
"paidFallback": {
|
|
79
|
+
"type": "string",
|
|
80
|
+
"enum": [
|
|
81
|
+
"never",
|
|
82
|
+
"when_unavailable",
|
|
83
|
+
"allowed_within_cap"
|
|
84
|
+
],
|
|
85
|
+
"description": "When a route with incremental paid spend may be used.",
|
|
86
|
+
"default": "when_unavailable"
|
|
87
|
+
},
|
|
88
|
+
"qualityTiers": {
|
|
89
|
+
"type": "object",
|
|
90
|
+
"additionalProperties": {
|
|
91
|
+
"type": "array",
|
|
92
|
+
"items": {
|
|
93
|
+
"type": "array",
|
|
94
|
+
"items": {
|
|
95
|
+
"type": "object",
|
|
96
|
+
"properties": {
|
|
97
|
+
"harness": {
|
|
98
|
+
"type": "string",
|
|
99
|
+
"minLength": 1,
|
|
100
|
+
"description": "Non-empty identifier string."
|
|
101
|
+
},
|
|
102
|
+
"model": {
|
|
103
|
+
"type": "string",
|
|
104
|
+
"minLength": 1
|
|
105
|
+
},
|
|
106
|
+
"effort": {
|
|
107
|
+
"type": "string",
|
|
108
|
+
"enum": [
|
|
109
|
+
"low",
|
|
110
|
+
"medium",
|
|
111
|
+
"high",
|
|
112
|
+
"xhigh",
|
|
113
|
+
"max"
|
|
114
|
+
],
|
|
115
|
+
"description": "Cross-harness reasoning-effort level, weakest to strongest; adapters declare the subset they support and a shared normalizer clamps requests onto the nearest supported level."
|
|
116
|
+
}
|
|
117
|
+
},
|
|
118
|
+
"required": [
|
|
119
|
+
"harness",
|
|
120
|
+
"model",
|
|
121
|
+
"effort"
|
|
122
|
+
],
|
|
123
|
+
"additionalProperties": false,
|
|
124
|
+
"description": "An exact harness, model, and effort route declared by the user."
|
|
125
|
+
},
|
|
126
|
+
"minItems": 1,
|
|
127
|
+
"description": "A group of comparable exact routes at one user-declared quality level."
|
|
128
|
+
}
|
|
129
|
+
},
|
|
130
|
+
"propertyNames": {
|
|
131
|
+
"enum": [
|
|
132
|
+
"plan",
|
|
133
|
+
"spec",
|
|
134
|
+
"implement",
|
|
135
|
+
"create_from_scratch",
|
|
136
|
+
"repair",
|
|
137
|
+
"review",
|
|
138
|
+
"verify",
|
|
139
|
+
"synthesize",
|
|
140
|
+
"explain",
|
|
141
|
+
"audit",
|
|
142
|
+
"orchestrate"
|
|
143
|
+
]
|
|
144
|
+
},
|
|
145
|
+
"default": {},
|
|
146
|
+
"description": "Per-intent quality tiers ordered highest to lowest; no provider or benchmark priors are inferred."
|
|
83
147
|
}
|
|
84
148
|
},
|
|
85
149
|
"additionalProperties": false,
|
|
@@ -89,13 +153,44 @@
|
|
|
89
153
|
"budget": {
|
|
90
154
|
"type": "object",
|
|
91
155
|
"properties": {
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
|
|
95
|
-
|
|
156
|
+
"paidBudgetPerRun": {
|
|
157
|
+
"anyOf": [
|
|
158
|
+
{
|
|
159
|
+
"type": "object",
|
|
160
|
+
"properties": {
|
|
161
|
+
"kind": {
|
|
162
|
+
"type": "string",
|
|
163
|
+
"const": "unlimited"
|
|
164
|
+
}
|
|
165
|
+
},
|
|
166
|
+
"required": [
|
|
167
|
+
"kind"
|
|
168
|
+
],
|
|
169
|
+
"additionalProperties": false
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"type": "object",
|
|
173
|
+
"properties": {
|
|
174
|
+
"kind": {
|
|
175
|
+
"type": "string",
|
|
176
|
+
"const": "finite"
|
|
177
|
+
},
|
|
178
|
+
"maxUsd": {
|
|
179
|
+
"type": "number",
|
|
180
|
+
"minimum": 0
|
|
181
|
+
}
|
|
182
|
+
},
|
|
183
|
+
"required": [
|
|
184
|
+
"kind",
|
|
185
|
+
"maxUsd"
|
|
186
|
+
],
|
|
187
|
+
"additionalProperties": false
|
|
188
|
+
}
|
|
96
189
|
],
|
|
97
|
-
"
|
|
98
|
-
"
|
|
190
|
+
"description": "Incremental-cash budget: explicitly unlimited or a finite non-negative USD cap.",
|
|
191
|
+
"default": {
|
|
192
|
+
"kind": "unlimited"
|
|
193
|
+
}
|
|
99
194
|
}
|
|
100
195
|
},
|
|
101
196
|
"additionalProperties": false,
|
|
@@ -169,15 +264,7 @@
|
|
|
169
264
|
"effort": {
|
|
170
265
|
"anyOf": [
|
|
171
266
|
{
|
|
172
|
-
"
|
|
173
|
-
"enum": [
|
|
174
|
-
"low",
|
|
175
|
-
"medium",
|
|
176
|
-
"high",
|
|
177
|
-
"xhigh",
|
|
178
|
-
"max"
|
|
179
|
-
],
|
|
180
|
-
"description": "Cross-harness reasoning-effort level, weakest to strongest; adapters declare the subset they support and a shared normalizer clamps requests onto the nearest supported level."
|
|
267
|
+
"$ref": "#/definitions/ControlSettingsSnapshot/properties/routing/properties/qualityTiers/additionalProperties/items/items/properties/effort"
|
|
181
268
|
},
|
|
182
269
|
{
|
|
183
270
|
"type": "null"
|
|
@@ -212,19 +299,6 @@
|
|
|
212
299
|
"default": null,
|
|
213
300
|
"description": "Default max convergence rounds; null = engine default."
|
|
214
301
|
},
|
|
215
|
-
"maxUsd": {
|
|
216
|
-
"anyOf": [
|
|
217
|
-
{
|
|
218
|
-
"type": "number",
|
|
219
|
-
"minimum": 0
|
|
220
|
-
},
|
|
221
|
-
{
|
|
222
|
-
"type": "null"
|
|
223
|
-
}
|
|
224
|
-
],
|
|
225
|
-
"default": null,
|
|
226
|
-
"description": "Per-harness USD cap; null = no cap."
|
|
227
|
-
},
|
|
228
302
|
"toolsAllow": {
|
|
229
303
|
"type": "array",
|
|
230
304
|
"items": {
|
|
@@ -4,20 +4,83 @@
|
|
|
4
4
|
"ControlSettingsUpdateRequest": {
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
|
-
"
|
|
7
|
+
"routingGoal": {
|
|
8
8
|
"type": "string",
|
|
9
9
|
"enum": [
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"strongest",
|
|
14
|
-
"burn",
|
|
15
|
-
"subscription-first",
|
|
16
|
-
"api-overflow",
|
|
17
|
-
"conserve-claude",
|
|
18
|
-
"conserve-codex"
|
|
10
|
+
"auto",
|
|
11
|
+
"quality",
|
|
12
|
+
"economy"
|
|
19
13
|
],
|
|
20
|
-
"description": "
|
|
14
|
+
"description": "Routing objective: pace expiring quota, choose the highest declared quality tier, or minimize incremental paid spend."
|
|
15
|
+
},
|
|
16
|
+
"paidFallback": {
|
|
17
|
+
"type": "string",
|
|
18
|
+
"enum": [
|
|
19
|
+
"never",
|
|
20
|
+
"when_unavailable",
|
|
21
|
+
"allowed_within_cap"
|
|
22
|
+
],
|
|
23
|
+
"description": "When a route with incremental paid spend may be used."
|
|
24
|
+
},
|
|
25
|
+
"qualityTiers": {
|
|
26
|
+
"type": "object",
|
|
27
|
+
"additionalProperties": {
|
|
28
|
+
"type": "array",
|
|
29
|
+
"items": {
|
|
30
|
+
"type": "array",
|
|
31
|
+
"items": {
|
|
32
|
+
"type": "object",
|
|
33
|
+
"properties": {
|
|
34
|
+
"harness": {
|
|
35
|
+
"type": "string",
|
|
36
|
+
"minLength": 1,
|
|
37
|
+
"description": "Non-empty identifier string."
|
|
38
|
+
},
|
|
39
|
+
"model": {
|
|
40
|
+
"type": "string",
|
|
41
|
+
"minLength": 1
|
|
42
|
+
},
|
|
43
|
+
"effort": {
|
|
44
|
+
"type": "string",
|
|
45
|
+
"enum": [
|
|
46
|
+
"low",
|
|
47
|
+
"medium",
|
|
48
|
+
"high",
|
|
49
|
+
"xhigh",
|
|
50
|
+
"max"
|
|
51
|
+
],
|
|
52
|
+
"description": "Cross-harness reasoning-effort level, weakest to strongest; adapters declare the subset they support and a shared normalizer clamps requests onto the nearest supported level."
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
"required": [
|
|
56
|
+
"harness",
|
|
57
|
+
"model",
|
|
58
|
+
"effort"
|
|
59
|
+
],
|
|
60
|
+
"additionalProperties": false,
|
|
61
|
+
"description": "An exact harness, model, and effort route declared by the user."
|
|
62
|
+
},
|
|
63
|
+
"minItems": 1,
|
|
64
|
+
"description": "A group of comparable exact routes at one user-declared quality level."
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
"propertyNames": {
|
|
68
|
+
"enum": [
|
|
69
|
+
"plan",
|
|
70
|
+
"spec",
|
|
71
|
+
"implement",
|
|
72
|
+
"create_from_scratch",
|
|
73
|
+
"repair",
|
|
74
|
+
"review",
|
|
75
|
+
"verify",
|
|
76
|
+
"synthesize",
|
|
77
|
+
"explain",
|
|
78
|
+
"audit",
|
|
79
|
+
"orchestrate"
|
|
80
|
+
]
|
|
81
|
+
},
|
|
82
|
+
"default": {},
|
|
83
|
+
"description": "Per-intent quality tiers ordered highest to lowest; no provider or benchmark priors are inferred."
|
|
21
84
|
},
|
|
22
85
|
"interactionTimeoutMs": {
|
|
23
86
|
"type": "integer",
|
|
@@ -61,14 +124,41 @@
|
|
|
61
124
|
],
|
|
62
125
|
"description": "New child harness env composition mode."
|
|
63
126
|
},
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
127
|
+
"paidBudgetPerRun": {
|
|
128
|
+
"anyOf": [
|
|
129
|
+
{
|
|
130
|
+
"type": "object",
|
|
131
|
+
"properties": {
|
|
132
|
+
"kind": {
|
|
133
|
+
"type": "string",
|
|
134
|
+
"const": "unlimited"
|
|
135
|
+
}
|
|
136
|
+
},
|
|
137
|
+
"required": [
|
|
138
|
+
"kind"
|
|
139
|
+
],
|
|
140
|
+
"additionalProperties": false
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"type": "object",
|
|
144
|
+
"properties": {
|
|
145
|
+
"kind": {
|
|
146
|
+
"type": "string",
|
|
147
|
+
"const": "finite"
|
|
148
|
+
},
|
|
149
|
+
"maxUsd": {
|
|
150
|
+
"type": "number",
|
|
151
|
+
"minimum": 0
|
|
152
|
+
}
|
|
153
|
+
},
|
|
154
|
+
"required": [
|
|
155
|
+
"kind",
|
|
156
|
+
"maxUsd"
|
|
157
|
+
],
|
|
158
|
+
"additionalProperties": false
|
|
159
|
+
}
|
|
160
|
+
],
|
|
161
|
+
"description": "New global incremental-cash budget per run."
|
|
72
162
|
},
|
|
73
163
|
"authPreference": {
|
|
74
164
|
"type": "string",
|
|
@@ -102,15 +192,7 @@
|
|
|
102
192
|
"effort": {
|
|
103
193
|
"anyOf": [
|
|
104
194
|
{
|
|
105
|
-
"
|
|
106
|
-
"enum": [
|
|
107
|
-
"low",
|
|
108
|
-
"medium",
|
|
109
|
-
"high",
|
|
110
|
-
"xhigh",
|
|
111
|
-
"max"
|
|
112
|
-
],
|
|
113
|
-
"description": "Cross-harness reasoning-effort level, weakest to strongest; adapters declare the subset they support and a shared normalizer clamps requests onto the nearest supported level."
|
|
195
|
+
"$ref": "#/definitions/ControlSettingsUpdateRequest/properties/qualityTiers/additionalProperties/items/items/properties/effort"
|
|
114
196
|
},
|
|
115
197
|
{
|
|
116
198
|
"type": "null"
|
|
@@ -142,18 +224,6 @@
|
|
|
142
224
|
],
|
|
143
225
|
"description": "New max convergence rounds; null clears it."
|
|
144
226
|
},
|
|
145
|
-
"maxUsd": {
|
|
146
|
-
"anyOf": [
|
|
147
|
-
{
|
|
148
|
-
"type": "number",
|
|
149
|
-
"minimum": 0
|
|
150
|
-
},
|
|
151
|
-
{
|
|
152
|
-
"type": "null"
|
|
153
|
-
}
|
|
154
|
-
],
|
|
155
|
-
"description": "New per-harness USD cap; null clears it."
|
|
156
|
-
},
|
|
157
227
|
"toolsAllow": {
|
|
158
228
|
"type": "array",
|
|
159
229
|
"items": {
|