@claudexor/schema 3.1.2 → 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/agent-capabilities.d.ts +157 -129
- package/dist/agent-capabilities.d.ts.map +1 -1
- package/dist/agent-capabilities.js +3 -1
- package/dist/agent-capabilities.js.map +1 -1
- package/dist/apply-eligibility.d.ts +462 -273
- package/dist/apply-eligibility.d.ts.map +1 -1
- package/dist/apply-eligibility.js +25 -2
- package/dist/apply-eligibility.js.map +1 -1
- package/dist/attachment.d.ts +17 -17
- package/dist/attachment.d.ts.map +1 -1
- package/dist/attachment.js +1 -1
- package/dist/attachment.js.map +1 -1
- package/dist/auth.d.ts +475 -475
- package/dist/auth.d.ts.map +1 -1
- package/dist/auth.js +1 -1
- package/dist/auth.js.map +1 -1
- package/dist/budget.d.ts +59 -59
- package/dist/budget.d.ts.map +1 -1
- package/dist/budget.js +1 -1
- package/dist/budget.js.map +1 -1
- package/dist/config.d.ts +320 -316
- package/dist/config.d.ts.map +1 -1
- package/dist/config.js +26 -19
- package/dist/config.js.map +1 -1
- package/dist/context.d.ts +38 -38
- package/dist/context.d.ts.map +1 -1
- package/dist/context.js +1 -1
- package/dist/context.js.map +1 -1
- package/dist/control-auth-route.d.ts +46 -0
- package/dist/control-auth-route.d.ts.map +1 -0
- package/dist/control-auth-route.js +24 -0
- package/dist/control-auth-route.js.map +1 -0
- package/dist/control-gc.d.ts +15 -15
- package/dist/control-gc.d.ts.map +1 -1
- package/dist/control-gc.js +1 -1
- package/dist/control-gc.js.map +1 -1
- package/dist/control-harness-list.d.ts +896 -0
- package/dist/control-harness-list.d.ts.map +1 -0
- package/dist/control-harness-list.js +13 -0
- package/dist/control-harness-list.js.map +1 -0
- package/dist/control-operation-responses.d.ts +625 -628
- package/dist/control-operation-responses.d.ts.map +1 -1
- package/dist/control-operation-responses.js +2 -1
- package/dist/control-operation-responses.js.map +1 -1
- package/dist/control-run-detail.d.ts +2113 -1578
- package/dist/control-run-detail.d.ts.map +1 -1
- package/dist/control-run-detail.js +7 -1
- package/dist/control-run-detail.js.map +1 -1
- package/dist/control-run-retry.d.ts +16 -16
- package/dist/control-run-retry.d.ts.map +1 -1
- package/dist/control-run-retry.js +1 -1
- package/dist/control-run-retry.js.map +1 -1
- package/dist/control-run-scope.d.ts +2 -2
- package/dist/control-run-scope.d.ts.map +1 -1
- package/dist/control-run-scope.js +1 -1
- package/dist/control-run-scope.js.map +1 -1
- package/dist/control-secret.d.ts +7 -7
- package/dist/control-secret.d.ts.map +1 -1
- package/dist/control-secret.js +1 -1
- package/dist/control-secret.js.map +1 -1
- package/dist/control-thread-apply.d.ts +65 -65
- package/dist/control-thread-apply.d.ts.map +1 -1
- package/dist/control-thread-apply.js +1 -1
- package/dist/control-thread-apply.js.map +1 -1
- package/dist/control-trust.d.ts +23 -23
- package/dist/control-trust.d.ts.map +1 -1
- package/dist/control-trust.js +1 -1
- package/dist/control-trust.js.map +1 -1
- package/dist/control.d.ts +1515 -2354
- package/dist/control.d.ts.map +1 -1
- package/dist/control.js +20 -45
- package/dist/control.js.map +1 -1
- package/dist/credential-profile-snapshot.d.ts +3185 -0
- package/dist/credential-profile-snapshot.d.ts.map +1 -0
- package/dist/credential-profile-snapshot.js +28 -0
- package/dist/credential-profile-snapshot.js.map +1 -0
- package/dist/credential-profile.d.ts +122 -107
- package/dist/credential-profile.d.ts.map +1 -1
- package/dist/credential-profile.js +12 -6
- package/dist/credential-profile.js.map +1 -1
- package/dist/decision.d.ts +121 -121
- package/dist/decision.d.ts.map +1 -1
- package/dist/decision.js +2 -1
- package/dist/decision.js.map +1 -1
- package/dist/deep-scan.d.ts +5 -5
- package/dist/deep-scan.d.ts.map +1 -1
- package/dist/deep-scan.js +1 -1
- package/dist/deep-scan.js.map +1 -1
- package/dist/delegation.d.ts +13 -13
- package/dist/delegation.d.ts.map +1 -1
- package/dist/delegation.js +1 -1
- package/dist/delegation.js.map +1 -1
- package/dist/delivery.d.ts +32 -32
- package/dist/delivery.d.ts.map +1 -1
- package/dist/delivery.js +1 -1
- package/dist/delivery.js.map +1 -1
- package/dist/effort.d.ts +1 -1
- package/dist/effort.d.ts.map +1 -1
- package/dist/effort.js +1 -1
- package/dist/effort.js.map +1 -1
- package/dist/events.d.ts +55 -35
- package/dist/events.d.ts.map +1 -1
- package/dist/events.js +20 -1
- package/dist/events.js.map +1 -1
- package/dist/gate.d.ts +7 -7
- package/dist/gate.d.ts.map +1 -1
- package/dist/gate.js +1 -1
- package/dist/gate.js.map +1 -1
- package/dist/git-capability.d.ts +23 -0
- package/dist/git-capability.d.ts.map +1 -0
- package/dist/git-capability.js +15 -0
- package/dist/git-capability.js.map +1 -0
- package/dist/harness.d.ts +400 -400
- package/dist/harness.d.ts.map +1 -1
- package/dist/harness.js +9 -8
- package/dist/harness.js.map +1 -1
- package/dist/index.d.ts +6 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +6 -0
- package/dist/index.js.map +1 -1
- package/dist/interaction.d.ts +10 -0
- package/dist/interaction.d.ts.map +1 -0
- package/dist/interaction.js +2 -0
- package/dist/interaction.js.map +1 -0
- package/dist/operation.d.ts +113 -113
- package/dist/operation.d.ts.map +1 -1
- package/dist/operation.js +1 -1
- package/dist/operation.js.map +1 -1
- package/dist/output-schema-dialect.d.ts +1 -1
- package/dist/output-schema-dialect.d.ts.map +1 -1
- package/dist/output-schema-dialect.js +1 -1
- package/dist/output-schema-dialect.js.map +1 -1
- package/dist/output-schema.d.ts +2 -2
- package/dist/output-schema.js +2 -2
- package/dist/plan.d.ts +29 -29
- package/dist/plan.d.ts.map +1 -1
- package/dist/plan.js +1 -1
- package/dist/plan.js.map +1 -1
- package/dist/primitives.d.ts +1 -1
- package/dist/primitives.d.ts.map +1 -1
- package/dist/primitives.js +1 -1
- package/dist/primitives.js.map +1 -1
- package/dist/problem.d.ts +6 -6
- package/dist/problem.d.ts.map +1 -1
- package/dist/problem.js +1 -1
- package/dist/problem.js.map +1 -1
- package/dist/project.d.ts +87 -25
- package/dist/project.d.ts.map +1 -1
- package/dist/project.js +21 -1
- package/dist/project.js.map +1 -1
- package/dist/quota.d.ts +48 -48
- package/dist/quota.d.ts.map +1 -1
- package/dist/quota.js +1 -1
- package/dist/quota.js.map +1 -1
- package/dist/raw.d.ts +16 -16
- package/dist/raw.d.ts.map +1 -1
- package/dist/raw.js +1 -1
- package/dist/raw.js.map +1 -1
- package/dist/readiness.d.ts +242 -242
- package/dist/readiness.d.ts.map +1 -1
- package/dist/readiness.js +1 -1
- package/dist/readiness.js.map +1 -1
- package/dist/recovery.d.ts +106 -106
- package/dist/recovery.d.ts.map +1 -1
- package/dist/recovery.js +1 -1
- package/dist/recovery.js.map +1 -1
- package/dist/request-requirements.d.ts +9 -9
- package/dist/request-requirements.d.ts.map +1 -1
- package/dist/request-requirements.js +1 -1
- package/dist/request-requirements.js.map +1 -1
- package/dist/review.d.ts +29 -29
- package/dist/review.d.ts.map +1 -1
- package/dist/review.js +1 -1
- package/dist/review.js.map +1 -1
- package/dist/route.d.ts +11 -11
- package/dist/route.d.ts.map +1 -1
- package/dist/route.js +1 -1
- package/dist/route.js.map +1 -1
- package/dist/run-applicability.d.ts +764 -0
- package/dist/run-applicability.d.ts.map +1 -0
- package/dist/run-applicability.js +56 -0
- package/dist/run-applicability.js.map +1 -0
- package/dist/run-facts.d.ts +628 -0
- package/dist/run-facts.d.ts.map +1 -0
- package/dist/run-facts.js +429 -0
- package/dist/run-facts.js.map +1 -0
- package/dist/run-strategy.d.ts +40 -0
- package/dist/run-strategy.d.ts.map +1 -1
- package/dist/run-strategy.js +68 -1
- package/dist/run-strategy.js.map +1 -1
- package/dist/setup-device-code-envelope.d.ts +67 -0
- package/dist/setup-device-code-envelope.d.ts.map +1 -0
- package/dist/setup-device-code-envelope.js +25 -0
- package/dist/setup-device-code-envelope.js.map +1 -0
- package/dist/setup-login-protocol.d.ts +6 -0
- package/dist/setup-login-protocol.d.ts.map +1 -0
- package/dist/setup-login-protocol.js +12 -0
- package/dist/setup-login-protocol.js.map +1 -0
- package/dist/setup-transport.d.ts +12 -0
- package/dist/setup-transport.d.ts.map +1 -0
- package/dist/setup-transport.js +22 -0
- package/dist/setup-transport.js.map +1 -0
- package/dist/setup.d.ts +12572 -3749
- package/dist/setup.d.ts.map +1 -1
- package/dist/setup.js +34 -38
- package/dist/setup.js.map +1 -1
- package/dist/status-projection.d.ts +7 -5
- package/dist/status-projection.d.ts.map +1 -1
- package/dist/status-projection.js +11 -6
- package/dist/status-projection.js.map +1 -1
- package/dist/surface-run-controls.d.ts.map +1 -1
- package/dist/surface-run-controls.js +10 -1
- package/dist/surface-run-controls.js.map +1 -1
- package/dist/task.d.ts +303 -303
- package/dist/task.d.ts.map +1 -1
- package/dist/task.js +1 -1
- package/dist/task.js.map +1 -1
- package/dist/telemetry.d.ts +1157 -633
- package/dist/telemetry.d.ts.map +1 -1
- package/dist/telemetry.js +7 -4
- package/dist/telemetry.js.map +1 -1
- package/dist/thread.d.ts +128 -84
- package/dist/thread.d.ts.map +1 -1
- package/dist/thread.js +16 -2
- package/dist/thread.js.map +1 -1
- package/dist/tool-ref.d.ts +7 -7
- package/dist/tool-ref.d.ts.map +1 -1
- package/dist/tool-ref.js +1 -1
- package/dist/tool-ref.js.map +1 -1
- package/dist/work-report.d.ts +28 -28
- package/dist/work-report.d.ts.map +1 -1
- package/dist/work-report.js +3 -3
- package/dist/work-report.js.map +1 -1
- package/dist/workproduct.d.ts +6 -9
- package/dist/workproduct.d.ts.map +1 -1
- package/dist/workproduct.js +1 -2
- package/dist/workproduct.js.map +1 -1
- package/dist/workspace.d.ts +13 -13
- package/dist/workspace.d.ts.map +1 -1
- package/dist/workspace.js +1 -1
- package/dist/workspace.js.map +1 -1
- package/generated/AgentCapabilityCatalog.schema.json +41 -0
- package/generated/ControlCredentialProfilesQueryResponse.schema.json +1333 -0
- package/generated/ControlCredentialProfilesResponse.schema.json +10 -2
- package/generated/ControlCredentialProfilesSnapshotResponse.schema.json +1312 -0
- package/generated/ControlDirectoryEntry.schema.json +36 -0
- package/generated/ControlDirectoryListing.schema.json +77 -0
- package/generated/ControlHarnessListResponse.schema.json +41 -1
- package/generated/ControlRunAgainDraft.schema.json +1 -1
- package/generated/ControlRunApplicabilityResponse.schema.json +217 -0
- package/generated/ControlRunDetail.schema.json +427 -66
- package/generated/ControlRunListResponse.schema.json +11 -2
- package/generated/ControlRunStartRequest.schema.json +1 -1
- package/generated/ControlRunSummary.schema.json +11 -2
- package/generated/ControlSettingsSnapshot.schema.json +12 -3
- package/generated/ControlSettingsUpdateRequest.schema.json +12 -3
- package/generated/ControlSetupJob.schema.json +9 -0
- package/generated/ControlSetupJobCreateRequest.schema.json +9 -0
- package/generated/ControlSetupJobEvent.schema.json +858 -758
- package/generated/ControlSetupJobListResponse.schema.json +9 -0
- package/generated/ControlSetupJobSnapshot.schema.json +811 -736
- package/generated/ControlThreadDetail.schema.json +19 -1
- package/generated/ControlThreadTurnRequest.schema.json +1 -24
- package/generated/DecisionRecord.schema.json +2 -1
- package/generated/GitCapability.schema.json +46 -0
- package/generated/GlobalConfig.schema.json +13 -4
- package/generated/HarnessEvent.schema.json +2 -1
- package/generated/HarnessManifest.schema.json +1 -1
- package/generated/HarnessStatusDto.schema.json +1 -1
- package/generated/McpRunHandleResult.schema.json +165 -1
- package/generated/McpRunToolResult.schema.json +165 -1
- package/generated/OutputReadyPayload.schema.json +44 -0
- package/generated/RunFacts.schema.json +569 -0
- package/generated/RunTelemetry.schema.json +492 -2
- package/generated/ThreadTurn.schema.json +17 -0
- package/generated/WorkProduct.schema.json +0 -4
- package/package.json +3 -3
|
@@ -578,6 +578,14 @@
|
|
|
578
578
|
],
|
|
579
579
|
"default": null
|
|
580
580
|
},
|
|
581
|
+
"profileId": {
|
|
582
|
+
"type": [
|
|
583
|
+
"string",
|
|
584
|
+
"null"
|
|
585
|
+
],
|
|
586
|
+
"default": null,
|
|
587
|
+
"description": "Credential profile the deciding attempt ran under; null = engine-default credentials."
|
|
588
|
+
},
|
|
581
589
|
"modelMismatch": {
|
|
582
590
|
"anyOf": [
|
|
583
591
|
{
|
|
@@ -983,6 +991,7 @@
|
|
|
983
991
|
"wall_clock_exceeded",
|
|
984
992
|
"user_cancelled",
|
|
985
993
|
"crash_interrupted",
|
|
994
|
+
"workspace_unavailable",
|
|
986
995
|
"input_required",
|
|
987
996
|
"work_incomplete",
|
|
988
997
|
"context_capacity_exhausted",
|
|
@@ -1017,7 +1026,7 @@
|
|
|
1017
1026
|
"validated",
|
|
1018
1027
|
"absent"
|
|
1019
1028
|
],
|
|
1020
|
-
"description": "Provenance of a WorkReport: constrained (native schema transport), validated (
|
|
1029
|
+
"description": "Provenance of a WorkReport: constrained (native schema transport), validated (instructed terminal metadata), or absent (no transport could carry one — a disclosed absence, not a failure)."
|
|
1021
1030
|
},
|
|
1022
1031
|
"required_inputs": {
|
|
1023
1032
|
"type": "array",
|
|
@@ -1090,7 +1099,7 @@
|
|
|
1090
1099
|
"waitingOnUser": {
|
|
1091
1100
|
"type": "boolean",
|
|
1092
1101
|
"default": false,
|
|
1093
|
-
"description": "True while at least one interactive question
|
|
1102
|
+
"description": "True while at least one interactive question awaits answer, timeout, run-terminal, or interruption release."
|
|
1094
1103
|
},
|
|
1095
1104
|
"route": {
|
|
1096
1105
|
"anyOf": [
|
|
@@ -1318,6 +1327,420 @@
|
|
|
1318
1327
|
"default": [],
|
|
1319
1328
|
"description": "Direct Claudexor Delegate child runs, projected from persisted delegatedFromRunId lineage for reload-safe flat rows."
|
|
1320
1329
|
},
|
|
1330
|
+
"runFacts": {
|
|
1331
|
+
"anyOf": [
|
|
1332
|
+
{
|
|
1333
|
+
"type": "object",
|
|
1334
|
+
"properties": {
|
|
1335
|
+
"schema_version": {
|
|
1336
|
+
"type": "number",
|
|
1337
|
+
"const": 2,
|
|
1338
|
+
"description": "Schema version of the artifact; bumped on breaking ABI changes."
|
|
1339
|
+
},
|
|
1340
|
+
"run_id": {
|
|
1341
|
+
"$ref": "#/definitions/ControlRunDetail/properties/summary/properties/parentRunId/anyOf/0"
|
|
1342
|
+
},
|
|
1343
|
+
"task_id": {
|
|
1344
|
+
"$ref": "#/definitions/ControlRunDetail/properties/summary/properties/parentRunId/anyOf/0"
|
|
1345
|
+
},
|
|
1346
|
+
"mode": {
|
|
1347
|
+
"$ref": "#/definitions/ControlRunDetail/properties/summary/properties/mode"
|
|
1348
|
+
},
|
|
1349
|
+
"outcome": {
|
|
1350
|
+
"$ref": "#/definitions/ControlRunDetail/properties/summary/properties/outcomeFacts/anyOf/0"
|
|
1351
|
+
},
|
|
1352
|
+
"deliverable": {
|
|
1353
|
+
"type": "object",
|
|
1354
|
+
"properties": {
|
|
1355
|
+
"present": {
|
|
1356
|
+
"type": "boolean",
|
|
1357
|
+
"description": "Whether the canonical primary deliverable exists."
|
|
1358
|
+
},
|
|
1359
|
+
"kind": {
|
|
1360
|
+
"anyOf": [
|
|
1361
|
+
{
|
|
1362
|
+
"type": "string",
|
|
1363
|
+
"enum": [
|
|
1364
|
+
"answer",
|
|
1365
|
+
"report",
|
|
1366
|
+
"plan",
|
|
1367
|
+
"patch",
|
|
1368
|
+
"structured_output"
|
|
1369
|
+
]
|
|
1370
|
+
},
|
|
1371
|
+
{
|
|
1372
|
+
"type": "null"
|
|
1373
|
+
}
|
|
1374
|
+
],
|
|
1375
|
+
"description": "Kind of canonical primary deliverable; null when none exists."
|
|
1376
|
+
},
|
|
1377
|
+
"path": {
|
|
1378
|
+
"type": [
|
|
1379
|
+
"string",
|
|
1380
|
+
"null"
|
|
1381
|
+
],
|
|
1382
|
+
"description": "Run-relative path of the canonical primary deliverable; null when absent."
|
|
1383
|
+
},
|
|
1384
|
+
"producer_attempt_id": {
|
|
1385
|
+
"anyOf": [
|
|
1386
|
+
{
|
|
1387
|
+
"$ref": "#/definitions/ControlRunDetail/properties/summary/properties/parentRunId/anyOf/0"
|
|
1388
|
+
},
|
|
1389
|
+
{
|
|
1390
|
+
"type": "null"
|
|
1391
|
+
}
|
|
1392
|
+
],
|
|
1393
|
+
"description": "Attempt that produced the deliverable, when known.",
|
|
1394
|
+
"default": null
|
|
1395
|
+
}
|
|
1396
|
+
},
|
|
1397
|
+
"required": [
|
|
1398
|
+
"present",
|
|
1399
|
+
"kind",
|
|
1400
|
+
"path"
|
|
1401
|
+
],
|
|
1402
|
+
"additionalProperties": false,
|
|
1403
|
+
"description": "Canonical primary-output presence and identity for a terminal run."
|
|
1404
|
+
},
|
|
1405
|
+
"presentation": {
|
|
1406
|
+
"type": "object",
|
|
1407
|
+
"properties": {
|
|
1408
|
+
"state": {
|
|
1409
|
+
"type": "string",
|
|
1410
|
+
"enum": [
|
|
1411
|
+
"ready",
|
|
1412
|
+
"diagnostic"
|
|
1413
|
+
],
|
|
1414
|
+
"description": "Terminal output readiness decided by the last valid output.ready receipt."
|
|
1415
|
+
},
|
|
1416
|
+
"primary": {
|
|
1417
|
+
"anyOf": [
|
|
1418
|
+
{
|
|
1419
|
+
"type": "object",
|
|
1420
|
+
"properties": {
|
|
1421
|
+
"kind": {
|
|
1422
|
+
"type": "string",
|
|
1423
|
+
"enum": [
|
|
1424
|
+
"answer",
|
|
1425
|
+
"report",
|
|
1426
|
+
"plan",
|
|
1427
|
+
"patch",
|
|
1428
|
+
"structured_output",
|
|
1429
|
+
"diagnostic"
|
|
1430
|
+
],
|
|
1431
|
+
"description": "Presentation kind of the terminal primary artifact."
|
|
1432
|
+
},
|
|
1433
|
+
"path": {
|
|
1434
|
+
"type": "string",
|
|
1435
|
+
"minLength": 1,
|
|
1436
|
+
"description": "Normalized run-relative path of the terminal primary artifact."
|
|
1437
|
+
}
|
|
1438
|
+
},
|
|
1439
|
+
"required": [
|
|
1440
|
+
"kind",
|
|
1441
|
+
"path"
|
|
1442
|
+
],
|
|
1443
|
+
"additionalProperties": false,
|
|
1444
|
+
"description": "Primary user-facing artifact selected once during terminal preparation."
|
|
1445
|
+
},
|
|
1446
|
+
{
|
|
1447
|
+
"type": "null"
|
|
1448
|
+
}
|
|
1449
|
+
],
|
|
1450
|
+
"description": "Selected terminal primary artifact, or null when the receipt announces readiness without a primary deliverable."
|
|
1451
|
+
}
|
|
1452
|
+
},
|
|
1453
|
+
"required": [
|
|
1454
|
+
"state",
|
|
1455
|
+
"primary"
|
|
1456
|
+
],
|
|
1457
|
+
"additionalProperties": false,
|
|
1458
|
+
"description": "Immutable terminal output state and primary artifact. Absent only on legacy RunFacts receipts."
|
|
1459
|
+
},
|
|
1460
|
+
"participants": {
|
|
1461
|
+
"type": "object",
|
|
1462
|
+
"properties": {
|
|
1463
|
+
"planners": {
|
|
1464
|
+
"type": "integer",
|
|
1465
|
+
"minimum": 0,
|
|
1466
|
+
"description": "Number of participants whose canonical role is planner."
|
|
1467
|
+
},
|
|
1468
|
+
"attempts": {
|
|
1469
|
+
"type": "array",
|
|
1470
|
+
"items": {
|
|
1471
|
+
"type": "object",
|
|
1472
|
+
"properties": {
|
|
1473
|
+
"attempt_id": {
|
|
1474
|
+
"anyOf": [
|
|
1475
|
+
{
|
|
1476
|
+
"$ref": "#/definitions/ControlRunDetail/properties/summary/properties/parentRunId/anyOf/0"
|
|
1477
|
+
},
|
|
1478
|
+
{
|
|
1479
|
+
"type": "null"
|
|
1480
|
+
}
|
|
1481
|
+
],
|
|
1482
|
+
"description": "Attempt id when the participant owns an orchestrator attempt; null for reviewer-panel members."
|
|
1483
|
+
},
|
|
1484
|
+
"harness_id": {
|
|
1485
|
+
"type": "string",
|
|
1486
|
+
"minLength": 1,
|
|
1487
|
+
"description": "Harness that served this participant role."
|
|
1488
|
+
},
|
|
1489
|
+
"role": {
|
|
1490
|
+
"type": "string",
|
|
1491
|
+
"enum": [
|
|
1492
|
+
"planner",
|
|
1493
|
+
"merge",
|
|
1494
|
+
"candidate",
|
|
1495
|
+
"scout",
|
|
1496
|
+
"reducer",
|
|
1497
|
+
"reviewer"
|
|
1498
|
+
],
|
|
1499
|
+
"description": "Canonical role of one participant in the terminal run graph."
|
|
1500
|
+
},
|
|
1501
|
+
"deliverable_present": {
|
|
1502
|
+
"type": "boolean",
|
|
1503
|
+
"default": false,
|
|
1504
|
+
"description": "Whether this participant produced the deliverable its role requested."
|
|
1505
|
+
},
|
|
1506
|
+
"status": {
|
|
1507
|
+
"anyOf": [
|
|
1508
|
+
{
|
|
1509
|
+
"type": "string",
|
|
1510
|
+
"enum": [
|
|
1511
|
+
"success",
|
|
1512
|
+
"success_with_warnings",
|
|
1513
|
+
"blocked",
|
|
1514
|
+
"failed"
|
|
1515
|
+
],
|
|
1516
|
+
"description": "Terminal outcome recorded for one run participant."
|
|
1517
|
+
},
|
|
1518
|
+
{
|
|
1519
|
+
"type": "null"
|
|
1520
|
+
}
|
|
1521
|
+
],
|
|
1522
|
+
"description": "Participant outcome when recorded; null for artifact-only reviewer membership.",
|
|
1523
|
+
"default": null
|
|
1524
|
+
}
|
|
1525
|
+
},
|
|
1526
|
+
"required": [
|
|
1527
|
+
"attempt_id",
|
|
1528
|
+
"harness_id",
|
|
1529
|
+
"role"
|
|
1530
|
+
],
|
|
1531
|
+
"additionalProperties": false,
|
|
1532
|
+
"description": "One role-labelled participant in the terminal run graph."
|
|
1533
|
+
},
|
|
1534
|
+
"default": [],
|
|
1535
|
+
"description": "Role-labelled participant roster."
|
|
1536
|
+
}
|
|
1537
|
+
},
|
|
1538
|
+
"required": [
|
|
1539
|
+
"planners"
|
|
1540
|
+
],
|
|
1541
|
+
"additionalProperties": false,
|
|
1542
|
+
"description": "Terminal participant graph plus its planner-lane count."
|
|
1543
|
+
},
|
|
1544
|
+
"gates": {
|
|
1545
|
+
"type": "object",
|
|
1546
|
+
"properties": {
|
|
1547
|
+
"configured": {
|
|
1548
|
+
"type": "boolean",
|
|
1549
|
+
"description": "Whether the frozen task configured deterministic gates."
|
|
1550
|
+
},
|
|
1551
|
+
"required": {
|
|
1552
|
+
"type": "integer",
|
|
1553
|
+
"minimum": 0,
|
|
1554
|
+
"description": "Number of configured required gates."
|
|
1555
|
+
},
|
|
1556
|
+
"total": {
|
|
1557
|
+
"type": "integer",
|
|
1558
|
+
"minimum": 0,
|
|
1559
|
+
"description": "Total configured deterministic gates."
|
|
1560
|
+
},
|
|
1561
|
+
"executed": {
|
|
1562
|
+
"type": "boolean",
|
|
1563
|
+
"description": "Whether the terminal attempt executed the gate set."
|
|
1564
|
+
},
|
|
1565
|
+
"state": {
|
|
1566
|
+
"type": "string",
|
|
1567
|
+
"enum": [
|
|
1568
|
+
"not_configured",
|
|
1569
|
+
"passed",
|
|
1570
|
+
"failed",
|
|
1571
|
+
"skipped"
|
|
1572
|
+
],
|
|
1573
|
+
"description": "Terminal state of the configured deterministic gate set."
|
|
1574
|
+
},
|
|
1575
|
+
"receipt_attempt_id": {
|
|
1576
|
+
"anyOf": [
|
|
1577
|
+
{
|
|
1578
|
+
"$ref": "#/definitions/ControlRunDetail/properties/summary/properties/parentRunId/anyOf/0"
|
|
1579
|
+
},
|
|
1580
|
+
{
|
|
1581
|
+
"type": "null"
|
|
1582
|
+
}
|
|
1583
|
+
],
|
|
1584
|
+
"description": "Attempt whose gate receipt decides this projection; null when no gates executed.",
|
|
1585
|
+
"default": null
|
|
1586
|
+
}
|
|
1587
|
+
},
|
|
1588
|
+
"required": [
|
|
1589
|
+
"configured",
|
|
1590
|
+
"required",
|
|
1591
|
+
"total",
|
|
1592
|
+
"executed",
|
|
1593
|
+
"state"
|
|
1594
|
+
],
|
|
1595
|
+
"additionalProperties": false,
|
|
1596
|
+
"description": "Canonical gate configuration and terminal receipt projection."
|
|
1597
|
+
},
|
|
1598
|
+
"review": {
|
|
1599
|
+
"type": "object",
|
|
1600
|
+
"properties": {
|
|
1601
|
+
"state": {
|
|
1602
|
+
"$ref": "#/definitions/ControlRunDetail/properties/summary/properties/outcomeFacts/anyOf/0/properties/review"
|
|
1603
|
+
},
|
|
1604
|
+
"blocker_ids": {
|
|
1605
|
+
"type": "array",
|
|
1606
|
+
"items": {
|
|
1607
|
+
"$ref": "#/definitions/ControlRunDetail/properties/summary/properties/parentRunId/anyOf/0"
|
|
1608
|
+
},
|
|
1609
|
+
"default": [],
|
|
1610
|
+
"description": "Stable ids of accepted evidence-backed blocking findings."
|
|
1611
|
+
},
|
|
1612
|
+
"blockers": {
|
|
1613
|
+
"type": "integer",
|
|
1614
|
+
"minimum": 0,
|
|
1615
|
+
"description": "Number of blocking findings."
|
|
1616
|
+
}
|
|
1617
|
+
},
|
|
1618
|
+
"required": [
|
|
1619
|
+
"state",
|
|
1620
|
+
"blockers"
|
|
1621
|
+
],
|
|
1622
|
+
"additionalProperties": false,
|
|
1623
|
+
"description": "Canonical terminal review verdict and blocking-finding identity."
|
|
1624
|
+
},
|
|
1625
|
+
"apply": {
|
|
1626
|
+
"type": "object",
|
|
1627
|
+
"properties": {
|
|
1628
|
+
"eligibility": {
|
|
1629
|
+
"anyOf": [
|
|
1630
|
+
{
|
|
1631
|
+
"type": "object",
|
|
1632
|
+
"properties": {
|
|
1633
|
+
"eligible": {
|
|
1634
|
+
"type": "boolean",
|
|
1635
|
+
"description": "True when the apply gate would accept this run's patch right now."
|
|
1636
|
+
},
|
|
1637
|
+
"state": {
|
|
1638
|
+
"type": [
|
|
1639
|
+
"string",
|
|
1640
|
+
"null"
|
|
1641
|
+
],
|
|
1642
|
+
"description": "The gate's apply-eligibility classification (e.g. needs_review | not_verified | no_changes | ok) when known."
|
|
1643
|
+
},
|
|
1644
|
+
"reason": {
|
|
1645
|
+
"type": [
|
|
1646
|
+
"string",
|
|
1647
|
+
"null"
|
|
1648
|
+
],
|
|
1649
|
+
"description": "The gate's refusal text when not eligible (null when eligible)."
|
|
1650
|
+
},
|
|
1651
|
+
"requiredAction": {
|
|
1652
|
+
"type": [
|
|
1653
|
+
"string",
|
|
1654
|
+
"null"
|
|
1655
|
+
],
|
|
1656
|
+
"description": "Honest guidance for what actually unblocks apply (typed operator decision, add gates, re-run, or nothing to apply)."
|
|
1657
|
+
}
|
|
1658
|
+
},
|
|
1659
|
+
"required": [
|
|
1660
|
+
"eligible",
|
|
1661
|
+
"state",
|
|
1662
|
+
"reason",
|
|
1663
|
+
"requiredAction"
|
|
1664
|
+
],
|
|
1665
|
+
"additionalProperties": false,
|
|
1666
|
+
"description": "Derived apply-gate verdict for a run's WorkProduct (single producer in the delivery gate)."
|
|
1667
|
+
},
|
|
1668
|
+
{
|
|
1669
|
+
"type": "null"
|
|
1670
|
+
}
|
|
1671
|
+
],
|
|
1672
|
+
"description": "Delivery-gate eligibility at terminalization; null when nothing is applyable.",
|
|
1673
|
+
"default": null
|
|
1674
|
+
},
|
|
1675
|
+
"operator_decision_present": {
|
|
1676
|
+
"type": "boolean",
|
|
1677
|
+
"default": false,
|
|
1678
|
+
"description": "Whether a valid operator decision was present when the receipt was finalized."
|
|
1679
|
+
}
|
|
1680
|
+
},
|
|
1681
|
+
"additionalProperties": false,
|
|
1682
|
+
"description": "Terminal apply eligibility and operator-decision state."
|
|
1683
|
+
},
|
|
1684
|
+
"required_actions": {
|
|
1685
|
+
"type": "array",
|
|
1686
|
+
"items": {
|
|
1687
|
+
"type": "object",
|
|
1688
|
+
"properties": {
|
|
1689
|
+
"id": {
|
|
1690
|
+
"type": "string",
|
|
1691
|
+
"enum": [
|
|
1692
|
+
"provide_required_input",
|
|
1693
|
+
"complete_incomplete_work",
|
|
1694
|
+
"resolve_review_block",
|
|
1695
|
+
"fix_failed_checks",
|
|
1696
|
+
"record_operator_decision"
|
|
1697
|
+
],
|
|
1698
|
+
"description": "Stable machine id for a required operator action on a blocked terminal run."
|
|
1699
|
+
},
|
|
1700
|
+
"detail": {
|
|
1701
|
+
"type": "string",
|
|
1702
|
+
"description": "Human-readable guidance for this action (English-only, INV-141)."
|
|
1703
|
+
}
|
|
1704
|
+
},
|
|
1705
|
+
"required": [
|
|
1706
|
+
"id",
|
|
1707
|
+
"detail"
|
|
1708
|
+
],
|
|
1709
|
+
"additionalProperties": false,
|
|
1710
|
+
"description": "One typed required operator action derived from a run's terminal outcome facts."
|
|
1711
|
+
},
|
|
1712
|
+
"default": [],
|
|
1713
|
+
"description": "Typed actions required to unblock this terminal outcome."
|
|
1714
|
+
},
|
|
1715
|
+
"generated_at": {
|
|
1716
|
+
"type": "string",
|
|
1717
|
+
"minLength": 1,
|
|
1718
|
+
"description": "When this immutable terminal receipt was finalized."
|
|
1719
|
+
}
|
|
1720
|
+
},
|
|
1721
|
+
"required": [
|
|
1722
|
+
"schema_version",
|
|
1723
|
+
"run_id",
|
|
1724
|
+
"task_id",
|
|
1725
|
+
"mode",
|
|
1726
|
+
"outcome",
|
|
1727
|
+
"deliverable",
|
|
1728
|
+
"participants",
|
|
1729
|
+
"gates",
|
|
1730
|
+
"review",
|
|
1731
|
+
"apply",
|
|
1732
|
+
"generated_at"
|
|
1733
|
+
],
|
|
1734
|
+
"additionalProperties": false,
|
|
1735
|
+
"description": "Validated immutable terminal facts for one run."
|
|
1736
|
+
},
|
|
1737
|
+
{
|
|
1738
|
+
"type": "null"
|
|
1739
|
+
}
|
|
1740
|
+
],
|
|
1741
|
+
"description": "Validated terminal RunFacts receipt; null while active or unavailable.",
|
|
1742
|
+
"default": null
|
|
1743
|
+
},
|
|
1321
1744
|
"outcomeBanner": {
|
|
1322
1745
|
"type": [
|
|
1323
1746
|
"string",
|
|
@@ -1979,10 +2402,6 @@
|
|
|
1979
2402
|
"$ref": "#/definitions/ControlRunDetail/properties/summary/properties/parentRunId/anyOf/0",
|
|
1980
2403
|
"description": "Attempt that produced it, when known."
|
|
1981
2404
|
},
|
|
1982
|
-
"evidence_dir": {
|
|
1983
|
-
"type": "string",
|
|
1984
|
-
"description": "Directory holding run evidence artifacts."
|
|
1985
|
-
},
|
|
1986
2405
|
"files": {
|
|
1987
2406
|
"type": "object",
|
|
1988
2407
|
"additionalProperties": {
|
|
@@ -2206,42 +2625,7 @@
|
|
|
2206
2625
|
"applyEligibility": {
|
|
2207
2626
|
"anyOf": [
|
|
2208
2627
|
{
|
|
2209
|
-
"
|
|
2210
|
-
"properties": {
|
|
2211
|
-
"eligible": {
|
|
2212
|
-
"type": "boolean",
|
|
2213
|
-
"description": "True when the apply gate would accept this run's patch right now."
|
|
2214
|
-
},
|
|
2215
|
-
"state": {
|
|
2216
|
-
"type": [
|
|
2217
|
-
"string",
|
|
2218
|
-
"null"
|
|
2219
|
-
],
|
|
2220
|
-
"description": "The gate's apply-eligibility classification (e.g. needs_review | not_verified | no_changes | ok) when known."
|
|
2221
|
-
},
|
|
2222
|
-
"reason": {
|
|
2223
|
-
"type": [
|
|
2224
|
-
"string",
|
|
2225
|
-
"null"
|
|
2226
|
-
],
|
|
2227
|
-
"description": "The gate's refusal text when not eligible (null when eligible)."
|
|
2228
|
-
},
|
|
2229
|
-
"requiredAction": {
|
|
2230
|
-
"type": [
|
|
2231
|
-
"string",
|
|
2232
|
-
"null"
|
|
2233
|
-
],
|
|
2234
|
-
"description": "Honest guidance for what actually unblocks apply (typed operator decision, add gates, re-run, or nothing to apply)."
|
|
2235
|
-
}
|
|
2236
|
-
},
|
|
2237
|
-
"required": [
|
|
2238
|
-
"eligible",
|
|
2239
|
-
"state",
|
|
2240
|
-
"reason",
|
|
2241
|
-
"requiredAction"
|
|
2242
|
-
],
|
|
2243
|
-
"additionalProperties": false,
|
|
2244
|
-
"description": "Derived apply-gate verdict for a run's WorkProduct (single producer in the delivery gate)."
|
|
2628
|
+
"$ref": "#/definitions/ControlRunDetail/properties/runFacts/anyOf/0/properties/apply/properties/eligibility/anyOf/0"
|
|
2245
2629
|
},
|
|
2246
2630
|
{
|
|
2247
2631
|
"type": "null"
|
|
@@ -2808,30 +3192,7 @@
|
|
|
2808
3192
|
"requiredActions": {
|
|
2809
3193
|
"type": "array",
|
|
2810
3194
|
"items": {
|
|
2811
|
-
"
|
|
2812
|
-
"properties": {
|
|
2813
|
-
"id": {
|
|
2814
|
-
"type": "string",
|
|
2815
|
-
"enum": [
|
|
2816
|
-
"provide_required_input",
|
|
2817
|
-
"complete_incomplete_work",
|
|
2818
|
-
"resolve_review_block",
|
|
2819
|
-
"fix_failed_checks",
|
|
2820
|
-
"record_operator_decision"
|
|
2821
|
-
],
|
|
2822
|
-
"description": "Stable machine id for a required operator action on a blocked terminal run."
|
|
2823
|
-
},
|
|
2824
|
-
"detail": {
|
|
2825
|
-
"type": "string",
|
|
2826
|
-
"description": "Human-readable guidance for this action (English-only, INV-141)."
|
|
2827
|
-
}
|
|
2828
|
-
},
|
|
2829
|
-
"required": [
|
|
2830
|
-
"id",
|
|
2831
|
-
"detail"
|
|
2832
|
-
],
|
|
2833
|
-
"additionalProperties": false,
|
|
2834
|
-
"description": "One typed required operator action derived from a run's terminal outcome facts."
|
|
3195
|
+
"$ref": "#/definitions/ControlRunDetail/properties/runFacts/anyOf/0/properties/required_actions/items"
|
|
2835
3196
|
},
|
|
2836
3197
|
"default": [],
|
|
2837
3198
|
"description": "Stable-id required operator actions for a succeeded-but-blocked run (GH #29); empty for clean/decided/failed runs."
|
|
@@ -580,6 +580,14 @@
|
|
|
580
580
|
],
|
|
581
581
|
"default": null
|
|
582
582
|
},
|
|
583
|
+
"profileId": {
|
|
584
|
+
"type": [
|
|
585
|
+
"string",
|
|
586
|
+
"null"
|
|
587
|
+
],
|
|
588
|
+
"default": null,
|
|
589
|
+
"description": "Credential profile the deciding attempt ran under; null = engine-default credentials."
|
|
590
|
+
},
|
|
583
591
|
"modelMismatch": {
|
|
584
592
|
"anyOf": [
|
|
585
593
|
{
|
|
@@ -985,6 +993,7 @@
|
|
|
985
993
|
"wall_clock_exceeded",
|
|
986
994
|
"user_cancelled",
|
|
987
995
|
"crash_interrupted",
|
|
996
|
+
"workspace_unavailable",
|
|
988
997
|
"input_required",
|
|
989
998
|
"work_incomplete",
|
|
990
999
|
"context_capacity_exhausted",
|
|
@@ -1019,7 +1028,7 @@
|
|
|
1019
1028
|
"validated",
|
|
1020
1029
|
"absent"
|
|
1021
1030
|
],
|
|
1022
|
-
"description": "Provenance of a WorkReport: constrained (native schema transport), validated (
|
|
1031
|
+
"description": "Provenance of a WorkReport: constrained (native schema transport), validated (instructed terminal metadata), or absent (no transport could carry one — a disclosed absence, not a failure)."
|
|
1023
1032
|
},
|
|
1024
1033
|
"required_inputs": {
|
|
1025
1034
|
"type": "array",
|
|
@@ -1092,7 +1101,7 @@
|
|
|
1092
1101
|
"waitingOnUser": {
|
|
1093
1102
|
"type": "boolean",
|
|
1094
1103
|
"default": false,
|
|
1095
|
-
"description": "True while at least one interactive question
|
|
1104
|
+
"description": "True while at least one interactive question awaits answer, timeout, run-terminal, or interruption release."
|
|
1096
1105
|
},
|
|
1097
1106
|
"route": {
|
|
1098
1107
|
"anyOf": [
|
|
@@ -450,7 +450,7 @@
|
|
|
450
450
|
"description": "One reviewer of an explicit reviewer panel — a harness plus optional model and effort. The CLI spells one entry `harness=model:effort` (e.g. `claude=claude-opus-4-8:max`)."
|
|
451
451
|
},
|
|
452
452
|
"minItems": 1,
|
|
453
|
-
"description": "Explicit reviewer panel — who reviews the change, one entry per reviewer as `harness=model:effort` (CLI `--
|
|
453
|
+
"description": "Explicit Agent reviewer panel — who reviews the change, one entry per reviewer as `harness=model:effort` (CLI `--reviewer-panel \"claude=claude-opus-4-8:max,cursor=gemini-3.1-pro\"`). Duplicate harness entries are kept so one provider can review through several models; overrides the legacy reviewerModels/reviewerEfforts maps."
|
|
454
454
|
},
|
|
455
455
|
"authPreference": {
|
|
456
456
|
"type": "string",
|
|
@@ -575,6 +575,14 @@
|
|
|
575
575
|
],
|
|
576
576
|
"default": null
|
|
577
577
|
},
|
|
578
|
+
"profileId": {
|
|
579
|
+
"type": [
|
|
580
|
+
"string",
|
|
581
|
+
"null"
|
|
582
|
+
],
|
|
583
|
+
"default": null,
|
|
584
|
+
"description": "Credential profile the deciding attempt ran under; null = engine-default credentials."
|
|
585
|
+
},
|
|
578
586
|
"modelMismatch": {
|
|
579
587
|
"anyOf": [
|
|
580
588
|
{
|
|
@@ -980,6 +988,7 @@
|
|
|
980
988
|
"wall_clock_exceeded",
|
|
981
989
|
"user_cancelled",
|
|
982
990
|
"crash_interrupted",
|
|
991
|
+
"workspace_unavailable",
|
|
983
992
|
"input_required",
|
|
984
993
|
"work_incomplete",
|
|
985
994
|
"context_capacity_exhausted",
|
|
@@ -1014,7 +1023,7 @@
|
|
|
1014
1023
|
"validated",
|
|
1015
1024
|
"absent"
|
|
1016
1025
|
],
|
|
1017
|
-
"description": "Provenance of a WorkReport: constrained (native schema transport), validated (
|
|
1026
|
+
"description": "Provenance of a WorkReport: constrained (native schema transport), validated (instructed terminal metadata), or absent (no transport could carry one — a disclosed absence, not a failure)."
|
|
1018
1027
|
},
|
|
1019
1028
|
"required_inputs": {
|
|
1020
1029
|
"type": "array",
|
|
@@ -1087,7 +1096,7 @@
|
|
|
1087
1096
|
"waitingOnUser": {
|
|
1088
1097
|
"type": "boolean",
|
|
1089
1098
|
"default": false,
|
|
1090
|
-
"description": "True while at least one interactive question
|
|
1099
|
+
"description": "True while at least one interactive question awaits answer, timeout, run-terminal, or interruption release."
|
|
1091
1100
|
},
|
|
1092
1101
|
"route": {
|
|
1093
1102
|
"anyOf": [
|
|
@@ -13,10 +13,19 @@
|
|
|
13
13
|
"description": "Config file paths that contributed to the snapshot."
|
|
14
14
|
},
|
|
15
15
|
"interactionTimeoutMs": {
|
|
16
|
-
"
|
|
17
|
-
|
|
16
|
+
"anyOf": [
|
|
17
|
+
{
|
|
18
|
+
"type": "integer",
|
|
19
|
+
"minimum": -9007199254740991,
|
|
20
|
+
"maximum": 8000000000000000,
|
|
21
|
+
"exclusiveMinimum": 0
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"type": "null"
|
|
25
|
+
}
|
|
26
|
+
],
|
|
18
27
|
"default": 900000,
|
|
19
|
-
"description": "
|
|
28
|
+
"description": "Automatic-expiry policy for an interactive answer: positive milliseconds deliver a benign decline at the deadline; null disables automatic expiry."
|
|
20
29
|
},
|
|
21
30
|
"routing": {
|
|
22
31
|
"type": "object",
|