@claudexor/schema 3.10.5 → 3.12.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 +24 -0
- package/dist/agent-capabilities.d.ts.map +1 -1
- package/dist/agent-capabilities.js +5 -0
- package/dist/agent-capabilities.js.map +1 -1
- package/dist/attempt-execution.d.ts +112 -0
- package/dist/attempt-execution.d.ts.map +1 -0
- package/dist/attempt-execution.js +15 -0
- package/dist/attempt-execution.js.map +1 -0
- package/dist/budget.d.ts +76 -0
- package/dist/budget.d.ts.map +1 -1
- package/dist/budget.js +12 -0
- package/dist/budget.js.map +1 -1
- package/dist/control-harness-list.d.ts +18 -0
- package/dist/control-harness-list.d.ts.map +1 -1
- package/dist/control-harness-models.d.ts +1042 -0
- package/dist/control-harness-models.d.ts.map +1 -0
- package/dist/control-harness-models.js +47 -0
- package/dist/control-harness-models.js.map +1 -0
- package/dist/control-operation-responses.d.ts +73 -21
- package/dist/control-operation-responses.d.ts.map +1 -1
- package/dist/control-operation-responses.js +6 -0
- package/dist/control-operation-responses.js.map +1 -1
- package/dist/control-run-detail.d.ts +270 -85
- package/dist/control-run-detail.d.ts.map +1 -1
- package/dist/control-run-detail.js +12 -1
- package/dist/control-run-detail.js.map +1 -1
- package/dist/control-run-execution.d.ts +6 -0
- package/dist/control-run-execution.d.ts.map +1 -1
- package/dist/control-run-execution.js +6 -0
- package/dist/control-run-execution.js.map +1 -1
- package/dist/control-thread-apply.d.ts +12 -0
- package/dist/control-thread-apply.d.ts.map +1 -1
- package/dist/control.d.ts +181 -146
- package/dist/control.d.ts.map +1 -1
- package/dist/control.js +25 -33
- package/dist/control.js.map +1 -1
- package/dist/credential-profile-snapshot.d.ts +36 -0
- package/dist/credential-profile-snapshot.d.ts.map +1 -1
- package/dist/decision.d.ts +16 -8
- package/dist/decision.d.ts.map +1 -1
- package/dist/decision.js +5 -0
- package/dist/decision.js.map +1 -1
- package/dist/delivery.d.ts +8 -0
- package/dist/delivery.d.ts.map +1 -1
- package/dist/delivery.js +1 -0
- package/dist/delivery.js.map +1 -1
- package/dist/events.d.ts +20 -0
- package/dist/events.d.ts.map +1 -1
- package/dist/events.js +23 -1
- package/dist/events.js.map +1 -1
- package/dist/files-manifest.d.ts +501 -0
- package/dist/files-manifest.d.ts.map +1 -0
- package/dist/files-manifest.js +77 -0
- package/dist/files-manifest.js.map +1 -0
- package/dist/harness-model.d.ts +86 -0
- package/dist/harness-model.d.ts.map +1 -0
- package/dist/harness-model.js +34 -0
- package/dist/harness-model.js.map +1 -0
- package/dist/harness.d.ts +183 -27
- package/dist/harness.d.ts.map +1 -1
- package/dist/harness.js +19 -31
- package/dist/harness.js.map +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/mcp-run-result.d.ts +379 -56
- package/dist/mcp-run-result.d.ts.map +1 -1
- package/dist/mcp-run-result.js +3 -0
- package/dist/mcp-run-result.js.map +1 -1
- package/dist/model-operation.d.ts +1371 -0
- package/dist/model-operation.d.ts.map +1 -1
- package/dist/model-operation.js +36 -0
- package/dist/model-operation.js.map +1 -1
- package/dist/processing.d.ts +94 -0
- package/dist/processing.d.ts.map +1 -0
- package/dist/processing.js +45 -0
- package/dist/processing.js.map +1 -0
- package/dist/readiness.d.ts +14 -0
- package/dist/readiness.d.ts.map +1 -1
- package/dist/run-facts.d.ts +28 -28
- package/dist/run-facts.js +4 -4
- package/dist/run-facts.js.map +1 -1
- package/dist/run-strategy.d.ts +1 -0
- package/dist/run-strategy.d.ts.map +1 -1
- package/dist/run-strategy.js +2 -0
- package/dist/run-strategy.js.map +1 -1
- package/dist/status-projection.d.ts.map +1 -1
- package/dist/status-projection.js +3 -1
- package/dist/status-projection.js.map +1 -1
- package/dist/surface-run-controls.d.ts.map +1 -1
- package/dist/surface-run-controls.js +22 -1
- package/dist/surface-run-controls.js.map +1 -1
- package/dist/task.d.ts +9 -0
- package/dist/task.d.ts.map +1 -1
- package/dist/task.js +2 -0
- package/dist/task.js.map +1 -1
- package/dist/telemetry.d.ts +263 -41
- package/dist/telemetry.d.ts.map +1 -1
- package/dist/telemetry.js +5 -8
- package/dist/telemetry.js.map +1 -1
- package/dist/workproduct.d.ts +4 -4
- package/dist/workproduct.d.ts.map +1 -1
- package/dist/workproduct.js +4 -4
- package/dist/workproduct.js.map +1 -1
- package/dist/workspace.d.ts +14 -11
- package/dist/workspace.d.ts.map +1 -1
- package/dist/workspace.js +14 -9
- package/dist/workspace.js.map +1 -1
- package/generated/AgentCapabilityCatalog.schema.json +25 -0
- package/generated/AttemptExecutionEvidence.schema.json +187 -0
- package/generated/BudgetLease.schema.json +39 -0
- package/generated/ControlApplyCheckRequest.schema.json +7 -0
- package/generated/ControlApplyRequest.schema.json +7 -0
- package/generated/ControlCredentialProfilesQueryResponse.schema.json +25 -0
- package/generated/ControlCredentialProfilesSnapshotResponse.schema.json +25 -0
- package/generated/ControlDeliveryResponse.schema.json +10 -0
- package/generated/ControlHarnessAccountCatalog.schema.json +208 -0
- package/generated/ControlHarnessAccountModelsResponse.schema.json +320 -0
- package/generated/ControlHarnessListResponse.schema.json +25 -0
- package/generated/ControlHarnessModelsQueryResponse.schema.json +347 -0
- package/generated/ControlHarnessModelsResponse.schema.json +89 -0
- package/generated/ControlModelAccountCatalogResponse.schema.json +339 -0
- package/generated/ControlModelCatalogQueryResponse.schema.json +346 -0
- package/generated/ControlModelCatalogResponse.schema.json +86 -0
- package/generated/ControlModelOperationDetail.schema.json +39 -0
- package/generated/ControlModelSourcesAccountsResponse.schema.json +61 -0
- package/generated/ControlModelSourcesQueryResponse.schema.json +98 -0
- package/generated/ControlRunAgainDraft.schema.json +29 -0
- package/generated/ControlRunDecisionRequest.schema.json +4 -3
- package/generated/ControlRunDecisionResponse.schema.json +2 -1
- package/generated/ControlRunDetail.schema.json +234 -28
- package/generated/ControlRunListResponse.schema.json +18 -4
- package/generated/ControlRunStartRequest.schema.json +29 -0
- package/generated/ControlRunSummary.schema.json +18 -4
- package/generated/ControlThreadApplyResponse.schema.json +10 -0
- package/generated/ControlThreadDetail.schema.json +9 -4
- package/generated/ControlThreadTurnRequest.schema.json +45 -0
- package/generated/DecisionRecord.schema.json +8 -1
- package/generated/HarnessEvent.schema.json +146 -0
- package/generated/HarnessManifest.schema.json +25 -0
- package/generated/HarnessModel.schema.json +89 -0
- package/generated/HarnessStatusDto.schema.json +25 -0
- package/generated/JournaledRunCreatedPayload.schema.json +37 -0
- package/generated/McpRunHandleResult.schema.json +205 -9
- package/generated/McpRunToolResult.schema.json +196 -9
- package/generated/ModelCallRequest.schema.json +9 -0
- package/generated/ModelCallResult.schema.json +124 -0
- package/generated/ProcessingCapability.schema.json +95 -0
- package/generated/ProcessingCostBasis.schema.json +45 -0
- package/generated/ProcessingPreference.schema.json +15 -0
- package/generated/ProcessingReceipt.schema.json +94 -0
- package/generated/RunFacts.schema.json +6 -1
- package/generated/RunTelemetry.schema.json +168 -1
- package/generated/TaskContract.schema.json +9 -0
- package/generated/UsageCostBasis.schema.json +31 -0
- package/generated/UsageCostSummary.schema.json +44 -0
- package/generated/WorkProduct.schema.json +4 -3
- package/generated/WorkspaceEnvelope.schema.json +25 -5
- package/generated/WorkspaceFilesManifest.schema.json +160 -0
- package/generated/WorkspaceKind.schema.json +13 -0
- package/package.json +2 -2
|
@@ -4,6 +4,190 @@
|
|
|
4
4
|
"ControlRunDetail": {
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
|
+
"attemptExecution": {
|
|
8
|
+
"type": "array",
|
|
9
|
+
"items": {
|
|
10
|
+
"type": "object",
|
|
11
|
+
"properties": {
|
|
12
|
+
"attemptId": {
|
|
13
|
+
"type": "string",
|
|
14
|
+
"minLength": 1,
|
|
15
|
+
"description": "Non-empty identifier string."
|
|
16
|
+
},
|
|
17
|
+
"harnessId": {
|
|
18
|
+
"$ref": "#/definitions/ControlRunDetail/properties/attemptExecution/items/properties/attemptId"
|
|
19
|
+
},
|
|
20
|
+
"processing": {
|
|
21
|
+
"type": "object",
|
|
22
|
+
"properties": {
|
|
23
|
+
"requested": {
|
|
24
|
+
"anyOf": [
|
|
25
|
+
{
|
|
26
|
+
"type": "string",
|
|
27
|
+
"enum": [
|
|
28
|
+
"standard",
|
|
29
|
+
"fast",
|
|
30
|
+
"economy"
|
|
31
|
+
],
|
|
32
|
+
"description": "Advisory service preference. Fast or Economy may use ordinary Standard service; fallback never introduces Fast. Omission preserves native defaults. Explicit native serviceTier takes precedence."
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"type": "null"
|
|
36
|
+
}
|
|
37
|
+
],
|
|
38
|
+
"description": "Advisory service preference. Fast or Economy may use ordinary Standard service; fallback never introduces Fast. Omission preserves native defaults. Explicit native serviceTier takes precedence."
|
|
39
|
+
},
|
|
40
|
+
"submitted": {
|
|
41
|
+
"anyOf": [
|
|
42
|
+
{
|
|
43
|
+
"$ref": "#/definitions/ControlRunDetail/properties/attemptExecution/items/properties/processing/properties/requested/anyOf/0"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"type": "null"
|
|
47
|
+
}
|
|
48
|
+
],
|
|
49
|
+
"description": "Advisory service preference. Fast or Economy may use ordinary Standard service; fallback never introduces Fast. Omission preserves native defaults. Explicit native serviceTier takes precedence."
|
|
50
|
+
},
|
|
51
|
+
"submittedNative": {
|
|
52
|
+
"anyOf": [
|
|
53
|
+
{
|
|
54
|
+
"type": "string",
|
|
55
|
+
"minLength": 1,
|
|
56
|
+
"pattern": "\\S",
|
|
57
|
+
"description": "User-supplied string that must contain visible content, not just whitespace."
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"type": "null"
|
|
61
|
+
}
|
|
62
|
+
],
|
|
63
|
+
"description": "User-supplied string that must contain visible content, not just whitespace."
|
|
64
|
+
},
|
|
65
|
+
"observed": {
|
|
66
|
+
"type": "string",
|
|
67
|
+
"enum": [
|
|
68
|
+
"standard",
|
|
69
|
+
"fast",
|
|
70
|
+
"economy",
|
|
71
|
+
"mixed",
|
|
72
|
+
"unknown"
|
|
73
|
+
]
|
|
74
|
+
},
|
|
75
|
+
"observedNative": {
|
|
76
|
+
"type": "array",
|
|
77
|
+
"items": {
|
|
78
|
+
"$ref": "#/definitions/ControlRunDetail/properties/attemptExecution/items/properties/processing/properties/submittedNative/anyOf/0"
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
"reason": {
|
|
82
|
+
"anyOf": [
|
|
83
|
+
{
|
|
84
|
+
"$ref": "#/definitions/ControlRunDetail/properties/attemptExecution/items/properties/processing/properties/submittedNative/anyOf/0"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"type": "null"
|
|
88
|
+
}
|
|
89
|
+
],
|
|
90
|
+
"description": "User-supplied string that must contain visible content, not just whitespace."
|
|
91
|
+
},
|
|
92
|
+
"source": {
|
|
93
|
+
"$ref": "#/definitions/ControlRunDetail/properties/attemptExecution/items/properties/processing/properties/submittedNative/anyOf/0"
|
|
94
|
+
}
|
|
95
|
+
},
|
|
96
|
+
"required": [
|
|
97
|
+
"requested",
|
|
98
|
+
"submitted",
|
|
99
|
+
"submittedNative",
|
|
100
|
+
"observed",
|
|
101
|
+
"observedNative",
|
|
102
|
+
"reason",
|
|
103
|
+
"source"
|
|
104
|
+
],
|
|
105
|
+
"additionalProperties": false,
|
|
106
|
+
"description": "Requested intent, submitted native control, and observed execution are independent facts. A submitted flag never proves observed service; mixed or missing session observations remain explicit."
|
|
107
|
+
},
|
|
108
|
+
"processingCostBasis": {
|
|
109
|
+
"type": "object",
|
|
110
|
+
"properties": {
|
|
111
|
+
"nativeMode": {
|
|
112
|
+
"anyOf": [
|
|
113
|
+
{
|
|
114
|
+
"$ref": "#/definitions/ControlRunDetail/properties/attemptExecution/items/properties/processing/properties/submittedNative/anyOf/0"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"type": "null"
|
|
118
|
+
}
|
|
119
|
+
],
|
|
120
|
+
"description": "User-supplied string that must contain visible content, not just whitespace."
|
|
121
|
+
},
|
|
122
|
+
"kind": {
|
|
123
|
+
"type": "string",
|
|
124
|
+
"enum": [
|
|
125
|
+
"included",
|
|
126
|
+
"paid_credits",
|
|
127
|
+
"cash",
|
|
128
|
+
"valuation",
|
|
129
|
+
"unknown"
|
|
130
|
+
]
|
|
131
|
+
},
|
|
132
|
+
"source": {
|
|
133
|
+
"$ref": "#/definitions/ControlRunDetail/properties/attemptExecution/items/properties/processing/properties/submittedNative/anyOf/0"
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
"required": [
|
|
137
|
+
"nativeMode",
|
|
138
|
+
"kind",
|
|
139
|
+
"source"
|
|
140
|
+
],
|
|
141
|
+
"additionalProperties": false,
|
|
142
|
+
"description": "Mode-qualified billing evidence for an existing cost record. Authentication alone does not establish included premium service; credits, cash, and token valuation stay distinct."
|
|
143
|
+
},
|
|
144
|
+
"usageCost": {
|
|
145
|
+
"type": "object",
|
|
146
|
+
"properties": {
|
|
147
|
+
"cashUsd": {
|
|
148
|
+
"type": "number",
|
|
149
|
+
"minimum": 0
|
|
150
|
+
},
|
|
151
|
+
"valuationUsd": {
|
|
152
|
+
"type": "number",
|
|
153
|
+
"minimum": 0
|
|
154
|
+
},
|
|
155
|
+
"unknownUsd": {
|
|
156
|
+
"type": "number",
|
|
157
|
+
"minimum": 0
|
|
158
|
+
},
|
|
159
|
+
"cashKnowledge": {
|
|
160
|
+
"type": "string",
|
|
161
|
+
"enum": [
|
|
162
|
+
"exact",
|
|
163
|
+
"estimated",
|
|
164
|
+
"unknown"
|
|
165
|
+
],
|
|
166
|
+
"description": "Quality of incremental-cash cost evidence for an operation."
|
|
167
|
+
},
|
|
168
|
+
"valuationKnowledge": {
|
|
169
|
+
"$ref": "#/definitions/ControlRunDetail/properties/attemptExecution/items/properties/usageCost/properties/cashKnowledge"
|
|
170
|
+
}
|
|
171
|
+
},
|
|
172
|
+
"required": [
|
|
173
|
+
"cashUsd",
|
|
174
|
+
"valuationUsd",
|
|
175
|
+
"unknownUsd",
|
|
176
|
+
"cashKnowledge",
|
|
177
|
+
"valuationKnowledge"
|
|
178
|
+
],
|
|
179
|
+
"additionalProperties": false,
|
|
180
|
+
"description": "Observed usage components. An amount of unknown meaning is not charged cash; separately proven included service can still establish exact zero incremental cash."
|
|
181
|
+
}
|
|
182
|
+
},
|
|
183
|
+
"required": [
|
|
184
|
+
"attemptId",
|
|
185
|
+
"harnessId"
|
|
186
|
+
],
|
|
187
|
+
"additionalProperties": false,
|
|
188
|
+
"description": "Compact projection of existing attempt execution and amount evidence."
|
|
189
|
+
}
|
|
190
|
+
},
|
|
7
191
|
"summary": {
|
|
8
192
|
"type": "object",
|
|
9
193
|
"properties": {
|
|
@@ -18,9 +202,7 @@
|
|
|
18
202
|
"parentRunId": {
|
|
19
203
|
"anyOf": [
|
|
20
204
|
{
|
|
21
|
-
"
|
|
22
|
-
"minLength": 1,
|
|
23
|
-
"description": "Non-empty identifier string."
|
|
205
|
+
"$ref": "#/definitions/ControlRunDetail/properties/attemptExecution/items/properties/attemptId"
|
|
24
206
|
},
|
|
25
207
|
{
|
|
26
208
|
"type": "null"
|
|
@@ -32,7 +214,7 @@
|
|
|
32
214
|
"delegatedFromRunId": {
|
|
33
215
|
"anyOf": [
|
|
34
216
|
{
|
|
35
|
-
"$ref": "#/definitions/ControlRunDetail/properties/
|
|
217
|
+
"$ref": "#/definitions/ControlRunDetail/properties/attemptExecution/items/properties/attemptId"
|
|
36
218
|
},
|
|
37
219
|
{
|
|
38
220
|
"type": "null"
|
|
@@ -377,9 +559,7 @@
|
|
|
377
559
|
"description": "Explicit reviewer harness id; repeated harness ids are allowed so one provider can review through multiple requested models."
|
|
378
560
|
},
|
|
379
561
|
"model": {
|
|
380
|
-
"
|
|
381
|
-
"minLength": 1,
|
|
382
|
-
"pattern": "\\S",
|
|
562
|
+
"$ref": "#/definitions/ControlRunDetail/properties/attemptExecution/items/properties/processing/properties/submittedNative/anyOf/0",
|
|
383
563
|
"description": "Per-reviewer model hint, passed to that harness only."
|
|
384
564
|
},
|
|
385
565
|
"effort": {
|
|
@@ -390,8 +570,12 @@
|
|
|
390
570
|
"description": "Per-reviewer effort hint, passed to that harness only."
|
|
391
571
|
},
|
|
392
572
|
"credentialProfileId": {
|
|
393
|
-
"$ref": "#/definitions/ControlRunDetail/properties/
|
|
573
|
+
"$ref": "#/definitions/ControlRunDetail/properties/attemptExecution/items/properties/processing/properties/submittedNative/anyOf/0",
|
|
394
574
|
"description": "Per-reviewer credential profile id; explicit pins are strict and never fall back."
|
|
575
|
+
},
|
|
576
|
+
"processingPreference": {
|
|
577
|
+
"$ref": "#/definitions/ControlRunDetail/properties/attemptExecution/items/properties/processing/properties/requested/anyOf/0",
|
|
578
|
+
"description": "Advisory service preference. Fast or Economy may use ordinary Standard service; fallback never introduces Fast. Omission preserves native defaults. Explicit native serviceTier takes precedence."
|
|
395
579
|
}
|
|
396
580
|
},
|
|
397
581
|
"required": [
|
|
@@ -414,7 +598,7 @@
|
|
|
414
598
|
"description": "Glob approved by the operator/user for this run; consumed only by the auto-protected gate/test path policy, not by built-in critical-path gates."
|
|
415
599
|
},
|
|
416
600
|
"reason": {
|
|
417
|
-
"$ref": "#/definitions/ControlRunDetail/properties/
|
|
601
|
+
"$ref": "#/definitions/ControlRunDetail/properties/attemptExecution/items/properties/processing/properties/submittedNative/anyOf/0",
|
|
418
602
|
"description": "Optional human-readable reason for the approval."
|
|
419
603
|
}
|
|
420
604
|
},
|
|
@@ -905,13 +1089,14 @@
|
|
|
905
1089
|
"type": "string",
|
|
906
1090
|
"enum": [
|
|
907
1091
|
"patch",
|
|
1092
|
+
"files",
|
|
908
1093
|
"answer",
|
|
909
1094
|
"plan",
|
|
910
1095
|
"report",
|
|
911
1096
|
"none"
|
|
912
1097
|
],
|
|
913
1098
|
"default": "none",
|
|
914
|
-
"description": "What the turn actually produced: a patch, an answer, a plan
|
|
1099
|
+
"description": "What the turn actually produced: a Git patch, directory files, an answer, a plan, a report, or nothing."
|
|
915
1100
|
},
|
|
916
1101
|
"diffStat": {
|
|
917
1102
|
"anyOf": [
|
|
@@ -968,9 +1153,10 @@
|
|
|
968
1153
|
"not_applied",
|
|
969
1154
|
"applied",
|
|
970
1155
|
"applied_review_blocked",
|
|
971
|
-
"reverted"
|
|
1156
|
+
"reverted",
|
|
1157
|
+
"discarded"
|
|
972
1158
|
],
|
|
973
|
-
"description": "Honest application state
|
|
1159
|
+
"description": "Honest application state: not_applied (delivery pending), applied, applied_review_blocked, reverted, or discarded (remaining copied output deliberately not applied).",
|
|
974
1160
|
"default": "not_applied"
|
|
975
1161
|
},
|
|
976
1162
|
"preTurnSha": {
|
|
@@ -1023,7 +1209,10 @@
|
|
|
1023
1209
|
"description": "Terminal lifecycle of the run."
|
|
1024
1210
|
},
|
|
1025
1211
|
"noChanges": {
|
|
1026
|
-
"type":
|
|
1212
|
+
"type": [
|
|
1213
|
+
"boolean",
|
|
1214
|
+
"null"
|
|
1215
|
+
],
|
|
1027
1216
|
"default": false,
|
|
1028
1217
|
"description": "True when the run finished without changing any files (the ex no_op fact)."
|
|
1029
1218
|
},
|
|
@@ -1245,7 +1434,7 @@
|
|
|
1245
1434
|
"order": {
|
|
1246
1435
|
"type": "array",
|
|
1247
1436
|
"items": {
|
|
1248
|
-
"$ref": "#/definitions/ControlRunDetail/properties/
|
|
1437
|
+
"$ref": "#/definitions/ControlRunDetail/properties/attemptExecution/items/properties/attemptId"
|
|
1249
1438
|
},
|
|
1250
1439
|
"default": [],
|
|
1251
1440
|
"description": "Final ranked order, harness ids."
|
|
@@ -1253,7 +1442,7 @@
|
|
|
1253
1442
|
"dropped": {
|
|
1254
1443
|
"type": "array",
|
|
1255
1444
|
"items": {
|
|
1256
|
-
"$ref": "#/definitions/ControlRunDetail/properties/
|
|
1445
|
+
"$ref": "#/definitions/ControlRunDetail/properties/attemptExecution/items/properties/attemptId"
|
|
1257
1446
|
},
|
|
1258
1447
|
"default": [],
|
|
1259
1448
|
"description": "Ids removed by paid_fallback or cooldown before ranking."
|
|
@@ -1362,7 +1551,7 @@
|
|
|
1362
1551
|
"envAllowlist": {
|
|
1363
1552
|
"type": "array",
|
|
1364
1553
|
"items": {
|
|
1365
|
-
"$ref": "#/definitions/ControlRunDetail/properties/
|
|
1554
|
+
"$ref": "#/definitions/ControlRunDetail/properties/attemptExecution/items/properties/processing/properties/submittedNative/anyOf/0"
|
|
1366
1555
|
},
|
|
1367
1556
|
"default": [],
|
|
1368
1557
|
"description": "Non-secret parent environment names explicitly forwarded to the command."
|
|
@@ -1417,10 +1606,10 @@
|
|
|
1417
1606
|
"description": "Schema version of the artifact; bumped on breaking ABI changes."
|
|
1418
1607
|
},
|
|
1419
1608
|
"run_id": {
|
|
1420
|
-
"$ref": "#/definitions/ControlRunDetail/properties/
|
|
1609
|
+
"$ref": "#/definitions/ControlRunDetail/properties/attemptExecution/items/properties/attemptId"
|
|
1421
1610
|
},
|
|
1422
1611
|
"task_id": {
|
|
1423
|
-
"$ref": "#/definitions/ControlRunDetail/properties/
|
|
1612
|
+
"$ref": "#/definitions/ControlRunDetail/properties/attemptExecution/items/properties/attemptId"
|
|
1424
1613
|
},
|
|
1425
1614
|
"mode": {
|
|
1426
1615
|
"$ref": "#/definitions/ControlRunDetail/properties/summary/properties/mode"
|
|
@@ -1444,6 +1633,7 @@
|
|
|
1444
1633
|
"report",
|
|
1445
1634
|
"plan",
|
|
1446
1635
|
"patch",
|
|
1636
|
+
"files",
|
|
1447
1637
|
"structured_output"
|
|
1448
1638
|
]
|
|
1449
1639
|
},
|
|
@@ -1463,7 +1653,7 @@
|
|
|
1463
1653
|
"producer_attempt_id": {
|
|
1464
1654
|
"anyOf": [
|
|
1465
1655
|
{
|
|
1466
|
-
"$ref": "#/definitions/ControlRunDetail/properties/
|
|
1656
|
+
"$ref": "#/definitions/ControlRunDetail/properties/attemptExecution/items/properties/attemptId"
|
|
1467
1657
|
},
|
|
1468
1658
|
{
|
|
1469
1659
|
"type": "null"
|
|
@@ -1504,6 +1694,7 @@
|
|
|
1504
1694
|
"report",
|
|
1505
1695
|
"plan",
|
|
1506
1696
|
"patch",
|
|
1697
|
+
"files",
|
|
1507
1698
|
"structured_output",
|
|
1508
1699
|
"diagnostic"
|
|
1509
1700
|
],
|
|
@@ -1552,7 +1743,7 @@
|
|
|
1552
1743
|
"attempt_id": {
|
|
1553
1744
|
"anyOf": [
|
|
1554
1745
|
{
|
|
1555
|
-
"$ref": "#/definitions/ControlRunDetail/properties/
|
|
1746
|
+
"$ref": "#/definitions/ControlRunDetail/properties/attemptExecution/items/properties/attemptId"
|
|
1556
1747
|
},
|
|
1557
1748
|
{
|
|
1558
1749
|
"type": "null"
|
|
@@ -1654,7 +1845,7 @@
|
|
|
1654
1845
|
"receipt_attempt_id": {
|
|
1655
1846
|
"anyOf": [
|
|
1656
1847
|
{
|
|
1657
|
-
"$ref": "#/definitions/ControlRunDetail/properties/
|
|
1848
|
+
"$ref": "#/definitions/ControlRunDetail/properties/attemptExecution/items/properties/attemptId"
|
|
1658
1849
|
},
|
|
1659
1850
|
{
|
|
1660
1851
|
"type": "null"
|
|
@@ -1683,7 +1874,7 @@
|
|
|
1683
1874
|
"blocker_ids": {
|
|
1684
1875
|
"type": "array",
|
|
1685
1876
|
"items": {
|
|
1686
|
-
"$ref": "#/definitions/ControlRunDetail/properties/
|
|
1877
|
+
"$ref": "#/definitions/ControlRunDetail/properties/attemptExecution/items/properties/attemptId"
|
|
1687
1878
|
},
|
|
1688
1879
|
"default": [],
|
|
1689
1880
|
"description": "Stable ids of accepted evidence-backed blocking findings."
|
|
@@ -1884,6 +2075,7 @@
|
|
|
1884
2075
|
"plan",
|
|
1885
2076
|
"summary",
|
|
1886
2077
|
"patch",
|
|
2078
|
+
"files",
|
|
1887
2079
|
"diagnostic",
|
|
1888
2080
|
"structured_output"
|
|
1889
2081
|
],
|
|
@@ -2052,6 +2244,15 @@
|
|
|
2052
2244
|
"budget": {
|
|
2053
2245
|
"type": "object",
|
|
2054
2246
|
"properties": {
|
|
2247
|
+
"cashKnowledge": {
|
|
2248
|
+
"type": "string",
|
|
2249
|
+
"enum": [
|
|
2250
|
+
"exact",
|
|
2251
|
+
"estimated",
|
|
2252
|
+
"unknown"
|
|
2253
|
+
],
|
|
2254
|
+
"description": "Cash certainty from the ledger; explicit unknown keeps spendUsd null independently of valuation."
|
|
2255
|
+
},
|
|
2055
2256
|
"paidBudget": {
|
|
2056
2257
|
"$ref": "#/definitions/ControlRunDetail/properties/summary/properties/paidBudget",
|
|
2057
2258
|
"default": {
|
|
@@ -2140,7 +2341,7 @@
|
|
|
2140
2341
|
"winner": {
|
|
2141
2342
|
"anyOf": [
|
|
2142
2343
|
{
|
|
2143
|
-
"$ref": "#/definitions/ControlRunDetail/properties/
|
|
2344
|
+
"$ref": "#/definitions/ControlRunDetail/properties/attemptExecution/items/properties/attemptId"
|
|
2144
2345
|
},
|
|
2145
2346
|
{
|
|
2146
2347
|
"type": "null"
|
|
@@ -2344,6 +2545,10 @@
|
|
|
2344
2545
|
{
|
|
2345
2546
|
"type": "object",
|
|
2346
2547
|
"properties": {
|
|
2548
|
+
"base_manifest_sha256": {
|
|
2549
|
+
"type": "string",
|
|
2550
|
+
"description": "Exact directory manifest verified; not a Git commit identifier."
|
|
2551
|
+
},
|
|
2347
2552
|
"attempted": {
|
|
2348
2553
|
"type": "boolean",
|
|
2349
2554
|
"description": "Whether the final verify was attempted."
|
|
@@ -2490,9 +2695,10 @@
|
|
|
2490
2695
|
"enum": [
|
|
2491
2696
|
"patch",
|
|
2492
2697
|
"new_repo",
|
|
2493
|
-
"report"
|
|
2698
|
+
"report",
|
|
2699
|
+
"files"
|
|
2494
2700
|
],
|
|
2495
|
-
"description": "Kind of work product
|
|
2701
|
+
"description": "Kind of work product: Git patch, new repository, report, or complete directory file manifest with retained bytes."
|
|
2496
2702
|
},
|
|
2497
2703
|
"source_task_id": {
|
|
2498
2704
|
"type": "string",
|
|
@@ -2500,7 +2706,7 @@
|
|
|
2500
2706
|
"description": "Task the work product came from."
|
|
2501
2707
|
},
|
|
2502
2708
|
"producer_attempt_id": {
|
|
2503
|
-
"$ref": "#/definitions/ControlRunDetail/properties/
|
|
2709
|
+
"$ref": "#/definitions/ControlRunDetail/properties/attemptExecution/items/properties/attemptId",
|
|
2504
2710
|
"description": "Attempt that produced it, when known."
|
|
2505
2711
|
},
|
|
2506
2712
|
"files": {
|
|
@@ -2524,7 +2730,7 @@
|
|
|
2524
2730
|
"source_task_id"
|
|
2525
2731
|
],
|
|
2526
2732
|
"additionalProperties": false,
|
|
2527
|
-
"description": "The deliverable a run produced
|
|
2733
|
+
"description": "The deliverable a run produced, referenced by apply/delivery verbs; files uses files.manifest and meta.manifest_sha256."
|
|
2528
2734
|
},
|
|
2529
2735
|
{
|
|
2530
2736
|
"type": "null"
|
|
@@ -2781,7 +2987,7 @@
|
|
|
2781
2987
|
"linked_acceptance_criteria": {
|
|
2782
2988
|
"type": "array",
|
|
2783
2989
|
"items": {
|
|
2784
|
-
"$ref": "#/definitions/ControlRunDetail/properties/
|
|
2990
|
+
"$ref": "#/definitions/ControlRunDetail/properties/attemptExecution/items/properties/attemptId"
|
|
2785
2991
|
},
|
|
2786
2992
|
"default": [],
|
|
2787
2993
|
"description": "Ids of acceptance criteria this finding relates to."
|
|
@@ -394,6 +394,15 @@
|
|
|
394
394
|
"credentialProfileId": {
|
|
395
395
|
"$ref": "#/definitions/ControlRunListResponse/properties/runs/items/properties/reviewerPanel/items/properties/model",
|
|
396
396
|
"description": "Per-reviewer credential profile id; explicit pins are strict and never fall back."
|
|
397
|
+
},
|
|
398
|
+
"processingPreference": {
|
|
399
|
+
"type": "string",
|
|
400
|
+
"enum": [
|
|
401
|
+
"standard",
|
|
402
|
+
"fast",
|
|
403
|
+
"economy"
|
|
404
|
+
],
|
|
405
|
+
"description": "Advisory service preference. Fast or Economy may use ordinary Standard service; fallback never introduces Fast. Omission preserves native defaults. Explicit native serviceTier takes precedence."
|
|
397
406
|
}
|
|
398
407
|
},
|
|
399
408
|
"required": [
|
|
@@ -907,13 +916,14 @@
|
|
|
907
916
|
"type": "string",
|
|
908
917
|
"enum": [
|
|
909
918
|
"patch",
|
|
919
|
+
"files",
|
|
910
920
|
"answer",
|
|
911
921
|
"plan",
|
|
912
922
|
"report",
|
|
913
923
|
"none"
|
|
914
924
|
],
|
|
915
925
|
"default": "none",
|
|
916
|
-
"description": "What the turn actually produced: a patch, an answer, a plan
|
|
926
|
+
"description": "What the turn actually produced: a Git patch, directory files, an answer, a plan, a report, or nothing."
|
|
917
927
|
},
|
|
918
928
|
"diffStat": {
|
|
919
929
|
"anyOf": [
|
|
@@ -970,9 +980,10 @@
|
|
|
970
980
|
"not_applied",
|
|
971
981
|
"applied",
|
|
972
982
|
"applied_review_blocked",
|
|
973
|
-
"reverted"
|
|
983
|
+
"reverted",
|
|
984
|
+
"discarded"
|
|
974
985
|
],
|
|
975
|
-
"description": "Honest application state
|
|
986
|
+
"description": "Honest application state: not_applied (delivery pending), applied, applied_review_blocked, reverted, or discarded (remaining copied output deliberately not applied).",
|
|
976
987
|
"default": "not_applied"
|
|
977
988
|
},
|
|
978
989
|
"preTurnSha": {
|
|
@@ -1025,7 +1036,10 @@
|
|
|
1025
1036
|
"description": "Terminal lifecycle of the run."
|
|
1026
1037
|
},
|
|
1027
1038
|
"noChanges": {
|
|
1028
|
-
"type":
|
|
1039
|
+
"type": [
|
|
1040
|
+
"boolean",
|
|
1041
|
+
"null"
|
|
1042
|
+
],
|
|
1029
1043
|
"default": false,
|
|
1030
1044
|
"description": "True when the run finished without changing any files (the ex no_op fact)."
|
|
1031
1045
|
},
|
|
@@ -116,6 +116,22 @@
|
|
|
116
116
|
"workspaceRoot": {
|
|
117
117
|
"type": "string",
|
|
118
118
|
"description": "Absolute existing execution workspace for a project-scoped delegated agent live run. The stable project identity remains scope.root."
|
|
119
|
+
},
|
|
120
|
+
"workspaceKind": {
|
|
121
|
+
"type": "string",
|
|
122
|
+
"enum": [
|
|
123
|
+
"git",
|
|
124
|
+
"directory"
|
|
125
|
+
],
|
|
126
|
+
"description": "Explicit directory execution needs no Git initialization; omission preserves existing clients."
|
|
127
|
+
},
|
|
128
|
+
"scopePaths": {
|
|
129
|
+
"type": "array",
|
|
130
|
+
"items": {
|
|
131
|
+
"type": "string",
|
|
132
|
+
"minLength": 1
|
|
133
|
+
},
|
|
134
|
+
"description": "Agent-selected input footprint. Directory copies materialize this entire selection; direct runs need no whole-tree baseline."
|
|
119
135
|
}
|
|
120
136
|
},
|
|
121
137
|
"additionalProperties": false,
|
|
@@ -169,6 +185,15 @@
|
|
|
169
185
|
"pattern": "^[a-z0-9]+(?:[_-][a-z0-9]+)*$",
|
|
170
186
|
"description": "Requested reasoning effort."
|
|
171
187
|
},
|
|
188
|
+
"processingPreference": {
|
|
189
|
+
"type": "string",
|
|
190
|
+
"enum": [
|
|
191
|
+
"standard",
|
|
192
|
+
"fast",
|
|
193
|
+
"economy"
|
|
194
|
+
],
|
|
195
|
+
"description": "Advisory service preference. Fast or Economy may use ordinary Standard service; fallback never introduces Fast. Omission preserves native defaults. Explicit native serviceTier takes precedence."
|
|
196
|
+
},
|
|
172
197
|
"efforts": {
|
|
173
198
|
"type": "object",
|
|
174
199
|
"additionalProperties": {
|
|
@@ -462,6 +487,10 @@
|
|
|
462
487
|
"credentialProfileId": {
|
|
463
488
|
"$ref": "#/definitions/ControlRunStartRequest/properties/harnesses/items",
|
|
464
489
|
"description": "Per-reviewer credential profile id; explicit pins are strict and never fall back."
|
|
490
|
+
},
|
|
491
|
+
"processingPreference": {
|
|
492
|
+
"$ref": "#/definitions/ControlRunStartRequest/properties/processingPreference",
|
|
493
|
+
"description": "Advisory service preference. Fast or Economy may use ordinary Standard service; fallback never introduces Fast. Omission preserves native defaults. Explicit native serviceTier takes precedence."
|
|
465
494
|
}
|
|
466
495
|
},
|
|
467
496
|
"required": [
|
|
@@ -389,6 +389,15 @@
|
|
|
389
389
|
"credentialProfileId": {
|
|
390
390
|
"$ref": "#/definitions/ControlRunSummary/properties/reviewerPanel/items/properties/model",
|
|
391
391
|
"description": "Per-reviewer credential profile id; explicit pins are strict and never fall back."
|
|
392
|
+
},
|
|
393
|
+
"processingPreference": {
|
|
394
|
+
"type": "string",
|
|
395
|
+
"enum": [
|
|
396
|
+
"standard",
|
|
397
|
+
"fast",
|
|
398
|
+
"economy"
|
|
399
|
+
],
|
|
400
|
+
"description": "Advisory service preference. Fast or Economy may use ordinary Standard service; fallback never introduces Fast. Omission preserves native defaults. Explicit native serviceTier takes precedence."
|
|
392
401
|
}
|
|
393
402
|
},
|
|
394
403
|
"required": [
|
|
@@ -902,13 +911,14 @@
|
|
|
902
911
|
"type": "string",
|
|
903
912
|
"enum": [
|
|
904
913
|
"patch",
|
|
914
|
+
"files",
|
|
905
915
|
"answer",
|
|
906
916
|
"plan",
|
|
907
917
|
"report",
|
|
908
918
|
"none"
|
|
909
919
|
],
|
|
910
920
|
"default": "none",
|
|
911
|
-
"description": "What the turn actually produced: a patch, an answer, a plan
|
|
921
|
+
"description": "What the turn actually produced: a Git patch, directory files, an answer, a plan, a report, or nothing."
|
|
912
922
|
},
|
|
913
923
|
"diffStat": {
|
|
914
924
|
"anyOf": [
|
|
@@ -965,9 +975,10 @@
|
|
|
965
975
|
"not_applied",
|
|
966
976
|
"applied",
|
|
967
977
|
"applied_review_blocked",
|
|
968
|
-
"reverted"
|
|
978
|
+
"reverted",
|
|
979
|
+
"discarded"
|
|
969
980
|
],
|
|
970
|
-
"description": "Honest application state
|
|
981
|
+
"description": "Honest application state: not_applied (delivery pending), applied, applied_review_blocked, reverted, or discarded (remaining copied output deliberately not applied).",
|
|
971
982
|
"default": "not_applied"
|
|
972
983
|
},
|
|
973
984
|
"preTurnSha": {
|
|
@@ -1020,7 +1031,10 @@
|
|
|
1020
1031
|
"description": "Terminal lifecycle of the run."
|
|
1021
1032
|
},
|
|
1022
1033
|
"noChanges": {
|
|
1023
|
-
"type":
|
|
1034
|
+
"type": [
|
|
1035
|
+
"boolean",
|
|
1036
|
+
"null"
|
|
1037
|
+
],
|
|
1024
1038
|
"default": false,
|
|
1025
1039
|
"description": "True when the run finished without changing any files (the ex no_op fact)."
|
|
1026
1040
|
},
|
|
@@ -51,6 +51,12 @@
|
|
|
51
51
|
"applied": {
|
|
52
52
|
"type": "boolean"
|
|
53
53
|
},
|
|
54
|
+
"appliedPaths": {
|
|
55
|
+
"type": "array",
|
|
56
|
+
"items": {
|
|
57
|
+
"type": "string"
|
|
58
|
+
}
|
|
59
|
+
},
|
|
54
60
|
"branch": {
|
|
55
61
|
"type": "string"
|
|
56
62
|
},
|
|
@@ -86,6 +92,10 @@
|
|
|
86
92
|
"finalVerify": {
|
|
87
93
|
"type": "object",
|
|
88
94
|
"properties": {
|
|
95
|
+
"base_manifest_sha256": {
|
|
96
|
+
"type": "string",
|
|
97
|
+
"description": "Exact directory manifest verified; not a Git commit identifier."
|
|
98
|
+
},
|
|
89
99
|
"attempted": {
|
|
90
100
|
"type": "boolean",
|
|
91
101
|
"description": "Whether the final verify was attempted."
|