@claudexor/schema 1.0.0 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/agent-capabilities.d.ts +88 -16
- package/dist/agent-capabilities.d.ts.map +1 -1
- package/dist/agent-capabilities.js +49 -18
- package/dist/agent-capabilities.js.map +1 -1
- package/dist/apply-eligibility.d.ts.map +1 -1
- package/dist/apply-eligibility.js +22 -6
- package/dist/apply-eligibility.js.map +1 -1
- package/dist/attachment.d.ts +113 -48
- package/dist/attachment.d.ts.map +1 -1
- package/dist/attachment.js +60 -45
- package/dist/attachment.js.map +1 -1
- package/dist/auth.d.ts +1423 -0
- package/dist/auth.d.ts.map +1 -0
- package/dist/auth.js +317 -0
- package/dist/auth.js.map +1 -0
- package/dist/budget.d.ts +133 -16
- package/dist/budget.d.ts.map +1 -1
- package/dist/budget.js +65 -22
- package/dist/budget.js.map +1 -1
- package/dist/config.d.ts +449 -115
- package/dist/config.d.ts.map +1 -1
- package/dist/config.js +114 -41
- package/dist/config.js.map +1 -1
- package/dist/context.d.ts +6 -6
- package/dist/context.d.ts.map +1 -1
- package/dist/context.js +31 -7
- package/dist/context.js.map +1 -1
- package/dist/control-operation-responses.d.ts +1172 -0
- package/dist/control-operation-responses.d.ts.map +1 -0
- package/dist/control-operation-responses.js +35 -0
- package/dist/control-operation-responses.js.map +1 -0
- package/dist/control-run-detail.d.ts +443 -242
- package/dist/control-run-detail.d.ts.map +1 -1
- package/dist/control-run-detail.js +72 -17
- package/dist/control-run-detail.js.map +1 -1
- package/dist/control-run-retry.d.ts +88 -0
- package/dist/control-run-retry.d.ts.map +1 -0
- package/dist/control-run-retry.js +40 -0
- package/dist/control-run-retry.js.map +1 -0
- package/dist/control-run-scope.d.ts +25 -0
- package/dist/control-run-scope.d.ts.map +1 -0
- package/dist/control-run-scope.js +22 -0
- package/dist/control-run-scope.js.map +1 -0
- package/dist/control-secret.d.ts +90 -0
- package/dist/control-secret.d.ts.map +1 -0
- package/dist/control-secret.js +35 -0
- package/dist/control-secret.js.map +1 -0
- package/dist/control-spec.d.ts +592 -0
- package/dist/control-spec.d.ts.map +1 -0
- package/dist/control-spec.js +85 -0
- package/dist/control-spec.js.map +1 -0
- package/dist/control-thread-apply.d.ts +175 -0
- package/dist/control-thread-apply.d.ts.map +1 -0
- package/dist/control-thread-apply.js +31 -0
- package/dist/control-thread-apply.js.map +1 -0
- package/dist/control-trust.d.ts +74 -10
- package/dist/control-trust.d.ts.map +1 -1
- package/dist/control-trust.js +31 -11
- package/dist/control-trust.js.map +1 -1
- package/dist/control.d.ts +1391 -878
- package/dist/control.d.ts.map +1 -1
- package/dist/control.js +468 -310
- package/dist/control.js.map +1 -1
- package/dist/decision.d.ts +10 -10
- package/dist/decision.d.ts.map +1 -1
- package/dist/decision.js +62 -15
- package/dist/decision.js.map +1 -1
- package/dist/delivery.d.ts +99 -0
- package/dist/delivery.d.ts.map +1 -0
- package/dist/delivery.js +19 -0
- package/dist/delivery.js.map +1 -0
- package/dist/events.d.ts +25 -2
- package/dist/events.d.ts.map +1 -1
- package/dist/events.js +25 -4
- package/dist/events.js.map +1 -1
- package/dist/gate.d.ts +2 -2
- package/dist/gate.d.ts.map +1 -1
- package/dist/gate.js +25 -5
- package/dist/gate.js.map +1 -1
- package/dist/harness.d.ts +558 -175
- package/dist/harness.d.ts.map +1 -1
- package/dist/harness.js +207 -82
- package/dist/harness.js.map +1 -1
- package/dist/index.d.ts +15 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +15 -0
- package/dist/index.js.map +1 -1
- package/dist/operation.d.ts +185 -0
- package/dist/operation.d.ts.map +1 -0
- package/dist/operation.js +50 -0
- package/dist/operation.js.map +1 -0
- package/dist/orchestrate.d.ts +127 -22
- package/dist/orchestrate.d.ts.map +1 -1
- package/dist/orchestrate.js +61 -7
- package/dist/orchestrate.js.map +1 -1
- package/dist/primitives.d.ts.map +1 -1
- package/dist/primitives.js +4 -1
- package/dist/primitives.js.map +1 -1
- package/dist/problem.d.ts +29 -0
- package/dist/problem.d.ts.map +1 -0
- package/dist/problem.js +17 -0
- package/dist/problem.js.map +1 -0
- package/dist/project.d.ts +97 -0
- package/dist/project.d.ts.map +1 -0
- package/dist/project.js +27 -0
- package/dist/project.js.map +1 -0
- package/dist/quota.d.ts +251 -0
- package/dist/quota.d.ts.map +1 -0
- package/dist/quota.js +46 -0
- package/dist/quota.js.map +1 -0
- package/dist/raw.d.ts +195 -0
- package/dist/raw.d.ts.map +1 -0
- package/dist/raw.js +58 -0
- package/dist/raw.js.map +1 -0
- package/dist/recovery.d.ts +515 -0
- package/dist/recovery.d.ts.map +1 -0
- package/dist/recovery.js +93 -0
- package/dist/recovery.js.map +1 -0
- package/dist/request-requirements.d.ts +36 -0
- package/dist/request-requirements.d.ts.map +1 -0
- package/dist/request-requirements.js +26 -0
- package/dist/request-requirements.js.map +1 -0
- package/dist/review.d.ts +26 -26
- package/dist/review.d.ts.map +1 -1
- package/dist/review.js +50 -10
- package/dist/review.js.map +1 -1
- package/dist/route.d.ts +10 -10
- package/dist/route.d.ts.map +1 -1
- package/dist/route.js +19 -4
- package/dist/route.js.map +1 -1
- package/dist/setup.d.ts +9766 -0
- package/dist/setup.d.ts.map +1 -0
- package/dist/setup.js +450 -0
- package/dist/setup.js.map +1 -0
- package/dist/spec.d.ts +174 -57
- package/dist/spec.d.ts.map +1 -1
- package/dist/spec.js +69 -16
- package/dist/spec.js.map +1 -1
- package/dist/surface-run-controls.d.ts.map +1 -1
- package/dist/surface-run-controls.js +25 -21
- package/dist/surface-run-controls.js.map +1 -1
- package/dist/task.d.ts +1560 -58
- package/dist/task.d.ts.map +1 -1
- package/dist/task.js +97 -18
- package/dist/task.js.map +1 -1
- package/dist/telemetry.d.ts +233 -60
- package/dist/telemetry.d.ts.map +1 -1
- package/dist/telemetry.js +97 -15
- package/dist/telemetry.js.map +1 -1
- package/dist/thread.d.ts +68 -41
- package/dist/thread.d.ts.map +1 -1
- package/dist/thread.js +45 -11
- package/dist/thread.js.map +1 -1
- package/dist/workproduct.d.ts +3 -3
- package/dist/workproduct.d.ts.map +1 -1
- package/dist/workproduct.js.map +1 -1
- package/dist/workspace.d.ts +1 -1
- package/dist/workspace.d.ts.map +1 -1
- package/dist/workspace.js +12 -3
- package/dist/workspace.js.map +1 -1
- package/generated/AgentCapabilityCatalog.schema.json +53 -11
- package/generated/BudgetLease.schema.json +55 -6
- package/generated/BudgetObservation.schema.json +28 -7
- package/generated/ConformanceReport.schema.json +49 -0
- package/generated/ControlApplyCheckResponse.schema.json +34 -0
- package/generated/ControlArtifactListResponse.schema.json +57 -0
- package/generated/ControlAuthReadinessRefreshRequest.schema.json +38 -0
- package/generated/ControlAuthReadinessRefreshResponse.schema.json +85 -0
- package/generated/ControlDeliveryResponse.schema.json +136 -0
- package/generated/ControlHandshakeRequest.schema.json +26 -0
- package/generated/ControlHandshakeResponse.schema.json +30 -0
- package/generated/ControlHarnessListResponse.schema.json +103 -12
- package/generated/ControlHarnessSettingsPatch.schema.json +0 -12
- package/generated/ControlJournalEvent.schema.json +42 -0
- package/generated/ControlJournalExportReceipt.schema.json +49 -0
- package/generated/ControlJournalInspection.schema.json +149 -0
- package/generated/ControlJournalQuarantineReceipt.schema.json +55 -0
- package/generated/ControlJournalQuarantineRequest.schema.json +24 -0
- package/generated/ControlJournalValidation.schema.json +181 -0
- package/generated/ControlOperationCatalog.schema.json +128 -0
- package/generated/ControlOperationDescriptor.schema.json +110 -0
- package/generated/ControlProblem.schema.json +59 -0
- package/generated/ControlProject.schema.json +42 -0
- package/generated/ControlProjectListResponse.schema.json +54 -0
- package/generated/ControlProjectRegisterRequest.schema.json +19 -0
- package/generated/ControlProjectRelinkRequest.schema.json +19 -0
- package/generated/ControlQueuedRunInfo.schema.json +4 -2
- package/generated/ControlQuotaResponse.schema.json +176 -0
- package/generated/ControlResource.schema.json +59 -0
- package/generated/ControlRunAgainDraft.schema.json +499 -0
- package/generated/ControlRunDetail.schema.json +197 -30
- package/generated/ControlRunListResponse.schema.json +797 -0
- package/generated/ControlRunRetryResponse.schema.json +54 -0
- package/generated/ControlRunStartRequest.schema.json +83 -55
- package/generated/ControlRunStartResponse.schema.json +78 -0
- package/generated/ControlRunSummary.schema.json +140 -20
- package/generated/ControlSecretListResponse.schema.json +8 -14
- package/generated/ControlSecretMutationResponse.schema.json +32 -0
- package/generated/ControlSecretSetRequest.schema.json +27 -0
- package/generated/ControlSettingsSnapshot.schema.json +118 -44
- package/generated/ControlSettingsUpdateRequest.schema.json +110 -40
- package/generated/ControlSetupJob.schema.json +763 -65
- package/generated/ControlSetupJobCreateRequest.schema.json +11 -13
- package/generated/ControlSetupJobEvent.schema.json +861 -5
- package/generated/ControlSetupJobListFilter.schema.json +35 -0
- package/generated/ControlSetupJobListResponse.schema.json +763 -65
- package/generated/ControlSetupJobSnapshot.schema.json +870 -0
- package/generated/ControlSpecAnswersRequest.schema.json +74 -0
- package/generated/ControlSpecQuestionsRequest.schema.json +128 -2
- package/generated/ControlSpecSession.schema.json +249 -0
- package/generated/ControlSpecSessionListResponse.schema.json +261 -0
- package/generated/ControlThread.schema.json +20 -2
- package/generated/ControlThreadApplyResponse.schema.json +139 -0
- package/generated/ControlThreadDetail.schema.json +32 -4
- package/generated/ControlThreadListResponse.schema.json +20 -2
- package/generated/ControlThreadTurnRequest.schema.json +373 -0
- package/generated/ControlThreadTurnResponse.schema.json +73 -0
- package/generated/ControlThreadUpdateRequest.schema.json +1 -1
- package/generated/ControlTrustListResponse.schema.json +6 -0
- package/generated/ControlTrustState.schema.json +6 -0
- package/generated/ControlTrustUpdateRequest.schema.json +65 -3
- package/generated/ControlUploadCreateRequest.schema.json +37 -0
- package/generated/ControlUploadFinalizeRequest.schema.json +17 -0
- package/generated/ControlUploadStatus.schema.json +40 -0
- package/generated/DecisionRecord.schema.json +6 -3
- package/generated/GlobalConfig.schema.json +105 -58
- package/generated/HarnessEvent.schema.json +201 -10
- package/generated/HarnessManifest.schema.json +63 -12
- package/generated/HarnessStatusDto.schema.json +103 -12
- package/generated/OrchestrateContract.schema.json +32 -6
- package/generated/OrchestratePlan.schema.json +20 -0
- package/generated/OrchestratePlanProgress.schema.json +61 -0
- package/generated/PaidBudget.schema.json +42 -0
- package/generated/Project.schema.json +45 -0
- package/generated/ProjectConfig.schema.json +45 -18
- package/generated/RawContextPacket.schema.json +184 -0
- package/generated/RawGitPatchEnvelope.schema.json +70 -0
- package/generated/RunTelemetry.schema.json +80 -0
- package/generated/SecretMetadata.schema.json +4 -7
- package/generated/SpecPack.schema.json +118 -7
- package/generated/TaskContract.schema.json +159 -26
- package/generated/TestCommandInvocation.schema.json +45 -0
- package/generated/Thread.schema.json +62 -6
- package/generated/ThreadTurn.schema.json +24 -11
- package/generated/TrustConfig.schema.json +77 -0
- package/package.json +1 -1
- package/generated/ControlSetupJobConfirmRequest.schema.json +0 -18
- package/generated/ControlSpecFreezeRequest.schema.json +0 -83
|
@@ -0,0 +1,175 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
/** Apply an isolated thread's accumulated worktree diff to the project. */
|
|
3
|
+
export declare const ControlThreadApplyRequest: z.ZodObject<{
|
|
4
|
+
mode: z.ZodDefault<z.ZodEnum<["apply", "branch", "commit", "pr"]>>;
|
|
5
|
+
branch: z.ZodOptional<z.ZodString>;
|
|
6
|
+
message: z.ZodOptional<z.ZodString>;
|
|
7
|
+
}, "strict", z.ZodTypeAny, {
|
|
8
|
+
mode: "apply" | "commit" | "branch" | "pr";
|
|
9
|
+
message?: string | undefined;
|
|
10
|
+
branch?: string | undefined;
|
|
11
|
+
}, {
|
|
12
|
+
message?: string | undefined;
|
|
13
|
+
mode?: "apply" | "commit" | "branch" | "pr" | undefined;
|
|
14
|
+
branch?: string | undefined;
|
|
15
|
+
}>;
|
|
16
|
+
export type ControlThreadApplyRequest = z.infer<typeof ControlThreadApplyRequest>;
|
|
17
|
+
export declare const ControlThreadApplyResponse: z.ZodObject<{
|
|
18
|
+
applied: z.ZodBoolean;
|
|
19
|
+
status: z.ZodEnum<["applied", "branched", "committed", "pr_opened", "empty", "conflict", "rejected"]>;
|
|
20
|
+
headMoved: z.ZodDefault<z.ZodBoolean>;
|
|
21
|
+
detail: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
22
|
+
delivery: z.ZodDefault<z.ZodNullable<z.ZodObject<{
|
|
23
|
+
mode: z.ZodEnum<["artifact_only", "apply", "branch", "commit", "pr"]>;
|
|
24
|
+
applied: z.ZodBoolean;
|
|
25
|
+
branch: z.ZodOptional<z.ZodString>;
|
|
26
|
+
commit: z.ZodOptional<z.ZodString>;
|
|
27
|
+
prUrl: z.ZodOptional<z.ZodString>;
|
|
28
|
+
detail: z.ZodOptional<z.ZodString>;
|
|
29
|
+
treeMutated: z.ZodOptional<z.ZodBoolean>;
|
|
30
|
+
refused: z.ZodOptional<z.ZodBoolean>;
|
|
31
|
+
finalVerify: z.ZodObject<{
|
|
32
|
+
attempted: z.ZodBoolean;
|
|
33
|
+
base_sha: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
34
|
+
applied_cleanly: z.ZodDefault<z.ZodNullable<z.ZodBoolean>>;
|
|
35
|
+
gates_passed: z.ZodDefault<z.ZodNullable<z.ZodBoolean>>;
|
|
36
|
+
gates: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
37
|
+
id: z.ZodString;
|
|
38
|
+
status: z.ZodString;
|
|
39
|
+
}, "strip", z.ZodTypeAny, {
|
|
40
|
+
status: string;
|
|
41
|
+
id: string;
|
|
42
|
+
}, {
|
|
43
|
+
status: string;
|
|
44
|
+
id: string;
|
|
45
|
+
}>, "many">>;
|
|
46
|
+
duration_ms: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
47
|
+
reason: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
48
|
+
}, "strip", z.ZodTypeAny, {
|
|
49
|
+
reason: string | null;
|
|
50
|
+
duration_ms: number | null;
|
|
51
|
+
base_sha: string | null;
|
|
52
|
+
attempted: boolean;
|
|
53
|
+
applied_cleanly: boolean | null;
|
|
54
|
+
gates_passed: boolean | null;
|
|
55
|
+
gates: {
|
|
56
|
+
status: string;
|
|
57
|
+
id: string;
|
|
58
|
+
}[];
|
|
59
|
+
}, {
|
|
60
|
+
attempted: boolean;
|
|
61
|
+
reason?: string | null | undefined;
|
|
62
|
+
duration_ms?: number | null | undefined;
|
|
63
|
+
base_sha?: string | null | undefined;
|
|
64
|
+
applied_cleanly?: boolean | null | undefined;
|
|
65
|
+
gates_passed?: boolean | null | undefined;
|
|
66
|
+
gates?: {
|
|
67
|
+
status: string;
|
|
68
|
+
id: string;
|
|
69
|
+
}[] | undefined;
|
|
70
|
+
}>;
|
|
71
|
+
targetPreimageSha: z.ZodString;
|
|
72
|
+
}, "strict", z.ZodTypeAny, {
|
|
73
|
+
mode: "apply" | "commit" | "branch" | "pr" | "artifact_only";
|
|
74
|
+
applied: boolean;
|
|
75
|
+
finalVerify: {
|
|
76
|
+
reason: string | null;
|
|
77
|
+
duration_ms: number | null;
|
|
78
|
+
base_sha: string | null;
|
|
79
|
+
attempted: boolean;
|
|
80
|
+
applied_cleanly: boolean | null;
|
|
81
|
+
gates_passed: boolean | null;
|
|
82
|
+
gates: {
|
|
83
|
+
status: string;
|
|
84
|
+
id: string;
|
|
85
|
+
}[];
|
|
86
|
+
};
|
|
87
|
+
targetPreimageSha: string;
|
|
88
|
+
detail?: string | undefined;
|
|
89
|
+
commit?: string | undefined;
|
|
90
|
+
branch?: string | undefined;
|
|
91
|
+
prUrl?: string | undefined;
|
|
92
|
+
treeMutated?: boolean | undefined;
|
|
93
|
+
refused?: boolean | undefined;
|
|
94
|
+
}, {
|
|
95
|
+
mode: "apply" | "commit" | "branch" | "pr" | "artifact_only";
|
|
96
|
+
applied: boolean;
|
|
97
|
+
finalVerify: {
|
|
98
|
+
attempted: boolean;
|
|
99
|
+
reason?: string | null | undefined;
|
|
100
|
+
duration_ms?: number | null | undefined;
|
|
101
|
+
base_sha?: string | null | undefined;
|
|
102
|
+
applied_cleanly?: boolean | null | undefined;
|
|
103
|
+
gates_passed?: boolean | null | undefined;
|
|
104
|
+
gates?: {
|
|
105
|
+
status: string;
|
|
106
|
+
id: string;
|
|
107
|
+
}[] | undefined;
|
|
108
|
+
};
|
|
109
|
+
targetPreimageSha: string;
|
|
110
|
+
detail?: string | undefined;
|
|
111
|
+
commit?: string | undefined;
|
|
112
|
+
branch?: string | undefined;
|
|
113
|
+
prUrl?: string | undefined;
|
|
114
|
+
treeMutated?: boolean | undefined;
|
|
115
|
+
refused?: boolean | undefined;
|
|
116
|
+
}>>>;
|
|
117
|
+
}, "strip", z.ZodTypeAny, {
|
|
118
|
+
status: "applied" | "rejected" | "branched" | "committed" | "pr_opened" | "empty" | "conflict";
|
|
119
|
+
detail: string | null;
|
|
120
|
+
delivery: {
|
|
121
|
+
mode: "apply" | "commit" | "branch" | "pr" | "artifact_only";
|
|
122
|
+
applied: boolean;
|
|
123
|
+
finalVerify: {
|
|
124
|
+
reason: string | null;
|
|
125
|
+
duration_ms: number | null;
|
|
126
|
+
base_sha: string | null;
|
|
127
|
+
attempted: boolean;
|
|
128
|
+
applied_cleanly: boolean | null;
|
|
129
|
+
gates_passed: boolean | null;
|
|
130
|
+
gates: {
|
|
131
|
+
status: string;
|
|
132
|
+
id: string;
|
|
133
|
+
}[];
|
|
134
|
+
};
|
|
135
|
+
targetPreimageSha: string;
|
|
136
|
+
detail?: string | undefined;
|
|
137
|
+
commit?: string | undefined;
|
|
138
|
+
branch?: string | undefined;
|
|
139
|
+
prUrl?: string | undefined;
|
|
140
|
+
treeMutated?: boolean | undefined;
|
|
141
|
+
refused?: boolean | undefined;
|
|
142
|
+
} | null;
|
|
143
|
+
applied: boolean;
|
|
144
|
+
headMoved: boolean;
|
|
145
|
+
}, {
|
|
146
|
+
status: "applied" | "rejected" | "branched" | "committed" | "pr_opened" | "empty" | "conflict";
|
|
147
|
+
applied: boolean;
|
|
148
|
+
detail?: string | null | undefined;
|
|
149
|
+
delivery?: {
|
|
150
|
+
mode: "apply" | "commit" | "branch" | "pr" | "artifact_only";
|
|
151
|
+
applied: boolean;
|
|
152
|
+
finalVerify: {
|
|
153
|
+
attempted: boolean;
|
|
154
|
+
reason?: string | null | undefined;
|
|
155
|
+
duration_ms?: number | null | undefined;
|
|
156
|
+
base_sha?: string | null | undefined;
|
|
157
|
+
applied_cleanly?: boolean | null | undefined;
|
|
158
|
+
gates_passed?: boolean | null | undefined;
|
|
159
|
+
gates?: {
|
|
160
|
+
status: string;
|
|
161
|
+
id: string;
|
|
162
|
+
}[] | undefined;
|
|
163
|
+
};
|
|
164
|
+
targetPreimageSha: string;
|
|
165
|
+
detail?: string | undefined;
|
|
166
|
+
commit?: string | undefined;
|
|
167
|
+
branch?: string | undefined;
|
|
168
|
+
prUrl?: string | undefined;
|
|
169
|
+
treeMutated?: boolean | undefined;
|
|
170
|
+
refused?: boolean | undefined;
|
|
171
|
+
} | null | undefined;
|
|
172
|
+
headMoved?: boolean | undefined;
|
|
173
|
+
}>;
|
|
174
|
+
export type ControlThreadApplyResponse = z.infer<typeof ControlThreadApplyResponse>;
|
|
175
|
+
//# sourceMappingURL=control-thread-apply.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"control-thread-apply.d.ts","sourceRoot":"","sources":["../src/control-thread-apply.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,2EAA2E;AAC3E,eAAO,MAAM,yBAAyB;;;;;;;;;;;;EAU6D,CAAC;AACpG,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAElF,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmBG,CAAC;AAC3C,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
import { DeliveryReceipt } from "./delivery.js";
|
|
3
|
+
/** Apply an isolated thread's accumulated worktree diff to the project. */
|
|
4
|
+
export const ControlThreadApplyRequest = z
|
|
5
|
+
.object({
|
|
6
|
+
mode: z
|
|
7
|
+
.enum(["apply", "branch", "commit", "pr"])
|
|
8
|
+
.default("apply")
|
|
9
|
+
.describe("Delivery mode: apply to the tree, or as a branch, commit, or PR."),
|
|
10
|
+
branch: z.string().optional().describe("Branch name for branch/pr modes."),
|
|
11
|
+
message: z.string().optional().describe("Commit message for commit/pr modes."),
|
|
12
|
+
})
|
|
13
|
+
.strict()
|
|
14
|
+
.describe("Request body applying an isolated thread's accumulated worktree diff to the project.");
|
|
15
|
+
export const ControlThreadApplyResponse = z
|
|
16
|
+
.object({
|
|
17
|
+
applied: z.boolean().describe("Whether anything was delivered."),
|
|
18
|
+
status: z
|
|
19
|
+
.enum(["applied", "branched", "committed", "pr_opened", "empty", "conflict", "rejected"])
|
|
20
|
+
.describe("Delivery outcome: applied, branched, committed, pr_opened, empty (no diff), conflict, or rejected."),
|
|
21
|
+
headMoved: z
|
|
22
|
+
.boolean()
|
|
23
|
+
.default(false)
|
|
24
|
+
.describe("True when the project HEAD moved past the thread base since the thread started."),
|
|
25
|
+
detail: z.string().nullable().default(null).describe("Human-readable detail."),
|
|
26
|
+
delivery: DeliveryReceipt.nullable()
|
|
27
|
+
.default(null)
|
|
28
|
+
.describe("Fresh verifier, target preimage, and mutation receipt; null when no delivery ran."),
|
|
29
|
+
})
|
|
30
|
+
.describe("Response to a thread apply.");
|
|
31
|
+
//# sourceMappingURL=control-thread-apply.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"control-thread-apply.js","sourceRoot":"","sources":["../src/control-thread-apply.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAEhD,2EAA2E;AAC3E,MAAM,CAAC,MAAM,yBAAyB,GAAG,CAAC;KACvC,MAAM,CAAC;IACN,IAAI,EAAE,CAAC;SACJ,IAAI,CAAC,CAAC,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,CAAC,CAAC;SACzC,OAAO,CAAC,OAAO,CAAC;SAChB,QAAQ,CAAC,kEAAkE,CAAC;IAC/E,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,kCAAkC,CAAC;IAC1E,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,qCAAqC,CAAC;CAC/E,CAAC;KACD,MAAM,EAAE;KACR,QAAQ,CAAC,sFAAsF,CAAC,CAAC;AAGpG,MAAM,CAAC,MAAM,0BAA0B,GAAG,CAAC;KACxC,MAAM,CAAC;IACN,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,CAAC,iCAAiC,CAAC;IAChE,MAAM,EAAE,CAAC;SACN,IAAI,CAAC,CAAC,SAAS,EAAE,UAAU,EAAE,WAAW,EAAE,WAAW,EAAE,OAAO,EAAE,UAAU,EAAE,UAAU,CAAC,CAAC;SACxF,QAAQ,CACP,oGAAoG,CACrG;IACH,SAAS,EAAE,CAAC;SACT,OAAO,EAAE;SACT,OAAO,CAAC,KAAK,CAAC;SACd,QAAQ,CAAC,iFAAiF,CAAC;IAC9F,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,wBAAwB,CAAC;IAC9E,QAAQ,EAAE,eAAe,CAAC,QAAQ,EAAE;SACjC,OAAO,CAAC,IAAI,CAAC;SACb,QAAQ,CACP,mFAAmF,CACpF;CACJ,CAAC;KACD,QAAQ,CAAC,6BAA6B,CAAC,CAAC"}
|
package/dist/control-trust.d.ts
CHANGED
|
@@ -3,21 +3,77 @@
|
|
|
3
3
|
* per-repo trust files. Split from control.ts (INV-124 ratchet).
|
|
4
4
|
*/
|
|
5
5
|
import { z } from "zod";
|
|
6
|
-
/**
|
|
7
|
-
|
|
8
|
-
* revoke unsandboxed full access for one repo in the USER-LEVEL trust file —
|
|
9
|
-
* the same file `claudexor trust` writes. Everything else about trust stays
|
|
10
|
-
* CLI-only; unknown fields are refused (strict).
|
|
11
|
-
*/
|
|
12
|
-
export declare const ControlTrustUpdateRequest: z.ZodObject<{
|
|
6
|
+
/** User-level trust update; versioned repo config cannot grant either field. */
|
|
7
|
+
export declare const ControlTrustUpdateRequest: z.ZodEffects<z.ZodObject<{
|
|
13
8
|
repoRoot: z.ZodString;
|
|
14
|
-
allowFullAccess: z.ZodBoolean
|
|
9
|
+
allowFullAccess: z.ZodOptional<z.ZodBoolean>;
|
|
10
|
+
accessDefault: z.ZodOptional<z.ZodEnum<["readonly", "workspace_write"]>>;
|
|
11
|
+
grantTestCommand: z.ZodOptional<z.ZodObject<{
|
|
12
|
+
program: z.ZodString;
|
|
13
|
+
args: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
14
|
+
cwd: z.ZodOptional<z.ZodString>;
|
|
15
|
+
envAllowlist: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
16
|
+
}, "strict", z.ZodTypeAny, {
|
|
17
|
+
program: string;
|
|
18
|
+
args: string[];
|
|
19
|
+
envAllowlist: string[];
|
|
20
|
+
cwd?: string | undefined;
|
|
21
|
+
}, {
|
|
22
|
+
program: string;
|
|
23
|
+
cwd?: string | undefined;
|
|
24
|
+
args?: string[] | undefined;
|
|
25
|
+
envAllowlist?: string[] | undefined;
|
|
26
|
+
}>>;
|
|
27
|
+
grantAccessProfile: z.ZodOptional<z.ZodEnum<["readonly", "workspace_write", "full", "external_sandbox_full", "inherit_native"]>>;
|
|
28
|
+
revokeTestCommandDigest: z.ZodOptional<z.ZodString>;
|
|
15
29
|
}, "strict", z.ZodTypeAny, {
|
|
16
30
|
repoRoot: string;
|
|
17
|
-
allowFullAccess
|
|
31
|
+
allowFullAccess?: boolean | undefined;
|
|
32
|
+
accessDefault?: "readonly" | "workspace_write" | undefined;
|
|
33
|
+
grantTestCommand?: {
|
|
34
|
+
program: string;
|
|
35
|
+
args: string[];
|
|
36
|
+
envAllowlist: string[];
|
|
37
|
+
cwd?: string | undefined;
|
|
38
|
+
} | undefined;
|
|
39
|
+
grantAccessProfile?: "readonly" | "workspace_write" | "full" | "external_sandbox_full" | "inherit_native" | undefined;
|
|
40
|
+
revokeTestCommandDigest?: string | undefined;
|
|
18
41
|
}, {
|
|
19
42
|
repoRoot: string;
|
|
20
|
-
allowFullAccess
|
|
43
|
+
allowFullAccess?: boolean | undefined;
|
|
44
|
+
accessDefault?: "readonly" | "workspace_write" | undefined;
|
|
45
|
+
grantTestCommand?: {
|
|
46
|
+
program: string;
|
|
47
|
+
cwd?: string | undefined;
|
|
48
|
+
args?: string[] | undefined;
|
|
49
|
+
envAllowlist?: string[] | undefined;
|
|
50
|
+
} | undefined;
|
|
51
|
+
grantAccessProfile?: "readonly" | "workspace_write" | "full" | "external_sandbox_full" | "inherit_native" | undefined;
|
|
52
|
+
revokeTestCommandDigest?: string | undefined;
|
|
53
|
+
}>, {
|
|
54
|
+
repoRoot: string;
|
|
55
|
+
allowFullAccess?: boolean | undefined;
|
|
56
|
+
accessDefault?: "readonly" | "workspace_write" | undefined;
|
|
57
|
+
grantTestCommand?: {
|
|
58
|
+
program: string;
|
|
59
|
+
args: string[];
|
|
60
|
+
envAllowlist: string[];
|
|
61
|
+
cwd?: string | undefined;
|
|
62
|
+
} | undefined;
|
|
63
|
+
grantAccessProfile?: "readonly" | "workspace_write" | "full" | "external_sandbox_full" | "inherit_native" | undefined;
|
|
64
|
+
revokeTestCommandDigest?: string | undefined;
|
|
65
|
+
}, {
|
|
66
|
+
repoRoot: string;
|
|
67
|
+
allowFullAccess?: boolean | undefined;
|
|
68
|
+
accessDefault?: "readonly" | "workspace_write" | undefined;
|
|
69
|
+
grantTestCommand?: {
|
|
70
|
+
program: string;
|
|
71
|
+
cwd?: string | undefined;
|
|
72
|
+
args?: string[] | undefined;
|
|
73
|
+
envAllowlist?: string[] | undefined;
|
|
74
|
+
} | undefined;
|
|
75
|
+
grantAccessProfile?: "readonly" | "workspace_write" | "full" | "external_sandbox_full" | "inherit_native" | undefined;
|
|
76
|
+
revokeTestCommandDigest?: string | undefined;
|
|
21
77
|
}>;
|
|
22
78
|
export type ControlTrustUpdateRequest = z.infer<typeof ControlTrustUpdateRequest>;
|
|
23
79
|
export declare const ControlTrustState: z.ZodObject<{
|
|
@@ -28,16 +84,19 @@ export declare const ControlTrustState: z.ZodObject<{
|
|
|
28
84
|
path: z.ZodString;
|
|
29
85
|
allowFullAccess: z.ZodBoolean;
|
|
30
86
|
accessDefault: z.ZodEnum<["readonly", "workspace_write", "full", "external_sandbox_full", "inherit_native"]>;
|
|
87
|
+
testCommandGrantCount: z.ZodDefault<z.ZodNumber>;
|
|
31
88
|
}, "strip", z.ZodTypeAny, {
|
|
32
89
|
path: string;
|
|
33
90
|
repoRoot: string | null;
|
|
34
91
|
allowFullAccess: boolean;
|
|
35
92
|
accessDefault: "readonly" | "workspace_write" | "full" | "external_sandbox_full" | "inherit_native";
|
|
93
|
+
testCommandGrantCount: number;
|
|
36
94
|
}, {
|
|
37
95
|
path: string;
|
|
38
96
|
repoRoot: string | null;
|
|
39
97
|
allowFullAccess: boolean;
|
|
40
98
|
accessDefault: "readonly" | "workspace_write" | "full" | "external_sandbox_full" | "inherit_native";
|
|
99
|
+
testCommandGrantCount?: number | undefined;
|
|
41
100
|
}>;
|
|
42
101
|
export type ControlTrustState = z.infer<typeof ControlTrustState>;
|
|
43
102
|
export declare const ControlTrustListResponse: z.ZodObject<{
|
|
@@ -49,16 +108,19 @@ export declare const ControlTrustListResponse: z.ZodObject<{
|
|
|
49
108
|
path: z.ZodString;
|
|
50
109
|
allowFullAccess: z.ZodBoolean;
|
|
51
110
|
accessDefault: z.ZodEnum<["readonly", "workspace_write", "full", "external_sandbox_full", "inherit_native"]>;
|
|
111
|
+
testCommandGrantCount: z.ZodDefault<z.ZodNumber>;
|
|
52
112
|
}, "strip", z.ZodTypeAny, {
|
|
53
113
|
path: string;
|
|
54
114
|
repoRoot: string | null;
|
|
55
115
|
allowFullAccess: boolean;
|
|
56
116
|
accessDefault: "readonly" | "workspace_write" | "full" | "external_sandbox_full" | "inherit_native";
|
|
117
|
+
testCommandGrantCount: number;
|
|
57
118
|
}, {
|
|
58
119
|
path: string;
|
|
59
120
|
repoRoot: string | null;
|
|
60
121
|
allowFullAccess: boolean;
|
|
61
122
|
accessDefault: "readonly" | "workspace_write" | "full" | "external_sandbox_full" | "inherit_native";
|
|
123
|
+
testCommandGrantCount?: number | undefined;
|
|
62
124
|
}>, "many">;
|
|
63
125
|
}, "strip", z.ZodTypeAny, {
|
|
64
126
|
entries: {
|
|
@@ -66,6 +128,7 @@ export declare const ControlTrustListResponse: z.ZodObject<{
|
|
|
66
128
|
repoRoot: string | null;
|
|
67
129
|
allowFullAccess: boolean;
|
|
68
130
|
accessDefault: "readonly" | "workspace_write" | "full" | "external_sandbox_full" | "inherit_native";
|
|
131
|
+
testCommandGrantCount: number;
|
|
69
132
|
}[];
|
|
70
133
|
}, {
|
|
71
134
|
entries: {
|
|
@@ -73,6 +136,7 @@ export declare const ControlTrustListResponse: z.ZodObject<{
|
|
|
73
136
|
repoRoot: string | null;
|
|
74
137
|
allowFullAccess: boolean;
|
|
75
138
|
accessDefault: "readonly" | "workspace_write" | "full" | "external_sandbox_full" | "inherit_native";
|
|
139
|
+
testCommandGrantCount?: number | undefined;
|
|
76
140
|
}[];
|
|
77
141
|
}>;
|
|
78
142
|
export type ControlTrustListResponse = z.infer<typeof ControlTrustListResponse>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"control-trust.d.ts","sourceRoot":"","sources":["../src/control-trust.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"control-trust.d.ts","sourceRoot":"","sources":["../src/control-trust.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,gFAAgF;AAChF,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgCnC,CAAC;AACJ,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAElF,eAAO,MAAM,iBAAiB;IAE1B;0EACsE;;IAOtE,kFAAkF;;;;;;;;;;;;;;;;;EAehB,CAAC;AACvE,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAElE,eAAO,MAAM,wBAAwB;;QA1BjC;8EACsE;;QAOtE,kFAAkF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAsB5B,CAAC;AAC3D,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC"}
|
package/dist/control-trust.js
CHANGED
|
@@ -3,20 +3,30 @@
|
|
|
3
3
|
* per-repo trust files. Split from control.ts (INV-124 ratchet).
|
|
4
4
|
*/
|
|
5
5
|
import { z } from "zod";
|
|
6
|
-
import { AccessProfile } from "./primitives.js";
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* revoke unsandboxed full access for one repo in the USER-LEVEL trust file —
|
|
10
|
-
* the same file `claudexor trust` writes. Everything else about trust stays
|
|
11
|
-
* CLI-only; unknown fields are refused (strict).
|
|
12
|
-
*/
|
|
6
|
+
import { AccessProfile, ContentHash } from "./primitives.js";
|
|
7
|
+
import { TestCommandInvocation } from "./task.js";
|
|
8
|
+
/** User-level trust update; versioned repo config cannot grant either field. */
|
|
13
9
|
export const ControlTrustUpdateRequest = z
|
|
14
10
|
.object({
|
|
15
11
|
repoRoot: z.string().min(1).describe("Absolute repo root the trust change applies to."),
|
|
16
|
-
allowFullAccess: z
|
|
12
|
+
allowFullAccess: z
|
|
13
|
+
.boolean()
|
|
14
|
+
.optional()
|
|
15
|
+
.describe("Grant (true) or revoke (false) unsandboxed full access for the repo."),
|
|
16
|
+
accessDefault: z
|
|
17
|
+
.enum(["readonly", "workspace_write"])
|
|
18
|
+
.optional()
|
|
19
|
+
.describe("Default access profile for runs in the repo."),
|
|
20
|
+
grantTestCommand: TestCommandInvocation.optional().describe("Typed command to grant against the current project config and executable/script bytes."),
|
|
21
|
+
grantAccessProfile: AccessProfile.optional().describe("Effective access profile covered by grantTestCommand; defaults to the trust default."),
|
|
22
|
+
revokeTestCommandDigest: ContentHash.optional().describe("Revoke grants for this canonical command digest."),
|
|
17
23
|
})
|
|
18
24
|
.strict()
|
|
19
|
-
.
|
|
25
|
+
.refine((value) => value.allowFullAccess !== undefined ||
|
|
26
|
+
value.accessDefault !== undefined ||
|
|
27
|
+
value.grantTestCommand !== undefined ||
|
|
28
|
+
value.revokeTestCommandDigest !== undefined, { message: "a trust mutation is required" })
|
|
29
|
+
.describe("User-level trust update: grant/revoke full access and/or set the readonly/workspace-write default.");
|
|
20
30
|
export const ControlTrustState = z
|
|
21
31
|
.object({
|
|
22
32
|
/** Repo root recorded in the trust file; null for legacy files written
|
|
@@ -26,9 +36,19 @@ export const ControlTrustState = z
|
|
|
26
36
|
.nullable()
|
|
27
37
|
.describe("Repo root recorded in the trust file; null for legacy files written before provenance stamping."),
|
|
28
38
|
/** The user-level trust file backing this state (path disclosure, no content). */
|
|
29
|
-
path: z
|
|
30
|
-
|
|
39
|
+
path: z
|
|
40
|
+
.string()
|
|
41
|
+
.describe("The user-level trust file backing this state (path disclosure, no content)."),
|
|
42
|
+
allowFullAccess: z
|
|
43
|
+
.boolean()
|
|
44
|
+
.describe("Whether unsandboxed full access is allowed for the repo."),
|
|
31
45
|
accessDefault: AccessProfile.describe("Default access profile for runs in the repo."),
|
|
46
|
+
testCommandGrantCount: z
|
|
47
|
+
.number()
|
|
48
|
+
.int()
|
|
49
|
+
.nonnegative()
|
|
50
|
+
.default(0)
|
|
51
|
+
.describe("Number of exact external test-command grants for this repo."),
|
|
32
52
|
})
|
|
33
53
|
.describe("Trust state of one repo from its user-level trust file.");
|
|
34
54
|
export const ControlTrustListResponse = z
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"control-trust.js","sourceRoot":"","sources":["../src/control-trust.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"control-trust.js","sourceRoot":"","sources":["../src/control-trust.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC7D,OAAO,EAAE,qBAAqB,EAAE,MAAM,WAAW,CAAC;AAElD,gFAAgF;AAChF,MAAM,CAAC,MAAM,yBAAyB,GAAG,CAAC;KACvC,MAAM,CAAC;IACN,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,iDAAiD,CAAC;IACvF,eAAe,EAAE,CAAC;SACf,OAAO,EAAE;SACT,QAAQ,EAAE;SACV,QAAQ,CAAC,sEAAsE,CAAC;IACnF,aAAa,EAAE,CAAC;SACb,IAAI,CAAC,CAAC,UAAU,EAAE,iBAAiB,CAAC,CAAC;SACrC,QAAQ,EAAE;SACV,QAAQ,CAAC,8CAA8C,CAAC;IAC3D,gBAAgB,EAAE,qBAAqB,CAAC,QAAQ,EAAE,CAAC,QAAQ,CACzD,wFAAwF,CACzF;IACD,kBAAkB,EAAE,aAAa,CAAC,QAAQ,EAAE,CAAC,QAAQ,CACnD,sFAAsF,CACvF;IACD,uBAAuB,EAAE,WAAW,CAAC,QAAQ,EAAE,CAAC,QAAQ,CACtD,kDAAkD,CACnD;CACF,CAAC;KACD,MAAM,EAAE;KACR,MAAM,CACL,CAAC,KAAK,EAAE,EAAE,CACR,KAAK,CAAC,eAAe,KAAK,SAAS;IACnC,KAAK,CAAC,aAAa,KAAK,SAAS;IACjC,KAAK,CAAC,gBAAgB,KAAK,SAAS;IACpC,KAAK,CAAC,uBAAuB,KAAK,SAAS,EAC7C,EAAE,OAAO,EAAE,8BAA8B,EAAE,CAC5C;KACA,QAAQ,CACP,oGAAoG,CACrG,CAAC;AAGJ,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAAC;KAC/B,MAAM,CAAC;IACN;0EACsE;IACtE,QAAQ,EAAE,CAAC;SACR,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CACP,iGAAiG,CAClG;IACH,kFAAkF;IAClF,IAAI,EAAE,CAAC;SACJ,MAAM,EAAE;SACR,QAAQ,CAAC,6EAA6E,CAAC;IAC1F,eAAe,EAAE,CAAC;SACf,OAAO,EAAE;SACT,QAAQ,CAAC,0DAA0D,CAAC;IACvE,aAAa,EAAE,aAAa,CAAC,QAAQ,CAAC,8CAA8C,CAAC;IACrF,qBAAqB,EAAE,CAAC;SACrB,MAAM,EAAE;SACR,GAAG,EAAE;SACL,WAAW,EAAE;SACb,OAAO,CAAC,CAAC,CAAC;SACV,QAAQ,CAAC,6DAA6D,CAAC;CAC3E,CAAC;KACD,QAAQ,CAAC,yDAAyD,CAAC,CAAC;AAGvE,MAAM,CAAC,MAAM,wBAAwB,GAAG,CAAC;KACtC,MAAM,CAAC;IACN,OAAO,EAAE,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAC,QAAQ,CAAC,mCAAmC,CAAC;CAClF,CAAC;KACD,QAAQ,CAAC,6CAA6C,CAAC,CAAC"}
|