@davidahmann/mill 0.1.4
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/LICENSE +202 -0
- package/README.md +335 -0
- package/dist/audit/repository.d.ts +8 -0
- package/dist/audit/repository.d.ts.map +1 -0
- package/dist/audit/repository.js +232 -0
- package/dist/audit/repository.js.map +1 -0
- package/dist/cli-program.d.ts +12 -0
- package/dist/cli-program.d.ts.map +1 -0
- package/dist/cli-program.js +1020 -0
- package/dist/cli-program.js.map +1 -0
- package/dist/cli.d.ts +3 -0
- package/dist/cli.d.ts.map +1 -0
- package/dist/cli.js +7 -0
- package/dist/cli.js.map +1 -0
- package/dist/config/lock.d.ts +12 -0
- package/dist/config/lock.d.ts.map +1 -0
- package/dist/config/lock.js +83 -0
- package/dist/config/lock.js.map +1 -0
- package/dist/contracts/canonical.d.ts +7 -0
- package/dist/contracts/canonical.d.ts.map +1 -0
- package/dist/contracts/canonical.js +30 -0
- package/dist/contracts/canonical.js.map +1 -0
- package/dist/contracts/schemas.d.ts +2705 -0
- package/dist/contracts/schemas.d.ts.map +1 -0
- package/dist/contracts/schemas.js +988 -0
- package/dist/contracts/schemas.js.map +1 -0
- package/dist/doctor.d.ts +21 -0
- package/dist/doctor.d.ts.map +1 -0
- package/dist/doctor.js +138 -0
- package/dist/doctor.js.map +1 -0
- package/dist/errors.d.ts +18 -0
- package/dist/errors.d.ts.map +1 -0
- package/dist/errors.js +31 -0
- package/dist/errors.js.map +1 -0
- package/dist/index.d.ts +20 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +20 -0
- package/dist/index.js.map +1 -0
- package/dist/intake/prd.d.ts +14 -0
- package/dist/intake/prd.d.ts.map +1 -0
- package/dist/intake/prd.js +39 -0
- package/dist/intake/prd.js.map +1 -0
- package/dist/planning/impact.d.ts +59 -0
- package/dist/planning/impact.d.ts.map +1 -0
- package/dist/planning/impact.js +400 -0
- package/dist/planning/impact.js.map +1 -0
- package/dist/planning/specification.d.ts +42 -0
- package/dist/planning/specification.d.ts.map +1 -0
- package/dist/planning/specification.js +235 -0
- package/dist/planning/specification.js.map +1 -0
- package/dist/qualification/public-alpha.d.ts +16 -0
- package/dist/qualification/public-alpha.d.ts.map +1 -0
- package/dist/qualification/public-alpha.js +128 -0
- package/dist/qualification/public-alpha.js.map +1 -0
- package/dist/recipes/node-typescript-next-web.d.ts +19 -0
- package/dist/recipes/node-typescript-next-web.d.ts.map +1 -0
- package/dist/recipes/node-typescript-next-web.js +136 -0
- package/dist/recipes/node-typescript-next-web.js.map +1 -0
- package/dist/repository/integration.d.ts +58 -0
- package/dist/repository/integration.d.ts.map +1 -0
- package/dist/repository/integration.js +1385 -0
- package/dist/repository/integration.js.map +1 -0
- package/dist/repository/scan.d.ts +27 -0
- package/dist/repository/scan.d.ts.map +1 -0
- package/dist/repository/scan.js +388 -0
- package/dist/repository/scan.js.map +1 -0
- package/dist/result.d.ts +23 -0
- package/dist/result.d.ts.map +1 -0
- package/dist/result.js +24 -0
- package/dist/result.js.map +1 -0
- package/dist/runtime/codex.d.ts +28 -0
- package/dist/runtime/codex.d.ts.map +1 -0
- package/dist/runtime/codex.js +439 -0
- package/dist/runtime/codex.js.map +1 -0
- package/dist/runtime/context.d.ts +10 -0
- package/dist/runtime/context.d.ts.map +1 -0
- package/dist/runtime/context.js +151 -0
- package/dist/runtime/context.js.map +1 -0
- package/dist/runtime/delivery.d.ts +58 -0
- package/dist/runtime/delivery.d.ts.map +1 -0
- package/dist/runtime/delivery.js +1073 -0
- package/dist/runtime/delivery.js.map +1 -0
- package/dist/runtime/dependencies.d.ts +19 -0
- package/dist/runtime/dependencies.d.ts.map +1 -0
- package/dist/runtime/dependencies.js +495 -0
- package/dist/runtime/dependencies.js.map +1 -0
- package/dist/runtime/github.d.ts +112 -0
- package/dist/runtime/github.d.ts.map +1 -0
- package/dist/runtime/github.js +510 -0
- package/dist/runtime/github.js.map +1 -0
- package/dist/runtime/inputs.d.ts +24 -0
- package/dist/runtime/inputs.d.ts.map +1 -0
- package/dist/runtime/inputs.js +237 -0
- package/dist/runtime/inputs.js.map +1 -0
- package/dist/runtime/lease.d.ts +11 -0
- package/dist/runtime/lease.d.ts.map +1 -0
- package/dist/runtime/lease.js +52 -0
- package/dist/runtime/lease.js.map +1 -0
- package/dist/runtime/lifecycle.d.ts +87 -0
- package/dist/runtime/lifecycle.d.ts.map +1 -0
- package/dist/runtime/lifecycle.js +1024 -0
- package/dist/runtime/lifecycle.js.map +1 -0
- package/dist/runtime/process.d.ts +39 -0
- package/dist/runtime/process.d.ts.map +1 -0
- package/dist/runtime/process.js +304 -0
- package/dist/runtime/process.js.map +1 -0
- package/dist/runtime/repository.d.ts +36 -0
- package/dist/runtime/repository.d.ts.map +1 -0
- package/dist/runtime/repository.js +458 -0
- package/dist/runtime/repository.js.map +1 -0
- package/dist/runtime/state.d.ts +121 -0
- package/dist/runtime/state.d.ts.map +1 -0
- package/dist/runtime/state.js +1017 -0
- package/dist/runtime/state.js.map +1 -0
- package/dist/runtime/verifier.d.ts +31 -0
- package/dist/runtime/verifier.d.ts.map +1 -0
- package/dist/runtime/verifier.js +478 -0
- package/dist/runtime/verifier.js.map +1 -0
- package/dist/runtime/worker.d.ts +67 -0
- package/dist/runtime/worker.d.ts.map +1 -0
- package/dist/runtime/worker.js +34 -0
- package/dist/runtime/worker.js.map +1 -0
- package/dist/security/safe-path.d.ts +3 -0
- package/dist/security/safe-path.d.ts.map +1 -0
- package/dist/security/safe-path.js +102 -0
- package/dist/security/safe-path.js.map +1 -0
- package/dist/version.d.ts +4 -0
- package/dist/version.d.ts.map +1 -0
- package/dist/version.js +4 -0
- package/dist/version.js.map +1 -0
- package/dist/workflows/founder.d.ts +33 -0
- package/dist/workflows/founder.d.ts.map +1 -0
- package/dist/workflows/founder.js +422 -0
- package/dist/workflows/founder.js.map +1 -0
- package/package.json +79 -0
- package/recipes/node-typescript-next-web/.github/workflows/ci.yml +34 -0
- package/recipes/node-typescript-next-web/.node-version +1 -0
- package/recipes/node-typescript-next-web/.tool-versions +1 -0
- package/recipes/node-typescript-next-web/AGENTS.md +44 -0
- package/recipes/node-typescript-next-web/README.md +16 -0
- package/recipes/node-typescript-next-web/WORKFLOW.md +6 -0
- package/recipes/node-typescript-next-web/app/api/health/route.ts +5 -0
- package/recipes/node-typescript-next-web/app/layout.tsx +19 -0
- package/recipes/node-typescript-next-web/app/page.tsx +12 -0
- package/recipes/node-typescript-next-web/app/styles.css +21 -0
- package/recipes/node-typescript-next-web/docs/development.md +16 -0
- package/recipes/node-typescript-next-web/eslint.config.mjs +9 -0
- package/recipes/node-typescript-next-web/gitignore.template +5 -0
- package/recipes/node-typescript-next-web/next-env.d.ts +7 -0
- package/recipes/node-typescript-next-web/next.config.ts +11 -0
- package/recipes/node-typescript-next-web/package-lock.json +7540 -0
- package/recipes/node-typescript-next-web/package.json +39 -0
- package/recipes/node-typescript-next-web/playwright.config.ts +23 -0
- package/recipes/node-typescript-next-web/recipe.yaml +71 -0
- package/recipes/node-typescript-next-web/scripts/check-package.mjs +3 -0
- package/recipes/node-typescript-next-web/src/health.ts +3 -0
- package/recipes/node-typescript-next-web/test/browser/home.spec.ts +14 -0
- package/recipes/node-typescript-next-web/test/integration/health-route.test.ts +11 -0
- package/recipes/node-typescript-next-web/test/unit/health.test.ts +9 -0
- package/recipes/node-typescript-next-web/tsconfig.json +33 -0
- package/schemas/README.md +64 -0
- package/schemas/audit-report.schema.json +59 -0
- package/schemas/blueprint.schema.json +34 -0
- package/schemas/context-manifest.schema.json +88 -0
- package/schemas/delivery-record.schema.json +266 -0
- package/schemas/impact-manifest.schema.json +146 -0
- package/schemas/managed-repository.schema.json +36 -0
- package/schemas/mill-config.schema.json +212 -0
- package/schemas/mill-lock.schema.json +96 -0
- package/schemas/outcome-plan.schema.json +51 -0
- package/schemas/product-contract.schema.json +181 -0
- package/schemas/public-alpha-qualification.schema.json +391 -0
- package/schemas/recipe-manifest.schema.json +187 -0
- package/schemas/release-evidence.schema.json +170 -0
- package/schemas/repository-integration-plan.schema.json +156 -0
- package/schemas/review-result.schema.json +57 -0
- package/schemas/scenario-set.schema.json +84 -0
- package/schemas/source-manifest.schema.json +96 -0
- package/schemas/specification-proposal.schema.json +406 -0
- package/schemas/support-tuple.schema.json +107 -0
- package/schemas/task-packet.schema.json +395 -0
- package/schemas/validation-evidence.schema.json +125 -0
- package/schemas/worker-invocation.schema.json +119 -0
- package/schemas/worker-profile.schema.json +53 -0
|
@@ -0,0 +1,2705 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
export declare const sourceManifestSchema: z.ZodObject<{
|
|
3
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
4
|
+
trigger: z.ZodEnum<{
|
|
5
|
+
bootstrap: "bootstrap";
|
|
6
|
+
adoption_uncertainty: "adoption_uncertainty";
|
|
7
|
+
approved_stack_change: "approved_stack_change";
|
|
8
|
+
}>;
|
|
9
|
+
providers: z.ZodArray<z.ZodObject<{
|
|
10
|
+
id: z.ZodString;
|
|
11
|
+
name: z.ZodString;
|
|
12
|
+
queries: z.ZodArray<z.ZodObject<{
|
|
13
|
+
id: z.ZodString;
|
|
14
|
+
text: z.ZodString;
|
|
15
|
+
purpose: z.ZodString;
|
|
16
|
+
}, z.core.$strict>>;
|
|
17
|
+
networkDisclosure: z.ZodString;
|
|
18
|
+
}, z.core.$strict>>;
|
|
19
|
+
sources: z.ZodArray<z.ZodObject<{
|
|
20
|
+
id: z.ZodString;
|
|
21
|
+
class: z.ZodEnum<{
|
|
22
|
+
primary_documentation: "primary_documentation";
|
|
23
|
+
official_registry: "official_registry";
|
|
24
|
+
security_advisory: "security_advisory";
|
|
25
|
+
license: "license";
|
|
26
|
+
repository: "repository";
|
|
27
|
+
user_evidence: "user_evidence";
|
|
28
|
+
operator_constraint: "operator_constraint";
|
|
29
|
+
}>;
|
|
30
|
+
uri: z.ZodString;
|
|
31
|
+
revision: z.ZodString;
|
|
32
|
+
observedAt: z.ZodISODateTime;
|
|
33
|
+
freshness: z.ZodEnum<{
|
|
34
|
+
unknown: "unknown";
|
|
35
|
+
current: "current";
|
|
36
|
+
stale: "stale";
|
|
37
|
+
}>;
|
|
38
|
+
authority: z.ZodEnum<{
|
|
39
|
+
evidence: "evidence";
|
|
40
|
+
constraint: "constraint";
|
|
41
|
+
approved_decision: "approved_decision";
|
|
42
|
+
}>;
|
|
43
|
+
digest: z.ZodOptional<z.ZodString>;
|
|
44
|
+
claims: z.ZodArray<z.ZodString>;
|
|
45
|
+
}, z.core.$strict>>;
|
|
46
|
+
}, z.core.$strict>;
|
|
47
|
+
export declare const invariantSchema: z.ZodObject<{
|
|
48
|
+
id: z.ZodString;
|
|
49
|
+
statement: z.ZodString;
|
|
50
|
+
owner: z.ZodString;
|
|
51
|
+
criticality: z.ZodEnum<{
|
|
52
|
+
medium: "medium";
|
|
53
|
+
low: "low";
|
|
54
|
+
high: "high";
|
|
55
|
+
critical: "critical";
|
|
56
|
+
}>;
|
|
57
|
+
surfaceRefs: z.ZodArray<z.ZodString>;
|
|
58
|
+
verification: z.ZodObject<{
|
|
59
|
+
mode: z.ZodEnum<{
|
|
60
|
+
command: "command";
|
|
61
|
+
human: "human";
|
|
62
|
+
unsupported: "unsupported";
|
|
63
|
+
}>;
|
|
64
|
+
ref: z.ZodString;
|
|
65
|
+
}, z.core.$strict>;
|
|
66
|
+
sourceRefs: z.ZodArray<z.ZodString>;
|
|
67
|
+
unknowns: z.ZodArray<z.ZodString>;
|
|
68
|
+
}, z.core.$strict>;
|
|
69
|
+
export declare const decisionCardSchema: z.ZodObject<{
|
|
70
|
+
id: z.ZodString;
|
|
71
|
+
kind: z.ZodEnum<{
|
|
72
|
+
product: "product";
|
|
73
|
+
architecture: "architecture";
|
|
74
|
+
design: "design";
|
|
75
|
+
accessibility: "accessibility";
|
|
76
|
+
research: "research";
|
|
77
|
+
}>;
|
|
78
|
+
question: z.ZodString;
|
|
79
|
+
decision: z.ZodString;
|
|
80
|
+
rationale: z.ZodString;
|
|
81
|
+
sourceRefs: z.ZodArray<z.ZodString>;
|
|
82
|
+
status: z.ZodEnum<{
|
|
83
|
+
rejected: "rejected";
|
|
84
|
+
proposed: "proposed";
|
|
85
|
+
approved: "approved";
|
|
86
|
+
}>;
|
|
87
|
+
costlyToReverse: z.ZodBoolean;
|
|
88
|
+
}, z.core.$strict>;
|
|
89
|
+
export declare const managedRepositorySchema: z.ZodObject<{
|
|
90
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
91
|
+
id: z.ZodUUID;
|
|
92
|
+
forgeHost: z.ZodString;
|
|
93
|
+
owner: z.ZodString;
|
|
94
|
+
repository: z.ZodString;
|
|
95
|
+
canonicalBranch: z.ZodString;
|
|
96
|
+
remoteName: z.ZodString;
|
|
97
|
+
remoteUrl: z.ZodURL;
|
|
98
|
+
trustCeiling: z.ZodEnum<{
|
|
99
|
+
inspect: "inspect";
|
|
100
|
+
build: "build";
|
|
101
|
+
propose: "propose";
|
|
102
|
+
}>;
|
|
103
|
+
}, z.core.$strict>;
|
|
104
|
+
export declare const productContractSchema: z.ZodObject<{
|
|
105
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
106
|
+
id: z.ZodString;
|
|
107
|
+
title: z.ZodString;
|
|
108
|
+
primaryUser: z.ZodString;
|
|
109
|
+
jobToBeDone: z.ZodString;
|
|
110
|
+
outcomes: z.ZodArray<z.ZodObject<{
|
|
111
|
+
id: z.ZodString;
|
|
112
|
+
statement: z.ZodString;
|
|
113
|
+
acceptanceIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
114
|
+
}, z.core.$strict>>;
|
|
115
|
+
nonGoals: z.ZodArray<z.ZodString>;
|
|
116
|
+
assumptions: z.ZodArray<z.ZodString>;
|
|
117
|
+
unknowns: z.ZodArray<z.ZodString>;
|
|
118
|
+
sourceRefs: z.ZodArray<z.ZodString>;
|
|
119
|
+
acceptance: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
120
|
+
id: z.ZodString;
|
|
121
|
+
kind: z.ZodEnum<{
|
|
122
|
+
functional: "functional";
|
|
123
|
+
quality: "quality";
|
|
124
|
+
operational: "operational";
|
|
125
|
+
}>;
|
|
126
|
+
statement: z.ZodString;
|
|
127
|
+
sourceRefs: z.ZodArray<z.ZodString>;
|
|
128
|
+
}, z.core.$strict>>>;
|
|
129
|
+
invariants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
130
|
+
id: z.ZodString;
|
|
131
|
+
statement: z.ZodString;
|
|
132
|
+
owner: z.ZodString;
|
|
133
|
+
criticality: z.ZodEnum<{
|
|
134
|
+
medium: "medium";
|
|
135
|
+
low: "low";
|
|
136
|
+
high: "high";
|
|
137
|
+
critical: "critical";
|
|
138
|
+
}>;
|
|
139
|
+
surfaceRefs: z.ZodArray<z.ZodString>;
|
|
140
|
+
verification: z.ZodObject<{
|
|
141
|
+
mode: z.ZodEnum<{
|
|
142
|
+
command: "command";
|
|
143
|
+
human: "human";
|
|
144
|
+
unsupported: "unsupported";
|
|
145
|
+
}>;
|
|
146
|
+
ref: z.ZodString;
|
|
147
|
+
}, z.core.$strict>;
|
|
148
|
+
sourceRefs: z.ZodArray<z.ZodString>;
|
|
149
|
+
unknowns: z.ZodArray<z.ZodString>;
|
|
150
|
+
}, z.core.$strict>>>;
|
|
151
|
+
decisions: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
152
|
+
id: z.ZodString;
|
|
153
|
+
kind: z.ZodEnum<{
|
|
154
|
+
product: "product";
|
|
155
|
+
architecture: "architecture";
|
|
156
|
+
design: "design";
|
|
157
|
+
accessibility: "accessibility";
|
|
158
|
+
research: "research";
|
|
159
|
+
}>;
|
|
160
|
+
question: z.ZodString;
|
|
161
|
+
decision: z.ZodString;
|
|
162
|
+
rationale: z.ZodString;
|
|
163
|
+
sourceRefs: z.ZodArray<z.ZodString>;
|
|
164
|
+
status: z.ZodEnum<{
|
|
165
|
+
rejected: "rejected";
|
|
166
|
+
proposed: "proposed";
|
|
167
|
+
approved: "approved";
|
|
168
|
+
}>;
|
|
169
|
+
costlyToReverse: z.ZodBoolean;
|
|
170
|
+
}, z.core.$strict>>>;
|
|
171
|
+
}, z.core.$strict>;
|
|
172
|
+
export declare const blueprintSchema: z.ZodObject<{
|
|
173
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
174
|
+
id: z.ZodString;
|
|
175
|
+
productContractDigest: z.ZodString;
|
|
176
|
+
recipe: z.ZodString;
|
|
177
|
+
recipeVersion: z.ZodString;
|
|
178
|
+
runtime: z.ZodString;
|
|
179
|
+
architecture: z.ZodArray<z.ZodString>;
|
|
180
|
+
risks: z.ZodArray<z.ZodString>;
|
|
181
|
+
}, z.core.$strict>;
|
|
182
|
+
export declare const scenarioSchema: z.ZodObject<{
|
|
183
|
+
id: z.ZodString;
|
|
184
|
+
kind: z.ZodEnum<{
|
|
185
|
+
authority: "authority";
|
|
186
|
+
normal: "normal";
|
|
187
|
+
exception: "exception";
|
|
188
|
+
degradation: "degradation";
|
|
189
|
+
recovery: "recovery";
|
|
190
|
+
adversarial: "adversarial";
|
|
191
|
+
}>;
|
|
192
|
+
given: z.ZodArray<z.ZodString>;
|
|
193
|
+
when: z.ZodArray<z.ZodString>;
|
|
194
|
+
then: z.ZodArray<z.ZodString>;
|
|
195
|
+
oracleOwner: z.ZodEnum<{
|
|
196
|
+
external: "external";
|
|
197
|
+
repository: "repository";
|
|
198
|
+
human: "human";
|
|
199
|
+
}>;
|
|
200
|
+
acceptanceRefs: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
201
|
+
invariantRefs: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
202
|
+
coverage: z.ZodDefault<z.ZodEnum<{
|
|
203
|
+
new_behavior: "new_behavior";
|
|
204
|
+
preservation: "preservation";
|
|
205
|
+
both: "both";
|
|
206
|
+
}>>;
|
|
207
|
+
visibility: z.ZodDefault<z.ZodEnum<{
|
|
208
|
+
builder_visible: "builder_visible";
|
|
209
|
+
reviewer_owned: "reviewer_owned";
|
|
210
|
+
human_acceptance: "human_acceptance";
|
|
211
|
+
}>>;
|
|
212
|
+
executionRef: z.ZodOptional<z.ZodString>;
|
|
213
|
+
recipeOracle: z.ZodOptional<z.ZodString>;
|
|
214
|
+
forbidden: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
215
|
+
}, z.core.$strict>;
|
|
216
|
+
export declare const scenarioSetSchema: z.ZodObject<{
|
|
217
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
218
|
+
productContractDigest: z.ZodString;
|
|
219
|
+
scenarios: z.ZodArray<z.ZodObject<{
|
|
220
|
+
id: z.ZodString;
|
|
221
|
+
kind: z.ZodEnum<{
|
|
222
|
+
authority: "authority";
|
|
223
|
+
normal: "normal";
|
|
224
|
+
exception: "exception";
|
|
225
|
+
degradation: "degradation";
|
|
226
|
+
recovery: "recovery";
|
|
227
|
+
adversarial: "adversarial";
|
|
228
|
+
}>;
|
|
229
|
+
given: z.ZodArray<z.ZodString>;
|
|
230
|
+
when: z.ZodArray<z.ZodString>;
|
|
231
|
+
then: z.ZodArray<z.ZodString>;
|
|
232
|
+
oracleOwner: z.ZodEnum<{
|
|
233
|
+
external: "external";
|
|
234
|
+
repository: "repository";
|
|
235
|
+
human: "human";
|
|
236
|
+
}>;
|
|
237
|
+
acceptanceRefs: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
238
|
+
invariantRefs: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
239
|
+
coverage: z.ZodDefault<z.ZodEnum<{
|
|
240
|
+
new_behavior: "new_behavior";
|
|
241
|
+
preservation: "preservation";
|
|
242
|
+
both: "both";
|
|
243
|
+
}>>;
|
|
244
|
+
visibility: z.ZodDefault<z.ZodEnum<{
|
|
245
|
+
builder_visible: "builder_visible";
|
|
246
|
+
reviewer_owned: "reviewer_owned";
|
|
247
|
+
human_acceptance: "human_acceptance";
|
|
248
|
+
}>>;
|
|
249
|
+
executionRef: z.ZodOptional<z.ZodString>;
|
|
250
|
+
recipeOracle: z.ZodOptional<z.ZodString>;
|
|
251
|
+
forbidden: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
252
|
+
}, z.core.$strict>>;
|
|
253
|
+
}, z.core.$strict>;
|
|
254
|
+
export declare const outcomeSchema: z.ZodObject<{
|
|
255
|
+
id: z.ZodString;
|
|
256
|
+
title: z.ZodString;
|
|
257
|
+
acceptance: z.ZodArray<z.ZodString>;
|
|
258
|
+
acceptanceIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
259
|
+
dependsOn: z.ZodArray<z.ZodString>;
|
|
260
|
+
status: z.ZodEnum<{
|
|
261
|
+
proposed: "proposed";
|
|
262
|
+
approved: "approved";
|
|
263
|
+
ready: "ready";
|
|
264
|
+
blocked: "blocked";
|
|
265
|
+
closed: "closed";
|
|
266
|
+
}>;
|
|
267
|
+
taskRef: z.ZodOptional<z.ZodString>;
|
|
268
|
+
}, z.core.$strict>;
|
|
269
|
+
export declare const outcomePlanSchema: z.ZodObject<{
|
|
270
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
271
|
+
productContractDigest: z.ZodString;
|
|
272
|
+
outcomes: z.ZodArray<z.ZodObject<{
|
|
273
|
+
id: z.ZodString;
|
|
274
|
+
title: z.ZodString;
|
|
275
|
+
acceptance: z.ZodArray<z.ZodString>;
|
|
276
|
+
acceptanceIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
277
|
+
dependsOn: z.ZodArray<z.ZodString>;
|
|
278
|
+
status: z.ZodEnum<{
|
|
279
|
+
proposed: "proposed";
|
|
280
|
+
approved: "approved";
|
|
281
|
+
ready: "ready";
|
|
282
|
+
blocked: "blocked";
|
|
283
|
+
closed: "closed";
|
|
284
|
+
}>;
|
|
285
|
+
taskRef: z.ZodOptional<z.ZodString>;
|
|
286
|
+
}, z.core.$strict>>;
|
|
287
|
+
}, z.core.$strict>;
|
|
288
|
+
export declare const impactManifestSchema: z.ZodObject<{
|
|
289
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
290
|
+
id: z.ZodString;
|
|
291
|
+
productContractDigest: z.ZodString;
|
|
292
|
+
outcomeId: z.ZodString;
|
|
293
|
+
riskClass: z.ZodEnum<{
|
|
294
|
+
medium: "medium";
|
|
295
|
+
low: "low";
|
|
296
|
+
high: "high";
|
|
297
|
+
}>;
|
|
298
|
+
acceptanceIds: z.ZodArray<z.ZodString>;
|
|
299
|
+
affectedInvariantIds: z.ZodArray<z.ZodString>;
|
|
300
|
+
uncertainInvariantIds: z.ZodArray<z.ZodString>;
|
|
301
|
+
surfaces: z.ZodArray<z.ZodObject<{
|
|
302
|
+
id: z.ZodString;
|
|
303
|
+
kind: z.ZodEnum<{
|
|
304
|
+
user: "user";
|
|
305
|
+
design: "design";
|
|
306
|
+
system: "system";
|
|
307
|
+
interface: "interface";
|
|
308
|
+
data: "data";
|
|
309
|
+
operations: "operations";
|
|
310
|
+
}>;
|
|
311
|
+
change: z.ZodString;
|
|
312
|
+
}, z.core.$strict>>;
|
|
313
|
+
scenarioIds: z.ZodArray<z.ZodString>;
|
|
314
|
+
commandIds: z.ZodArray<z.ZodString>;
|
|
315
|
+
materialDecisions: z.ZodArray<z.ZodString>;
|
|
316
|
+
unresolved: z.ZodArray<z.ZodString>;
|
|
317
|
+
exceptions: z.ZodArray<z.ZodObject<{
|
|
318
|
+
id: z.ZodString;
|
|
319
|
+
scopeRefs: z.ZodArray<z.ZodString>;
|
|
320
|
+
reason: z.ZodString;
|
|
321
|
+
approvedBy: z.ZodString;
|
|
322
|
+
approvedAt: z.ZodISODateTime;
|
|
323
|
+
expiresAt: z.ZodISODateTime;
|
|
324
|
+
}, z.core.$strict>>;
|
|
325
|
+
approval: z.ZodNullable<z.ZodObject<{
|
|
326
|
+
approvedBy: z.ZodString;
|
|
327
|
+
approvedAt: z.ZodISODateTime;
|
|
328
|
+
proposalDigest: z.ZodString;
|
|
329
|
+
}, z.core.$strict>>;
|
|
330
|
+
}, z.core.$strict>;
|
|
331
|
+
export declare const specificationProposalSchema: z.ZodObject<{
|
|
332
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
333
|
+
prd: z.ZodObject<{
|
|
334
|
+
path: z.ZodString;
|
|
335
|
+
digest: z.ZodString;
|
|
336
|
+
}, z.core.$strict>;
|
|
337
|
+
sourceManifestDigest: z.ZodString;
|
|
338
|
+
productContract: z.ZodObject<{
|
|
339
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
340
|
+
id: z.ZodString;
|
|
341
|
+
title: z.ZodString;
|
|
342
|
+
primaryUser: z.ZodString;
|
|
343
|
+
jobToBeDone: z.ZodString;
|
|
344
|
+
outcomes: z.ZodArray<z.ZodObject<{
|
|
345
|
+
id: z.ZodString;
|
|
346
|
+
statement: z.ZodString;
|
|
347
|
+
acceptanceIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
348
|
+
}, z.core.$strict>>;
|
|
349
|
+
nonGoals: z.ZodArray<z.ZodString>;
|
|
350
|
+
assumptions: z.ZodArray<z.ZodString>;
|
|
351
|
+
unknowns: z.ZodArray<z.ZodString>;
|
|
352
|
+
sourceRefs: z.ZodArray<z.ZodString>;
|
|
353
|
+
acceptance: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
354
|
+
id: z.ZodString;
|
|
355
|
+
kind: z.ZodEnum<{
|
|
356
|
+
functional: "functional";
|
|
357
|
+
quality: "quality";
|
|
358
|
+
operational: "operational";
|
|
359
|
+
}>;
|
|
360
|
+
statement: z.ZodString;
|
|
361
|
+
sourceRefs: z.ZodArray<z.ZodString>;
|
|
362
|
+
}, z.core.$strict>>>;
|
|
363
|
+
invariants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
364
|
+
id: z.ZodString;
|
|
365
|
+
statement: z.ZodString;
|
|
366
|
+
owner: z.ZodString;
|
|
367
|
+
criticality: z.ZodEnum<{
|
|
368
|
+
medium: "medium";
|
|
369
|
+
low: "low";
|
|
370
|
+
high: "high";
|
|
371
|
+
critical: "critical";
|
|
372
|
+
}>;
|
|
373
|
+
surfaceRefs: z.ZodArray<z.ZodString>;
|
|
374
|
+
verification: z.ZodObject<{
|
|
375
|
+
mode: z.ZodEnum<{
|
|
376
|
+
command: "command";
|
|
377
|
+
human: "human";
|
|
378
|
+
unsupported: "unsupported";
|
|
379
|
+
}>;
|
|
380
|
+
ref: z.ZodString;
|
|
381
|
+
}, z.core.$strict>;
|
|
382
|
+
sourceRefs: z.ZodArray<z.ZodString>;
|
|
383
|
+
unknowns: z.ZodArray<z.ZodString>;
|
|
384
|
+
}, z.core.$strict>>>;
|
|
385
|
+
decisions: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
386
|
+
id: z.ZodString;
|
|
387
|
+
kind: z.ZodEnum<{
|
|
388
|
+
product: "product";
|
|
389
|
+
architecture: "architecture";
|
|
390
|
+
design: "design";
|
|
391
|
+
accessibility: "accessibility";
|
|
392
|
+
research: "research";
|
|
393
|
+
}>;
|
|
394
|
+
question: z.ZodString;
|
|
395
|
+
decision: z.ZodString;
|
|
396
|
+
rationale: z.ZodString;
|
|
397
|
+
sourceRefs: z.ZodArray<z.ZodString>;
|
|
398
|
+
status: z.ZodEnum<{
|
|
399
|
+
rejected: "rejected";
|
|
400
|
+
proposed: "proposed";
|
|
401
|
+
approved: "approved";
|
|
402
|
+
}>;
|
|
403
|
+
costlyToReverse: z.ZodBoolean;
|
|
404
|
+
}, z.core.$strict>>>;
|
|
405
|
+
}, z.core.$strict>;
|
|
406
|
+
blueprints: z.ZodArray<z.ZodObject<{
|
|
407
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
408
|
+
id: z.ZodString;
|
|
409
|
+
productContractDigest: z.ZodString;
|
|
410
|
+
recipe: z.ZodString;
|
|
411
|
+
recipeVersion: z.ZodString;
|
|
412
|
+
runtime: z.ZodString;
|
|
413
|
+
architecture: z.ZodArray<z.ZodString>;
|
|
414
|
+
risks: z.ZodArray<z.ZodString>;
|
|
415
|
+
}, z.core.$strict>>;
|
|
416
|
+
scenarioSet: z.ZodObject<{
|
|
417
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
418
|
+
productContractDigest: z.ZodString;
|
|
419
|
+
scenarios: z.ZodArray<z.ZodObject<{
|
|
420
|
+
id: z.ZodString;
|
|
421
|
+
kind: z.ZodEnum<{
|
|
422
|
+
authority: "authority";
|
|
423
|
+
normal: "normal";
|
|
424
|
+
exception: "exception";
|
|
425
|
+
degradation: "degradation";
|
|
426
|
+
recovery: "recovery";
|
|
427
|
+
adversarial: "adversarial";
|
|
428
|
+
}>;
|
|
429
|
+
given: z.ZodArray<z.ZodString>;
|
|
430
|
+
when: z.ZodArray<z.ZodString>;
|
|
431
|
+
then: z.ZodArray<z.ZodString>;
|
|
432
|
+
oracleOwner: z.ZodEnum<{
|
|
433
|
+
external: "external";
|
|
434
|
+
repository: "repository";
|
|
435
|
+
human: "human";
|
|
436
|
+
}>;
|
|
437
|
+
acceptanceRefs: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
438
|
+
invariantRefs: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
439
|
+
coverage: z.ZodDefault<z.ZodEnum<{
|
|
440
|
+
new_behavior: "new_behavior";
|
|
441
|
+
preservation: "preservation";
|
|
442
|
+
both: "both";
|
|
443
|
+
}>>;
|
|
444
|
+
visibility: z.ZodDefault<z.ZodEnum<{
|
|
445
|
+
builder_visible: "builder_visible";
|
|
446
|
+
reviewer_owned: "reviewer_owned";
|
|
447
|
+
human_acceptance: "human_acceptance";
|
|
448
|
+
}>>;
|
|
449
|
+
executionRef: z.ZodOptional<z.ZodString>;
|
|
450
|
+
recipeOracle: z.ZodOptional<z.ZodString>;
|
|
451
|
+
forbidden: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
452
|
+
}, z.core.$strict>>;
|
|
453
|
+
}, z.core.$strict>;
|
|
454
|
+
assumptions: z.ZodArray<z.ZodObject<{
|
|
455
|
+
id: z.ZodString;
|
|
456
|
+
statement: z.ZodString;
|
|
457
|
+
sourceRefs: z.ZodArray<z.ZodString>;
|
|
458
|
+
}, z.core.$strict>>;
|
|
459
|
+
contradictions: z.ZodArray<z.ZodObject<{
|
|
460
|
+
id: z.ZodString;
|
|
461
|
+
statement: z.ZodString;
|
|
462
|
+
sourceRefs: z.ZodArray<z.ZodString>;
|
|
463
|
+
blocking: z.ZodBoolean;
|
|
464
|
+
}, z.core.$strict>>;
|
|
465
|
+
questions: z.ZodArray<z.ZodObject<{
|
|
466
|
+
id: z.ZodString;
|
|
467
|
+
prompt: z.ZodString;
|
|
468
|
+
recommendedDefault: z.ZodString;
|
|
469
|
+
reversible: z.ZodBoolean;
|
|
470
|
+
blocking: z.ZodBoolean;
|
|
471
|
+
}, z.core.$strict>>;
|
|
472
|
+
status: z.ZodLiteral<"proposed">;
|
|
473
|
+
}, z.core.$strict>;
|
|
474
|
+
export declare const millConfigSchema: z.ZodObject<{
|
|
475
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
476
|
+
repositoryId: z.ZodUUID;
|
|
477
|
+
trustCeiling: z.ZodEnum<{
|
|
478
|
+
inspect: "inspect";
|
|
479
|
+
build: "build";
|
|
480
|
+
propose: "propose";
|
|
481
|
+
}>;
|
|
482
|
+
sensitivePaths: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
483
|
+
verifier: z.ZodOptional<z.ZodObject<{
|
|
484
|
+
image: z.ZodString;
|
|
485
|
+
network: z.ZodLiteral<"none">;
|
|
486
|
+
dependencies: z.ZodOptional<z.ZodObject<{
|
|
487
|
+
manager: z.ZodLiteral<"npm">;
|
|
488
|
+
registry: z.ZodLiteral<"https://registry.npmjs.org">;
|
|
489
|
+
targetPath: z.ZodLiteral<"node_modules">;
|
|
490
|
+
lockPaths: z.ZodArray<z.ZodString>;
|
|
491
|
+
}, z.core.$strict>>;
|
|
492
|
+
}, z.core.$strict>>;
|
|
493
|
+
propose: z.ZodOptional<z.ZodObject<{
|
|
494
|
+
forge: z.ZodLiteral<"github">;
|
|
495
|
+
host: z.ZodLiteral<"github.com">;
|
|
496
|
+
owner: z.ZodString;
|
|
497
|
+
repository: z.ZodString;
|
|
498
|
+
repositoryNodeId: z.ZodString;
|
|
499
|
+
remoteName: z.ZodString;
|
|
500
|
+
baseBranch: z.ZodString;
|
|
501
|
+
branchPrefix: z.ZodLiteral<"mill/">;
|
|
502
|
+
allowedActors: z.ZodArray<z.ZodString>;
|
|
503
|
+
allowedMergerLogins: z.ZodArray<z.ZodString>;
|
|
504
|
+
requiredChecks: z.ZodArray<z.ZodString>;
|
|
505
|
+
reviewPolicy: z.ZodObject<{
|
|
506
|
+
mode: z.ZodEnum<{
|
|
507
|
+
local_only: "local_only";
|
|
508
|
+
github_required: "github_required";
|
|
509
|
+
}>;
|
|
510
|
+
requiredReviewerLogins: z.ZodArray<z.ZodString>;
|
|
511
|
+
}, z.core.$strict>;
|
|
512
|
+
allowedMergeMethods: z.ZodArray<z.ZodEnum<{
|
|
513
|
+
merge: "merge";
|
|
514
|
+
linear_tree_preserving: "linear_tree_preserving";
|
|
515
|
+
}>>;
|
|
516
|
+
approvalTtlSeconds: z.ZodDefault<z.ZodNumber>;
|
|
517
|
+
pollTimeoutSeconds: z.ZodDefault<z.ZodNumber>;
|
|
518
|
+
}, z.core.$strict>>;
|
|
519
|
+
commands: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
520
|
+
argv: z.ZodArray<z.ZodString>;
|
|
521
|
+
cwd: z.ZodString;
|
|
522
|
+
controlPaths: z.ZodArray<z.ZodString>;
|
|
523
|
+
capability: z.ZodEnum<{
|
|
524
|
+
test: "test";
|
|
525
|
+
build: "build";
|
|
526
|
+
read: "read";
|
|
527
|
+
package: "package";
|
|
528
|
+
}>;
|
|
529
|
+
required: z.ZodDefault<z.ZodBoolean>;
|
|
530
|
+
timeoutSeconds: z.ZodDefault<z.ZodNumber>;
|
|
531
|
+
execution: z.ZodDefault<z.ZodEnum<{
|
|
532
|
+
host: "host";
|
|
533
|
+
oci: "oci";
|
|
534
|
+
}>>;
|
|
535
|
+
writablePaths: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
536
|
+
}, z.core.$strict>>;
|
|
537
|
+
}, z.core.$strict>;
|
|
538
|
+
export declare const taskPacketV1Schema: z.ZodObject<{
|
|
539
|
+
authority: z.ZodObject<{
|
|
540
|
+
productContract: z.ZodObject<{
|
|
541
|
+
path: z.ZodString;
|
|
542
|
+
digest: z.ZodString;
|
|
543
|
+
}, z.core.$strict>;
|
|
544
|
+
scenarioSet: z.ZodObject<{
|
|
545
|
+
path: z.ZodString;
|
|
546
|
+
digest: z.ZodString;
|
|
547
|
+
}, z.core.$strict>;
|
|
548
|
+
policy: z.ZodObject<{
|
|
549
|
+
path: z.ZodString;
|
|
550
|
+
digest: z.ZodString;
|
|
551
|
+
}, z.core.$strict>;
|
|
552
|
+
}, z.core.$strict>;
|
|
553
|
+
acceptance: z.ZodArray<z.ZodObject<{
|
|
554
|
+
id: z.ZodString;
|
|
555
|
+
statement: z.ZodString;
|
|
556
|
+
}, z.core.$strict>>;
|
|
557
|
+
id: z.ZodString;
|
|
558
|
+
title: z.ZodString;
|
|
559
|
+
objective: z.ZodString;
|
|
560
|
+
riskClass: z.ZodEnum<{
|
|
561
|
+
medium: "medium";
|
|
562
|
+
low: "low";
|
|
563
|
+
high: "high";
|
|
564
|
+
}>;
|
|
565
|
+
baseRef: z.ZodString;
|
|
566
|
+
contextPaths: z.ZodArray<z.ZodString>;
|
|
567
|
+
allowedPaths: z.ZodArray<z.ZodString>;
|
|
568
|
+
commandIds: z.ZodArray<z.ZodString>;
|
|
569
|
+
commit: z.ZodObject<{
|
|
570
|
+
message: z.ZodString;
|
|
571
|
+
authorName: z.ZodString;
|
|
572
|
+
authorEmail: z.ZodEmail;
|
|
573
|
+
}, z.core.$strict>;
|
|
574
|
+
budget: z.ZodObject<{
|
|
575
|
+
deadlineSeconds: z.ZodNumber;
|
|
576
|
+
maxOutputBytes: z.ZodNumber;
|
|
577
|
+
retryCount: z.ZodNumber;
|
|
578
|
+
}, z.core.$strict>;
|
|
579
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
580
|
+
}, z.core.$strict>;
|
|
581
|
+
export declare const taskPacketV2Schema: z.ZodObject<{
|
|
582
|
+
authority: z.ZodObject<{
|
|
583
|
+
productContract: z.ZodObject<{
|
|
584
|
+
path: z.ZodString;
|
|
585
|
+
digest: z.ZodString;
|
|
586
|
+
}, z.core.$strict>;
|
|
587
|
+
scenarioSet: z.ZodObject<{
|
|
588
|
+
path: z.ZodString;
|
|
589
|
+
digest: z.ZodString;
|
|
590
|
+
}, z.core.$strict>;
|
|
591
|
+
policy: z.ZodObject<{
|
|
592
|
+
path: z.ZodString;
|
|
593
|
+
digest: z.ZodString;
|
|
594
|
+
}, z.core.$strict>;
|
|
595
|
+
impactManifest: z.ZodObject<{
|
|
596
|
+
path: z.ZodString;
|
|
597
|
+
digest: z.ZodString;
|
|
598
|
+
}, z.core.$strict>;
|
|
599
|
+
}, z.core.$strict>;
|
|
600
|
+
attestations: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
601
|
+
id: z.ZodString;
|
|
602
|
+
approvedBy: z.ZodString;
|
|
603
|
+
approvedAt: z.ZodISODateTime;
|
|
604
|
+
expiresAt: z.ZodISODateTime;
|
|
605
|
+
claims: z.ZodArray<z.ZodObject<{
|
|
606
|
+
kind: z.ZodEnum<{
|
|
607
|
+
acceptance: "acceptance";
|
|
608
|
+
invariant: "invariant";
|
|
609
|
+
scenario: "scenario";
|
|
610
|
+
}>;
|
|
611
|
+
id: z.ZodString;
|
|
612
|
+
digest: z.ZodString;
|
|
613
|
+
}, z.core.$strict>>;
|
|
614
|
+
}, z.core.$strict>>>;
|
|
615
|
+
acceptance: z.ZodArray<z.ZodObject<{
|
|
616
|
+
id: z.ZodString;
|
|
617
|
+
statement: z.ZodString;
|
|
618
|
+
invariantIds: z.ZodArray<z.ZodString>;
|
|
619
|
+
scenarioIds: z.ZodArray<z.ZodString>;
|
|
620
|
+
coverage: z.ZodEnum<{
|
|
621
|
+
new_behavior: "new_behavior";
|
|
622
|
+
preservation: "preservation";
|
|
623
|
+
both: "both";
|
|
624
|
+
}>;
|
|
625
|
+
evidence: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
626
|
+
mode: z.ZodLiteral<"command">;
|
|
627
|
+
commandId: z.ZodString;
|
|
628
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
629
|
+
mode: z.ZodLiteral<"human">;
|
|
630
|
+
attestationId: z.ZodString;
|
|
631
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
632
|
+
mode: z.ZodLiteral<"unsupported">;
|
|
633
|
+
reason: z.ZodString;
|
|
634
|
+
}, z.core.$strict>], "mode">;
|
|
635
|
+
}, z.core.$strict>>;
|
|
636
|
+
id: z.ZodString;
|
|
637
|
+
title: z.ZodString;
|
|
638
|
+
objective: z.ZodString;
|
|
639
|
+
riskClass: z.ZodEnum<{
|
|
640
|
+
medium: "medium";
|
|
641
|
+
low: "low";
|
|
642
|
+
high: "high";
|
|
643
|
+
}>;
|
|
644
|
+
baseRef: z.ZodString;
|
|
645
|
+
contextPaths: z.ZodArray<z.ZodString>;
|
|
646
|
+
allowedPaths: z.ZodArray<z.ZodString>;
|
|
647
|
+
commandIds: z.ZodArray<z.ZodString>;
|
|
648
|
+
commit: z.ZodObject<{
|
|
649
|
+
message: z.ZodString;
|
|
650
|
+
authorName: z.ZodString;
|
|
651
|
+
authorEmail: z.ZodEmail;
|
|
652
|
+
}, z.core.$strict>;
|
|
653
|
+
budget: z.ZodObject<{
|
|
654
|
+
deadlineSeconds: z.ZodNumber;
|
|
655
|
+
maxOutputBytes: z.ZodNumber;
|
|
656
|
+
retryCount: z.ZodNumber;
|
|
657
|
+
}, z.core.$strict>;
|
|
658
|
+
schemaVersion: z.ZodLiteral<"2">;
|
|
659
|
+
}, z.core.$strict>;
|
|
660
|
+
export declare const taskPacketSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
661
|
+
authority: z.ZodObject<{
|
|
662
|
+
productContract: z.ZodObject<{
|
|
663
|
+
path: z.ZodString;
|
|
664
|
+
digest: z.ZodString;
|
|
665
|
+
}, z.core.$strict>;
|
|
666
|
+
scenarioSet: z.ZodObject<{
|
|
667
|
+
path: z.ZodString;
|
|
668
|
+
digest: z.ZodString;
|
|
669
|
+
}, z.core.$strict>;
|
|
670
|
+
policy: z.ZodObject<{
|
|
671
|
+
path: z.ZodString;
|
|
672
|
+
digest: z.ZodString;
|
|
673
|
+
}, z.core.$strict>;
|
|
674
|
+
}, z.core.$strict>;
|
|
675
|
+
acceptance: z.ZodArray<z.ZodObject<{
|
|
676
|
+
id: z.ZodString;
|
|
677
|
+
statement: z.ZodString;
|
|
678
|
+
}, z.core.$strict>>;
|
|
679
|
+
id: z.ZodString;
|
|
680
|
+
title: z.ZodString;
|
|
681
|
+
objective: z.ZodString;
|
|
682
|
+
riskClass: z.ZodEnum<{
|
|
683
|
+
medium: "medium";
|
|
684
|
+
low: "low";
|
|
685
|
+
high: "high";
|
|
686
|
+
}>;
|
|
687
|
+
baseRef: z.ZodString;
|
|
688
|
+
contextPaths: z.ZodArray<z.ZodString>;
|
|
689
|
+
allowedPaths: z.ZodArray<z.ZodString>;
|
|
690
|
+
commandIds: z.ZodArray<z.ZodString>;
|
|
691
|
+
commit: z.ZodObject<{
|
|
692
|
+
message: z.ZodString;
|
|
693
|
+
authorName: z.ZodString;
|
|
694
|
+
authorEmail: z.ZodEmail;
|
|
695
|
+
}, z.core.$strict>;
|
|
696
|
+
budget: z.ZodObject<{
|
|
697
|
+
deadlineSeconds: z.ZodNumber;
|
|
698
|
+
maxOutputBytes: z.ZodNumber;
|
|
699
|
+
retryCount: z.ZodNumber;
|
|
700
|
+
}, z.core.$strict>;
|
|
701
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
702
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
703
|
+
authority: z.ZodObject<{
|
|
704
|
+
productContract: z.ZodObject<{
|
|
705
|
+
path: z.ZodString;
|
|
706
|
+
digest: z.ZodString;
|
|
707
|
+
}, z.core.$strict>;
|
|
708
|
+
scenarioSet: z.ZodObject<{
|
|
709
|
+
path: z.ZodString;
|
|
710
|
+
digest: z.ZodString;
|
|
711
|
+
}, z.core.$strict>;
|
|
712
|
+
policy: z.ZodObject<{
|
|
713
|
+
path: z.ZodString;
|
|
714
|
+
digest: z.ZodString;
|
|
715
|
+
}, z.core.$strict>;
|
|
716
|
+
impactManifest: z.ZodObject<{
|
|
717
|
+
path: z.ZodString;
|
|
718
|
+
digest: z.ZodString;
|
|
719
|
+
}, z.core.$strict>;
|
|
720
|
+
}, z.core.$strict>;
|
|
721
|
+
attestations: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
722
|
+
id: z.ZodString;
|
|
723
|
+
approvedBy: z.ZodString;
|
|
724
|
+
approvedAt: z.ZodISODateTime;
|
|
725
|
+
expiresAt: z.ZodISODateTime;
|
|
726
|
+
claims: z.ZodArray<z.ZodObject<{
|
|
727
|
+
kind: z.ZodEnum<{
|
|
728
|
+
acceptance: "acceptance";
|
|
729
|
+
invariant: "invariant";
|
|
730
|
+
scenario: "scenario";
|
|
731
|
+
}>;
|
|
732
|
+
id: z.ZodString;
|
|
733
|
+
digest: z.ZodString;
|
|
734
|
+
}, z.core.$strict>>;
|
|
735
|
+
}, z.core.$strict>>>;
|
|
736
|
+
acceptance: z.ZodArray<z.ZodObject<{
|
|
737
|
+
id: z.ZodString;
|
|
738
|
+
statement: z.ZodString;
|
|
739
|
+
invariantIds: z.ZodArray<z.ZodString>;
|
|
740
|
+
scenarioIds: z.ZodArray<z.ZodString>;
|
|
741
|
+
coverage: z.ZodEnum<{
|
|
742
|
+
new_behavior: "new_behavior";
|
|
743
|
+
preservation: "preservation";
|
|
744
|
+
both: "both";
|
|
745
|
+
}>;
|
|
746
|
+
evidence: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
747
|
+
mode: z.ZodLiteral<"command">;
|
|
748
|
+
commandId: z.ZodString;
|
|
749
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
750
|
+
mode: z.ZodLiteral<"human">;
|
|
751
|
+
attestationId: z.ZodString;
|
|
752
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
753
|
+
mode: z.ZodLiteral<"unsupported">;
|
|
754
|
+
reason: z.ZodString;
|
|
755
|
+
}, z.core.$strict>], "mode">;
|
|
756
|
+
}, z.core.$strict>>;
|
|
757
|
+
id: z.ZodString;
|
|
758
|
+
title: z.ZodString;
|
|
759
|
+
objective: z.ZodString;
|
|
760
|
+
riskClass: z.ZodEnum<{
|
|
761
|
+
medium: "medium";
|
|
762
|
+
low: "low";
|
|
763
|
+
high: "high";
|
|
764
|
+
}>;
|
|
765
|
+
baseRef: z.ZodString;
|
|
766
|
+
contextPaths: z.ZodArray<z.ZodString>;
|
|
767
|
+
allowedPaths: z.ZodArray<z.ZodString>;
|
|
768
|
+
commandIds: z.ZodArray<z.ZodString>;
|
|
769
|
+
commit: z.ZodObject<{
|
|
770
|
+
message: z.ZodString;
|
|
771
|
+
authorName: z.ZodString;
|
|
772
|
+
authorEmail: z.ZodEmail;
|
|
773
|
+
}, z.core.$strict>;
|
|
774
|
+
budget: z.ZodObject<{
|
|
775
|
+
deadlineSeconds: z.ZodNumber;
|
|
776
|
+
maxOutputBytes: z.ZodNumber;
|
|
777
|
+
retryCount: z.ZodNumber;
|
|
778
|
+
}, z.core.$strict>;
|
|
779
|
+
schemaVersion: z.ZodLiteral<"2">;
|
|
780
|
+
}, z.core.$strict>], "schemaVersion">;
|
|
781
|
+
export declare const workerProfileSchema: z.ZodObject<{
|
|
782
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
783
|
+
adapter: z.ZodLiteral<"codex-cli">;
|
|
784
|
+
role: z.ZodEnum<{
|
|
785
|
+
planner: "planner";
|
|
786
|
+
builder: "builder";
|
|
787
|
+
reviewer: "reviewer";
|
|
788
|
+
}>;
|
|
789
|
+
contractVersion: z.ZodLiteral<"1">;
|
|
790
|
+
harnessVersion: z.ZodString;
|
|
791
|
+
promptTemplateDigest: z.ZodString;
|
|
792
|
+
modelIdentity: z.ZodLiteral<"provider-mutable">;
|
|
793
|
+
approvalPolicy: z.ZodLiteral<"never">;
|
|
794
|
+
sandbox: z.ZodEnum<{
|
|
795
|
+
"read-only": "read-only";
|
|
796
|
+
"workspace-write": "workspace-write";
|
|
797
|
+
}>;
|
|
798
|
+
session: z.ZodLiteral<"ephemeral">;
|
|
799
|
+
hostRules: z.ZodLiteral<"ignored">;
|
|
800
|
+
skillDiscovery: z.ZodLiteral<"disabled">;
|
|
801
|
+
toolDiscovery: z.ZodLiteral<"disabled">;
|
|
802
|
+
networkPosture: z.ZodEnum<{
|
|
803
|
+
unknown: "unknown";
|
|
804
|
+
"provider-managed": "provider-managed";
|
|
805
|
+
}>;
|
|
806
|
+
capabilities: z.ZodArray<z.ZodString>;
|
|
807
|
+
outputContract: z.ZodString;
|
|
808
|
+
}, z.core.$strict>;
|
|
809
|
+
export declare const workerInvocationSchema: z.ZodObject<{
|
|
810
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
811
|
+
invocationId: z.ZodUUID;
|
|
812
|
+
runId: z.ZodUUID;
|
|
813
|
+
phase: z.ZodEnum<{
|
|
814
|
+
build: "build";
|
|
815
|
+
repair: "repair";
|
|
816
|
+
review: "review";
|
|
817
|
+
}>;
|
|
818
|
+
attempt: z.ZodNumber;
|
|
819
|
+
taskDigest: z.ZodString;
|
|
820
|
+
contextEpoch: z.ZodString;
|
|
821
|
+
baseCommit: z.ZodString;
|
|
822
|
+
candidateCommit: z.ZodOptional<z.ZodString>;
|
|
823
|
+
impactManifestDigest: z.ZodOptional<z.ZodString>;
|
|
824
|
+
profile: z.ZodObject<{
|
|
825
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
826
|
+
adapter: z.ZodLiteral<"codex-cli">;
|
|
827
|
+
role: z.ZodEnum<{
|
|
828
|
+
planner: "planner";
|
|
829
|
+
builder: "builder";
|
|
830
|
+
reviewer: "reviewer";
|
|
831
|
+
}>;
|
|
832
|
+
contractVersion: z.ZodLiteral<"1">;
|
|
833
|
+
harnessVersion: z.ZodString;
|
|
834
|
+
promptTemplateDigest: z.ZodString;
|
|
835
|
+
modelIdentity: z.ZodLiteral<"provider-mutable">;
|
|
836
|
+
approvalPolicy: z.ZodLiteral<"never">;
|
|
837
|
+
sandbox: z.ZodEnum<{
|
|
838
|
+
"read-only": "read-only";
|
|
839
|
+
"workspace-write": "workspace-write";
|
|
840
|
+
}>;
|
|
841
|
+
session: z.ZodLiteral<"ephemeral">;
|
|
842
|
+
hostRules: z.ZodLiteral<"ignored">;
|
|
843
|
+
skillDiscovery: z.ZodLiteral<"disabled">;
|
|
844
|
+
toolDiscovery: z.ZodLiteral<"disabled">;
|
|
845
|
+
networkPosture: z.ZodEnum<{
|
|
846
|
+
unknown: "unknown";
|
|
847
|
+
"provider-managed": "provider-managed";
|
|
848
|
+
}>;
|
|
849
|
+
capabilities: z.ZodArray<z.ZodString>;
|
|
850
|
+
outputContract: z.ZodString;
|
|
851
|
+
}, z.core.$strict>;
|
|
852
|
+
profileDigest: z.ZodString;
|
|
853
|
+
allowedPaths: z.ZodArray<z.ZodString>;
|
|
854
|
+
deadlineAt: z.ZodISODateTime;
|
|
855
|
+
maxOutputBytes: z.ZodNumber;
|
|
856
|
+
}, z.core.$strict>;
|
|
857
|
+
export declare const contextManifestSchema: z.ZodObject<{
|
|
858
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
859
|
+
taskDigest: z.ZodString;
|
|
860
|
+
baseCommit: z.ZodString;
|
|
861
|
+
provider: z.ZodLiteral<"openai">;
|
|
862
|
+
adapter: z.ZodLiteral<"codex-cli">;
|
|
863
|
+
authOwner: z.ZodLiteral<"operator">;
|
|
864
|
+
isolation: z.ZodLiteral<"attended-trusted-host">;
|
|
865
|
+
modelIdentity: z.ZodLiteral<"provider-mutable">;
|
|
866
|
+
included: z.ZodArray<z.ZodObject<{
|
|
867
|
+
path: z.ZodString;
|
|
868
|
+
digest: z.ZodString;
|
|
869
|
+
}, z.core.$strict>>;
|
|
870
|
+
excludedPatterns: z.ZodArray<z.ZodString>;
|
|
871
|
+
disclosure: z.ZodArray<z.ZodString>;
|
|
872
|
+
contextEpoch: z.ZodOptional<z.ZodString>;
|
|
873
|
+
effectiveInstructions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
874
|
+
path: z.ZodString;
|
|
875
|
+
digest: z.ZodString;
|
|
876
|
+
}, z.core.$strict>>>;
|
|
877
|
+
providerVisibleScope: z.ZodOptional<z.ZodObject<{
|
|
878
|
+
repositoryScope: z.ZodLiteral<"worktree">;
|
|
879
|
+
suppliedPaths: z.ZodArray<z.ZodString>;
|
|
880
|
+
writablePatterns: z.ZodArray<z.ZodString>;
|
|
881
|
+
observedReads: z.ZodLiteral<"unavailable">;
|
|
882
|
+
}, z.core.$strict>>;
|
|
883
|
+
}, z.core.$strict>;
|
|
884
|
+
export declare const reviewResultSchema: z.ZodObject<{
|
|
885
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
886
|
+
candidateCommit: z.ZodString;
|
|
887
|
+
summary: z.ZodString;
|
|
888
|
+
findings: z.ZodArray<z.ZodObject<{
|
|
889
|
+
id: z.ZodString;
|
|
890
|
+
severity: z.ZodEnum<{
|
|
891
|
+
P0: "P0";
|
|
892
|
+
P1: "P1";
|
|
893
|
+
P2: "P2";
|
|
894
|
+
P3: "P3";
|
|
895
|
+
}>;
|
|
896
|
+
class: z.ZodEnum<{
|
|
897
|
+
style: "style";
|
|
898
|
+
authority: "authority";
|
|
899
|
+
correctness: "correctness";
|
|
900
|
+
security: "security";
|
|
901
|
+
"data-loss": "data-loss";
|
|
902
|
+
provenance: "provenance";
|
|
903
|
+
compatibility: "compatibility";
|
|
904
|
+
maintainability: "maintainability";
|
|
905
|
+
}>;
|
|
906
|
+
title: z.ZodString;
|
|
907
|
+
body: z.ZodString;
|
|
908
|
+
file: z.ZodNullable<z.ZodString>;
|
|
909
|
+
line: z.ZodNullable<z.ZodNumber>;
|
|
910
|
+
}, z.core.$strict>>;
|
|
911
|
+
}, z.core.$strict>;
|
|
912
|
+
export declare const validationEvidenceSchema: z.ZodObject<{
|
|
913
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
914
|
+
candidateCommit: z.ZodString;
|
|
915
|
+
verifierImage: z.ZodString;
|
|
916
|
+
network: z.ZodLiteral<"none">;
|
|
917
|
+
commands: z.ZodArray<z.ZodObject<{
|
|
918
|
+
commandId: z.ZodString;
|
|
919
|
+
required: z.ZodBoolean;
|
|
920
|
+
status: z.ZodEnum<{
|
|
921
|
+
blocked: "blocked";
|
|
922
|
+
passed: "passed";
|
|
923
|
+
failed: "failed";
|
|
924
|
+
}>;
|
|
925
|
+
exitCode: z.ZodNullable<z.ZodNumber>;
|
|
926
|
+
durationMs: z.ZodNumber;
|
|
927
|
+
outputDigest: z.ZodString;
|
|
928
|
+
reason: z.ZodOptional<z.ZodEnum<{
|
|
929
|
+
HOST_EXECUTION_NOT_QUALIFIED: "HOST_EXECUTION_NOT_QUALIFIED";
|
|
930
|
+
CANCELLED: "CANCELLED";
|
|
931
|
+
DEADLINE_EXCEEDED: "DEADLINE_EXCEEDED";
|
|
932
|
+
OUTPUT_BUDGET_EXCEEDED: "OUTPUT_BUDGET_EXCEEDED";
|
|
933
|
+
NONZERO_EXIT: "NONZERO_EXIT";
|
|
934
|
+
}>>;
|
|
935
|
+
}, z.core.$strict>>;
|
|
936
|
+
semantic: z.ZodOptional<z.ZodObject<{
|
|
937
|
+
impactManifestDigest: z.ZodString;
|
|
938
|
+
items: z.ZodArray<z.ZodObject<{
|
|
939
|
+
kind: z.ZodEnum<{
|
|
940
|
+
acceptance: "acceptance";
|
|
941
|
+
invariant: "invariant";
|
|
942
|
+
scenario: "scenario";
|
|
943
|
+
}>;
|
|
944
|
+
id: z.ZodString;
|
|
945
|
+
coverage: z.ZodEnum<{
|
|
946
|
+
new_behavior: "new_behavior";
|
|
947
|
+
preservation: "preservation";
|
|
948
|
+
both: "both";
|
|
949
|
+
}>;
|
|
950
|
+
status: z.ZodEnum<{
|
|
951
|
+
blocked: "blocked";
|
|
952
|
+
passed: "passed";
|
|
953
|
+
attested: "attested";
|
|
954
|
+
}>;
|
|
955
|
+
evidenceRefs: z.ZodArray<z.ZodString>;
|
|
956
|
+
reason: z.ZodOptional<z.ZodString>;
|
|
957
|
+
}, z.core.$strict>>;
|
|
958
|
+
newBehaviorPassed: z.ZodBoolean;
|
|
959
|
+
preservationPassed: z.ZodBoolean;
|
|
960
|
+
passed: z.ZodBoolean;
|
|
961
|
+
}, z.core.$strict>>;
|
|
962
|
+
passed: z.ZodBoolean;
|
|
963
|
+
}, z.core.$strict>;
|
|
964
|
+
export declare const deliveryRecordSchema: z.ZodObject<{
|
|
965
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
966
|
+
runId: z.ZodUUID;
|
|
967
|
+
deliveryKey: z.ZodString;
|
|
968
|
+
proposalDigest: z.ZodString;
|
|
969
|
+
approvalExpiresAt: z.ZodISODateTime;
|
|
970
|
+
state: z.ZodEnum<{
|
|
971
|
+
blocked: "blocked";
|
|
972
|
+
closed: "closed";
|
|
973
|
+
effect_unknown: "effect_unknown";
|
|
974
|
+
planned: "planned";
|
|
975
|
+
proposing: "proposing";
|
|
976
|
+
awaiting_ci: "awaiting_ci";
|
|
977
|
+
awaiting_human: "awaiting_human";
|
|
978
|
+
merged: "merged";
|
|
979
|
+
post_merge_verified: "post_merge_verified";
|
|
980
|
+
cancelled: "cancelled";
|
|
981
|
+
}>;
|
|
982
|
+
target: z.ZodObject<{
|
|
983
|
+
forge: z.ZodLiteral<"github">;
|
|
984
|
+
host: z.ZodLiteral<"github.com">;
|
|
985
|
+
owner: z.ZodString;
|
|
986
|
+
repository: z.ZodString;
|
|
987
|
+
repositoryNodeId: z.ZodString;
|
|
988
|
+
cloneUrl: z.ZodURL;
|
|
989
|
+
remoteName: z.ZodString;
|
|
990
|
+
baseBranch: z.ZodString;
|
|
991
|
+
actorLogin: z.ZodString;
|
|
992
|
+
actorId: z.ZodNumber;
|
|
993
|
+
}, z.core.$strict>;
|
|
994
|
+
branchName: z.ZodString;
|
|
995
|
+
candidateCommit: z.ZodString;
|
|
996
|
+
candidateTree: z.ZodString;
|
|
997
|
+
requiredChecks: z.ZodArray<z.ZodString>;
|
|
998
|
+
reviewPolicy: z.ZodObject<{
|
|
999
|
+
mode: z.ZodEnum<{
|
|
1000
|
+
local_only: "local_only";
|
|
1001
|
+
github_required: "github_required";
|
|
1002
|
+
}>;
|
|
1003
|
+
requiredReviewerLogins: z.ZodArray<z.ZodString>;
|
|
1004
|
+
}, z.core.$strict>;
|
|
1005
|
+
allowedMergerLogins: z.ZodArray<z.ZodString>;
|
|
1006
|
+
allowedMergeMethods: z.ZodArray<z.ZodEnum<{
|
|
1007
|
+
merge: "merge";
|
|
1008
|
+
linear_tree_preserving: "linear_tree_preserving";
|
|
1009
|
+
}>>;
|
|
1010
|
+
effects: z.ZodArray<z.ZodObject<{
|
|
1011
|
+
id: z.ZodString;
|
|
1012
|
+
kind: z.ZodEnum<{
|
|
1013
|
+
push: "push";
|
|
1014
|
+
pull_request: "pull_request";
|
|
1015
|
+
}>;
|
|
1016
|
+
candidateCommit: z.ZodString;
|
|
1017
|
+
status: z.ZodEnum<{
|
|
1018
|
+
blocked: "blocked";
|
|
1019
|
+
intent: "intent";
|
|
1020
|
+
call_started: "call_started";
|
|
1021
|
+
effect_unknown: "effect_unknown";
|
|
1022
|
+
retryable_absent: "retryable_absent";
|
|
1023
|
+
verified: "verified";
|
|
1024
|
+
}>;
|
|
1025
|
+
attemptCount: z.ZodNumber;
|
|
1026
|
+
expectedOldCommit: z.ZodNullable<z.ZodString>;
|
|
1027
|
+
errorCode: z.ZodNullable<z.ZodString>;
|
|
1028
|
+
updatedAt: z.ZodISODateTime;
|
|
1029
|
+
}, z.core.$strict>>;
|
|
1030
|
+
remoteHeadCommit: z.ZodNullable<z.ZodString>;
|
|
1031
|
+
pullRequest: z.ZodNullable<z.ZodObject<{
|
|
1032
|
+
number: z.ZodNumber;
|
|
1033
|
+
nodeId: z.ZodString;
|
|
1034
|
+
url: z.ZodURL;
|
|
1035
|
+
}, z.core.$strict>>;
|
|
1036
|
+
observation: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1037
|
+
merge: z.ZodNullable<z.ZodObject<{
|
|
1038
|
+
commit: z.ZodString;
|
|
1039
|
+
tree: z.ZodString;
|
|
1040
|
+
method: z.ZodEnum<{
|
|
1041
|
+
merge: "merge";
|
|
1042
|
+
linear_tree_preserving: "linear_tree_preserving";
|
|
1043
|
+
}>;
|
|
1044
|
+
mergedByLogin: z.ZodString;
|
|
1045
|
+
mergedAt: z.ZodISODateTime;
|
|
1046
|
+
defaultBranchHead: z.ZodString;
|
|
1047
|
+
}, z.core.$strict>>;
|
|
1048
|
+
lastErrorCode: z.ZodNullable<z.ZodString>;
|
|
1049
|
+
createdAt: z.ZodISODateTime;
|
|
1050
|
+
updatedAt: z.ZodISODateTime;
|
|
1051
|
+
}, z.core.$strict>;
|
|
1052
|
+
export declare const millLockSchema: z.ZodObject<{
|
|
1053
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
1054
|
+
mill: z.ZodObject<{
|
|
1055
|
+
package: z.ZodLiteral<"@davidahmann/mill">;
|
|
1056
|
+
version: z.ZodString;
|
|
1057
|
+
integrity: z.ZodOptional<z.ZodString>;
|
|
1058
|
+
}, z.core.$strict>;
|
|
1059
|
+
schemaDigests: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1060
|
+
recipe: z.ZodOptional<z.ZodObject<{
|
|
1061
|
+
id: z.ZodString;
|
|
1062
|
+
version: z.ZodString;
|
|
1063
|
+
digest: z.ZodString;
|
|
1064
|
+
}, z.core.$strict>>;
|
|
1065
|
+
integration: z.ZodOptional<z.ZodObject<{
|
|
1066
|
+
mode: z.ZodEnum<{
|
|
1067
|
+
greenfield: "greenfield";
|
|
1068
|
+
adoption: "adoption";
|
|
1069
|
+
}>;
|
|
1070
|
+
planDigest: z.ZodString;
|
|
1071
|
+
baseCommit: z.ZodNullable<z.ZodString>;
|
|
1072
|
+
files: z.ZodArray<z.ZodObject<{
|
|
1073
|
+
path: z.ZodString;
|
|
1074
|
+
ownership: z.ZodEnum<{
|
|
1075
|
+
mill_only: "mill_only";
|
|
1076
|
+
generated_once: "generated_once";
|
|
1077
|
+
managed: "managed";
|
|
1078
|
+
}>;
|
|
1079
|
+
templateDigest: z.ZodString;
|
|
1080
|
+
installedDigest: z.ZodString;
|
|
1081
|
+
preexistingDigest: z.ZodNullable<z.ZodString>;
|
|
1082
|
+
}, z.core.$strict>>;
|
|
1083
|
+
}, z.core.$strict>>;
|
|
1084
|
+
}, z.core.$strict>;
|
|
1085
|
+
export declare const recipeManifestSchema: z.ZodObject<{
|
|
1086
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
1087
|
+
id: z.ZodLiteral<"node-typescript-next-web">;
|
|
1088
|
+
version: z.ZodString;
|
|
1089
|
+
status: z.ZodEnum<{
|
|
1090
|
+
unsupported: "unsupported";
|
|
1091
|
+
supported: "supported";
|
|
1092
|
+
experimental: "experimental";
|
|
1093
|
+
}>;
|
|
1094
|
+
observedAt: z.ZodISODateTime;
|
|
1095
|
+
runtime: z.ZodObject<{
|
|
1096
|
+
node: z.ZodString;
|
|
1097
|
+
npm: z.ZodString;
|
|
1098
|
+
}, z.core.$strict>;
|
|
1099
|
+
stack: z.ZodObject<{
|
|
1100
|
+
next: z.ZodString;
|
|
1101
|
+
react: z.ZodString;
|
|
1102
|
+
reactDom: z.ZodString;
|
|
1103
|
+
typescript: z.ZodString;
|
|
1104
|
+
eslint: z.ZodString;
|
|
1105
|
+
prettier: z.ZodString;
|
|
1106
|
+
vitest: z.ZodString;
|
|
1107
|
+
playwright: z.ZodString;
|
|
1108
|
+
}, z.core.$strict>;
|
|
1109
|
+
verifierImage: z.ZodString;
|
|
1110
|
+
registry: z.ZodURL;
|
|
1111
|
+
licensePolicy: z.ZodObject<{
|
|
1112
|
+
allowed: z.ZodArray<z.ZodString>;
|
|
1113
|
+
reviewedPackages: z.ZodArray<z.ZodObject<{
|
|
1114
|
+
name: z.ZodString;
|
|
1115
|
+
license: z.ZodString;
|
|
1116
|
+
}, z.core.$strict>>;
|
|
1117
|
+
}, z.core.$strict>;
|
|
1118
|
+
commands: z.ZodObject<{
|
|
1119
|
+
required: z.ZodArray<z.ZodString>;
|
|
1120
|
+
native: z.ZodArray<z.ZodString>;
|
|
1121
|
+
}, z.core.$strict>;
|
|
1122
|
+
oracles: z.ZodArray<z.ZodObject<{
|
|
1123
|
+
id: z.ZodString;
|
|
1124
|
+
commandId: z.ZodString;
|
|
1125
|
+
evidencePaths: z.ZodArray<z.ZodString>;
|
|
1126
|
+
proves: z.ZodArray<z.ZodString>;
|
|
1127
|
+
}, z.core.$strict>>;
|
|
1128
|
+
writablePaths: z.ZodArray<z.ZodString>;
|
|
1129
|
+
sources: z.ZodArray<z.ZodURL>;
|
|
1130
|
+
}, z.core.$strict>;
|
|
1131
|
+
export declare const repositoryIntegrationPlanSchema: z.ZodObject<{
|
|
1132
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
1133
|
+
planDigest: z.ZodString;
|
|
1134
|
+
generator: z.ZodObject<{
|
|
1135
|
+
package: z.ZodLiteral<"@davidahmann/mill">;
|
|
1136
|
+
version: z.ZodString;
|
|
1137
|
+
}, z.core.$strict>;
|
|
1138
|
+
mode: z.ZodEnum<{
|
|
1139
|
+
greenfield: "greenfield";
|
|
1140
|
+
adoption: "adoption";
|
|
1141
|
+
}>;
|
|
1142
|
+
target: z.ZodObject<{
|
|
1143
|
+
directoryName: z.ZodString;
|
|
1144
|
+
canonicalPathDigest: z.ZodString;
|
|
1145
|
+
baseCommit: z.ZodNullable<z.ZodString>;
|
|
1146
|
+
scanDigest: z.ZodNullable<z.ZodString>;
|
|
1147
|
+
}, z.core.$strict>;
|
|
1148
|
+
productProposalDigest: z.ZodString;
|
|
1149
|
+
productContractDigest: z.ZodString;
|
|
1150
|
+
recipe: z.ZodObject<{
|
|
1151
|
+
id: z.ZodLiteral<"node-typescript-next-web">;
|
|
1152
|
+
version: z.ZodString;
|
|
1153
|
+
digest: z.ZodString;
|
|
1154
|
+
status: z.ZodLiteral<"supported">;
|
|
1155
|
+
verifierImage: z.ZodString;
|
|
1156
|
+
}, z.core.$strict>;
|
|
1157
|
+
approval: z.ZodObject<{
|
|
1158
|
+
approvedBy: z.ZodString;
|
|
1159
|
+
approvedAt: z.ZodISODateTime;
|
|
1160
|
+
}, z.core.$strict>;
|
|
1161
|
+
files: z.ZodArray<z.ZodObject<{
|
|
1162
|
+
path: z.ZodString;
|
|
1163
|
+
ownership: z.ZodEnum<{
|
|
1164
|
+
mill_only: "mill_only";
|
|
1165
|
+
generated_once: "generated_once";
|
|
1166
|
+
managed: "managed";
|
|
1167
|
+
}>;
|
|
1168
|
+
action: z.ZodEnum<{
|
|
1169
|
+
create: "create";
|
|
1170
|
+
retain_identical: "retain_identical";
|
|
1171
|
+
}>;
|
|
1172
|
+
contentDigest: z.ZodString;
|
|
1173
|
+
preexistingDigest: z.ZodNullable<z.ZodString>;
|
|
1174
|
+
}, z.core.$strict>>;
|
|
1175
|
+
commandIds: z.ZodArray<z.ZodString>;
|
|
1176
|
+
networkDisclosure: z.ZodArray<z.ZodString>;
|
|
1177
|
+
baseline: z.ZodLiteral<"unverified">;
|
|
1178
|
+
}, z.core.$strict>;
|
|
1179
|
+
export declare const auditCategorySchema: z.ZodEnum<{
|
|
1180
|
+
code: "code";
|
|
1181
|
+
product: "product";
|
|
1182
|
+
architecture: "architecture";
|
|
1183
|
+
accessibility: "accessibility";
|
|
1184
|
+
operations: "operations";
|
|
1185
|
+
dependencies: "dependencies";
|
|
1186
|
+
security: "security";
|
|
1187
|
+
ux: "ux";
|
|
1188
|
+
release: "release";
|
|
1189
|
+
}>;
|
|
1190
|
+
export declare const auditReportSchema: z.ZodObject<{
|
|
1191
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
1192
|
+
candidate: z.ZodObject<{
|
|
1193
|
+
commit: z.ZodString;
|
|
1194
|
+
tree: z.ZodString;
|
|
1195
|
+
}, z.core.$strict>;
|
|
1196
|
+
generatedAt: z.ZodISODateTime;
|
|
1197
|
+
status: z.ZodEnum<{
|
|
1198
|
+
blocked: "blocked";
|
|
1199
|
+
passed: "passed";
|
|
1200
|
+
}>;
|
|
1201
|
+
checks: z.ZodArray<z.ZodObject<{
|
|
1202
|
+
id: z.ZodString;
|
|
1203
|
+
category: z.ZodEnum<{
|
|
1204
|
+
code: "code";
|
|
1205
|
+
product: "product";
|
|
1206
|
+
architecture: "architecture";
|
|
1207
|
+
accessibility: "accessibility";
|
|
1208
|
+
operations: "operations";
|
|
1209
|
+
dependencies: "dependencies";
|
|
1210
|
+
security: "security";
|
|
1211
|
+
ux: "ux";
|
|
1212
|
+
release: "release";
|
|
1213
|
+
}>;
|
|
1214
|
+
status: z.ZodEnum<{
|
|
1215
|
+
blocked: "blocked";
|
|
1216
|
+
passed: "passed";
|
|
1217
|
+
}>;
|
|
1218
|
+
summary: z.ZodString;
|
|
1219
|
+
evidence: z.ZodArray<z.ZodString>;
|
|
1220
|
+
}, z.core.$strict>>;
|
|
1221
|
+
}, z.core.$strict>;
|
|
1222
|
+
export declare const supportTupleSchema: z.ZodObject<{
|
|
1223
|
+
id: z.ZodString;
|
|
1224
|
+
status: z.ZodEnum<{
|
|
1225
|
+
experimental: "experimental";
|
|
1226
|
+
qualified: "qualified";
|
|
1227
|
+
expired: "expired";
|
|
1228
|
+
}>;
|
|
1229
|
+
testedAt: z.ZodISODateTime;
|
|
1230
|
+
expiresAt: z.ZodISODateTime;
|
|
1231
|
+
host: z.ZodObject<{
|
|
1232
|
+
os: z.ZodString;
|
|
1233
|
+
architecture: z.ZodString;
|
|
1234
|
+
}, z.core.$strict>;
|
|
1235
|
+
runtime: z.ZodObject<{
|
|
1236
|
+
node: z.ZodString;
|
|
1237
|
+
npm: z.ZodString;
|
|
1238
|
+
}, z.core.$strict>;
|
|
1239
|
+
container: z.ZodObject<{
|
|
1240
|
+
engine: z.ZodString;
|
|
1241
|
+
version: z.ZodString;
|
|
1242
|
+
verifierImage: z.ZodString;
|
|
1243
|
+
}, z.core.$strict>;
|
|
1244
|
+
worker: z.ZodObject<{
|
|
1245
|
+
adapter: z.ZodLiteral<"codex-cli">;
|
|
1246
|
+
harnessVersion: z.ZodString;
|
|
1247
|
+
modelIdentity: z.ZodLiteral<"provider-mutable">;
|
|
1248
|
+
authMode: z.ZodLiteral<"operator-session">;
|
|
1249
|
+
}, z.core.$strict>;
|
|
1250
|
+
forge: z.ZodObject<{
|
|
1251
|
+
gitVersion: z.ZodString;
|
|
1252
|
+
ghVersion: z.ZodString;
|
|
1253
|
+
host: z.ZodLiteral<"github.com">;
|
|
1254
|
+
}, z.core.$strict>;
|
|
1255
|
+
recipe: z.ZodObject<{
|
|
1256
|
+
id: z.ZodLiteral<"node-typescript-next-web">;
|
|
1257
|
+
version: z.ZodString;
|
|
1258
|
+
digest: z.ZodString;
|
|
1259
|
+
}, z.core.$strict>;
|
|
1260
|
+
}, z.core.$strict>;
|
|
1261
|
+
export declare const publicAlphaQualificationSchema: z.ZodObject<{
|
|
1262
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
1263
|
+
package: z.ZodObject<{
|
|
1264
|
+
name: z.ZodLiteral<"@davidahmann/mill">;
|
|
1265
|
+
version: z.ZodString;
|
|
1266
|
+
artifactDigest: z.ZodString;
|
|
1267
|
+
npmIntegrity: z.ZodString;
|
|
1268
|
+
}, z.core.$strict>;
|
|
1269
|
+
supportTuple: z.ZodObject<{
|
|
1270
|
+
id: z.ZodString;
|
|
1271
|
+
status: z.ZodEnum<{
|
|
1272
|
+
experimental: "experimental";
|
|
1273
|
+
qualified: "qualified";
|
|
1274
|
+
expired: "expired";
|
|
1275
|
+
}>;
|
|
1276
|
+
testedAt: z.ZodISODateTime;
|
|
1277
|
+
expiresAt: z.ZodISODateTime;
|
|
1278
|
+
host: z.ZodObject<{
|
|
1279
|
+
os: z.ZodString;
|
|
1280
|
+
architecture: z.ZodString;
|
|
1281
|
+
}, z.core.$strict>;
|
|
1282
|
+
runtime: z.ZodObject<{
|
|
1283
|
+
node: z.ZodString;
|
|
1284
|
+
npm: z.ZodString;
|
|
1285
|
+
}, z.core.$strict>;
|
|
1286
|
+
container: z.ZodObject<{
|
|
1287
|
+
engine: z.ZodString;
|
|
1288
|
+
version: z.ZodString;
|
|
1289
|
+
verifierImage: z.ZodString;
|
|
1290
|
+
}, z.core.$strict>;
|
|
1291
|
+
worker: z.ZodObject<{
|
|
1292
|
+
adapter: z.ZodLiteral<"codex-cli">;
|
|
1293
|
+
harnessVersion: z.ZodString;
|
|
1294
|
+
modelIdentity: z.ZodLiteral<"provider-mutable">;
|
|
1295
|
+
authMode: z.ZodLiteral<"operator-session">;
|
|
1296
|
+
}, z.core.$strict>;
|
|
1297
|
+
forge: z.ZodObject<{
|
|
1298
|
+
gitVersion: z.ZodString;
|
|
1299
|
+
ghVersion: z.ZodString;
|
|
1300
|
+
host: z.ZodLiteral<"github.com">;
|
|
1301
|
+
}, z.core.$strict>;
|
|
1302
|
+
recipe: z.ZodObject<{
|
|
1303
|
+
id: z.ZodLiteral<"node-typescript-next-web">;
|
|
1304
|
+
version: z.ZodString;
|
|
1305
|
+
digest: z.ZodString;
|
|
1306
|
+
}, z.core.$strict>;
|
|
1307
|
+
}, z.core.$strict>;
|
|
1308
|
+
sequence: z.ZodObject<{
|
|
1309
|
+
steps: z.ZodArray<z.ZodObject<{
|
|
1310
|
+
id: z.ZodString;
|
|
1311
|
+
dependsOn: z.ZodArray<z.ZodString>;
|
|
1312
|
+
baseCommit: z.ZodString;
|
|
1313
|
+
candidateCommit: z.ZodString;
|
|
1314
|
+
status: z.ZodEnum<{
|
|
1315
|
+
rejected: "rejected";
|
|
1316
|
+
blocked: "blocked";
|
|
1317
|
+
accepted: "accepted";
|
|
1318
|
+
}>;
|
|
1319
|
+
newBehavior: z.ZodObject<{
|
|
1320
|
+
requiredIds: z.ZodArray<z.ZodString>;
|
|
1321
|
+
passedIds: z.ZodArray<z.ZodString>;
|
|
1322
|
+
}, z.core.$strict>;
|
|
1323
|
+
preservation: z.ZodObject<{
|
|
1324
|
+
requiredIds: z.ZodArray<z.ZodString>;
|
|
1325
|
+
passedIds: z.ZodArray<z.ZodString>;
|
|
1326
|
+
}, z.core.$strict>;
|
|
1327
|
+
scenarioIds: z.ZodArray<z.ZodString>;
|
|
1328
|
+
usage: z.ZodObject<{
|
|
1329
|
+
inputTokens: z.ZodNullable<z.ZodNumber>;
|
|
1330
|
+
outputTokens: z.ZodNullable<z.ZodNumber>;
|
|
1331
|
+
currencyCost: z.ZodNullable<z.ZodNumber>;
|
|
1332
|
+
source: z.ZodEnum<{
|
|
1333
|
+
unavailable: "unavailable";
|
|
1334
|
+
"provider-measured": "provider-measured";
|
|
1335
|
+
"operator-declared": "operator-declared";
|
|
1336
|
+
}>;
|
|
1337
|
+
}, z.core.$strict>;
|
|
1338
|
+
}, z.core.$strict>>;
|
|
1339
|
+
seededFault: z.ZodObject<{
|
|
1340
|
+
baseCommit: z.ZodString;
|
|
1341
|
+
candidateCommit: z.ZodString;
|
|
1342
|
+
status: z.ZodEnum<{
|
|
1343
|
+
blocked: "blocked";
|
|
1344
|
+
passed: "passed";
|
|
1345
|
+
failed: "failed";
|
|
1346
|
+
skipped: "skipped";
|
|
1347
|
+
}>;
|
|
1348
|
+
rejected: z.ZodBoolean;
|
|
1349
|
+
recovered: z.ZodBoolean;
|
|
1350
|
+
enteredAcceptedSequence: z.ZodBoolean;
|
|
1351
|
+
reason: z.ZodString;
|
|
1352
|
+
}, z.core.$strict>;
|
|
1353
|
+
}, z.core.$strict>;
|
|
1354
|
+
canaries: z.ZodObject<{
|
|
1355
|
+
packedInstall: z.ZodEnum<{
|
|
1356
|
+
blocked: "blocked";
|
|
1357
|
+
passed: "passed";
|
|
1358
|
+
failed: "failed";
|
|
1359
|
+
skipped: "skipped";
|
|
1360
|
+
}>;
|
|
1361
|
+
greenfield: z.ZodEnum<{
|
|
1362
|
+
blocked: "blocked";
|
|
1363
|
+
passed: "passed";
|
|
1364
|
+
failed: "failed";
|
|
1365
|
+
skipped: "skipped";
|
|
1366
|
+
}>;
|
|
1367
|
+
adoption: z.ZodEnum<{
|
|
1368
|
+
blocked: "blocked";
|
|
1369
|
+
passed: "passed";
|
|
1370
|
+
failed: "failed";
|
|
1371
|
+
skipped: "skipped";
|
|
1372
|
+
}>;
|
|
1373
|
+
downstreamWithoutMill: z.ZodEnum<{
|
|
1374
|
+
blocked: "blocked";
|
|
1375
|
+
passed: "passed";
|
|
1376
|
+
failed: "failed";
|
|
1377
|
+
skipped: "skipped";
|
|
1378
|
+
}>;
|
|
1379
|
+
recovery: z.ZodEnum<{
|
|
1380
|
+
blocked: "blocked";
|
|
1381
|
+
passed: "passed";
|
|
1382
|
+
failed: "failed";
|
|
1383
|
+
skipped: "skipped";
|
|
1384
|
+
}>;
|
|
1385
|
+
security: z.ZodEnum<{
|
|
1386
|
+
blocked: "blocked";
|
|
1387
|
+
passed: "passed";
|
|
1388
|
+
failed: "failed";
|
|
1389
|
+
skipped: "skipped";
|
|
1390
|
+
}>;
|
|
1391
|
+
}, z.core.$strict>;
|
|
1392
|
+
auditCandidate: z.ZodObject<{
|
|
1393
|
+
commit: z.ZodString;
|
|
1394
|
+
tree: z.ZodString;
|
|
1395
|
+
}, z.core.$strict>;
|
|
1396
|
+
audits: z.ZodArray<z.ZodObject<{
|
|
1397
|
+
category: z.ZodEnum<{
|
|
1398
|
+
code: "code";
|
|
1399
|
+
product: "product";
|
|
1400
|
+
architecture: "architecture";
|
|
1401
|
+
accessibility: "accessibility";
|
|
1402
|
+
operations: "operations";
|
|
1403
|
+
dependencies: "dependencies";
|
|
1404
|
+
security: "security";
|
|
1405
|
+
ux: "ux";
|
|
1406
|
+
release: "release";
|
|
1407
|
+
}>;
|
|
1408
|
+
status: z.ZodEnum<{
|
|
1409
|
+
blocked: "blocked";
|
|
1410
|
+
passed: "passed";
|
|
1411
|
+
failed: "failed";
|
|
1412
|
+
skipped: "skipped";
|
|
1413
|
+
}>;
|
|
1414
|
+
reportDigest: z.ZodString;
|
|
1415
|
+
}, z.core.$strict>>;
|
|
1416
|
+
generatedAt: z.ZodISODateTime;
|
|
1417
|
+
}, z.core.$strict>;
|
|
1418
|
+
export declare const releaseEvidenceSchema: z.ZodObject<{
|
|
1419
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
1420
|
+
state: z.ZodEnum<{
|
|
1421
|
+
verified: "verified";
|
|
1422
|
+
qualified: "qualified";
|
|
1423
|
+
published: "published";
|
|
1424
|
+
}>;
|
|
1425
|
+
package: z.ZodObject<{
|
|
1426
|
+
name: z.ZodLiteral<"@davidahmann/mill">;
|
|
1427
|
+
version: z.ZodString;
|
|
1428
|
+
tag: z.ZodString;
|
|
1429
|
+
}, z.core.$strict>;
|
|
1430
|
+
source: z.ZodObject<{
|
|
1431
|
+
reviewedCandidateTree: z.ZodString;
|
|
1432
|
+
resultingMainCommit: z.ZodString;
|
|
1433
|
+
resultingMainTree: z.ZodString;
|
|
1434
|
+
tagCommit: z.ZodString;
|
|
1435
|
+
}, z.core.$strict>;
|
|
1436
|
+
builders: z.ZodArray<z.ZodObject<{
|
|
1437
|
+
builder: z.ZodString;
|
|
1438
|
+
filename: z.ZodString;
|
|
1439
|
+
sha256: z.ZodString;
|
|
1440
|
+
npmIntegrity: z.ZodString;
|
|
1441
|
+
contentsDigest: z.ZodString;
|
|
1442
|
+
}, z.core.$strict>>;
|
|
1443
|
+
selectedArtifact: z.ZodObject<{
|
|
1444
|
+
builder: z.ZodString;
|
|
1445
|
+
filename: z.ZodString;
|
|
1446
|
+
sha256: z.ZodString;
|
|
1447
|
+
npmIntegrity: z.ZodString;
|
|
1448
|
+
contentsDigest: z.ZodString;
|
|
1449
|
+
}, z.core.$strict>;
|
|
1450
|
+
qualificationDigest: z.ZodString;
|
|
1451
|
+
sbomDigest: z.ZodString;
|
|
1452
|
+
registry: z.ZodNullable<z.ZodObject<{
|
|
1453
|
+
tarball: z.ZodURL;
|
|
1454
|
+
integrity: z.ZodString;
|
|
1455
|
+
provenanceVerified: z.ZodBoolean;
|
|
1456
|
+
}, z.core.$strict>>;
|
|
1457
|
+
githubRelease: z.ZodNullable<z.ZodObject<{
|
|
1458
|
+
url: z.ZodURL;
|
|
1459
|
+
tag: z.ZodString;
|
|
1460
|
+
artifactDigest: z.ZodString;
|
|
1461
|
+
}, z.core.$strict>>;
|
|
1462
|
+
generatedAt: z.ZodISODateTime;
|
|
1463
|
+
}, z.core.$strict>;
|
|
1464
|
+
export declare const contractSchemas: {
|
|
1465
|
+
readonly auditReport: z.ZodObject<{
|
|
1466
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
1467
|
+
candidate: z.ZodObject<{
|
|
1468
|
+
commit: z.ZodString;
|
|
1469
|
+
tree: z.ZodString;
|
|
1470
|
+
}, z.core.$strict>;
|
|
1471
|
+
generatedAt: z.ZodISODateTime;
|
|
1472
|
+
status: z.ZodEnum<{
|
|
1473
|
+
blocked: "blocked";
|
|
1474
|
+
passed: "passed";
|
|
1475
|
+
}>;
|
|
1476
|
+
checks: z.ZodArray<z.ZodObject<{
|
|
1477
|
+
id: z.ZodString;
|
|
1478
|
+
category: z.ZodEnum<{
|
|
1479
|
+
code: "code";
|
|
1480
|
+
product: "product";
|
|
1481
|
+
architecture: "architecture";
|
|
1482
|
+
accessibility: "accessibility";
|
|
1483
|
+
operations: "operations";
|
|
1484
|
+
dependencies: "dependencies";
|
|
1485
|
+
security: "security";
|
|
1486
|
+
ux: "ux";
|
|
1487
|
+
release: "release";
|
|
1488
|
+
}>;
|
|
1489
|
+
status: z.ZodEnum<{
|
|
1490
|
+
blocked: "blocked";
|
|
1491
|
+
passed: "passed";
|
|
1492
|
+
}>;
|
|
1493
|
+
summary: z.ZodString;
|
|
1494
|
+
evidence: z.ZodArray<z.ZodString>;
|
|
1495
|
+
}, z.core.$strict>>;
|
|
1496
|
+
}, z.core.$strict>;
|
|
1497
|
+
readonly blueprint: z.ZodObject<{
|
|
1498
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
1499
|
+
id: z.ZodString;
|
|
1500
|
+
productContractDigest: z.ZodString;
|
|
1501
|
+
recipe: z.ZodString;
|
|
1502
|
+
recipeVersion: z.ZodString;
|
|
1503
|
+
runtime: z.ZodString;
|
|
1504
|
+
architecture: z.ZodArray<z.ZodString>;
|
|
1505
|
+
risks: z.ZodArray<z.ZodString>;
|
|
1506
|
+
}, z.core.$strict>;
|
|
1507
|
+
readonly contextManifest: z.ZodObject<{
|
|
1508
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
1509
|
+
taskDigest: z.ZodString;
|
|
1510
|
+
baseCommit: z.ZodString;
|
|
1511
|
+
provider: z.ZodLiteral<"openai">;
|
|
1512
|
+
adapter: z.ZodLiteral<"codex-cli">;
|
|
1513
|
+
authOwner: z.ZodLiteral<"operator">;
|
|
1514
|
+
isolation: z.ZodLiteral<"attended-trusted-host">;
|
|
1515
|
+
modelIdentity: z.ZodLiteral<"provider-mutable">;
|
|
1516
|
+
included: z.ZodArray<z.ZodObject<{
|
|
1517
|
+
path: z.ZodString;
|
|
1518
|
+
digest: z.ZodString;
|
|
1519
|
+
}, z.core.$strict>>;
|
|
1520
|
+
excludedPatterns: z.ZodArray<z.ZodString>;
|
|
1521
|
+
disclosure: z.ZodArray<z.ZodString>;
|
|
1522
|
+
contextEpoch: z.ZodOptional<z.ZodString>;
|
|
1523
|
+
effectiveInstructions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1524
|
+
path: z.ZodString;
|
|
1525
|
+
digest: z.ZodString;
|
|
1526
|
+
}, z.core.$strict>>>;
|
|
1527
|
+
providerVisibleScope: z.ZodOptional<z.ZodObject<{
|
|
1528
|
+
repositoryScope: z.ZodLiteral<"worktree">;
|
|
1529
|
+
suppliedPaths: z.ZodArray<z.ZodString>;
|
|
1530
|
+
writablePatterns: z.ZodArray<z.ZodString>;
|
|
1531
|
+
observedReads: z.ZodLiteral<"unavailable">;
|
|
1532
|
+
}, z.core.$strict>>;
|
|
1533
|
+
}, z.core.$strict>;
|
|
1534
|
+
readonly impactManifest: z.ZodObject<{
|
|
1535
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
1536
|
+
id: z.ZodString;
|
|
1537
|
+
productContractDigest: z.ZodString;
|
|
1538
|
+
outcomeId: z.ZodString;
|
|
1539
|
+
riskClass: z.ZodEnum<{
|
|
1540
|
+
medium: "medium";
|
|
1541
|
+
low: "low";
|
|
1542
|
+
high: "high";
|
|
1543
|
+
}>;
|
|
1544
|
+
acceptanceIds: z.ZodArray<z.ZodString>;
|
|
1545
|
+
affectedInvariantIds: z.ZodArray<z.ZodString>;
|
|
1546
|
+
uncertainInvariantIds: z.ZodArray<z.ZodString>;
|
|
1547
|
+
surfaces: z.ZodArray<z.ZodObject<{
|
|
1548
|
+
id: z.ZodString;
|
|
1549
|
+
kind: z.ZodEnum<{
|
|
1550
|
+
user: "user";
|
|
1551
|
+
design: "design";
|
|
1552
|
+
system: "system";
|
|
1553
|
+
interface: "interface";
|
|
1554
|
+
data: "data";
|
|
1555
|
+
operations: "operations";
|
|
1556
|
+
}>;
|
|
1557
|
+
change: z.ZodString;
|
|
1558
|
+
}, z.core.$strict>>;
|
|
1559
|
+
scenarioIds: z.ZodArray<z.ZodString>;
|
|
1560
|
+
commandIds: z.ZodArray<z.ZodString>;
|
|
1561
|
+
materialDecisions: z.ZodArray<z.ZodString>;
|
|
1562
|
+
unresolved: z.ZodArray<z.ZodString>;
|
|
1563
|
+
exceptions: z.ZodArray<z.ZodObject<{
|
|
1564
|
+
id: z.ZodString;
|
|
1565
|
+
scopeRefs: z.ZodArray<z.ZodString>;
|
|
1566
|
+
reason: z.ZodString;
|
|
1567
|
+
approvedBy: z.ZodString;
|
|
1568
|
+
approvedAt: z.ZodISODateTime;
|
|
1569
|
+
expiresAt: z.ZodISODateTime;
|
|
1570
|
+
}, z.core.$strict>>;
|
|
1571
|
+
approval: z.ZodNullable<z.ZodObject<{
|
|
1572
|
+
approvedBy: z.ZodString;
|
|
1573
|
+
approvedAt: z.ZodISODateTime;
|
|
1574
|
+
proposalDigest: z.ZodString;
|
|
1575
|
+
}, z.core.$strict>>;
|
|
1576
|
+
}, z.core.$strict>;
|
|
1577
|
+
readonly managedRepository: z.ZodObject<{
|
|
1578
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
1579
|
+
id: z.ZodUUID;
|
|
1580
|
+
forgeHost: z.ZodString;
|
|
1581
|
+
owner: z.ZodString;
|
|
1582
|
+
repository: z.ZodString;
|
|
1583
|
+
canonicalBranch: z.ZodString;
|
|
1584
|
+
remoteName: z.ZodString;
|
|
1585
|
+
remoteUrl: z.ZodURL;
|
|
1586
|
+
trustCeiling: z.ZodEnum<{
|
|
1587
|
+
inspect: "inspect";
|
|
1588
|
+
build: "build";
|
|
1589
|
+
propose: "propose";
|
|
1590
|
+
}>;
|
|
1591
|
+
}, z.core.$strict>;
|
|
1592
|
+
readonly millConfig: z.ZodObject<{
|
|
1593
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
1594
|
+
repositoryId: z.ZodUUID;
|
|
1595
|
+
trustCeiling: z.ZodEnum<{
|
|
1596
|
+
inspect: "inspect";
|
|
1597
|
+
build: "build";
|
|
1598
|
+
propose: "propose";
|
|
1599
|
+
}>;
|
|
1600
|
+
sensitivePaths: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1601
|
+
verifier: z.ZodOptional<z.ZodObject<{
|
|
1602
|
+
image: z.ZodString;
|
|
1603
|
+
network: z.ZodLiteral<"none">;
|
|
1604
|
+
dependencies: z.ZodOptional<z.ZodObject<{
|
|
1605
|
+
manager: z.ZodLiteral<"npm">;
|
|
1606
|
+
registry: z.ZodLiteral<"https://registry.npmjs.org">;
|
|
1607
|
+
targetPath: z.ZodLiteral<"node_modules">;
|
|
1608
|
+
lockPaths: z.ZodArray<z.ZodString>;
|
|
1609
|
+
}, z.core.$strict>>;
|
|
1610
|
+
}, z.core.$strict>>;
|
|
1611
|
+
propose: z.ZodOptional<z.ZodObject<{
|
|
1612
|
+
forge: z.ZodLiteral<"github">;
|
|
1613
|
+
host: z.ZodLiteral<"github.com">;
|
|
1614
|
+
owner: z.ZodString;
|
|
1615
|
+
repository: z.ZodString;
|
|
1616
|
+
repositoryNodeId: z.ZodString;
|
|
1617
|
+
remoteName: z.ZodString;
|
|
1618
|
+
baseBranch: z.ZodString;
|
|
1619
|
+
branchPrefix: z.ZodLiteral<"mill/">;
|
|
1620
|
+
allowedActors: z.ZodArray<z.ZodString>;
|
|
1621
|
+
allowedMergerLogins: z.ZodArray<z.ZodString>;
|
|
1622
|
+
requiredChecks: z.ZodArray<z.ZodString>;
|
|
1623
|
+
reviewPolicy: z.ZodObject<{
|
|
1624
|
+
mode: z.ZodEnum<{
|
|
1625
|
+
local_only: "local_only";
|
|
1626
|
+
github_required: "github_required";
|
|
1627
|
+
}>;
|
|
1628
|
+
requiredReviewerLogins: z.ZodArray<z.ZodString>;
|
|
1629
|
+
}, z.core.$strict>;
|
|
1630
|
+
allowedMergeMethods: z.ZodArray<z.ZodEnum<{
|
|
1631
|
+
merge: "merge";
|
|
1632
|
+
linear_tree_preserving: "linear_tree_preserving";
|
|
1633
|
+
}>>;
|
|
1634
|
+
approvalTtlSeconds: z.ZodDefault<z.ZodNumber>;
|
|
1635
|
+
pollTimeoutSeconds: z.ZodDefault<z.ZodNumber>;
|
|
1636
|
+
}, z.core.$strict>>;
|
|
1637
|
+
commands: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1638
|
+
argv: z.ZodArray<z.ZodString>;
|
|
1639
|
+
cwd: z.ZodString;
|
|
1640
|
+
controlPaths: z.ZodArray<z.ZodString>;
|
|
1641
|
+
capability: z.ZodEnum<{
|
|
1642
|
+
test: "test";
|
|
1643
|
+
build: "build";
|
|
1644
|
+
read: "read";
|
|
1645
|
+
package: "package";
|
|
1646
|
+
}>;
|
|
1647
|
+
required: z.ZodDefault<z.ZodBoolean>;
|
|
1648
|
+
timeoutSeconds: z.ZodDefault<z.ZodNumber>;
|
|
1649
|
+
execution: z.ZodDefault<z.ZodEnum<{
|
|
1650
|
+
host: "host";
|
|
1651
|
+
oci: "oci";
|
|
1652
|
+
}>>;
|
|
1653
|
+
writablePaths: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1654
|
+
}, z.core.$strict>>;
|
|
1655
|
+
}, z.core.$strict>;
|
|
1656
|
+
readonly millLock: z.ZodObject<{
|
|
1657
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
1658
|
+
mill: z.ZodObject<{
|
|
1659
|
+
package: z.ZodLiteral<"@davidahmann/mill">;
|
|
1660
|
+
version: z.ZodString;
|
|
1661
|
+
integrity: z.ZodOptional<z.ZodString>;
|
|
1662
|
+
}, z.core.$strict>;
|
|
1663
|
+
schemaDigests: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1664
|
+
recipe: z.ZodOptional<z.ZodObject<{
|
|
1665
|
+
id: z.ZodString;
|
|
1666
|
+
version: z.ZodString;
|
|
1667
|
+
digest: z.ZodString;
|
|
1668
|
+
}, z.core.$strict>>;
|
|
1669
|
+
integration: z.ZodOptional<z.ZodObject<{
|
|
1670
|
+
mode: z.ZodEnum<{
|
|
1671
|
+
greenfield: "greenfield";
|
|
1672
|
+
adoption: "adoption";
|
|
1673
|
+
}>;
|
|
1674
|
+
planDigest: z.ZodString;
|
|
1675
|
+
baseCommit: z.ZodNullable<z.ZodString>;
|
|
1676
|
+
files: z.ZodArray<z.ZodObject<{
|
|
1677
|
+
path: z.ZodString;
|
|
1678
|
+
ownership: z.ZodEnum<{
|
|
1679
|
+
mill_only: "mill_only";
|
|
1680
|
+
generated_once: "generated_once";
|
|
1681
|
+
managed: "managed";
|
|
1682
|
+
}>;
|
|
1683
|
+
templateDigest: z.ZodString;
|
|
1684
|
+
installedDigest: z.ZodString;
|
|
1685
|
+
preexistingDigest: z.ZodNullable<z.ZodString>;
|
|
1686
|
+
}, z.core.$strict>>;
|
|
1687
|
+
}, z.core.$strict>>;
|
|
1688
|
+
}, z.core.$strict>;
|
|
1689
|
+
readonly outcomePlan: z.ZodObject<{
|
|
1690
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
1691
|
+
productContractDigest: z.ZodString;
|
|
1692
|
+
outcomes: z.ZodArray<z.ZodObject<{
|
|
1693
|
+
id: z.ZodString;
|
|
1694
|
+
title: z.ZodString;
|
|
1695
|
+
acceptance: z.ZodArray<z.ZodString>;
|
|
1696
|
+
acceptanceIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1697
|
+
dependsOn: z.ZodArray<z.ZodString>;
|
|
1698
|
+
status: z.ZodEnum<{
|
|
1699
|
+
proposed: "proposed";
|
|
1700
|
+
approved: "approved";
|
|
1701
|
+
ready: "ready";
|
|
1702
|
+
blocked: "blocked";
|
|
1703
|
+
closed: "closed";
|
|
1704
|
+
}>;
|
|
1705
|
+
taskRef: z.ZodOptional<z.ZodString>;
|
|
1706
|
+
}, z.core.$strict>>;
|
|
1707
|
+
}, z.core.$strict>;
|
|
1708
|
+
readonly productContract: z.ZodObject<{
|
|
1709
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
1710
|
+
id: z.ZodString;
|
|
1711
|
+
title: z.ZodString;
|
|
1712
|
+
primaryUser: z.ZodString;
|
|
1713
|
+
jobToBeDone: z.ZodString;
|
|
1714
|
+
outcomes: z.ZodArray<z.ZodObject<{
|
|
1715
|
+
id: z.ZodString;
|
|
1716
|
+
statement: z.ZodString;
|
|
1717
|
+
acceptanceIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1718
|
+
}, z.core.$strict>>;
|
|
1719
|
+
nonGoals: z.ZodArray<z.ZodString>;
|
|
1720
|
+
assumptions: z.ZodArray<z.ZodString>;
|
|
1721
|
+
unknowns: z.ZodArray<z.ZodString>;
|
|
1722
|
+
sourceRefs: z.ZodArray<z.ZodString>;
|
|
1723
|
+
acceptance: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
1724
|
+
id: z.ZodString;
|
|
1725
|
+
kind: z.ZodEnum<{
|
|
1726
|
+
functional: "functional";
|
|
1727
|
+
quality: "quality";
|
|
1728
|
+
operational: "operational";
|
|
1729
|
+
}>;
|
|
1730
|
+
statement: z.ZodString;
|
|
1731
|
+
sourceRefs: z.ZodArray<z.ZodString>;
|
|
1732
|
+
}, z.core.$strict>>>;
|
|
1733
|
+
invariants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
1734
|
+
id: z.ZodString;
|
|
1735
|
+
statement: z.ZodString;
|
|
1736
|
+
owner: z.ZodString;
|
|
1737
|
+
criticality: z.ZodEnum<{
|
|
1738
|
+
medium: "medium";
|
|
1739
|
+
low: "low";
|
|
1740
|
+
high: "high";
|
|
1741
|
+
critical: "critical";
|
|
1742
|
+
}>;
|
|
1743
|
+
surfaceRefs: z.ZodArray<z.ZodString>;
|
|
1744
|
+
verification: z.ZodObject<{
|
|
1745
|
+
mode: z.ZodEnum<{
|
|
1746
|
+
command: "command";
|
|
1747
|
+
human: "human";
|
|
1748
|
+
unsupported: "unsupported";
|
|
1749
|
+
}>;
|
|
1750
|
+
ref: z.ZodString;
|
|
1751
|
+
}, z.core.$strict>;
|
|
1752
|
+
sourceRefs: z.ZodArray<z.ZodString>;
|
|
1753
|
+
unknowns: z.ZodArray<z.ZodString>;
|
|
1754
|
+
}, z.core.$strict>>>;
|
|
1755
|
+
decisions: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
1756
|
+
id: z.ZodString;
|
|
1757
|
+
kind: z.ZodEnum<{
|
|
1758
|
+
product: "product";
|
|
1759
|
+
architecture: "architecture";
|
|
1760
|
+
design: "design";
|
|
1761
|
+
accessibility: "accessibility";
|
|
1762
|
+
research: "research";
|
|
1763
|
+
}>;
|
|
1764
|
+
question: z.ZodString;
|
|
1765
|
+
decision: z.ZodString;
|
|
1766
|
+
rationale: z.ZodString;
|
|
1767
|
+
sourceRefs: z.ZodArray<z.ZodString>;
|
|
1768
|
+
status: z.ZodEnum<{
|
|
1769
|
+
rejected: "rejected";
|
|
1770
|
+
proposed: "proposed";
|
|
1771
|
+
approved: "approved";
|
|
1772
|
+
}>;
|
|
1773
|
+
costlyToReverse: z.ZodBoolean;
|
|
1774
|
+
}, z.core.$strict>>>;
|
|
1775
|
+
}, z.core.$strict>;
|
|
1776
|
+
readonly recipeManifest: z.ZodObject<{
|
|
1777
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
1778
|
+
id: z.ZodLiteral<"node-typescript-next-web">;
|
|
1779
|
+
version: z.ZodString;
|
|
1780
|
+
status: z.ZodEnum<{
|
|
1781
|
+
unsupported: "unsupported";
|
|
1782
|
+
supported: "supported";
|
|
1783
|
+
experimental: "experimental";
|
|
1784
|
+
}>;
|
|
1785
|
+
observedAt: z.ZodISODateTime;
|
|
1786
|
+
runtime: z.ZodObject<{
|
|
1787
|
+
node: z.ZodString;
|
|
1788
|
+
npm: z.ZodString;
|
|
1789
|
+
}, z.core.$strict>;
|
|
1790
|
+
stack: z.ZodObject<{
|
|
1791
|
+
next: z.ZodString;
|
|
1792
|
+
react: z.ZodString;
|
|
1793
|
+
reactDom: z.ZodString;
|
|
1794
|
+
typescript: z.ZodString;
|
|
1795
|
+
eslint: z.ZodString;
|
|
1796
|
+
prettier: z.ZodString;
|
|
1797
|
+
vitest: z.ZodString;
|
|
1798
|
+
playwright: z.ZodString;
|
|
1799
|
+
}, z.core.$strict>;
|
|
1800
|
+
verifierImage: z.ZodString;
|
|
1801
|
+
registry: z.ZodURL;
|
|
1802
|
+
licensePolicy: z.ZodObject<{
|
|
1803
|
+
allowed: z.ZodArray<z.ZodString>;
|
|
1804
|
+
reviewedPackages: z.ZodArray<z.ZodObject<{
|
|
1805
|
+
name: z.ZodString;
|
|
1806
|
+
license: z.ZodString;
|
|
1807
|
+
}, z.core.$strict>>;
|
|
1808
|
+
}, z.core.$strict>;
|
|
1809
|
+
commands: z.ZodObject<{
|
|
1810
|
+
required: z.ZodArray<z.ZodString>;
|
|
1811
|
+
native: z.ZodArray<z.ZodString>;
|
|
1812
|
+
}, z.core.$strict>;
|
|
1813
|
+
oracles: z.ZodArray<z.ZodObject<{
|
|
1814
|
+
id: z.ZodString;
|
|
1815
|
+
commandId: z.ZodString;
|
|
1816
|
+
evidencePaths: z.ZodArray<z.ZodString>;
|
|
1817
|
+
proves: z.ZodArray<z.ZodString>;
|
|
1818
|
+
}, z.core.$strict>>;
|
|
1819
|
+
writablePaths: z.ZodArray<z.ZodString>;
|
|
1820
|
+
sources: z.ZodArray<z.ZodURL>;
|
|
1821
|
+
}, z.core.$strict>;
|
|
1822
|
+
readonly releaseEvidence: z.ZodObject<{
|
|
1823
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
1824
|
+
state: z.ZodEnum<{
|
|
1825
|
+
verified: "verified";
|
|
1826
|
+
qualified: "qualified";
|
|
1827
|
+
published: "published";
|
|
1828
|
+
}>;
|
|
1829
|
+
package: z.ZodObject<{
|
|
1830
|
+
name: z.ZodLiteral<"@davidahmann/mill">;
|
|
1831
|
+
version: z.ZodString;
|
|
1832
|
+
tag: z.ZodString;
|
|
1833
|
+
}, z.core.$strict>;
|
|
1834
|
+
source: z.ZodObject<{
|
|
1835
|
+
reviewedCandidateTree: z.ZodString;
|
|
1836
|
+
resultingMainCommit: z.ZodString;
|
|
1837
|
+
resultingMainTree: z.ZodString;
|
|
1838
|
+
tagCommit: z.ZodString;
|
|
1839
|
+
}, z.core.$strict>;
|
|
1840
|
+
builders: z.ZodArray<z.ZodObject<{
|
|
1841
|
+
builder: z.ZodString;
|
|
1842
|
+
filename: z.ZodString;
|
|
1843
|
+
sha256: z.ZodString;
|
|
1844
|
+
npmIntegrity: z.ZodString;
|
|
1845
|
+
contentsDigest: z.ZodString;
|
|
1846
|
+
}, z.core.$strict>>;
|
|
1847
|
+
selectedArtifact: z.ZodObject<{
|
|
1848
|
+
builder: z.ZodString;
|
|
1849
|
+
filename: z.ZodString;
|
|
1850
|
+
sha256: z.ZodString;
|
|
1851
|
+
npmIntegrity: z.ZodString;
|
|
1852
|
+
contentsDigest: z.ZodString;
|
|
1853
|
+
}, z.core.$strict>;
|
|
1854
|
+
qualificationDigest: z.ZodString;
|
|
1855
|
+
sbomDigest: z.ZodString;
|
|
1856
|
+
registry: z.ZodNullable<z.ZodObject<{
|
|
1857
|
+
tarball: z.ZodURL;
|
|
1858
|
+
integrity: z.ZodString;
|
|
1859
|
+
provenanceVerified: z.ZodBoolean;
|
|
1860
|
+
}, z.core.$strict>>;
|
|
1861
|
+
githubRelease: z.ZodNullable<z.ZodObject<{
|
|
1862
|
+
url: z.ZodURL;
|
|
1863
|
+
tag: z.ZodString;
|
|
1864
|
+
artifactDigest: z.ZodString;
|
|
1865
|
+
}, z.core.$strict>>;
|
|
1866
|
+
generatedAt: z.ZodISODateTime;
|
|
1867
|
+
}, z.core.$strict>;
|
|
1868
|
+
readonly repositoryIntegrationPlan: z.ZodObject<{
|
|
1869
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
1870
|
+
planDigest: z.ZodString;
|
|
1871
|
+
generator: z.ZodObject<{
|
|
1872
|
+
package: z.ZodLiteral<"@davidahmann/mill">;
|
|
1873
|
+
version: z.ZodString;
|
|
1874
|
+
}, z.core.$strict>;
|
|
1875
|
+
mode: z.ZodEnum<{
|
|
1876
|
+
greenfield: "greenfield";
|
|
1877
|
+
adoption: "adoption";
|
|
1878
|
+
}>;
|
|
1879
|
+
target: z.ZodObject<{
|
|
1880
|
+
directoryName: z.ZodString;
|
|
1881
|
+
canonicalPathDigest: z.ZodString;
|
|
1882
|
+
baseCommit: z.ZodNullable<z.ZodString>;
|
|
1883
|
+
scanDigest: z.ZodNullable<z.ZodString>;
|
|
1884
|
+
}, z.core.$strict>;
|
|
1885
|
+
productProposalDigest: z.ZodString;
|
|
1886
|
+
productContractDigest: z.ZodString;
|
|
1887
|
+
recipe: z.ZodObject<{
|
|
1888
|
+
id: z.ZodLiteral<"node-typescript-next-web">;
|
|
1889
|
+
version: z.ZodString;
|
|
1890
|
+
digest: z.ZodString;
|
|
1891
|
+
status: z.ZodLiteral<"supported">;
|
|
1892
|
+
verifierImage: z.ZodString;
|
|
1893
|
+
}, z.core.$strict>;
|
|
1894
|
+
approval: z.ZodObject<{
|
|
1895
|
+
approvedBy: z.ZodString;
|
|
1896
|
+
approvedAt: z.ZodISODateTime;
|
|
1897
|
+
}, z.core.$strict>;
|
|
1898
|
+
files: z.ZodArray<z.ZodObject<{
|
|
1899
|
+
path: z.ZodString;
|
|
1900
|
+
ownership: z.ZodEnum<{
|
|
1901
|
+
mill_only: "mill_only";
|
|
1902
|
+
generated_once: "generated_once";
|
|
1903
|
+
managed: "managed";
|
|
1904
|
+
}>;
|
|
1905
|
+
action: z.ZodEnum<{
|
|
1906
|
+
create: "create";
|
|
1907
|
+
retain_identical: "retain_identical";
|
|
1908
|
+
}>;
|
|
1909
|
+
contentDigest: z.ZodString;
|
|
1910
|
+
preexistingDigest: z.ZodNullable<z.ZodString>;
|
|
1911
|
+
}, z.core.$strict>>;
|
|
1912
|
+
commandIds: z.ZodArray<z.ZodString>;
|
|
1913
|
+
networkDisclosure: z.ZodArray<z.ZodString>;
|
|
1914
|
+
baseline: z.ZodLiteral<"unverified">;
|
|
1915
|
+
}, z.core.$strict>;
|
|
1916
|
+
readonly reviewResult: z.ZodObject<{
|
|
1917
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
1918
|
+
candidateCommit: z.ZodString;
|
|
1919
|
+
summary: z.ZodString;
|
|
1920
|
+
findings: z.ZodArray<z.ZodObject<{
|
|
1921
|
+
id: z.ZodString;
|
|
1922
|
+
severity: z.ZodEnum<{
|
|
1923
|
+
P0: "P0";
|
|
1924
|
+
P1: "P1";
|
|
1925
|
+
P2: "P2";
|
|
1926
|
+
P3: "P3";
|
|
1927
|
+
}>;
|
|
1928
|
+
class: z.ZodEnum<{
|
|
1929
|
+
style: "style";
|
|
1930
|
+
authority: "authority";
|
|
1931
|
+
correctness: "correctness";
|
|
1932
|
+
security: "security";
|
|
1933
|
+
"data-loss": "data-loss";
|
|
1934
|
+
provenance: "provenance";
|
|
1935
|
+
compatibility: "compatibility";
|
|
1936
|
+
maintainability: "maintainability";
|
|
1937
|
+
}>;
|
|
1938
|
+
title: z.ZodString;
|
|
1939
|
+
body: z.ZodString;
|
|
1940
|
+
file: z.ZodNullable<z.ZodString>;
|
|
1941
|
+
line: z.ZodNullable<z.ZodNumber>;
|
|
1942
|
+
}, z.core.$strict>>;
|
|
1943
|
+
}, z.core.$strict>;
|
|
1944
|
+
readonly scenarioSet: z.ZodObject<{
|
|
1945
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
1946
|
+
productContractDigest: z.ZodString;
|
|
1947
|
+
scenarios: z.ZodArray<z.ZodObject<{
|
|
1948
|
+
id: z.ZodString;
|
|
1949
|
+
kind: z.ZodEnum<{
|
|
1950
|
+
authority: "authority";
|
|
1951
|
+
normal: "normal";
|
|
1952
|
+
exception: "exception";
|
|
1953
|
+
degradation: "degradation";
|
|
1954
|
+
recovery: "recovery";
|
|
1955
|
+
adversarial: "adversarial";
|
|
1956
|
+
}>;
|
|
1957
|
+
given: z.ZodArray<z.ZodString>;
|
|
1958
|
+
when: z.ZodArray<z.ZodString>;
|
|
1959
|
+
then: z.ZodArray<z.ZodString>;
|
|
1960
|
+
oracleOwner: z.ZodEnum<{
|
|
1961
|
+
external: "external";
|
|
1962
|
+
repository: "repository";
|
|
1963
|
+
human: "human";
|
|
1964
|
+
}>;
|
|
1965
|
+
acceptanceRefs: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1966
|
+
invariantRefs: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1967
|
+
coverage: z.ZodDefault<z.ZodEnum<{
|
|
1968
|
+
new_behavior: "new_behavior";
|
|
1969
|
+
preservation: "preservation";
|
|
1970
|
+
both: "both";
|
|
1971
|
+
}>>;
|
|
1972
|
+
visibility: z.ZodDefault<z.ZodEnum<{
|
|
1973
|
+
builder_visible: "builder_visible";
|
|
1974
|
+
reviewer_owned: "reviewer_owned";
|
|
1975
|
+
human_acceptance: "human_acceptance";
|
|
1976
|
+
}>>;
|
|
1977
|
+
executionRef: z.ZodOptional<z.ZodString>;
|
|
1978
|
+
recipeOracle: z.ZodOptional<z.ZodString>;
|
|
1979
|
+
forbidden: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1980
|
+
}, z.core.$strict>>;
|
|
1981
|
+
}, z.core.$strict>;
|
|
1982
|
+
readonly sourceManifest: z.ZodObject<{
|
|
1983
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
1984
|
+
trigger: z.ZodEnum<{
|
|
1985
|
+
bootstrap: "bootstrap";
|
|
1986
|
+
adoption_uncertainty: "adoption_uncertainty";
|
|
1987
|
+
approved_stack_change: "approved_stack_change";
|
|
1988
|
+
}>;
|
|
1989
|
+
providers: z.ZodArray<z.ZodObject<{
|
|
1990
|
+
id: z.ZodString;
|
|
1991
|
+
name: z.ZodString;
|
|
1992
|
+
queries: z.ZodArray<z.ZodObject<{
|
|
1993
|
+
id: z.ZodString;
|
|
1994
|
+
text: z.ZodString;
|
|
1995
|
+
purpose: z.ZodString;
|
|
1996
|
+
}, z.core.$strict>>;
|
|
1997
|
+
networkDisclosure: z.ZodString;
|
|
1998
|
+
}, z.core.$strict>>;
|
|
1999
|
+
sources: z.ZodArray<z.ZodObject<{
|
|
2000
|
+
id: z.ZodString;
|
|
2001
|
+
class: z.ZodEnum<{
|
|
2002
|
+
primary_documentation: "primary_documentation";
|
|
2003
|
+
official_registry: "official_registry";
|
|
2004
|
+
security_advisory: "security_advisory";
|
|
2005
|
+
license: "license";
|
|
2006
|
+
repository: "repository";
|
|
2007
|
+
user_evidence: "user_evidence";
|
|
2008
|
+
operator_constraint: "operator_constraint";
|
|
2009
|
+
}>;
|
|
2010
|
+
uri: z.ZodString;
|
|
2011
|
+
revision: z.ZodString;
|
|
2012
|
+
observedAt: z.ZodISODateTime;
|
|
2013
|
+
freshness: z.ZodEnum<{
|
|
2014
|
+
unknown: "unknown";
|
|
2015
|
+
current: "current";
|
|
2016
|
+
stale: "stale";
|
|
2017
|
+
}>;
|
|
2018
|
+
authority: z.ZodEnum<{
|
|
2019
|
+
evidence: "evidence";
|
|
2020
|
+
constraint: "constraint";
|
|
2021
|
+
approved_decision: "approved_decision";
|
|
2022
|
+
}>;
|
|
2023
|
+
digest: z.ZodOptional<z.ZodString>;
|
|
2024
|
+
claims: z.ZodArray<z.ZodString>;
|
|
2025
|
+
}, z.core.$strict>>;
|
|
2026
|
+
}, z.core.$strict>;
|
|
2027
|
+
readonly supportTuple: z.ZodObject<{
|
|
2028
|
+
id: z.ZodString;
|
|
2029
|
+
status: z.ZodEnum<{
|
|
2030
|
+
experimental: "experimental";
|
|
2031
|
+
qualified: "qualified";
|
|
2032
|
+
expired: "expired";
|
|
2033
|
+
}>;
|
|
2034
|
+
testedAt: z.ZodISODateTime;
|
|
2035
|
+
expiresAt: z.ZodISODateTime;
|
|
2036
|
+
host: z.ZodObject<{
|
|
2037
|
+
os: z.ZodString;
|
|
2038
|
+
architecture: z.ZodString;
|
|
2039
|
+
}, z.core.$strict>;
|
|
2040
|
+
runtime: z.ZodObject<{
|
|
2041
|
+
node: z.ZodString;
|
|
2042
|
+
npm: z.ZodString;
|
|
2043
|
+
}, z.core.$strict>;
|
|
2044
|
+
container: z.ZodObject<{
|
|
2045
|
+
engine: z.ZodString;
|
|
2046
|
+
version: z.ZodString;
|
|
2047
|
+
verifierImage: z.ZodString;
|
|
2048
|
+
}, z.core.$strict>;
|
|
2049
|
+
worker: z.ZodObject<{
|
|
2050
|
+
adapter: z.ZodLiteral<"codex-cli">;
|
|
2051
|
+
harnessVersion: z.ZodString;
|
|
2052
|
+
modelIdentity: z.ZodLiteral<"provider-mutable">;
|
|
2053
|
+
authMode: z.ZodLiteral<"operator-session">;
|
|
2054
|
+
}, z.core.$strict>;
|
|
2055
|
+
forge: z.ZodObject<{
|
|
2056
|
+
gitVersion: z.ZodString;
|
|
2057
|
+
ghVersion: z.ZodString;
|
|
2058
|
+
host: z.ZodLiteral<"github.com">;
|
|
2059
|
+
}, z.core.$strict>;
|
|
2060
|
+
recipe: z.ZodObject<{
|
|
2061
|
+
id: z.ZodLiteral<"node-typescript-next-web">;
|
|
2062
|
+
version: z.ZodString;
|
|
2063
|
+
digest: z.ZodString;
|
|
2064
|
+
}, z.core.$strict>;
|
|
2065
|
+
}, z.core.$strict>;
|
|
2066
|
+
readonly specificationProposal: z.ZodObject<{
|
|
2067
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
2068
|
+
prd: z.ZodObject<{
|
|
2069
|
+
path: z.ZodString;
|
|
2070
|
+
digest: z.ZodString;
|
|
2071
|
+
}, z.core.$strict>;
|
|
2072
|
+
sourceManifestDigest: z.ZodString;
|
|
2073
|
+
productContract: z.ZodObject<{
|
|
2074
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
2075
|
+
id: z.ZodString;
|
|
2076
|
+
title: z.ZodString;
|
|
2077
|
+
primaryUser: z.ZodString;
|
|
2078
|
+
jobToBeDone: z.ZodString;
|
|
2079
|
+
outcomes: z.ZodArray<z.ZodObject<{
|
|
2080
|
+
id: z.ZodString;
|
|
2081
|
+
statement: z.ZodString;
|
|
2082
|
+
acceptanceIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2083
|
+
}, z.core.$strict>>;
|
|
2084
|
+
nonGoals: z.ZodArray<z.ZodString>;
|
|
2085
|
+
assumptions: z.ZodArray<z.ZodString>;
|
|
2086
|
+
unknowns: z.ZodArray<z.ZodString>;
|
|
2087
|
+
sourceRefs: z.ZodArray<z.ZodString>;
|
|
2088
|
+
acceptance: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
2089
|
+
id: z.ZodString;
|
|
2090
|
+
kind: z.ZodEnum<{
|
|
2091
|
+
functional: "functional";
|
|
2092
|
+
quality: "quality";
|
|
2093
|
+
operational: "operational";
|
|
2094
|
+
}>;
|
|
2095
|
+
statement: z.ZodString;
|
|
2096
|
+
sourceRefs: z.ZodArray<z.ZodString>;
|
|
2097
|
+
}, z.core.$strict>>>;
|
|
2098
|
+
invariants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
2099
|
+
id: z.ZodString;
|
|
2100
|
+
statement: z.ZodString;
|
|
2101
|
+
owner: z.ZodString;
|
|
2102
|
+
criticality: z.ZodEnum<{
|
|
2103
|
+
medium: "medium";
|
|
2104
|
+
low: "low";
|
|
2105
|
+
high: "high";
|
|
2106
|
+
critical: "critical";
|
|
2107
|
+
}>;
|
|
2108
|
+
surfaceRefs: z.ZodArray<z.ZodString>;
|
|
2109
|
+
verification: z.ZodObject<{
|
|
2110
|
+
mode: z.ZodEnum<{
|
|
2111
|
+
command: "command";
|
|
2112
|
+
human: "human";
|
|
2113
|
+
unsupported: "unsupported";
|
|
2114
|
+
}>;
|
|
2115
|
+
ref: z.ZodString;
|
|
2116
|
+
}, z.core.$strict>;
|
|
2117
|
+
sourceRefs: z.ZodArray<z.ZodString>;
|
|
2118
|
+
unknowns: z.ZodArray<z.ZodString>;
|
|
2119
|
+
}, z.core.$strict>>>;
|
|
2120
|
+
decisions: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
2121
|
+
id: z.ZodString;
|
|
2122
|
+
kind: z.ZodEnum<{
|
|
2123
|
+
product: "product";
|
|
2124
|
+
architecture: "architecture";
|
|
2125
|
+
design: "design";
|
|
2126
|
+
accessibility: "accessibility";
|
|
2127
|
+
research: "research";
|
|
2128
|
+
}>;
|
|
2129
|
+
question: z.ZodString;
|
|
2130
|
+
decision: z.ZodString;
|
|
2131
|
+
rationale: z.ZodString;
|
|
2132
|
+
sourceRefs: z.ZodArray<z.ZodString>;
|
|
2133
|
+
status: z.ZodEnum<{
|
|
2134
|
+
rejected: "rejected";
|
|
2135
|
+
proposed: "proposed";
|
|
2136
|
+
approved: "approved";
|
|
2137
|
+
}>;
|
|
2138
|
+
costlyToReverse: z.ZodBoolean;
|
|
2139
|
+
}, z.core.$strict>>>;
|
|
2140
|
+
}, z.core.$strict>;
|
|
2141
|
+
blueprints: z.ZodArray<z.ZodObject<{
|
|
2142
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
2143
|
+
id: z.ZodString;
|
|
2144
|
+
productContractDigest: z.ZodString;
|
|
2145
|
+
recipe: z.ZodString;
|
|
2146
|
+
recipeVersion: z.ZodString;
|
|
2147
|
+
runtime: z.ZodString;
|
|
2148
|
+
architecture: z.ZodArray<z.ZodString>;
|
|
2149
|
+
risks: z.ZodArray<z.ZodString>;
|
|
2150
|
+
}, z.core.$strict>>;
|
|
2151
|
+
scenarioSet: z.ZodObject<{
|
|
2152
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
2153
|
+
productContractDigest: z.ZodString;
|
|
2154
|
+
scenarios: z.ZodArray<z.ZodObject<{
|
|
2155
|
+
id: z.ZodString;
|
|
2156
|
+
kind: z.ZodEnum<{
|
|
2157
|
+
authority: "authority";
|
|
2158
|
+
normal: "normal";
|
|
2159
|
+
exception: "exception";
|
|
2160
|
+
degradation: "degradation";
|
|
2161
|
+
recovery: "recovery";
|
|
2162
|
+
adversarial: "adversarial";
|
|
2163
|
+
}>;
|
|
2164
|
+
given: z.ZodArray<z.ZodString>;
|
|
2165
|
+
when: z.ZodArray<z.ZodString>;
|
|
2166
|
+
then: z.ZodArray<z.ZodString>;
|
|
2167
|
+
oracleOwner: z.ZodEnum<{
|
|
2168
|
+
external: "external";
|
|
2169
|
+
repository: "repository";
|
|
2170
|
+
human: "human";
|
|
2171
|
+
}>;
|
|
2172
|
+
acceptanceRefs: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
2173
|
+
invariantRefs: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
2174
|
+
coverage: z.ZodDefault<z.ZodEnum<{
|
|
2175
|
+
new_behavior: "new_behavior";
|
|
2176
|
+
preservation: "preservation";
|
|
2177
|
+
both: "both";
|
|
2178
|
+
}>>;
|
|
2179
|
+
visibility: z.ZodDefault<z.ZodEnum<{
|
|
2180
|
+
builder_visible: "builder_visible";
|
|
2181
|
+
reviewer_owned: "reviewer_owned";
|
|
2182
|
+
human_acceptance: "human_acceptance";
|
|
2183
|
+
}>>;
|
|
2184
|
+
executionRef: z.ZodOptional<z.ZodString>;
|
|
2185
|
+
recipeOracle: z.ZodOptional<z.ZodString>;
|
|
2186
|
+
forbidden: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
2187
|
+
}, z.core.$strict>>;
|
|
2188
|
+
}, z.core.$strict>;
|
|
2189
|
+
assumptions: z.ZodArray<z.ZodObject<{
|
|
2190
|
+
id: z.ZodString;
|
|
2191
|
+
statement: z.ZodString;
|
|
2192
|
+
sourceRefs: z.ZodArray<z.ZodString>;
|
|
2193
|
+
}, z.core.$strict>>;
|
|
2194
|
+
contradictions: z.ZodArray<z.ZodObject<{
|
|
2195
|
+
id: z.ZodString;
|
|
2196
|
+
statement: z.ZodString;
|
|
2197
|
+
sourceRefs: z.ZodArray<z.ZodString>;
|
|
2198
|
+
blocking: z.ZodBoolean;
|
|
2199
|
+
}, z.core.$strict>>;
|
|
2200
|
+
questions: z.ZodArray<z.ZodObject<{
|
|
2201
|
+
id: z.ZodString;
|
|
2202
|
+
prompt: z.ZodString;
|
|
2203
|
+
recommendedDefault: z.ZodString;
|
|
2204
|
+
reversible: z.ZodBoolean;
|
|
2205
|
+
blocking: z.ZodBoolean;
|
|
2206
|
+
}, z.core.$strict>>;
|
|
2207
|
+
status: z.ZodLiteral<"proposed">;
|
|
2208
|
+
}, z.core.$strict>;
|
|
2209
|
+
readonly taskPacket: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
2210
|
+
authority: z.ZodObject<{
|
|
2211
|
+
productContract: z.ZodObject<{
|
|
2212
|
+
path: z.ZodString;
|
|
2213
|
+
digest: z.ZodString;
|
|
2214
|
+
}, z.core.$strict>;
|
|
2215
|
+
scenarioSet: z.ZodObject<{
|
|
2216
|
+
path: z.ZodString;
|
|
2217
|
+
digest: z.ZodString;
|
|
2218
|
+
}, z.core.$strict>;
|
|
2219
|
+
policy: z.ZodObject<{
|
|
2220
|
+
path: z.ZodString;
|
|
2221
|
+
digest: z.ZodString;
|
|
2222
|
+
}, z.core.$strict>;
|
|
2223
|
+
}, z.core.$strict>;
|
|
2224
|
+
acceptance: z.ZodArray<z.ZodObject<{
|
|
2225
|
+
id: z.ZodString;
|
|
2226
|
+
statement: z.ZodString;
|
|
2227
|
+
}, z.core.$strict>>;
|
|
2228
|
+
id: z.ZodString;
|
|
2229
|
+
title: z.ZodString;
|
|
2230
|
+
objective: z.ZodString;
|
|
2231
|
+
riskClass: z.ZodEnum<{
|
|
2232
|
+
medium: "medium";
|
|
2233
|
+
low: "low";
|
|
2234
|
+
high: "high";
|
|
2235
|
+
}>;
|
|
2236
|
+
baseRef: z.ZodString;
|
|
2237
|
+
contextPaths: z.ZodArray<z.ZodString>;
|
|
2238
|
+
allowedPaths: z.ZodArray<z.ZodString>;
|
|
2239
|
+
commandIds: z.ZodArray<z.ZodString>;
|
|
2240
|
+
commit: z.ZodObject<{
|
|
2241
|
+
message: z.ZodString;
|
|
2242
|
+
authorName: z.ZodString;
|
|
2243
|
+
authorEmail: z.ZodEmail;
|
|
2244
|
+
}, z.core.$strict>;
|
|
2245
|
+
budget: z.ZodObject<{
|
|
2246
|
+
deadlineSeconds: z.ZodNumber;
|
|
2247
|
+
maxOutputBytes: z.ZodNumber;
|
|
2248
|
+
retryCount: z.ZodNumber;
|
|
2249
|
+
}, z.core.$strict>;
|
|
2250
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
2251
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2252
|
+
authority: z.ZodObject<{
|
|
2253
|
+
productContract: z.ZodObject<{
|
|
2254
|
+
path: z.ZodString;
|
|
2255
|
+
digest: z.ZodString;
|
|
2256
|
+
}, z.core.$strict>;
|
|
2257
|
+
scenarioSet: z.ZodObject<{
|
|
2258
|
+
path: z.ZodString;
|
|
2259
|
+
digest: z.ZodString;
|
|
2260
|
+
}, z.core.$strict>;
|
|
2261
|
+
policy: z.ZodObject<{
|
|
2262
|
+
path: z.ZodString;
|
|
2263
|
+
digest: z.ZodString;
|
|
2264
|
+
}, z.core.$strict>;
|
|
2265
|
+
impactManifest: z.ZodObject<{
|
|
2266
|
+
path: z.ZodString;
|
|
2267
|
+
digest: z.ZodString;
|
|
2268
|
+
}, z.core.$strict>;
|
|
2269
|
+
}, z.core.$strict>;
|
|
2270
|
+
attestations: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
2271
|
+
id: z.ZodString;
|
|
2272
|
+
approvedBy: z.ZodString;
|
|
2273
|
+
approvedAt: z.ZodISODateTime;
|
|
2274
|
+
expiresAt: z.ZodISODateTime;
|
|
2275
|
+
claims: z.ZodArray<z.ZodObject<{
|
|
2276
|
+
kind: z.ZodEnum<{
|
|
2277
|
+
acceptance: "acceptance";
|
|
2278
|
+
invariant: "invariant";
|
|
2279
|
+
scenario: "scenario";
|
|
2280
|
+
}>;
|
|
2281
|
+
id: z.ZodString;
|
|
2282
|
+
digest: z.ZodString;
|
|
2283
|
+
}, z.core.$strict>>;
|
|
2284
|
+
}, z.core.$strict>>>;
|
|
2285
|
+
acceptance: z.ZodArray<z.ZodObject<{
|
|
2286
|
+
id: z.ZodString;
|
|
2287
|
+
statement: z.ZodString;
|
|
2288
|
+
invariantIds: z.ZodArray<z.ZodString>;
|
|
2289
|
+
scenarioIds: z.ZodArray<z.ZodString>;
|
|
2290
|
+
coverage: z.ZodEnum<{
|
|
2291
|
+
new_behavior: "new_behavior";
|
|
2292
|
+
preservation: "preservation";
|
|
2293
|
+
both: "both";
|
|
2294
|
+
}>;
|
|
2295
|
+
evidence: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
2296
|
+
mode: z.ZodLiteral<"command">;
|
|
2297
|
+
commandId: z.ZodString;
|
|
2298
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2299
|
+
mode: z.ZodLiteral<"human">;
|
|
2300
|
+
attestationId: z.ZodString;
|
|
2301
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2302
|
+
mode: z.ZodLiteral<"unsupported">;
|
|
2303
|
+
reason: z.ZodString;
|
|
2304
|
+
}, z.core.$strict>], "mode">;
|
|
2305
|
+
}, z.core.$strict>>;
|
|
2306
|
+
id: z.ZodString;
|
|
2307
|
+
title: z.ZodString;
|
|
2308
|
+
objective: z.ZodString;
|
|
2309
|
+
riskClass: z.ZodEnum<{
|
|
2310
|
+
medium: "medium";
|
|
2311
|
+
low: "low";
|
|
2312
|
+
high: "high";
|
|
2313
|
+
}>;
|
|
2314
|
+
baseRef: z.ZodString;
|
|
2315
|
+
contextPaths: z.ZodArray<z.ZodString>;
|
|
2316
|
+
allowedPaths: z.ZodArray<z.ZodString>;
|
|
2317
|
+
commandIds: z.ZodArray<z.ZodString>;
|
|
2318
|
+
commit: z.ZodObject<{
|
|
2319
|
+
message: z.ZodString;
|
|
2320
|
+
authorName: z.ZodString;
|
|
2321
|
+
authorEmail: z.ZodEmail;
|
|
2322
|
+
}, z.core.$strict>;
|
|
2323
|
+
budget: z.ZodObject<{
|
|
2324
|
+
deadlineSeconds: z.ZodNumber;
|
|
2325
|
+
maxOutputBytes: z.ZodNumber;
|
|
2326
|
+
retryCount: z.ZodNumber;
|
|
2327
|
+
}, z.core.$strict>;
|
|
2328
|
+
schemaVersion: z.ZodLiteral<"2">;
|
|
2329
|
+
}, z.core.$strict>], "schemaVersion">;
|
|
2330
|
+
readonly validationEvidence: z.ZodObject<{
|
|
2331
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
2332
|
+
candidateCommit: z.ZodString;
|
|
2333
|
+
verifierImage: z.ZodString;
|
|
2334
|
+
network: z.ZodLiteral<"none">;
|
|
2335
|
+
commands: z.ZodArray<z.ZodObject<{
|
|
2336
|
+
commandId: z.ZodString;
|
|
2337
|
+
required: z.ZodBoolean;
|
|
2338
|
+
status: z.ZodEnum<{
|
|
2339
|
+
blocked: "blocked";
|
|
2340
|
+
passed: "passed";
|
|
2341
|
+
failed: "failed";
|
|
2342
|
+
}>;
|
|
2343
|
+
exitCode: z.ZodNullable<z.ZodNumber>;
|
|
2344
|
+
durationMs: z.ZodNumber;
|
|
2345
|
+
outputDigest: z.ZodString;
|
|
2346
|
+
reason: z.ZodOptional<z.ZodEnum<{
|
|
2347
|
+
HOST_EXECUTION_NOT_QUALIFIED: "HOST_EXECUTION_NOT_QUALIFIED";
|
|
2348
|
+
CANCELLED: "CANCELLED";
|
|
2349
|
+
DEADLINE_EXCEEDED: "DEADLINE_EXCEEDED";
|
|
2350
|
+
OUTPUT_BUDGET_EXCEEDED: "OUTPUT_BUDGET_EXCEEDED";
|
|
2351
|
+
NONZERO_EXIT: "NONZERO_EXIT";
|
|
2352
|
+
}>>;
|
|
2353
|
+
}, z.core.$strict>>;
|
|
2354
|
+
semantic: z.ZodOptional<z.ZodObject<{
|
|
2355
|
+
impactManifestDigest: z.ZodString;
|
|
2356
|
+
items: z.ZodArray<z.ZodObject<{
|
|
2357
|
+
kind: z.ZodEnum<{
|
|
2358
|
+
acceptance: "acceptance";
|
|
2359
|
+
invariant: "invariant";
|
|
2360
|
+
scenario: "scenario";
|
|
2361
|
+
}>;
|
|
2362
|
+
id: z.ZodString;
|
|
2363
|
+
coverage: z.ZodEnum<{
|
|
2364
|
+
new_behavior: "new_behavior";
|
|
2365
|
+
preservation: "preservation";
|
|
2366
|
+
both: "both";
|
|
2367
|
+
}>;
|
|
2368
|
+
status: z.ZodEnum<{
|
|
2369
|
+
blocked: "blocked";
|
|
2370
|
+
passed: "passed";
|
|
2371
|
+
attested: "attested";
|
|
2372
|
+
}>;
|
|
2373
|
+
evidenceRefs: z.ZodArray<z.ZodString>;
|
|
2374
|
+
reason: z.ZodOptional<z.ZodString>;
|
|
2375
|
+
}, z.core.$strict>>;
|
|
2376
|
+
newBehaviorPassed: z.ZodBoolean;
|
|
2377
|
+
preservationPassed: z.ZodBoolean;
|
|
2378
|
+
passed: z.ZodBoolean;
|
|
2379
|
+
}, z.core.$strict>>;
|
|
2380
|
+
passed: z.ZodBoolean;
|
|
2381
|
+
}, z.core.$strict>;
|
|
2382
|
+
readonly publicAlphaQualification: z.ZodObject<{
|
|
2383
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
2384
|
+
package: z.ZodObject<{
|
|
2385
|
+
name: z.ZodLiteral<"@davidahmann/mill">;
|
|
2386
|
+
version: z.ZodString;
|
|
2387
|
+
artifactDigest: z.ZodString;
|
|
2388
|
+
npmIntegrity: z.ZodString;
|
|
2389
|
+
}, z.core.$strict>;
|
|
2390
|
+
supportTuple: z.ZodObject<{
|
|
2391
|
+
id: z.ZodString;
|
|
2392
|
+
status: z.ZodEnum<{
|
|
2393
|
+
experimental: "experimental";
|
|
2394
|
+
qualified: "qualified";
|
|
2395
|
+
expired: "expired";
|
|
2396
|
+
}>;
|
|
2397
|
+
testedAt: z.ZodISODateTime;
|
|
2398
|
+
expiresAt: z.ZodISODateTime;
|
|
2399
|
+
host: z.ZodObject<{
|
|
2400
|
+
os: z.ZodString;
|
|
2401
|
+
architecture: z.ZodString;
|
|
2402
|
+
}, z.core.$strict>;
|
|
2403
|
+
runtime: z.ZodObject<{
|
|
2404
|
+
node: z.ZodString;
|
|
2405
|
+
npm: z.ZodString;
|
|
2406
|
+
}, z.core.$strict>;
|
|
2407
|
+
container: z.ZodObject<{
|
|
2408
|
+
engine: z.ZodString;
|
|
2409
|
+
version: z.ZodString;
|
|
2410
|
+
verifierImage: z.ZodString;
|
|
2411
|
+
}, z.core.$strict>;
|
|
2412
|
+
worker: z.ZodObject<{
|
|
2413
|
+
adapter: z.ZodLiteral<"codex-cli">;
|
|
2414
|
+
harnessVersion: z.ZodString;
|
|
2415
|
+
modelIdentity: z.ZodLiteral<"provider-mutable">;
|
|
2416
|
+
authMode: z.ZodLiteral<"operator-session">;
|
|
2417
|
+
}, z.core.$strict>;
|
|
2418
|
+
forge: z.ZodObject<{
|
|
2419
|
+
gitVersion: z.ZodString;
|
|
2420
|
+
ghVersion: z.ZodString;
|
|
2421
|
+
host: z.ZodLiteral<"github.com">;
|
|
2422
|
+
}, z.core.$strict>;
|
|
2423
|
+
recipe: z.ZodObject<{
|
|
2424
|
+
id: z.ZodLiteral<"node-typescript-next-web">;
|
|
2425
|
+
version: z.ZodString;
|
|
2426
|
+
digest: z.ZodString;
|
|
2427
|
+
}, z.core.$strict>;
|
|
2428
|
+
}, z.core.$strict>;
|
|
2429
|
+
sequence: z.ZodObject<{
|
|
2430
|
+
steps: z.ZodArray<z.ZodObject<{
|
|
2431
|
+
id: z.ZodString;
|
|
2432
|
+
dependsOn: z.ZodArray<z.ZodString>;
|
|
2433
|
+
baseCommit: z.ZodString;
|
|
2434
|
+
candidateCommit: z.ZodString;
|
|
2435
|
+
status: z.ZodEnum<{
|
|
2436
|
+
rejected: "rejected";
|
|
2437
|
+
blocked: "blocked";
|
|
2438
|
+
accepted: "accepted";
|
|
2439
|
+
}>;
|
|
2440
|
+
newBehavior: z.ZodObject<{
|
|
2441
|
+
requiredIds: z.ZodArray<z.ZodString>;
|
|
2442
|
+
passedIds: z.ZodArray<z.ZodString>;
|
|
2443
|
+
}, z.core.$strict>;
|
|
2444
|
+
preservation: z.ZodObject<{
|
|
2445
|
+
requiredIds: z.ZodArray<z.ZodString>;
|
|
2446
|
+
passedIds: z.ZodArray<z.ZodString>;
|
|
2447
|
+
}, z.core.$strict>;
|
|
2448
|
+
scenarioIds: z.ZodArray<z.ZodString>;
|
|
2449
|
+
usage: z.ZodObject<{
|
|
2450
|
+
inputTokens: z.ZodNullable<z.ZodNumber>;
|
|
2451
|
+
outputTokens: z.ZodNullable<z.ZodNumber>;
|
|
2452
|
+
currencyCost: z.ZodNullable<z.ZodNumber>;
|
|
2453
|
+
source: z.ZodEnum<{
|
|
2454
|
+
unavailable: "unavailable";
|
|
2455
|
+
"provider-measured": "provider-measured";
|
|
2456
|
+
"operator-declared": "operator-declared";
|
|
2457
|
+
}>;
|
|
2458
|
+
}, z.core.$strict>;
|
|
2459
|
+
}, z.core.$strict>>;
|
|
2460
|
+
seededFault: z.ZodObject<{
|
|
2461
|
+
baseCommit: z.ZodString;
|
|
2462
|
+
candidateCommit: z.ZodString;
|
|
2463
|
+
status: z.ZodEnum<{
|
|
2464
|
+
blocked: "blocked";
|
|
2465
|
+
passed: "passed";
|
|
2466
|
+
failed: "failed";
|
|
2467
|
+
skipped: "skipped";
|
|
2468
|
+
}>;
|
|
2469
|
+
rejected: z.ZodBoolean;
|
|
2470
|
+
recovered: z.ZodBoolean;
|
|
2471
|
+
enteredAcceptedSequence: z.ZodBoolean;
|
|
2472
|
+
reason: z.ZodString;
|
|
2473
|
+
}, z.core.$strict>;
|
|
2474
|
+
}, z.core.$strict>;
|
|
2475
|
+
canaries: z.ZodObject<{
|
|
2476
|
+
packedInstall: z.ZodEnum<{
|
|
2477
|
+
blocked: "blocked";
|
|
2478
|
+
passed: "passed";
|
|
2479
|
+
failed: "failed";
|
|
2480
|
+
skipped: "skipped";
|
|
2481
|
+
}>;
|
|
2482
|
+
greenfield: z.ZodEnum<{
|
|
2483
|
+
blocked: "blocked";
|
|
2484
|
+
passed: "passed";
|
|
2485
|
+
failed: "failed";
|
|
2486
|
+
skipped: "skipped";
|
|
2487
|
+
}>;
|
|
2488
|
+
adoption: z.ZodEnum<{
|
|
2489
|
+
blocked: "blocked";
|
|
2490
|
+
passed: "passed";
|
|
2491
|
+
failed: "failed";
|
|
2492
|
+
skipped: "skipped";
|
|
2493
|
+
}>;
|
|
2494
|
+
downstreamWithoutMill: z.ZodEnum<{
|
|
2495
|
+
blocked: "blocked";
|
|
2496
|
+
passed: "passed";
|
|
2497
|
+
failed: "failed";
|
|
2498
|
+
skipped: "skipped";
|
|
2499
|
+
}>;
|
|
2500
|
+
recovery: z.ZodEnum<{
|
|
2501
|
+
blocked: "blocked";
|
|
2502
|
+
passed: "passed";
|
|
2503
|
+
failed: "failed";
|
|
2504
|
+
skipped: "skipped";
|
|
2505
|
+
}>;
|
|
2506
|
+
security: z.ZodEnum<{
|
|
2507
|
+
blocked: "blocked";
|
|
2508
|
+
passed: "passed";
|
|
2509
|
+
failed: "failed";
|
|
2510
|
+
skipped: "skipped";
|
|
2511
|
+
}>;
|
|
2512
|
+
}, z.core.$strict>;
|
|
2513
|
+
auditCandidate: z.ZodObject<{
|
|
2514
|
+
commit: z.ZodString;
|
|
2515
|
+
tree: z.ZodString;
|
|
2516
|
+
}, z.core.$strict>;
|
|
2517
|
+
audits: z.ZodArray<z.ZodObject<{
|
|
2518
|
+
category: z.ZodEnum<{
|
|
2519
|
+
code: "code";
|
|
2520
|
+
product: "product";
|
|
2521
|
+
architecture: "architecture";
|
|
2522
|
+
accessibility: "accessibility";
|
|
2523
|
+
operations: "operations";
|
|
2524
|
+
dependencies: "dependencies";
|
|
2525
|
+
security: "security";
|
|
2526
|
+
ux: "ux";
|
|
2527
|
+
release: "release";
|
|
2528
|
+
}>;
|
|
2529
|
+
status: z.ZodEnum<{
|
|
2530
|
+
blocked: "blocked";
|
|
2531
|
+
passed: "passed";
|
|
2532
|
+
failed: "failed";
|
|
2533
|
+
skipped: "skipped";
|
|
2534
|
+
}>;
|
|
2535
|
+
reportDigest: z.ZodString;
|
|
2536
|
+
}, z.core.$strict>>;
|
|
2537
|
+
generatedAt: z.ZodISODateTime;
|
|
2538
|
+
}, z.core.$strict>;
|
|
2539
|
+
readonly workerInvocation: z.ZodObject<{
|
|
2540
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
2541
|
+
invocationId: z.ZodUUID;
|
|
2542
|
+
runId: z.ZodUUID;
|
|
2543
|
+
phase: z.ZodEnum<{
|
|
2544
|
+
build: "build";
|
|
2545
|
+
repair: "repair";
|
|
2546
|
+
review: "review";
|
|
2547
|
+
}>;
|
|
2548
|
+
attempt: z.ZodNumber;
|
|
2549
|
+
taskDigest: z.ZodString;
|
|
2550
|
+
contextEpoch: z.ZodString;
|
|
2551
|
+
baseCommit: z.ZodString;
|
|
2552
|
+
candidateCommit: z.ZodOptional<z.ZodString>;
|
|
2553
|
+
impactManifestDigest: z.ZodOptional<z.ZodString>;
|
|
2554
|
+
profile: z.ZodObject<{
|
|
2555
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
2556
|
+
adapter: z.ZodLiteral<"codex-cli">;
|
|
2557
|
+
role: z.ZodEnum<{
|
|
2558
|
+
planner: "planner";
|
|
2559
|
+
builder: "builder";
|
|
2560
|
+
reviewer: "reviewer";
|
|
2561
|
+
}>;
|
|
2562
|
+
contractVersion: z.ZodLiteral<"1">;
|
|
2563
|
+
harnessVersion: z.ZodString;
|
|
2564
|
+
promptTemplateDigest: z.ZodString;
|
|
2565
|
+
modelIdentity: z.ZodLiteral<"provider-mutable">;
|
|
2566
|
+
approvalPolicy: z.ZodLiteral<"never">;
|
|
2567
|
+
sandbox: z.ZodEnum<{
|
|
2568
|
+
"read-only": "read-only";
|
|
2569
|
+
"workspace-write": "workspace-write";
|
|
2570
|
+
}>;
|
|
2571
|
+
session: z.ZodLiteral<"ephemeral">;
|
|
2572
|
+
hostRules: z.ZodLiteral<"ignored">;
|
|
2573
|
+
skillDiscovery: z.ZodLiteral<"disabled">;
|
|
2574
|
+
toolDiscovery: z.ZodLiteral<"disabled">;
|
|
2575
|
+
networkPosture: z.ZodEnum<{
|
|
2576
|
+
unknown: "unknown";
|
|
2577
|
+
"provider-managed": "provider-managed";
|
|
2578
|
+
}>;
|
|
2579
|
+
capabilities: z.ZodArray<z.ZodString>;
|
|
2580
|
+
outputContract: z.ZodString;
|
|
2581
|
+
}, z.core.$strict>;
|
|
2582
|
+
profileDigest: z.ZodString;
|
|
2583
|
+
allowedPaths: z.ZodArray<z.ZodString>;
|
|
2584
|
+
deadlineAt: z.ZodISODateTime;
|
|
2585
|
+
maxOutputBytes: z.ZodNumber;
|
|
2586
|
+
}, z.core.$strict>;
|
|
2587
|
+
readonly workerProfile: z.ZodObject<{
|
|
2588
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
2589
|
+
adapter: z.ZodLiteral<"codex-cli">;
|
|
2590
|
+
role: z.ZodEnum<{
|
|
2591
|
+
planner: "planner";
|
|
2592
|
+
builder: "builder";
|
|
2593
|
+
reviewer: "reviewer";
|
|
2594
|
+
}>;
|
|
2595
|
+
contractVersion: z.ZodLiteral<"1">;
|
|
2596
|
+
harnessVersion: z.ZodString;
|
|
2597
|
+
promptTemplateDigest: z.ZodString;
|
|
2598
|
+
modelIdentity: z.ZodLiteral<"provider-mutable">;
|
|
2599
|
+
approvalPolicy: z.ZodLiteral<"never">;
|
|
2600
|
+
sandbox: z.ZodEnum<{
|
|
2601
|
+
"read-only": "read-only";
|
|
2602
|
+
"workspace-write": "workspace-write";
|
|
2603
|
+
}>;
|
|
2604
|
+
session: z.ZodLiteral<"ephemeral">;
|
|
2605
|
+
hostRules: z.ZodLiteral<"ignored">;
|
|
2606
|
+
skillDiscovery: z.ZodLiteral<"disabled">;
|
|
2607
|
+
toolDiscovery: z.ZodLiteral<"disabled">;
|
|
2608
|
+
networkPosture: z.ZodEnum<{
|
|
2609
|
+
unknown: "unknown";
|
|
2610
|
+
"provider-managed": "provider-managed";
|
|
2611
|
+
}>;
|
|
2612
|
+
capabilities: z.ZodArray<z.ZodString>;
|
|
2613
|
+
outputContract: z.ZodString;
|
|
2614
|
+
}, z.core.$strict>;
|
|
2615
|
+
readonly deliveryRecord: z.ZodObject<{
|
|
2616
|
+
schemaVersion: z.ZodLiteral<"1">;
|
|
2617
|
+
runId: z.ZodUUID;
|
|
2618
|
+
deliveryKey: z.ZodString;
|
|
2619
|
+
proposalDigest: z.ZodString;
|
|
2620
|
+
approvalExpiresAt: z.ZodISODateTime;
|
|
2621
|
+
state: z.ZodEnum<{
|
|
2622
|
+
blocked: "blocked";
|
|
2623
|
+
closed: "closed";
|
|
2624
|
+
effect_unknown: "effect_unknown";
|
|
2625
|
+
planned: "planned";
|
|
2626
|
+
proposing: "proposing";
|
|
2627
|
+
awaiting_ci: "awaiting_ci";
|
|
2628
|
+
awaiting_human: "awaiting_human";
|
|
2629
|
+
merged: "merged";
|
|
2630
|
+
post_merge_verified: "post_merge_verified";
|
|
2631
|
+
cancelled: "cancelled";
|
|
2632
|
+
}>;
|
|
2633
|
+
target: z.ZodObject<{
|
|
2634
|
+
forge: z.ZodLiteral<"github">;
|
|
2635
|
+
host: z.ZodLiteral<"github.com">;
|
|
2636
|
+
owner: z.ZodString;
|
|
2637
|
+
repository: z.ZodString;
|
|
2638
|
+
repositoryNodeId: z.ZodString;
|
|
2639
|
+
cloneUrl: z.ZodURL;
|
|
2640
|
+
remoteName: z.ZodString;
|
|
2641
|
+
baseBranch: z.ZodString;
|
|
2642
|
+
actorLogin: z.ZodString;
|
|
2643
|
+
actorId: z.ZodNumber;
|
|
2644
|
+
}, z.core.$strict>;
|
|
2645
|
+
branchName: z.ZodString;
|
|
2646
|
+
candidateCommit: z.ZodString;
|
|
2647
|
+
candidateTree: z.ZodString;
|
|
2648
|
+
requiredChecks: z.ZodArray<z.ZodString>;
|
|
2649
|
+
reviewPolicy: z.ZodObject<{
|
|
2650
|
+
mode: z.ZodEnum<{
|
|
2651
|
+
local_only: "local_only";
|
|
2652
|
+
github_required: "github_required";
|
|
2653
|
+
}>;
|
|
2654
|
+
requiredReviewerLogins: z.ZodArray<z.ZodString>;
|
|
2655
|
+
}, z.core.$strict>;
|
|
2656
|
+
allowedMergerLogins: z.ZodArray<z.ZodString>;
|
|
2657
|
+
allowedMergeMethods: z.ZodArray<z.ZodEnum<{
|
|
2658
|
+
merge: "merge";
|
|
2659
|
+
linear_tree_preserving: "linear_tree_preserving";
|
|
2660
|
+
}>>;
|
|
2661
|
+
effects: z.ZodArray<z.ZodObject<{
|
|
2662
|
+
id: z.ZodString;
|
|
2663
|
+
kind: z.ZodEnum<{
|
|
2664
|
+
push: "push";
|
|
2665
|
+
pull_request: "pull_request";
|
|
2666
|
+
}>;
|
|
2667
|
+
candidateCommit: z.ZodString;
|
|
2668
|
+
status: z.ZodEnum<{
|
|
2669
|
+
blocked: "blocked";
|
|
2670
|
+
intent: "intent";
|
|
2671
|
+
call_started: "call_started";
|
|
2672
|
+
effect_unknown: "effect_unknown";
|
|
2673
|
+
retryable_absent: "retryable_absent";
|
|
2674
|
+
verified: "verified";
|
|
2675
|
+
}>;
|
|
2676
|
+
attemptCount: z.ZodNumber;
|
|
2677
|
+
expectedOldCommit: z.ZodNullable<z.ZodString>;
|
|
2678
|
+
errorCode: z.ZodNullable<z.ZodString>;
|
|
2679
|
+
updatedAt: z.ZodISODateTime;
|
|
2680
|
+
}, z.core.$strict>>;
|
|
2681
|
+
remoteHeadCommit: z.ZodNullable<z.ZodString>;
|
|
2682
|
+
pullRequest: z.ZodNullable<z.ZodObject<{
|
|
2683
|
+
number: z.ZodNumber;
|
|
2684
|
+
nodeId: z.ZodString;
|
|
2685
|
+
url: z.ZodURL;
|
|
2686
|
+
}, z.core.$strict>>;
|
|
2687
|
+
observation: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
2688
|
+
merge: z.ZodNullable<z.ZodObject<{
|
|
2689
|
+
commit: z.ZodString;
|
|
2690
|
+
tree: z.ZodString;
|
|
2691
|
+
method: z.ZodEnum<{
|
|
2692
|
+
merge: "merge";
|
|
2693
|
+
linear_tree_preserving: "linear_tree_preserving";
|
|
2694
|
+
}>;
|
|
2695
|
+
mergedByLogin: z.ZodString;
|
|
2696
|
+
mergedAt: z.ZodISODateTime;
|
|
2697
|
+
defaultBranchHead: z.ZodString;
|
|
2698
|
+
}, z.core.$strict>>;
|
|
2699
|
+
lastErrorCode: z.ZodNullable<z.ZodString>;
|
|
2700
|
+
createdAt: z.ZodISODateTime;
|
|
2701
|
+
updatedAt: z.ZodISODateTime;
|
|
2702
|
+
}, z.core.$strict>;
|
|
2703
|
+
};
|
|
2704
|
+
export type ContractKind = keyof typeof contractSchemas;
|
|
2705
|
+
//# sourceMappingURL=schemas.d.ts.map
|