@interf/compiler 0.4.1 → 0.5.1
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/README.md +70 -66
- package/builtin-workflows/interf/README.md +6 -6
- package/builtin-workflows/interf/compile/stages/shape/SKILL.md +7 -7
- package/builtin-workflows/interf/compile/stages/structure/SKILL.md +2 -2
- package/builtin-workflows/interf/compile/stages/summarize/SKILL.md +1 -1
- package/builtin-workflows/interf/{workspace.schema.json → compiled.schema.json} +5 -5
- package/builtin-workflows/interf/improve/SKILL.md +3 -3
- package/builtin-workflows/interf/use/query/SKILL.md +2 -2
- package/builtin-workflows/interf/workflow.json +42 -31
- package/dist/commands/check-draft.d.ts +19 -0
- package/dist/commands/check-draft.js +110 -0
- package/dist/commands/compile-controller.d.ts +4 -4
- package/dist/commands/compile-controller.js +117 -81
- package/dist/commands/compile.d.ts +5 -5
- package/dist/commands/compile.js +61 -62
- package/dist/commands/compiled-flow.d.ts +23 -0
- package/dist/commands/compiled-flow.js +112 -0
- package/dist/commands/create-workflow-wizard.d.ts +3 -3
- package/dist/commands/create-workflow-wizard.js +11 -11
- package/dist/commands/create.d.ts +2 -2
- package/dist/commands/create.js +50 -57
- package/dist/commands/default.js +2 -2
- package/dist/commands/executor-flow.d.ts +20 -1
- package/dist/commands/executor-flow.js +67 -7
- package/dist/commands/init.js +242 -289
- package/dist/commands/list.js +14 -10
- package/dist/commands/reset.js +6 -6
- package/dist/commands/source-config-wizard.d.ts +12 -8
- package/dist/commands/source-config-wizard.js +356 -119
- package/dist/commands/status.js +49 -26
- package/dist/commands/test-flow.d.ts +23 -10
- package/dist/commands/test-flow.js +274 -65
- package/dist/commands/test.d.ts +7 -1
- package/dist/commands/test.js +264 -65
- package/dist/commands/verify.js +23 -14
- package/dist/index.d.ts +7 -7
- package/dist/index.js +4 -4
- package/dist/lib/agent-args.js +2 -1
- package/dist/lib/agent-constants.js +1 -1
- package/dist/lib/agent-render.js +4 -4
- package/dist/lib/agent-shells.d.ts +8 -8
- package/dist/lib/agent-shells.js +231 -142
- package/dist/lib/{workflow-abi.d.ts → builtin-compiled-workflow.d.ts} +37 -46
- package/dist/lib/builtin-compiled-workflow.js +153 -0
- package/dist/lib/compiled-compile.d.ts +52 -0
- package/dist/lib/compiled-compile.js +274 -0
- package/dist/lib/compiled-home.d.ts +5 -0
- package/dist/lib/compiled-home.js +32 -0
- package/dist/lib/compiled-paths.d.ts +39 -0
- package/dist/lib/compiled-paths.js +103 -0
- package/dist/lib/{workspace-raw.d.ts → compiled-raw.d.ts} +9 -8
- package/dist/lib/{workspace-raw.js → compiled-raw.js} +16 -14
- package/dist/lib/compiled-reset.d.ts +1 -0
- package/dist/lib/compiled-reset.js +44 -0
- package/dist/lib/compiled-schema.d.ts +27 -0
- package/dist/lib/compiled-schema.js +110 -0
- package/dist/lib/config.d.ts +0 -1
- package/dist/lib/config.js +0 -1
- package/dist/lib/discovery.d.ts +1 -1
- package/dist/lib/discovery.js +3 -3
- package/dist/lib/interf-bootstrap.d.ts +1 -1
- package/dist/lib/interf-bootstrap.js +4 -4
- package/dist/lib/interf-detect.d.ts +9 -10
- package/dist/lib/interf-detect.js +70 -59
- package/dist/lib/interf-scaffold.d.ts +2 -2
- package/dist/lib/interf-scaffold.js +90 -57
- package/dist/lib/interf-workflow-package.d.ts +3 -3
- package/dist/lib/interf-workflow-package.js +30 -30
- package/dist/lib/interf.d.ts +5 -5
- package/dist/lib/interf.js +4 -4
- package/dist/lib/local-workflows.d.ts +4 -4
- package/dist/lib/local-workflows.js +35 -70
- package/dist/lib/obsidian.d.ts +1 -1
- package/dist/lib/parse.js +92 -1
- package/dist/lib/project-paths.d.ts +11 -0
- package/dist/lib/project-paths.js +32 -0
- package/dist/lib/runtime-acceptance.d.ts +7 -1
- package/dist/lib/runtime-acceptance.js +194 -59
- package/dist/lib/runtime-contracts.d.ts +2 -4
- package/dist/lib/runtime-contracts.js +17 -161
- package/dist/lib/runtime-inventory.d.ts +7 -0
- package/dist/lib/runtime-inventory.js +29 -0
- package/dist/lib/runtime-paths.js +5 -5
- package/dist/lib/runtime-prompt.js +7 -6
- package/dist/lib/runtime-reconcile.d.ts +2 -3
- package/dist/lib/runtime-reconcile.js +94 -184
- package/dist/lib/runtime-runs.js +25 -119
- package/dist/lib/runtime-types.d.ts +10 -19
- package/dist/lib/runtime.d.ts +2 -2
- package/dist/lib/runtime.js +1 -1
- package/dist/lib/schema.d.ts +169 -153
- package/dist/lib/schema.js +116 -164
- package/dist/lib/source-config.d.ts +24 -20
- package/dist/lib/source-config.js +159 -122
- package/dist/lib/state-artifacts.d.ts +5 -5
- package/dist/lib/state-artifacts.js +8 -8
- package/dist/lib/state-health.d.ts +4 -4
- package/dist/lib/state-health.js +110 -126
- package/dist/lib/state-io.d.ts +8 -8
- package/dist/lib/state-io.js +21 -102
- package/dist/lib/state-paths.js +5 -5
- package/dist/lib/state-view.d.ts +4 -4
- package/dist/lib/state-view.js +52 -55
- package/dist/lib/state.d.ts +5 -5
- package/dist/lib/state.js +4 -4
- package/dist/lib/summarize-plan.d.ts +3 -2
- package/dist/lib/summarize-plan.js +19 -21
- package/dist/lib/test-execution.js +9 -9
- package/dist/lib/test-matrices.d.ts +3 -3
- package/dist/lib/test-matrices.js +6 -6
- package/dist/lib/test-paths.d.ts +4 -4
- package/dist/lib/test-paths.js +26 -11
- package/dist/lib/test-sandbox.d.ts +1 -1
- package/dist/lib/test-sandbox.js +32 -38
- package/dist/lib/test-specs.js +1 -1
- package/dist/lib/test-targets.d.ts +2 -2
- package/dist/lib/test-targets.js +11 -11
- package/dist/lib/test-types.d.ts +1 -1
- package/dist/lib/test.d.ts +1 -1
- package/dist/lib/test.js +1 -1
- package/dist/lib/util.d.ts +2 -0
- package/dist/lib/util.js +14 -1
- package/dist/lib/validate-compiled.d.ts +27 -0
- package/dist/lib/validate-compiled.js +238 -0
- package/dist/lib/validate-helpers.d.ts +0 -8
- package/dist/lib/validate-helpers.js +0 -30
- package/dist/lib/validate.d.ts +6 -4
- package/dist/lib/validate.js +76 -27
- package/dist/lib/workflow-definitions.d.ts +12 -11
- package/dist/lib/workflow-definitions.js +45 -55
- package/dist/lib/workflow-helpers.d.ts +2 -3
- package/dist/lib/workflow-helpers.js +9 -13
- package/dist/lib/workflow-improvement.d.ts +3 -3
- package/dist/lib/workflow-improvement.js +48 -48
- package/dist/lib/workflow-primitives.d.ts +2 -0
- package/dist/lib/workflow-primitives.js +5 -0
- package/dist/lib/workflow-review-paths.d.ts +3 -3
- package/dist/lib/workflow-review-paths.js +11 -11
- package/dist/lib/workflow-stage-runner.d.ts +1 -1
- package/dist/lib/workflow-stage-runner.js +8 -8
- package/dist/lib/workflows.d.ts +9 -9
- package/dist/lib/workflows.js +15 -17
- package/package.json +13 -12
- package/dist/commands/workspace-flow.d.ts +0 -23
- package/dist/commands/workspace-flow.js +0 -109
- package/dist/lib/registry.d.ts +0 -16
- package/dist/lib/registry.js +0 -65
- package/dist/lib/validate-workspace.d.ts +0 -121
- package/dist/lib/validate-workspace.js +0 -407
- package/dist/lib/workflow-abi.js +0 -181
- package/dist/lib/workspace-compile.d.ts +0 -54
- package/dist/lib/workspace-compile.js +0 -476
- package/dist/lib/workspace-home.d.ts +0 -5
- package/dist/lib/workspace-home.js +0 -32
- package/dist/lib/workspace-layout.d.ts +0 -2
- package/dist/lib/workspace-layout.js +0 -60
- package/dist/lib/workspace-paths.d.ts +0 -41
- package/dist/lib/workspace-paths.js +0 -107
- package/dist/lib/workspace-reset.d.ts +0 -1
- package/dist/lib/workspace-reset.js +0 -43
- package/dist/lib/workspace-schema.d.ts +0 -17
- package/dist/lib/workspace-schema.js +0 -74
package/dist/lib/schema.d.ts
CHANGED
|
@@ -1,38 +1,65 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
export type RuntimeStatus = "idle" | "running" | "compiled" | "stale" | "failed";
|
|
3
|
-
export type
|
|
3
|
+
export type CompiledStage = "idle" | "compiled" | "failed" | string;
|
|
4
4
|
export declare const RuntimeTargetTypeSchema: z.ZodEnum<{
|
|
5
|
-
|
|
5
|
+
compiled: "compiled";
|
|
6
6
|
}>;
|
|
7
7
|
export declare const TestTargetTypeSchema: z.ZodEnum<{
|
|
8
|
+
compiled: "compiled";
|
|
8
9
|
raw: "raw";
|
|
9
|
-
workspace: "workspace";
|
|
10
10
|
}>;
|
|
11
11
|
export declare const WorkflowIdPattern: RegExp;
|
|
12
12
|
export declare const RuntimeStageSchema: z.ZodString;
|
|
13
|
-
export declare const RuntimeContractTypeSchema: z.
|
|
14
|
-
"workspace-file-evidence": "workspace-file-evidence";
|
|
15
|
-
"workspace-knowledge-structure": "workspace-knowledge-structure";
|
|
16
|
-
"workspace-query-shape": "workspace-query-shape";
|
|
17
|
-
}>;
|
|
13
|
+
export declare const RuntimeContractTypeSchema: z.ZodString;
|
|
18
14
|
export declare const WorkflowIdSchema: z.ZodString;
|
|
19
15
|
export declare const WorkflowZoneIdSchema: z.ZodString;
|
|
20
|
-
export declare const
|
|
16
|
+
export declare const WorkflowCompiledZoneKindSchema: z.ZodEnum<{
|
|
21
17
|
runtime: "runtime";
|
|
22
18
|
directory: "directory";
|
|
23
19
|
file: "file";
|
|
24
20
|
}>;
|
|
25
|
-
export declare const
|
|
26
|
-
|
|
21
|
+
export declare const CompiledStageStatusSchema: z.ZodEnum<{
|
|
22
|
+
idle: "idle";
|
|
23
|
+
running: "running";
|
|
24
|
+
failed: "failed";
|
|
25
|
+
succeeded: "succeeded";
|
|
26
|
+
}>;
|
|
27
|
+
export declare const CompiledStageStateSchema: z.ZodObject<{
|
|
28
|
+
contract_type: z.ZodOptional<z.ZodString>;
|
|
29
|
+
status: z.ZodOptional<z.ZodEnum<{
|
|
30
|
+
idle: "idle";
|
|
31
|
+
running: "running";
|
|
32
|
+
failed: "failed";
|
|
33
|
+
succeeded: "succeeded";
|
|
34
|
+
}>>;
|
|
35
|
+
started_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
36
|
+
finished_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
37
|
+
counts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNumber>>;
|
|
38
|
+
zone_counts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNumber>>;
|
|
39
|
+
artifacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
40
|
+
summary: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
41
|
+
run_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
42
|
+
}, z.core.$strip>;
|
|
43
|
+
export declare const CompiledStateSchema: z.ZodObject<{
|
|
44
|
+
version: z.ZodNumber;
|
|
27
45
|
pending: z.ZodArray<z.ZodString>;
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
46
|
+
stages: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
47
|
+
contract_type: z.ZodOptional<z.ZodString>;
|
|
48
|
+
status: z.ZodOptional<z.ZodEnum<{
|
|
49
|
+
idle: "idle";
|
|
50
|
+
running: "running";
|
|
51
|
+
failed: "failed";
|
|
52
|
+
succeeded: "succeeded";
|
|
53
|
+
}>>;
|
|
54
|
+
started_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
55
|
+
finished_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
56
|
+
counts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNumber>>;
|
|
57
|
+
zone_counts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNumber>>;
|
|
58
|
+
artifacts: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
59
|
+
summary: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
60
|
+
run_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
61
|
+
}, z.core.$strip>>>;
|
|
32
62
|
last_add: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
33
|
-
last_summarize: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34
|
-
last_structure: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
35
|
-
last_shape: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
36
63
|
last_compile: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
37
64
|
inventory_complete: z.ZodOptional<z.ZodBoolean>;
|
|
38
65
|
abstracts_read: z.ZodOptional<z.ZodNumber>;
|
|
@@ -41,7 +68,7 @@ export declare const WorkspaceStateSchema: z.ZodObject<{
|
|
|
41
68
|
claim_count: z.ZodOptional<z.ZodNumber>;
|
|
42
69
|
warning_count: z.ZodOptional<z.ZodNumber>;
|
|
43
70
|
error_count: z.ZodOptional<z.ZodNumber>;
|
|
44
|
-
}, z.core.$
|
|
71
|
+
}, z.core.$strict>;
|
|
45
72
|
export declare const ViewSectionSchema: z.ZodObject<{
|
|
46
73
|
id: z.ZodString;
|
|
47
74
|
type: z.ZodEnum<{
|
|
@@ -66,64 +93,35 @@ export declare const ViewCardSchema: z.ZodObject<{
|
|
|
66
93
|
timestamp: "timestamp";
|
|
67
94
|
}>;
|
|
68
95
|
}, z.core.$strip>;
|
|
69
|
-
export declare const
|
|
70
|
-
kind: z.ZodLiteral<"
|
|
71
|
-
version: z.
|
|
96
|
+
export declare const CompiledHealthSchema: z.ZodObject<{
|
|
97
|
+
kind: z.ZodLiteral<"compiled-health">;
|
|
98
|
+
version: z.ZodNumber;
|
|
72
99
|
generated_at: z.ZodString;
|
|
73
100
|
target_name: z.ZodString;
|
|
74
101
|
status: z.ZodEnum<{
|
|
102
|
+
compiled: "compiled";
|
|
75
103
|
idle: "idle";
|
|
76
104
|
running: "running";
|
|
77
|
-
compiled: "compiled";
|
|
78
105
|
stale: "stale";
|
|
79
106
|
failed: "failed";
|
|
80
107
|
}>;
|
|
81
|
-
stage: z.ZodEnum<{
|
|
82
|
-
summarize: "summarize";
|
|
83
|
-
structure: "structure";
|
|
84
|
-
shape: "shape";
|
|
85
|
-
idle: "idle";
|
|
108
|
+
stage: z.ZodUnion<readonly [z.ZodEnum<{
|
|
86
109
|
compiled: "compiled";
|
|
110
|
+
idle: "idle";
|
|
87
111
|
failed: "failed";
|
|
88
|
-
}>;
|
|
112
|
+
}>, z.ZodString]>;
|
|
89
113
|
summary: z.ZodString;
|
|
90
|
-
metrics: z.
|
|
91
|
-
|
|
92
|
-
source_covered: z.ZodNumber;
|
|
93
|
-
summarized: z.ZodNumber;
|
|
94
|
-
to_summarize: z.ZodNumber;
|
|
95
|
-
compiled: z.ZodNumber;
|
|
96
|
-
to_compile: z.ZodNumber;
|
|
97
|
-
entities: z.ZodNumber;
|
|
98
|
-
claims: z.ZodNumber;
|
|
99
|
-
outputs: z.ZodNumber;
|
|
100
|
-
invalid_frontmatter: z.ZodNumber;
|
|
101
|
-
short_abstracts: z.ZodNumber;
|
|
102
|
-
broken_links: z.ZodNumber;
|
|
103
|
-
warnings: z.ZodNumber;
|
|
104
|
-
errors: z.ZodNumber;
|
|
105
|
-
}, z.core.$strip>;
|
|
106
|
-
checks: z.ZodObject<{
|
|
107
|
-
config_present: z.ZodBoolean;
|
|
108
|
-
config_valid: z.ZodBoolean;
|
|
109
|
-
config_type_match: z.ZodBoolean;
|
|
110
|
-
summaries_present: z.ZodBoolean;
|
|
111
|
-
inventory_present: z.ZodBoolean;
|
|
112
|
-
outputs_present: z.ZodBoolean;
|
|
113
|
-
home_present: z.ZodBoolean;
|
|
114
|
-
summary_frontmatter_valid: z.ZodBoolean;
|
|
115
|
-
abstracts_valid: z.ZodBoolean;
|
|
116
|
-
links_valid: z.ZodBoolean;
|
|
117
|
-
}, z.core.$strip>;
|
|
114
|
+
metrics: z.ZodRecord<z.ZodString, z.ZodNumber>;
|
|
115
|
+
checks: z.ZodRecord<z.ZodString, z.ZodBoolean>;
|
|
118
116
|
}, z.core.$strip>;
|
|
119
|
-
export declare const
|
|
120
|
-
kind: z.ZodLiteral<"
|
|
121
|
-
version: z.
|
|
117
|
+
export declare const CompiledViewSpecSchema: z.ZodObject<{
|
|
118
|
+
kind: z.ZodLiteral<"compiled-view-spec">;
|
|
119
|
+
version: z.ZodNumber;
|
|
122
120
|
generated_at: z.ZodString;
|
|
123
121
|
target_name: z.ZodString;
|
|
124
122
|
health_source: z.ZodString;
|
|
125
123
|
state_source: z.ZodString;
|
|
126
|
-
default_note: z.ZodString
|
|
124
|
+
default_note: z.ZodNullable<z.ZodString>;
|
|
127
125
|
graph_scope: z.ZodArray<z.ZodString>;
|
|
128
126
|
cards: z.ZodArray<z.ZodObject<{
|
|
129
127
|
id: z.ZodString;
|
|
@@ -150,8 +148,8 @@ export declare const WorkspaceViewSpecSchema: z.ZodObject<{
|
|
|
150
148
|
paths: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
151
149
|
}, z.core.$strip>>;
|
|
152
150
|
}, z.core.$strip>;
|
|
153
|
-
export declare const
|
|
154
|
-
kind: z.ZodLiteral<"
|
|
151
|
+
export declare const CompiledRawSnapshotSchema: z.ZodObject<{
|
|
152
|
+
kind: z.ZodLiteral<"compiled-raw-snapshot">;
|
|
155
153
|
version: z.ZodLiteral<1>;
|
|
156
154
|
generated_at: z.ZodString;
|
|
157
155
|
target_name: z.ZodString;
|
|
@@ -160,7 +158,7 @@ export declare const WorkspaceRawSnapshotSchema: z.ZodObject<{
|
|
|
160
158
|
source_total: z.ZodNumber;
|
|
161
159
|
sample_files: z.ZodArray<z.ZodString>;
|
|
162
160
|
}, z.core.$strip>;
|
|
163
|
-
export declare const
|
|
161
|
+
export declare const WorkflowCompiledZoneSchema: z.ZodObject<{
|
|
164
162
|
id: z.ZodString;
|
|
165
163
|
path: z.ZodString;
|
|
166
164
|
kind: z.ZodEnum<{
|
|
@@ -172,10 +170,10 @@ export declare const WorkflowWorkspaceZoneSchema: z.ZodObject<{
|
|
|
172
170
|
owned_by: z.ZodArray<z.ZodString>;
|
|
173
171
|
description: z.ZodString;
|
|
174
172
|
}, z.core.$strip>;
|
|
175
|
-
export declare const
|
|
176
|
-
kind: z.ZodLiteral<"
|
|
173
|
+
export declare const WorkflowCompiledSchemaSchema: z.ZodObject<{
|
|
174
|
+
kind: z.ZodLiteral<"compiled-schema">;
|
|
177
175
|
version: z.ZodLiteral<1>;
|
|
178
|
-
target_type: z.ZodLiteral<"
|
|
176
|
+
target_type: z.ZodLiteral<"compiled">;
|
|
179
177
|
label: z.ZodString;
|
|
180
178
|
zones: z.ZodArray<z.ZodObject<{
|
|
181
179
|
id: z.ZodString;
|
|
@@ -191,14 +189,14 @@ export declare const WorkflowWorkspaceSchemaSchema: z.ZodObject<{
|
|
|
191
189
|
}, z.core.$strip>>;
|
|
192
190
|
}, z.core.$strip>;
|
|
193
191
|
export declare const WorkflowCompilerApiSchema: z.ZodObject<{
|
|
194
|
-
kind: z.ZodLiteral<"
|
|
192
|
+
kind: z.ZodLiteral<"compiled">;
|
|
195
193
|
version: z.ZodLiteral<1>;
|
|
196
194
|
}, z.core.$strip>;
|
|
197
195
|
export type WorkflowCompilerApi = z.infer<typeof WorkflowCompilerApiSchema>;
|
|
198
196
|
export declare const WorkflowStageZoneAccessSchema: z.ZodArray<z.ZodString>;
|
|
199
197
|
export declare const ExecutionShellZoneMountSchema: z.ZodObject<{
|
|
200
198
|
zone_id: z.ZodString;
|
|
201
|
-
|
|
199
|
+
compiled_path: z.ZodString;
|
|
202
200
|
shell_root_path: z.ZodString;
|
|
203
201
|
input_mount_path: z.ZodNullable<z.ZodString>;
|
|
204
202
|
output_mount_path: z.ZodNullable<z.ZodString>;
|
|
@@ -210,14 +208,14 @@ export declare const ExecutionShellPathsSchema: z.ZodObject<{
|
|
|
210
208
|
stage: z.ZodString;
|
|
211
209
|
reads: z.ZodArray<z.ZodObject<{
|
|
212
210
|
zone_id: z.ZodString;
|
|
213
|
-
|
|
211
|
+
compiled_path: z.ZodString;
|
|
214
212
|
shell_root_path: z.ZodString;
|
|
215
213
|
input_mount_path: z.ZodNullable<z.ZodString>;
|
|
216
214
|
output_mount_path: z.ZodNullable<z.ZodString>;
|
|
217
215
|
}, z.core.$strip>>;
|
|
218
216
|
writes: z.ZodArray<z.ZodObject<{
|
|
219
217
|
zone_id: z.ZodString;
|
|
220
|
-
|
|
218
|
+
compiled_path: z.ZodString;
|
|
221
219
|
shell_root_path: z.ZodString;
|
|
222
220
|
input_mount_path: z.ZodNullable<z.ZodString>;
|
|
223
221
|
output_mount_path: z.ZodNullable<z.ZodString>;
|
|
@@ -238,7 +236,7 @@ export declare const RuntimeExecutorInfoSchema: z.ZodObject<{
|
|
|
238
236
|
timeout_ms: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
239
237
|
}, z.core.$strip>;
|
|
240
238
|
export declare const RuntimeStageInstructionsSchema: z.ZodObject<{
|
|
241
|
-
|
|
239
|
+
stage_skill_dir: z.ZodString;
|
|
242
240
|
effective_mode: z.ZodEnum<{
|
|
243
241
|
builtin: "builtin";
|
|
244
242
|
extend: "extend";
|
|
@@ -250,21 +248,27 @@ export declare const RuntimeStageInstructionsSchema: z.ZodObject<{
|
|
|
250
248
|
}>>;
|
|
251
249
|
local_docs: z.ZodArray<z.ZodString>;
|
|
252
250
|
mode_sources: z.ZodArray<z.ZodString>;
|
|
253
|
-
}, z.core.$
|
|
251
|
+
}, z.core.$strict>;
|
|
254
252
|
export declare const RuntimeStageAcceptanceSchema: z.ZodObject<{
|
|
255
253
|
artifacts_exist: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
254
|
+
stage_truthy: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
255
|
+
stage_equals_counts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
256
|
+
stage_at_least: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNumber>>;
|
|
257
|
+
stage_at_least_counts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
258
|
+
zone_counts_at_least: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNumber>>;
|
|
259
|
+
zone_counts_at_least_counts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
260
|
+
markdown_frontmatter_valid_zones: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
261
|
+
markdown_abstract_valid_zones: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
262
|
+
wikilinks_valid_in_zones: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
263
|
+
artifacts_must_not_contain: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodString>>>;
|
|
264
|
+
}, z.core.$strict>;
|
|
261
265
|
export declare const RuntimeStageContractSchema: z.ZodObject<{
|
|
262
266
|
kind: z.ZodLiteral<"interf-stage-contract">;
|
|
263
267
|
version: z.ZodLiteral<1>;
|
|
264
268
|
generated_at: z.ZodString;
|
|
265
269
|
run_id: z.ZodString;
|
|
266
270
|
target_type: z.ZodEnum<{
|
|
267
|
-
|
|
271
|
+
compiled: "compiled";
|
|
268
272
|
}>;
|
|
269
273
|
target_name: z.ZodString;
|
|
270
274
|
workflow: z.ZodObject<{
|
|
@@ -275,11 +279,7 @@ export declare const RuntimeStageContractSchema: z.ZodObject<{
|
|
|
275
279
|
}, z.core.$strip>;
|
|
276
280
|
stage: z.ZodString;
|
|
277
281
|
stage_label: z.ZodString;
|
|
278
|
-
contract_type: z.
|
|
279
|
-
"workspace-file-evidence": "workspace-file-evidence";
|
|
280
|
-
"workspace-knowledge-structure": "workspace-knowledge-structure";
|
|
281
|
-
"workspace-query-shape": "workspace-query-shape";
|
|
282
|
-
}>;
|
|
282
|
+
contract_type: z.ZodString;
|
|
283
283
|
executor: z.ZodObject<{
|
|
284
284
|
kind: z.ZodEnum<{
|
|
285
285
|
"local-agent": "local-agent";
|
|
@@ -295,7 +295,7 @@ export declare const RuntimeStageContractSchema: z.ZodObject<{
|
|
|
295
295
|
timeout_ms: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
296
296
|
}, z.core.$strip>;
|
|
297
297
|
instructions: z.ZodObject<{
|
|
298
|
-
|
|
298
|
+
stage_skill_dir: z.ZodString;
|
|
299
299
|
effective_mode: z.ZodEnum<{
|
|
300
300
|
builtin: "builtin";
|
|
301
301
|
extend: "extend";
|
|
@@ -307,15 +307,21 @@ export declare const RuntimeStageContractSchema: z.ZodObject<{
|
|
|
307
307
|
}>>;
|
|
308
308
|
local_docs: z.ZodArray<z.ZodString>;
|
|
309
309
|
mode_sources: z.ZodArray<z.ZodString>;
|
|
310
|
-
}, z.core.$
|
|
310
|
+
}, z.core.$strict>;
|
|
311
311
|
counts: z.ZodRecord<z.ZodString, z.ZodNumber>;
|
|
312
312
|
acceptance: z.ZodOptional<z.ZodObject<{
|
|
313
313
|
artifacts_exist: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
314
|
+
stage_truthy: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
315
|
+
stage_equals_counts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
316
|
+
stage_at_least: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNumber>>;
|
|
317
|
+
stage_at_least_counts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
318
|
+
zone_counts_at_least: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNumber>>;
|
|
319
|
+
zone_counts_at_least_counts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
320
|
+
markdown_frontmatter_valid_zones: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
321
|
+
markdown_abstract_valid_zones: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
322
|
+
wikilinks_valid_in_zones: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
323
|
+
artifacts_must_not_contain: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodString>>>;
|
|
324
|
+
}, z.core.$strict>>;
|
|
319
325
|
artifacts: z.ZodObject<{
|
|
320
326
|
reads: z.ZodArray<z.ZodString>;
|
|
321
327
|
writes: z.ZodArray<z.ZodString>;
|
|
@@ -340,17 +346,13 @@ export declare const RuntimeRunSchema: z.ZodObject<{
|
|
|
340
346
|
version: z.ZodLiteral<1>;
|
|
341
347
|
run_id: z.ZodString;
|
|
342
348
|
target_type: z.ZodEnum<{
|
|
343
|
-
|
|
349
|
+
compiled: "compiled";
|
|
344
350
|
}>;
|
|
345
351
|
target_name: z.ZodString;
|
|
346
352
|
workflow: z.ZodString;
|
|
347
353
|
stage: z.ZodString;
|
|
348
354
|
stage_label: z.ZodString;
|
|
349
|
-
contract_type: z.
|
|
350
|
-
"workspace-file-evidence": "workspace-file-evidence";
|
|
351
|
-
"workspace-knowledge-structure": "workspace-knowledge-structure";
|
|
352
|
-
"workspace-query-shape": "workspace-query-shape";
|
|
353
|
-
}>;
|
|
355
|
+
contract_type: z.ZodString;
|
|
354
356
|
status: z.ZodEnum<{
|
|
355
357
|
running: "running";
|
|
356
358
|
failed: "failed";
|
|
@@ -386,21 +388,28 @@ export declare const RuntimeRunSchema: z.ZodObject<{
|
|
|
386
388
|
exit_code: z.ZodNullable<z.ZodNumber>;
|
|
387
389
|
error: z.ZodNullable<z.ZodString>;
|
|
388
390
|
}, z.core.$strip>;
|
|
389
|
-
export declare const
|
|
391
|
+
export declare const CompiledInventoryEntrySchema: z.ZodObject<{
|
|
392
|
+
input_zone: z.ZodString;
|
|
393
|
+
input_path: z.ZodString;
|
|
394
|
+
output_zone: z.ZodString;
|
|
395
|
+
output_path: z.ZodString;
|
|
396
|
+
state: z.ZodOptional<z.ZodString>;
|
|
397
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
398
|
+
}, z.core.$strict>;
|
|
399
|
+
export declare const CompiledInventorySchema: z.ZodObject<{
|
|
400
|
+
kind: z.ZodOptional<z.ZodLiteral<"compiled-runtime-ledger">>;
|
|
401
|
+
version: z.ZodOptional<z.ZodNumber>;
|
|
402
|
+
stage: z.ZodOptional<z.ZodString>;
|
|
403
|
+
entries: z.ZodArray<z.ZodObject<{
|
|
404
|
+
input_zone: z.ZodString;
|
|
405
|
+
input_path: z.ZodString;
|
|
406
|
+
output_zone: z.ZodString;
|
|
407
|
+
output_path: z.ZodString;
|
|
408
|
+
state: z.ZodOptional<z.ZodString>;
|
|
409
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
410
|
+
}, z.core.$strict>>;
|
|
390
411
|
total: z.ZodNumber;
|
|
391
|
-
|
|
392
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
393
|
-
summary_total: z.ZodNumber;
|
|
394
|
-
summaries: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
395
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
396
|
-
entries: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
397
|
-
total: z.ZodOptional<z.ZodNumber>;
|
|
398
|
-
summary_total: z.ZodOptional<z.ZodNumber>;
|
|
399
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
400
|
-
items: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
401
|
-
total: z.ZodOptional<z.ZodNumber>;
|
|
402
|
-
summary_total: z.ZodOptional<z.ZodNumber>;
|
|
403
|
-
}, z.core.$strip>]>;
|
|
412
|
+
}, z.core.$strip>;
|
|
404
413
|
export declare const TestCaseExpectSchema: z.ZodObject<{
|
|
405
414
|
must_include: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
406
415
|
must_include_one_of: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodString>>>;
|
|
@@ -408,7 +417,7 @@ export declare const TestCaseExpectSchema: z.ZodObject<{
|
|
|
408
417
|
min_words: z.ZodOptional<z.ZodNumber>;
|
|
409
418
|
max_words: z.ZodOptional<z.ZodNumber>;
|
|
410
419
|
}, z.core.$strip>;
|
|
411
|
-
export declare const TestCaseSchema: z.
|
|
420
|
+
export declare const TestCaseSchema: z.ZodObject<{
|
|
412
421
|
id: z.ZodString;
|
|
413
422
|
question: z.ZodString;
|
|
414
423
|
file: z.ZodOptional<z.ZodString>;
|
|
@@ -421,15 +430,15 @@ export declare const TestCaseSchema: z.ZodPipe<z.ZodTransform<unknown, unknown>,
|
|
|
421
430
|
max_words: z.ZodOptional<z.ZodNumber>;
|
|
422
431
|
}, z.core.$strip>>;
|
|
423
432
|
strictness: z.ZodOptional<z.ZodString>;
|
|
424
|
-
}, z.core.$strip
|
|
425
|
-
export declare const TestSpecSchema: z.
|
|
433
|
+
}, z.core.$strip>;
|
|
434
|
+
export declare const TestSpecSchema: z.ZodObject<{
|
|
426
435
|
type: z.ZodEnum<{
|
|
436
|
+
compiled: "compiled";
|
|
427
437
|
raw: "raw";
|
|
428
|
-
workspace: "workspace";
|
|
429
438
|
}>;
|
|
430
439
|
name: z.ZodString;
|
|
431
440
|
description: z.ZodOptional<z.ZodString>;
|
|
432
|
-
cases: z.ZodArray<z.
|
|
441
|
+
cases: z.ZodArray<z.ZodObject<{
|
|
433
442
|
id: z.ZodString;
|
|
434
443
|
question: z.ZodString;
|
|
435
444
|
file: z.ZodOptional<z.ZodString>;
|
|
@@ -442,8 +451,8 @@ export declare const TestSpecSchema: z.ZodPipe<z.ZodTransform<unknown, unknown>,
|
|
|
442
451
|
max_words: z.ZodOptional<z.ZodNumber>;
|
|
443
452
|
}, z.core.$strip>>;
|
|
444
453
|
strictness: z.ZodOptional<z.ZodString>;
|
|
445
|
-
}, z.core.$strip
|
|
446
|
-
}, z.core.$strip
|
|
454
|
+
}, z.core.$strip>>;
|
|
455
|
+
}, z.core.$strip>;
|
|
447
456
|
export declare const SourceTruthCheckSchema: z.ZodObject<{
|
|
448
457
|
id: z.ZodOptional<z.ZodString>;
|
|
449
458
|
question: z.ZodString;
|
|
@@ -457,11 +466,13 @@ export declare const SourceTruthCheckSchema: z.ZodObject<{
|
|
|
457
466
|
}, z.core.$strip>>;
|
|
458
467
|
strictness: z.ZodOptional<z.ZodString>;
|
|
459
468
|
}, z.core.$strict>;
|
|
460
|
-
export declare const
|
|
461
|
-
export declare const
|
|
462
|
-
export declare const
|
|
469
|
+
export declare const SourceCompiledMaxAttemptsSchema: z.ZodNumber;
|
|
470
|
+
export declare const SourceCompiledMaxLoopsSchema: z.ZodNumber;
|
|
471
|
+
export declare const DatasetNameSchema: z.ZodString;
|
|
472
|
+
export declare const SourceDatasetConfigSchema: z.ZodObject<{
|
|
463
473
|
id: z.ZodOptional<z.ZodString>;
|
|
464
474
|
name: z.ZodString;
|
|
475
|
+
path: z.ZodDefault<z.ZodString>;
|
|
465
476
|
about: z.ZodOptional<z.ZodString>;
|
|
466
477
|
workflow: z.ZodOptional<z.ZodString>;
|
|
467
478
|
max_attempts: z.ZodOptional<z.ZodNumber>;
|
|
@@ -479,12 +490,12 @@ export declare const SourceWorkspaceConfigSchema: z.ZodPipe<z.ZodTransform<unkno
|
|
|
479
490
|
}, z.core.$strip>>;
|
|
480
491
|
strictness: z.ZodOptional<z.ZodString>;
|
|
481
492
|
}, z.core.$strict>>>;
|
|
482
|
-
}, z.core.$strict
|
|
483
|
-
export declare const
|
|
484
|
-
type: z.ZodLiteral<"
|
|
493
|
+
}, z.core.$strict>;
|
|
494
|
+
export declare const CompiledInterfConfigSchema: z.ZodObject<{
|
|
495
|
+
type: z.ZodLiteral<"compiled">;
|
|
485
496
|
name: z.ZodString;
|
|
486
497
|
about: z.ZodOptional<z.ZodString>;
|
|
487
|
-
workflow: z.
|
|
498
|
+
workflow: z.ZodString;
|
|
488
499
|
max_attempts: z.ZodOptional<z.ZodNumber>;
|
|
489
500
|
max_loops: z.ZodOptional<z.ZodNumber>;
|
|
490
501
|
checks: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -507,13 +518,14 @@ export declare const WorkspaceInterfConfigSchema: z.ZodPipe<z.ZodTransform<unkno
|
|
|
507
518
|
source: z.ZodObject<{
|
|
508
519
|
path: z.ZodString;
|
|
509
520
|
control_path: z.ZodOptional<z.ZodString>;
|
|
521
|
+
dataset_path: z.ZodString;
|
|
510
522
|
}, z.core.$strip>;
|
|
511
|
-
}, z.core.$loose
|
|
512
|
-
export declare const InterfConfigSchema: z.
|
|
513
|
-
type: z.ZodLiteral<"
|
|
523
|
+
}, z.core.$loose>;
|
|
524
|
+
export declare const InterfConfigSchema: z.ZodObject<{
|
|
525
|
+
type: z.ZodLiteral<"compiled">;
|
|
514
526
|
name: z.ZodString;
|
|
515
527
|
about: z.ZodOptional<z.ZodString>;
|
|
516
|
-
workflow: z.
|
|
528
|
+
workflow: z.ZodString;
|
|
517
529
|
max_attempts: z.ZodOptional<z.ZodNumber>;
|
|
518
530
|
max_loops: z.ZodOptional<z.ZodNumber>;
|
|
519
531
|
checks: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -536,8 +548,9 @@ export declare const InterfConfigSchema: z.ZodPipe<z.ZodTransform<unknown, unkno
|
|
|
536
548
|
source: z.ZodObject<{
|
|
537
549
|
path: z.ZodString;
|
|
538
550
|
control_path: z.ZodOptional<z.ZodString>;
|
|
551
|
+
dataset_path: z.ZodString;
|
|
539
552
|
}, z.core.$strip>;
|
|
540
|
-
}, z.core.$loose
|
|
553
|
+
}, z.core.$loose>;
|
|
541
554
|
export declare const WorkflowImprovementLoopSummarySchema: z.ZodObject<{
|
|
542
555
|
variation: z.ZodNumber;
|
|
543
556
|
kind: z.ZodEnum<{
|
|
@@ -564,7 +577,7 @@ export declare const WorkflowImprovementContextSchema: z.ZodObject<{
|
|
|
564
577
|
max_attempts: z.ZodNumber;
|
|
565
578
|
review_paths: z.ZodObject<{
|
|
566
579
|
workflow_root: z.ZodString;
|
|
567
|
-
|
|
580
|
+
compiled_runtime: z.ZodNullable<z.ZodString>;
|
|
568
581
|
test_comparisons: z.ZodNullable<z.ZodString>;
|
|
569
582
|
execution_shells: z.ZodNullable<z.ZodString>;
|
|
570
583
|
test_runs: z.ZodNullable<z.ZodString>;
|
|
@@ -714,9 +727,10 @@ export type WorkflowPackageValidation = z.infer<typeof WorkflowPackageValidation
|
|
|
714
727
|
export type WorkflowImprovementLoopRecord = z.infer<typeof WorkflowImprovementLoopRecordSchema>;
|
|
715
728
|
export type WorkflowImprovementRunLedger = z.infer<typeof WorkflowImprovementRunLedgerSchema>;
|
|
716
729
|
export declare const SourceFolderConfigSchema: z.ZodObject<{
|
|
717
|
-
|
|
730
|
+
datasets: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
718
731
|
id: z.ZodOptional<z.ZodString>;
|
|
719
732
|
name: z.ZodString;
|
|
733
|
+
path: z.ZodDefault<z.ZodString>;
|
|
720
734
|
about: z.ZodOptional<z.ZodString>;
|
|
721
735
|
workflow: z.ZodOptional<z.ZodString>;
|
|
722
736
|
max_attempts: z.ZodOptional<z.ZodNumber>;
|
|
@@ -734,7 +748,7 @@ export declare const SourceFolderConfigSchema: z.ZodObject<{
|
|
|
734
748
|
}, z.core.$strip>>;
|
|
735
749
|
strictness: z.ZodOptional<z.ZodString>;
|
|
736
750
|
}, z.core.$strict>>>;
|
|
737
|
-
}, z.core.$strict
|
|
751
|
+
}, z.core.$strict>>>;
|
|
738
752
|
}, z.core.$strict>;
|
|
739
753
|
export declare const TestCheckResultSchema: z.ZodObject<{
|
|
740
754
|
label: z.ZodString;
|
|
@@ -760,8 +774,8 @@ export declare const TestCaseResultSchema: z.ZodObject<{
|
|
|
760
774
|
export declare const TestTargetResultSchema: z.ZodObject<{
|
|
761
775
|
target: z.ZodObject<{
|
|
762
776
|
type: z.ZodEnum<{
|
|
777
|
+
compiled: "compiled";
|
|
763
778
|
raw: "raw";
|
|
764
|
-
workspace: "workspace";
|
|
765
779
|
}>;
|
|
766
780
|
name: z.ZodString;
|
|
767
781
|
path: z.ZodString;
|
|
@@ -798,8 +812,8 @@ export declare const TestTargetRunSchema: z.ZodObject<{
|
|
|
798
812
|
id: z.ZodString;
|
|
799
813
|
name: z.ZodString;
|
|
800
814
|
type: z.ZodEnum<{
|
|
815
|
+
compiled: "compiled";
|
|
801
816
|
raw: "raw";
|
|
802
|
-
workspace: "workspace";
|
|
803
817
|
}>;
|
|
804
818
|
file: z.ZodString;
|
|
805
819
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -838,8 +852,8 @@ export declare const TestTargetRunSchema: z.ZodObject<{
|
|
|
838
852
|
results: z.ZodArray<z.ZodObject<{
|
|
839
853
|
target: z.ZodObject<{
|
|
840
854
|
type: z.ZodEnum<{
|
|
855
|
+
compiled: "compiled";
|
|
841
856
|
raw: "raw";
|
|
842
|
-
workspace: "workspace";
|
|
843
857
|
}>;
|
|
844
858
|
name: z.ZodString;
|
|
845
859
|
path: z.ZodString;
|
|
@@ -870,8 +884,8 @@ export declare const TestTargetRunSchema: z.ZodObject<{
|
|
|
870
884
|
}, z.core.$strip>>;
|
|
871
885
|
}, z.core.$strip>;
|
|
872
886
|
export declare const TestRunModeSchema: z.ZodEnum<{
|
|
887
|
+
compiled: "compiled";
|
|
873
888
|
raw: "raw";
|
|
874
|
-
workspace: "workspace";
|
|
875
889
|
both: "both";
|
|
876
890
|
}>;
|
|
877
891
|
export declare const TestRunTargetSummarySchema: z.ZodObject<{
|
|
@@ -884,8 +898,8 @@ export declare const TestRunTargetSummarySchema: z.ZodObject<{
|
|
|
884
898
|
total_checks: z.ZodNumber;
|
|
885
899
|
target: z.ZodObject<{
|
|
886
900
|
type: z.ZodEnum<{
|
|
901
|
+
compiled: "compiled";
|
|
887
902
|
raw: "raw";
|
|
888
|
-
workspace: "workspace";
|
|
889
903
|
}>;
|
|
890
904
|
name: z.ZodString;
|
|
891
905
|
path: z.ZodString;
|
|
@@ -897,14 +911,15 @@ export declare const TestRunComparisonSchema: z.ZodObject<{
|
|
|
897
911
|
version: z.ZodLiteral<1>;
|
|
898
912
|
generated_at: z.ZodString;
|
|
899
913
|
mode: z.ZodEnum<{
|
|
914
|
+
compiled: "compiled";
|
|
900
915
|
raw: "raw";
|
|
901
|
-
workspace: "workspace";
|
|
902
916
|
both: "both";
|
|
903
917
|
}>;
|
|
904
918
|
source_path: z.ZodString;
|
|
905
|
-
|
|
919
|
+
checks_fingerprint: z.ZodOptional<z.ZodString>;
|
|
920
|
+
dataset: z.ZodObject<{
|
|
906
921
|
name: z.ZodString;
|
|
907
|
-
|
|
922
|
+
compiled_path: z.ZodNullable<z.ZodString>;
|
|
908
923
|
}, z.core.$strip>;
|
|
909
924
|
raw: z.ZodNullable<z.ZodObject<{
|
|
910
925
|
label: z.ZodString;
|
|
@@ -916,15 +931,15 @@ export declare const TestRunComparisonSchema: z.ZodObject<{
|
|
|
916
931
|
total_checks: z.ZodNumber;
|
|
917
932
|
target: z.ZodObject<{
|
|
918
933
|
type: z.ZodEnum<{
|
|
934
|
+
compiled: "compiled";
|
|
919
935
|
raw: "raw";
|
|
920
|
-
workspace: "workspace";
|
|
921
936
|
}>;
|
|
922
937
|
name: z.ZodString;
|
|
923
938
|
path: z.ZodString;
|
|
924
939
|
workflow: z.ZodString;
|
|
925
940
|
}, z.core.$strip>;
|
|
926
941
|
}, z.core.$strip>>;
|
|
927
|
-
|
|
942
|
+
compiled: z.ZodNullable<z.ZodObject<{
|
|
928
943
|
label: z.ZodString;
|
|
929
944
|
run_path: z.ZodString;
|
|
930
945
|
ok: z.ZodBoolean;
|
|
@@ -934,8 +949,8 @@ export declare const TestRunComparisonSchema: z.ZodObject<{
|
|
|
934
949
|
total_checks: z.ZodNumber;
|
|
935
950
|
target: z.ZodObject<{
|
|
936
951
|
type: z.ZodEnum<{
|
|
952
|
+
compiled: "compiled";
|
|
937
953
|
raw: "raw";
|
|
938
|
-
workspace: "workspace";
|
|
939
954
|
}>;
|
|
940
955
|
name: z.ZodString;
|
|
941
956
|
path: z.ZodString;
|
|
@@ -959,15 +974,15 @@ export declare const InterfUserConfigSchema: z.ZodObject<{
|
|
|
959
974
|
initialized: z.ZodString;
|
|
960
975
|
}, z.core.$strip>;
|
|
961
976
|
export type InterfConfig = z.infer<typeof InterfConfigSchema>;
|
|
962
|
-
export type
|
|
977
|
+
export type CompiledState = z.infer<typeof CompiledStateSchema>;
|
|
963
978
|
export type ViewSection = z.infer<typeof ViewSectionSchema>;
|
|
964
979
|
export type ViewCard = z.infer<typeof ViewCardSchema>;
|
|
965
|
-
export type
|
|
966
|
-
export type
|
|
967
|
-
export type
|
|
968
|
-
export type
|
|
969
|
-
export type
|
|
970
|
-
export type
|
|
980
|
+
export type CompiledHealth = z.infer<typeof CompiledHealthSchema>;
|
|
981
|
+
export type CompiledViewSpec = z.infer<typeof CompiledViewSpecSchema>;
|
|
982
|
+
export type CompiledRawSnapshot = z.infer<typeof CompiledRawSnapshotSchema>;
|
|
983
|
+
export type WorkflowCompiledZone = z.infer<typeof WorkflowCompiledZoneSchema>;
|
|
984
|
+
export type WorkflowCompiledSchema = z.infer<typeof WorkflowCompiledSchemaSchema>;
|
|
985
|
+
export type WorkflowCompiledZoneKind = z.infer<typeof WorkflowCompiledZoneKindSchema>;
|
|
971
986
|
export type WorkflowZoneId = z.infer<typeof WorkflowZoneIdSchema>;
|
|
972
987
|
export type ExecutionShellZoneMount = z.infer<typeof ExecutionShellZoneMountSchema>;
|
|
973
988
|
export type ExecutionShellPaths = z.infer<typeof ExecutionShellPathsSchema>;
|
|
@@ -983,12 +998,13 @@ export type RuntimeStageInstructions = z.infer<typeof RuntimeStageInstructionsSc
|
|
|
983
998
|
export type RuntimeStageAcceptance = z.infer<typeof RuntimeStageAcceptanceSchema>;
|
|
984
999
|
export type RuntimeStageContract = z.infer<typeof RuntimeStageContractSchema>;
|
|
985
1000
|
export type RuntimeRun = z.infer<typeof RuntimeRunSchema>;
|
|
986
|
-
export type
|
|
1001
|
+
export type CompiledInventoryEntry = z.infer<typeof CompiledInventoryEntrySchema>;
|
|
1002
|
+
export type CompiledInventory = z.infer<typeof CompiledInventorySchema>;
|
|
987
1003
|
export type TestCaseExpect = z.infer<typeof TestCaseExpectSchema>;
|
|
988
1004
|
export type TestCase = z.infer<typeof TestCaseSchema>;
|
|
989
1005
|
export type TestSpec = z.infer<typeof TestSpecSchema>;
|
|
990
1006
|
export type SourceTruthCheck = z.infer<typeof SourceTruthCheckSchema>;
|
|
991
|
-
export type
|
|
1007
|
+
export type SourceDatasetConfig = z.infer<typeof SourceDatasetConfigSchema>;
|
|
992
1008
|
export type SourceFolderConfig = z.infer<typeof SourceFolderConfigSchema>;
|
|
993
1009
|
export type TestCheckResult = z.infer<typeof TestCheckResultSchema>;
|
|
994
1010
|
export type TestCaseResult = z.infer<typeof TestCaseResultSchema>;
|