@claudexor/schema 3.1.2 → 3.3.7-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +472 -273
- package/dist/apply-eligibility.d.ts.map +1 -1
- package/dist/apply-eligibility.js +25 -1
- 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 +644 -629
- package/dist/control-operation-responses.d.ts.map +1 -1
- package/dist/control-operation-responses.js +5 -1
- package/dist/control-operation-responses.js.map +1 -1
- package/dist/control-run-detail.d.ts +2229 -1569
- package/dist/control-run-detail.d.ts.map +1 -1
- package/dist/control-run-detail.js +46 -2
- package/dist/control-run-detail.js.map +1 -1
- package/dist/control-run-failure.d.ts +57 -0
- package/dist/control-run-failure.d.ts.map +1 -0
- package/dist/control-run-failure.js +89 -0
- package/dist/control-run-failure.js.map +1 -0
- 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 +19 -2
- package/dist/control-run-scope.d.ts.map +1 -1
- package/dist/control-run-scope.js +22 -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 +1551 -2385
- package/dist/control.d.ts.map +1 -1
- package/dist/control.js +29 -107
- package/dist/control.js.map +1 -1
- package/dist/credential-profile-snapshot.d.ts +3206 -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 +170 -107
- package/dist/credential-profile.d.ts.map +1 -1
- package/dist/credential-profile.js +24 -7
- 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-confinement.d.ts +64 -0
- package/dist/harness-confinement.d.ts.map +1 -0
- package/dist/harness-confinement.js +64 -0
- package/dist/harness-confinement.js.map +1 -0
- package/dist/harness.d.ts +428 -408
- package/dist/harness.d.ts.map +1 -1
- package/dist/harness.js +15 -26
- package/dist/harness.js.map +1 -1
- package/dist/index.d.ts +8 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +8 -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 +2 -2
- 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 +51 -51
- package/dist/quota.d.ts.map +1 -1
- package/dist/quota.js +6 -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 +133 -84
- package/dist/thread.d.ts.map +1 -1
- package/dist/thread.js +21 -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/ControlCredentialProfileCreateResponse.schema.json +10 -1
- package/generated/ControlCredentialProfileUpdateResponse.schema.json +10 -1
- package/generated/ControlCredentialProfilesQueryResponse.schema.json +1343 -0
- package/generated/ControlCredentialProfilesResponse.schema.json +20 -3
- package/generated/ControlCredentialProfilesSnapshotResponse.schema.json +1322 -0
- package/generated/ControlDirectoryEntry.schema.json +36 -0
- package/generated/ControlDirectoryListing.schema.json +77 -0
- package/generated/ControlHarnessListResponse.schema.json +41 -1
- package/generated/ControlQuotaResponse.schema.json +2 -1
- package/generated/ControlRunAgainDraft.schema.json +12 -2
- package/generated/ControlRunApplicabilityResponse.schema.json +217 -0
- package/generated/ControlRunDetail.schema.json +494 -69
- package/generated/ControlRunListResponse.schema.json +30 -4
- package/generated/ControlRunStartRequest.schema.json +12 -2
- package/generated/ControlRunSummary.schema.json +30 -4
- 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/ControlThreadCreateRequest.schema.json +5 -0
- package/generated/ControlThreadDetail.schema.json +31 -1
- package/generated/ControlThreadTurnRequest.schema.json +5 -24
- package/generated/CredentialProfileStatus.schema.json +10 -1
- 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 +182 -1
- package/generated/McpRunToolResult.schema.json +182 -1
- package/generated/OutputReadyPayload.schema.json +44 -0
- package/generated/RunFacts.schema.json +569 -0
- package/generated/RunFailure.schema.json +19 -2
- package/generated/RunTelemetry.schema.json +492 -2
- package/generated/ThreadTurn.schema.json +29 -0
- package/generated/WorkProduct.schema.json +0 -4
- package/package.json +3 -3
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$ref": "#/definitions/ControlDirectoryEntry",
|
|
3
|
+
"definitions": {
|
|
4
|
+
"ControlDirectoryEntry": {
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"name": {
|
|
8
|
+
"type": "string",
|
|
9
|
+
"minLength": 1
|
|
10
|
+
},
|
|
11
|
+
"path": {
|
|
12
|
+
"type": "string",
|
|
13
|
+
"minLength": 1
|
|
14
|
+
},
|
|
15
|
+
"kind": {
|
|
16
|
+
"type": "string",
|
|
17
|
+
"enum": [
|
|
18
|
+
"directory",
|
|
19
|
+
"file"
|
|
20
|
+
]
|
|
21
|
+
},
|
|
22
|
+
"readable": {
|
|
23
|
+
"type": "boolean"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"required": [
|
|
27
|
+
"name",
|
|
28
|
+
"path",
|
|
29
|
+
"kind",
|
|
30
|
+
"readable"
|
|
31
|
+
],
|
|
32
|
+
"additionalProperties": false
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
36
|
+
}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$ref": "#/definitions/ControlDirectoryListing",
|
|
3
|
+
"definitions": {
|
|
4
|
+
"ControlDirectoryListing": {
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"path": {
|
|
8
|
+
"type": "string",
|
|
9
|
+
"minLength": 1
|
|
10
|
+
},
|
|
11
|
+
"home": {
|
|
12
|
+
"type": "string",
|
|
13
|
+
"minLength": 1
|
|
14
|
+
},
|
|
15
|
+
"parent": {
|
|
16
|
+
"anyOf": [
|
|
17
|
+
{
|
|
18
|
+
"type": "string",
|
|
19
|
+
"minLength": 1
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"type": "null"
|
|
23
|
+
}
|
|
24
|
+
]
|
|
25
|
+
},
|
|
26
|
+
"entries": {
|
|
27
|
+
"type": "array",
|
|
28
|
+
"items": {
|
|
29
|
+
"type": "object",
|
|
30
|
+
"properties": {
|
|
31
|
+
"name": {
|
|
32
|
+
"type": "string",
|
|
33
|
+
"minLength": 1
|
|
34
|
+
},
|
|
35
|
+
"path": {
|
|
36
|
+
"type": "string",
|
|
37
|
+
"minLength": 1
|
|
38
|
+
},
|
|
39
|
+
"kind": {
|
|
40
|
+
"type": "string",
|
|
41
|
+
"enum": [
|
|
42
|
+
"directory",
|
|
43
|
+
"file"
|
|
44
|
+
]
|
|
45
|
+
},
|
|
46
|
+
"readable": {
|
|
47
|
+
"type": "boolean"
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
"required": [
|
|
51
|
+
"name",
|
|
52
|
+
"path",
|
|
53
|
+
"kind",
|
|
54
|
+
"readable"
|
|
55
|
+
],
|
|
56
|
+
"additionalProperties": false
|
|
57
|
+
},
|
|
58
|
+
"maxItems": 1000
|
|
59
|
+
},
|
|
60
|
+
"truncated": {
|
|
61
|
+
"type": "boolean",
|
|
62
|
+
"description": "True when more actionable entries existed than the bounded response contains."
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
"required": [
|
|
66
|
+
"path",
|
|
67
|
+
"home",
|
|
68
|
+
"parent",
|
|
69
|
+
"entries",
|
|
70
|
+
"truncated"
|
|
71
|
+
],
|
|
72
|
+
"additionalProperties": false,
|
|
73
|
+
"description": "A home-contained server directory listing for the remote project picker."
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
77
|
+
}
|
|
@@ -357,7 +357,7 @@
|
|
|
357
357
|
"unsupported"
|
|
358
358
|
],
|
|
359
359
|
"default": "unsupported",
|
|
360
|
-
"description": "How the harness carries the D-16 WorkReport envelope: constrained (native schema transport), validated (
|
|
360
|
+
"description": "How the harness carries the D-16 WorkReport envelope: constrained (native schema transport), validated (instructed terminal metadata), or unsupported (work_state stays unverified)."
|
|
361
361
|
},
|
|
362
362
|
"structured_output_channel": {
|
|
363
363
|
"type": "string",
|
|
@@ -778,6 +778,46 @@
|
|
|
778
778
|
},
|
|
779
779
|
"default": [],
|
|
780
780
|
"description": "Status rows for all known harnesses."
|
|
781
|
+
},
|
|
782
|
+
"git": {
|
|
783
|
+
"type": "object",
|
|
784
|
+
"properties": {
|
|
785
|
+
"status": {
|
|
786
|
+
"type": "string",
|
|
787
|
+
"enum": [
|
|
788
|
+
"available",
|
|
789
|
+
"missing",
|
|
790
|
+
"developer_tools_stub",
|
|
791
|
+
"failed"
|
|
792
|
+
]
|
|
793
|
+
},
|
|
794
|
+
"version": {
|
|
795
|
+
"type": [
|
|
796
|
+
"string",
|
|
797
|
+
"null"
|
|
798
|
+
]
|
|
799
|
+
},
|
|
800
|
+
"detail": {
|
|
801
|
+
"type": [
|
|
802
|
+
"string",
|
|
803
|
+
"null"
|
|
804
|
+
]
|
|
805
|
+
},
|
|
806
|
+
"remediation": {
|
|
807
|
+
"type": [
|
|
808
|
+
"string",
|
|
809
|
+
"null"
|
|
810
|
+
]
|
|
811
|
+
}
|
|
812
|
+
},
|
|
813
|
+
"required": [
|
|
814
|
+
"status",
|
|
815
|
+
"version",
|
|
816
|
+
"detail",
|
|
817
|
+
"remediation"
|
|
818
|
+
],
|
|
819
|
+
"additionalProperties": false,
|
|
820
|
+
"description": "Execution-location Git readiness; omitted by daemons predating capability projection."
|
|
781
821
|
}
|
|
782
822
|
},
|
|
783
823
|
"additionalProperties": false,
|
|
@@ -70,6 +70,11 @@
|
|
|
70
70
|
],
|
|
71
71
|
"description": "Project context depth; auto is the only mode.",
|
|
72
72
|
"default": "auto"
|
|
73
|
+
},
|
|
74
|
+
"ephemeral": {
|
|
75
|
+
"type": "boolean",
|
|
76
|
+
"default": false,
|
|
77
|
+
"description": "Declare the root one-shot: it anchors this run only, is never entered into the durable project registry, and its commands/run events live in the global no-project partition."
|
|
73
78
|
}
|
|
74
79
|
},
|
|
75
80
|
"required": [
|
|
@@ -110,10 +115,15 @@
|
|
|
110
115
|
],
|
|
111
116
|
"default": "envelope",
|
|
112
117
|
"description": "Run isolation: envelope (isolated worktree in the external per-project runtime namespace, the default) or live (the project tree itself)."
|
|
118
|
+
},
|
|
119
|
+
"delegated": {
|
|
120
|
+
"type": "boolean",
|
|
121
|
+
"default": false,
|
|
122
|
+
"description": "Marks a run driven by an EXTERNAL orchestrator that owns the workspace, not by the operator at a surface. Such a run is confined to a scoped harness HOME even under isolation='live' (an in-place delegated attempt therefore cannot resume a native vendor session stored under the real HOME). Unrelated to the `delegate` belt flag and to `delegatedFromRunId` (belt-child provenance)."
|
|
113
123
|
}
|
|
114
124
|
},
|
|
115
125
|
"additionalProperties": false,
|
|
116
|
-
"description": "Execution isolation settings for a run.",
|
|
126
|
+
"description": "Execution isolation and delegation settings for a run.",
|
|
117
127
|
"default": {
|
|
118
128
|
"isolation": "envelope"
|
|
119
129
|
}
|
|
@@ -457,7 +467,7 @@
|
|
|
457
467
|
"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`)."
|
|
458
468
|
},
|
|
459
469
|
"minItems": 1,
|
|
460
|
-
"description": "Explicit reviewer panel — who reviews the change, one entry per reviewer as `harness=model:effort` (CLI `--
|
|
470
|
+
"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."
|
|
461
471
|
},
|
|
462
472
|
"authPreference": {
|
|
463
473
|
"type": "string",
|
|
@@ -0,0 +1,217 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$ref": "#/definitions/ControlRunApplicabilityResponse",
|
|
3
|
+
"definitions": {
|
|
4
|
+
"ControlRunApplicabilityResponse": {
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"repoRoot": {
|
|
8
|
+
"type": "string",
|
|
9
|
+
"minLength": 1,
|
|
10
|
+
"description": "Exact absolute project root for which this projection was computed."
|
|
11
|
+
},
|
|
12
|
+
"git": {
|
|
13
|
+
"type": "object",
|
|
14
|
+
"properties": {
|
|
15
|
+
"status": {
|
|
16
|
+
"type": "string",
|
|
17
|
+
"enum": [
|
|
18
|
+
"available",
|
|
19
|
+
"missing",
|
|
20
|
+
"developer_tools_stub",
|
|
21
|
+
"failed"
|
|
22
|
+
]
|
|
23
|
+
},
|
|
24
|
+
"version": {
|
|
25
|
+
"type": [
|
|
26
|
+
"string",
|
|
27
|
+
"null"
|
|
28
|
+
]
|
|
29
|
+
},
|
|
30
|
+
"detail": {
|
|
31
|
+
"type": [
|
|
32
|
+
"string",
|
|
33
|
+
"null"
|
|
34
|
+
]
|
|
35
|
+
},
|
|
36
|
+
"remediation": {
|
|
37
|
+
"type": [
|
|
38
|
+
"string",
|
|
39
|
+
"null"
|
|
40
|
+
]
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
"required": [
|
|
44
|
+
"status",
|
|
45
|
+
"version",
|
|
46
|
+
"detail",
|
|
47
|
+
"remediation"
|
|
48
|
+
],
|
|
49
|
+
"additionalProperties": false,
|
|
50
|
+
"description": "Live Git readiness used for every applicability cell."
|
|
51
|
+
},
|
|
52
|
+
"matrix": {
|
|
53
|
+
"type": "object",
|
|
54
|
+
"properties": {
|
|
55
|
+
"in_place": {
|
|
56
|
+
"type": "object",
|
|
57
|
+
"properties": {
|
|
58
|
+
"read_only": {
|
|
59
|
+
"type": "object",
|
|
60
|
+
"properties": {
|
|
61
|
+
"applicable": {
|
|
62
|
+
"type": "boolean",
|
|
63
|
+
"description": "Whether the current Git capability admits this shape; other run preconditions are out of scope."
|
|
64
|
+
},
|
|
65
|
+
"requiresGit": {
|
|
66
|
+
"type": "boolean",
|
|
67
|
+
"description": "Whether this run/workspace shape crosses a Git-backed engine boundary."
|
|
68
|
+
},
|
|
69
|
+
"code": {
|
|
70
|
+
"anyOf": [
|
|
71
|
+
{
|
|
72
|
+
"type": "string",
|
|
73
|
+
"enum": [
|
|
74
|
+
"git_missing",
|
|
75
|
+
"git_developer_tools_stub",
|
|
76
|
+
"git_failed"
|
|
77
|
+
]
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"type": "null"
|
|
81
|
+
}
|
|
82
|
+
],
|
|
83
|
+
"description": "Stable refusal code when not applicable; null when applicable."
|
|
84
|
+
},
|
|
85
|
+
"reason": {
|
|
86
|
+
"type": [
|
|
87
|
+
"string",
|
|
88
|
+
"null"
|
|
89
|
+
],
|
|
90
|
+
"description": "Human causal explanation when not applicable; null when applicable."
|
|
91
|
+
},
|
|
92
|
+
"remediation": {
|
|
93
|
+
"type": [
|
|
94
|
+
"string",
|
|
95
|
+
"null"
|
|
96
|
+
],
|
|
97
|
+
"description": "Exact recovery action when not applicable; null when applicable."
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
"required": [
|
|
101
|
+
"applicable",
|
|
102
|
+
"requiresGit",
|
|
103
|
+
"code",
|
|
104
|
+
"reason",
|
|
105
|
+
"remediation"
|
|
106
|
+
],
|
|
107
|
+
"additionalProperties": false,
|
|
108
|
+
"description": "Ask or Plan."
|
|
109
|
+
},
|
|
110
|
+
"agent_convergence": {
|
|
111
|
+
"type": "object",
|
|
112
|
+
"properties": {
|
|
113
|
+
"applicable": {
|
|
114
|
+
"$ref": "#/definitions/ControlRunApplicabilityResponse/properties/matrix/properties/in_place/properties/read_only/properties/applicable"
|
|
115
|
+
},
|
|
116
|
+
"requiresGit": {
|
|
117
|
+
"$ref": "#/definitions/ControlRunApplicabilityResponse/properties/matrix/properties/in_place/properties/read_only/properties/requiresGit"
|
|
118
|
+
},
|
|
119
|
+
"code": {
|
|
120
|
+
"$ref": "#/definitions/ControlRunApplicabilityResponse/properties/matrix/properties/in_place/properties/read_only/properties/code"
|
|
121
|
+
},
|
|
122
|
+
"reason": {
|
|
123
|
+
"$ref": "#/definitions/ControlRunApplicabilityResponse/properties/matrix/properties/in_place/properties/read_only/properties/reason"
|
|
124
|
+
},
|
|
125
|
+
"remediation": {
|
|
126
|
+
"$ref": "#/definitions/ControlRunApplicabilityResponse/properties/matrix/properties/in_place/properties/read_only/properties/remediation"
|
|
127
|
+
}
|
|
128
|
+
},
|
|
129
|
+
"required": [
|
|
130
|
+
"applicable",
|
|
131
|
+
"requiresGit",
|
|
132
|
+
"code",
|
|
133
|
+
"reason",
|
|
134
|
+
"remediation"
|
|
135
|
+
],
|
|
136
|
+
"additionalProperties": false,
|
|
137
|
+
"description": "Agent with an actual attempts cap or until-clean flag on the wire."
|
|
138
|
+
},
|
|
139
|
+
"agent_other": {
|
|
140
|
+
"type": "object",
|
|
141
|
+
"properties": {
|
|
142
|
+
"applicable": {
|
|
143
|
+
"$ref": "#/definitions/ControlRunApplicabilityResponse/properties/matrix/properties/in_place/properties/read_only/properties/applicable"
|
|
144
|
+
},
|
|
145
|
+
"requiresGit": {
|
|
146
|
+
"$ref": "#/definitions/ControlRunApplicabilityResponse/properties/matrix/properties/in_place/properties/read_only/properties/requiresGit"
|
|
147
|
+
},
|
|
148
|
+
"code": {
|
|
149
|
+
"$ref": "#/definitions/ControlRunApplicabilityResponse/properties/matrix/properties/in_place/properties/read_only/properties/code"
|
|
150
|
+
},
|
|
151
|
+
"reason": {
|
|
152
|
+
"$ref": "#/definitions/ControlRunApplicabilityResponse/properties/matrix/properties/in_place/properties/read_only/properties/reason"
|
|
153
|
+
},
|
|
154
|
+
"remediation": {
|
|
155
|
+
"$ref": "#/definitions/ControlRunApplicabilityResponse/properties/matrix/properties/in_place/properties/read_only/properties/remediation"
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
"required": [
|
|
159
|
+
"applicable",
|
|
160
|
+
"requiresGit",
|
|
161
|
+
"code",
|
|
162
|
+
"reason",
|
|
163
|
+
"remediation"
|
|
164
|
+
],
|
|
165
|
+
"additionalProperties": false,
|
|
166
|
+
"description": "Plain Agent, Best-of, Create, or any other Agent wire shape."
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
"required": [
|
|
170
|
+
"read_only",
|
|
171
|
+
"agent_convergence",
|
|
172
|
+
"agent_other"
|
|
173
|
+
],
|
|
174
|
+
"additionalProperties": false,
|
|
175
|
+
"description": "An in-place thread workspace."
|
|
176
|
+
},
|
|
177
|
+
"isolated": {
|
|
178
|
+
"type": "object",
|
|
179
|
+
"properties": {
|
|
180
|
+
"read_only": {
|
|
181
|
+
"$ref": "#/definitions/ControlRunApplicabilityResponse/properties/matrix/properties/in_place/properties/read_only"
|
|
182
|
+
},
|
|
183
|
+
"agent_convergence": {
|
|
184
|
+
"$ref": "#/definitions/ControlRunApplicabilityResponse/properties/matrix/properties/in_place/properties/agent_convergence"
|
|
185
|
+
},
|
|
186
|
+
"agent_other": {
|
|
187
|
+
"$ref": "#/definitions/ControlRunApplicabilityResponse/properties/matrix/properties/in_place/properties/agent_other"
|
|
188
|
+
}
|
|
189
|
+
},
|
|
190
|
+
"required": [
|
|
191
|
+
"read_only",
|
|
192
|
+
"agent_convergence",
|
|
193
|
+
"agent_other"
|
|
194
|
+
],
|
|
195
|
+
"additionalProperties": false,
|
|
196
|
+
"description": "A persistent isolated thread worktree."
|
|
197
|
+
}
|
|
198
|
+
},
|
|
199
|
+
"required": [
|
|
200
|
+
"in_place",
|
|
201
|
+
"isolated"
|
|
202
|
+
],
|
|
203
|
+
"additionalProperties": false,
|
|
204
|
+
"description": "Root-scoped Git applicability for every composer run/workspace shape."
|
|
205
|
+
}
|
|
206
|
+
},
|
|
207
|
+
"required": [
|
|
208
|
+
"repoRoot",
|
|
209
|
+
"git",
|
|
210
|
+
"matrix"
|
|
211
|
+
],
|
|
212
|
+
"additionalProperties": false,
|
|
213
|
+
"description": "Root-scoped Git applicability projected by the engine; this is not total run readiness."
|
|
214
|
+
}
|
|
215
|
+
},
|
|
216
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
217
|
+
}
|