@interf/compiler 0.2.5 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +182 -183
- package/dist/commands/benchmark.d.ts.map +1 -1
- package/dist/commands/benchmark.js +60 -351
- package/dist/commands/benchmark.js.map +1 -1
- package/dist/commands/compile.d.ts.map +1 -1
- package/dist/commands/compile.js +43 -110
- package/dist/commands/compile.js.map +1 -1
- package/dist/commands/create-workflow-wizard.d.ts +4 -25
- package/dist/commands/create-workflow-wizard.d.ts.map +1 -1
- package/dist/commands/create-workflow-wizard.js +29 -214
- package/dist/commands/create-workflow-wizard.js.map +1 -1
- package/dist/commands/create.d.ts +2 -11
- package/dist/commands/create.d.ts.map +1 -1
- package/dist/commands/create.js +72 -461
- package/dist/commands/create.js.map +1 -1
- package/dist/commands/default.d.ts.map +1 -1
- package/dist/commands/default.js +16 -28
- package/dist/commands/default.js.map +1 -1
- package/dist/commands/init.d.ts.map +1 -1
- package/dist/commands/init.js +71 -340
- package/dist/commands/init.js.map +1 -1
- package/dist/commands/list.d.ts.map +1 -1
- package/dist/commands/list.js +12 -22
- package/dist/commands/list.js.map +1 -1
- package/dist/commands/reset.d.ts.map +1 -1
- package/dist/commands/reset.js +27 -124
- package/dist/commands/reset.js.map +1 -1
- package/dist/commands/source-config-wizard.d.ts +11 -11
- package/dist/commands/source-config-wizard.d.ts.map +1 -1
- package/dist/commands/source-config-wizard.js +68 -69
- package/dist/commands/source-config-wizard.js.map +1 -1
- package/dist/commands/status.d.ts.map +1 -1
- package/dist/commands/status.js +60 -56
- package/dist/commands/status.js.map +1 -1
- package/dist/commands/verify.d.ts.map +1 -1
- package/dist/commands/verify.js +59 -98
- package/dist/commands/verify.js.map +1 -1
- package/dist/index.d.ts +7 -7
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4 -6
- package/dist/index.js.map +1 -1
- package/dist/lib/agent-constants.js +1 -1
- package/dist/lib/agent-constants.js.map +1 -1
- package/dist/lib/benchmark-execution.d.ts.map +1 -1
- package/dist/lib/benchmark-execution.js +7 -16
- package/dist/lib/benchmark-execution.js.map +1 -1
- package/dist/lib/benchmark-targets.d.ts +3 -4
- package/dist/lib/benchmark-targets.d.ts.map +1 -1
- package/dist/lib/benchmark-targets.js +9 -55
- package/dist/lib/benchmark-targets.js.map +1 -1
- package/dist/lib/benchmark-types.d.ts +2 -3
- package/dist/lib/benchmark-types.d.ts.map +1 -1
- package/dist/lib/benchmark.d.ts +1 -1
- package/dist/lib/benchmark.d.ts.map +1 -1
- package/dist/lib/benchmark.js +1 -1
- package/dist/lib/benchmark.js.map +1 -1
- package/dist/lib/config.d.ts +1 -2
- package/dist/lib/config.d.ts.map +1 -1
- package/dist/lib/config.js +2 -4
- package/dist/lib/config.js.map +1 -1
- package/dist/lib/discovery.d.ts +1 -1
- package/dist/lib/discovery.d.ts.map +1 -1
- package/dist/lib/discovery.js +7 -2
- package/dist/lib/discovery.js.map +1 -1
- package/dist/lib/eval-packs.d.ts +6 -52
- package/dist/lib/eval-packs.d.ts.map +1 -1
- package/dist/lib/eval-packs.js +11 -39
- package/dist/lib/eval-packs.js.map +1 -1
- package/dist/lib/interf-bootstrap.d.ts +3 -5
- package/dist/lib/interf-bootstrap.d.ts.map +1 -1
- package/dist/lib/interf-bootstrap.js +10 -57
- package/dist/lib/interf-bootstrap.js.map +1 -1
- package/dist/lib/interf-detect.d.ts +13 -11
- package/dist/lib/interf-detect.d.ts.map +1 -1
- package/dist/lib/interf-detect.js +59 -45
- package/dist/lib/interf-detect.js.map +1 -1
- package/dist/lib/interf-scaffold.d.ts +2 -5
- package/dist/lib/interf-scaffold.d.ts.map +1 -1
- package/dist/lib/interf-scaffold.js +98 -235
- package/dist/lib/interf-scaffold.js.map +1 -1
- package/dist/lib/interf-workflow-package.d.ts +1 -2
- package/dist/lib/interf-workflow-package.d.ts.map +1 -1
- package/dist/lib/interf-workflow-package.js +94 -90
- package/dist/lib/interf-workflow-package.js.map +1 -1
- package/dist/lib/interf.d.ts +4 -5
- package/dist/lib/interf.d.ts.map +1 -1
- package/dist/lib/interf.js +3 -6
- package/dist/lib/interf.js.map +1 -1
- package/dist/lib/local-workflows.d.ts +9 -8
- package/dist/lib/local-workflows.d.ts.map +1 -1
- package/dist/lib/local-workflows.js +42 -94
- package/dist/lib/local-workflows.js.map +1 -1
- package/dist/lib/obsidian.d.ts +1 -3
- package/dist/lib/obsidian.d.ts.map +1 -1
- package/dist/lib/obsidian.js +10 -81
- package/dist/lib/obsidian.js.map +1 -1
- package/dist/lib/registry.d.ts +6 -17
- package/dist/lib/registry.d.ts.map +1 -1
- package/dist/lib/registry.js +36 -50
- package/dist/lib/registry.js.map +1 -1
- package/dist/lib/runtime-contracts.d.ts +2 -3
- package/dist/lib/runtime-contracts.d.ts.map +1 -1
- package/dist/lib/runtime-contracts.js +10 -9
- package/dist/lib/runtime-contracts.js.map +1 -1
- package/dist/lib/runtime-reconcile.d.ts +2 -5
- package/dist/lib/runtime-reconcile.d.ts.map +1 -1
- package/dist/lib/runtime-reconcile.js +23 -176
- package/dist/lib/runtime-reconcile.js.map +1 -1
- package/dist/lib/runtime-runs.d.ts.map +1 -1
- package/dist/lib/runtime-runs.js +52 -57
- package/dist/lib/runtime-runs.js.map +1 -1
- package/dist/lib/runtime-types.d.ts +5 -6
- package/dist/lib/runtime-types.d.ts.map +1 -1
- package/dist/lib/runtime.d.ts +2 -2
- package/dist/lib/runtime.d.ts.map +1 -1
- package/dist/lib/runtime.js +1 -1
- package/dist/lib/runtime.js.map +1 -1
- package/dist/lib/schema.d.ts +53 -312
- package/dist/lib/schema.d.ts.map +1 -1
- package/dist/lib/schema.js +39 -206
- package/dist/lib/schema.js.map +1 -1
- package/dist/lib/source-config.d.ts +7 -7
- package/dist/lib/source-config.d.ts.map +1 -1
- package/dist/lib/source-config.js +55 -62
- package/dist/lib/source-config.js.map +1 -1
- package/dist/lib/state-artifacts.d.ts +5 -11
- package/dist/lib/state-artifacts.d.ts.map +1 -1
- package/dist/lib/state-artifacts.js +8 -18
- package/dist/lib/state-artifacts.js.map +1 -1
- package/dist/lib/state-health.d.ts +4 -8
- package/dist/lib/state-health.d.ts.map +1 -1
- package/dist/lib/state-health.js +27 -223
- package/dist/lib/state-health.js.map +1 -1
- package/dist/lib/state-io.d.ts +7 -12
- package/dist/lib/state-io.d.ts.map +1 -1
- package/dist/lib/state-io.js +26 -93
- package/dist/lib/state-io.js.map +1 -1
- package/dist/lib/state-view.d.ts +4 -6
- package/dist/lib/state-view.d.ts.map +1 -1
- package/dist/lib/state-view.js +62 -101
- package/dist/lib/state-view.js.map +1 -1
- package/dist/lib/state.d.ts +5 -5
- package/dist/lib/state.d.ts.map +1 -1
- package/dist/lib/state.js +4 -4
- package/dist/lib/state.js.map +1 -1
- package/dist/lib/summarize-plan.d.ts +2 -2
- package/dist/lib/summarize-plan.d.ts.map +1 -1
- package/dist/lib/summarize-plan.js +13 -13
- package/dist/lib/summarize-plan.js.map +1 -1
- package/dist/lib/{validate-kb.d.ts → validate-workspace.d.ts} +8 -8
- package/dist/lib/validate-workspace.d.ts.map +1 -0
- package/dist/lib/{validate-kb.js → validate-workspace.js} +44 -46
- package/dist/lib/validate-workspace.js.map +1 -0
- package/dist/lib/validate.d.ts +5 -7
- package/dist/lib/validate.d.ts.map +1 -1
- package/dist/lib/validate.js +6 -19
- package/dist/lib/validate.js.map +1 -1
- package/dist/lib/workflow-definitions.d.ts +14 -50
- package/dist/lib/workflow-definitions.d.ts.map +1 -1
- package/dist/lib/workflow-definitions.js +74 -349
- package/dist/lib/workflow-definitions.js.map +1 -1
- package/dist/lib/workflow-helpers.d.ts +3 -4
- package/dist/lib/workflow-helpers.d.ts.map +1 -1
- package/dist/lib/workflow-helpers.js +15 -49
- package/dist/lib/workflow-helpers.js.map +1 -1
- package/dist/lib/workflow-stage-runner.d.ts +1 -2
- package/dist/lib/workflow-stage-runner.d.ts.map +1 -1
- package/dist/lib/workflow-stage-runner.js +4 -6
- package/dist/lib/workflow-stage-runner.js.map +1 -1
- package/dist/lib/workflow-starter-docs.d.ts +3 -5
- package/dist/lib/workflow-starter-docs.d.ts.map +1 -1
- package/dist/lib/workflow-starter-docs.js +2 -17
- package/dist/lib/workflow-starter-docs.js.map +1 -1
- package/dist/lib/workflows.d.ts +9 -14
- package/dist/lib/workflows.d.ts.map +1 -1
- package/dist/lib/workflows.js +13 -30
- package/dist/lib/workflows.js.map +1 -1
- package/dist/lib/workspace-compile.d.ts +50 -0
- package/dist/lib/workspace-compile.d.ts.map +1 -0
- package/dist/lib/{workflows-kb.js → workspace-compile.js} +81 -89
- package/dist/lib/workspace-compile.js.map +1 -0
- package/package.json +9 -9
- package/skills/benchmark/SKILL.md +16 -24
- package/skills/workflow/create/SKILL.md +7 -14
- package/templates/workspace/README.md +23 -0
- package/templates/workspace/interfignore +2 -0
- package/dist/lib/bundled-templates.d.ts +0 -5
- package/dist/lib/bundled-templates.d.ts.map +0 -1
- package/dist/lib/bundled-templates.js +0 -23
- package/dist/lib/bundled-templates.js.map +0 -1
- package/dist/lib/interf-compile-plan.d.ts +0 -12
- package/dist/lib/interf-compile-plan.d.ts.map +0 -1
- package/dist/lib/interf-compile-plan.js +0 -143
- package/dist/lib/interf-compile-plan.js.map +0 -1
- package/dist/lib/validate-interface.d.ts +0 -79
- package/dist/lib/validate-interface.d.ts.map +0 -1
- package/dist/lib/validate-interface.js +0 -535
- package/dist/lib/validate-interface.js.map +0 -1
- package/dist/lib/validate-kb.d.ts.map +0 -1
- package/dist/lib/validate-kb.js.map +0 -1
- package/dist/lib/workflows-interface-contracts.d.ts +0 -24
- package/dist/lib/workflows-interface-contracts.d.ts.map +0 -1
- package/dist/lib/workflows-interface-contracts.js +0 -304
- package/dist/lib/workflows-interface-contracts.js.map +0 -1
- package/dist/lib/workflows-interface.d.ts +0 -72
- package/dist/lib/workflows-interface.d.ts.map +0 -1
- package/dist/lib/workflows-interface.js +0 -377
- package/dist/lib/workflows-interface.js.map +0 -1
- package/dist/lib/workflows-kb.d.ts +0 -50
- package/dist/lib/workflows-kb.d.ts.map +0 -1
- package/dist/lib/workflows-kb.js.map +0 -1
- package/skills/interface/analyze/SKILL.md +0 -191
- package/skills/interface/compile/SKILL.md +0 -152
- package/skills/interface/compile/references/output-format.md +0 -48
- package/skills/interface/create/SKILL.md +0 -87
- package/skills/interface/create/references/compile-plan-format.md +0 -109
- package/skills/interface/create/references/workflows.md +0 -35
- package/skills/interface/query/SKILL.md +0 -48
- package/skills/interface/retrieve/SKILL.md +0 -133
- package/skills/knowledge-base/compile/SKILL.md +0 -196
- package/skills/knowledge-base/compile/references/output-format.md +0 -48
- package/skills/knowledge-base/compile/references/stage-claims.md +0 -60
- package/skills/knowledge-base/compile/references/stage-entities.md +0 -46
- package/skills/knowledge-base/query/SKILL.md +0 -45
- package/skills/knowledge-base/summarize/SKILL.md +0 -152
- package/templates/interface/README.md +0 -159
- package/templates/interface/interfaces.md +0 -102
- package/templates/knowledge-base/README.md +0 -137
- package/templates/knowledge-base/interfignore +0 -19
- package/templates/knowledge-base/registry.md +0 -118
- package/templates/workflow-package/README.md +0 -16
- package/templates/workflow-package/create/SKILL.md +0 -8
- package/templates/workflow-package/interface-query/SKILL.md +0 -29
- package/templates/workflow-package/interface-stage/SKILL.md +0 -13
- package/templates/workflow-package/knowledge-base-query/SKILL.md +0 -36
- package/templates/workflow-package/knowledge-base-stage/SKILL.md +0 -13
- package/templates/workflow-starters/interface/interf/README.md +0 -13
- package/templates/workflow-starters/interface/interf/create/SKILL.md +0 -15
- package/templates/workflow-starters/knowledge-base/interf/README.md +0 -13
- package/templates/workflow-starters/knowledge-base/karpathy/README.md +0 -13
package/dist/lib/schema.d.ts
CHANGED
|
@@ -1,56 +1,35 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
export type RuntimeStatus = "idle" | "running" | "compiled" | "stale" | "failed";
|
|
3
|
-
export type
|
|
4
|
-
export type InterfaceStage = "idle" | "create" | "retrieve" | "analyze" | "compile" | "compiled" | "failed";
|
|
3
|
+
export type WorkspaceStage = "idle" | "summarize" | "compile" | "compiled" | "failed";
|
|
5
4
|
export declare const RuntimeTargetTypeSchema: z.ZodEnum<{
|
|
6
|
-
|
|
7
|
-
interface: "interface";
|
|
5
|
+
workspace: "workspace";
|
|
8
6
|
}>;
|
|
9
7
|
export declare const WorkflowIdPattern: RegExp;
|
|
10
8
|
export declare const RuntimeStageSchema: z.ZodString;
|
|
11
9
|
export declare const RuntimeContractTypeSchema: z.ZodEnum<{
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"interface-plan": "interface-plan";
|
|
15
|
-
"interface-retrieval": "interface-retrieval";
|
|
16
|
-
"interface-analysis": "interface-analysis";
|
|
17
|
-
"interface-output": "interface-output";
|
|
10
|
+
"workspace-file-evidence": "workspace-file-evidence";
|
|
11
|
+
"workspace-knowledge-layer": "workspace-knowledge-layer";
|
|
18
12
|
}>;
|
|
19
|
-
export declare const
|
|
20
|
-
export declare const
|
|
21
|
-
|
|
22
|
-
export declare const KnowledgeBaseInterfConfigSchema: z.ZodObject<{
|
|
23
|
-
type: z.ZodLiteral<"knowledge-base">;
|
|
13
|
+
export declare const WorkflowIdSchema: z.ZodString;
|
|
14
|
+
export declare const WorkspaceInterfConfigSchema: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodObject<{
|
|
15
|
+
type: z.ZodLiteral<"workspace">;
|
|
24
16
|
name: z.ZodString;
|
|
17
|
+
about: z.ZodOptional<z.ZodString>;
|
|
25
18
|
workflow: z.ZodOptional<z.ZodString>;
|
|
26
|
-
source: z.
|
|
19
|
+
source: z.ZodObject<{
|
|
27
20
|
path: z.ZodString;
|
|
28
|
-
}, z.core.$strip
|
|
29
|
-
}, z.core.$loose
|
|
30
|
-
export declare const
|
|
31
|
-
type: z.ZodLiteral<"
|
|
32
|
-
name: z.ZodString;
|
|
33
|
-
workflow: z.ZodOptional<z.ZodString>;
|
|
34
|
-
knowledge_base: z.ZodOptional<z.ZodObject<{
|
|
35
|
-
path: z.ZodString;
|
|
36
|
-
}, z.core.$strip>>;
|
|
37
|
-
}, z.core.$loose>;
|
|
38
|
-
export declare const InterfConfigSchema: z.ZodUnion<readonly [z.ZodObject<{
|
|
39
|
-
type: z.ZodLiteral<"knowledge-base">;
|
|
40
|
-
name: z.ZodString;
|
|
41
|
-
workflow: z.ZodOptional<z.ZodString>;
|
|
42
|
-
source: z.ZodOptional<z.ZodObject<{
|
|
43
|
-
path: z.ZodString;
|
|
44
|
-
}, z.core.$strip>>;
|
|
45
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
46
|
-
type: z.ZodLiteral<"interface">;
|
|
21
|
+
}, z.core.$strip>;
|
|
22
|
+
}, z.core.$loose>>;
|
|
23
|
+
export declare const InterfConfigSchema: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodObject<{
|
|
24
|
+
type: z.ZodLiteral<"workspace">;
|
|
47
25
|
name: z.ZodString;
|
|
26
|
+
about: z.ZodOptional<z.ZodString>;
|
|
48
27
|
workflow: z.ZodOptional<z.ZodString>;
|
|
49
|
-
|
|
28
|
+
source: z.ZodObject<{
|
|
50
29
|
path: z.ZodString;
|
|
51
|
-
}, z.core.$strip
|
|
52
|
-
}, z.core.$loose
|
|
53
|
-
export declare const
|
|
30
|
+
}, z.core.$strip>;
|
|
31
|
+
}, z.core.$loose>>;
|
|
32
|
+
export declare const WorkspaceStateSchema: z.ZodObject<{
|
|
54
33
|
version: z.ZodLiteral<1>;
|
|
55
34
|
pending: z.ZodArray<z.ZodString>;
|
|
56
35
|
summarized: z.ZodNumber;
|
|
@@ -66,32 +45,6 @@ export declare const KnowledgeBaseStateSchema: z.ZodObject<{
|
|
|
66
45
|
warning_count: z.ZodOptional<z.ZodNumber>;
|
|
67
46
|
error_count: z.ZodOptional<z.ZodNumber>;
|
|
68
47
|
}, z.core.$strip>;
|
|
69
|
-
export declare const InterfaceStateSchema: z.ZodObject<{
|
|
70
|
-
version: z.ZodLiteral<1>;
|
|
71
|
-
retrieve_complete: z.ZodBoolean;
|
|
72
|
-
analyze_complete: z.ZodBoolean;
|
|
73
|
-
compile_complete: z.ZodBoolean;
|
|
74
|
-
coverage_complete: z.ZodBoolean;
|
|
75
|
-
frontmatter_scanned: z.ZodNumber;
|
|
76
|
-
candidate_count: z.ZodNumber;
|
|
77
|
-
abstracts_read: z.ZodNumber;
|
|
78
|
-
expansion_passes: z.ZodNumber;
|
|
79
|
-
relevant_count: z.ZodNumber;
|
|
80
|
-
rejected_count: z.ZodNumber;
|
|
81
|
-
delta_count: z.ZodNumber;
|
|
82
|
-
delta_files: z.ZodArray<z.ZodString>;
|
|
83
|
-
last_retrieve: z.ZodNullable<z.ZodString>;
|
|
84
|
-
last_analyze: z.ZodNullable<z.ZodString>;
|
|
85
|
-
last_compile: z.ZodNullable<z.ZodString>;
|
|
86
|
-
knowledge_base_summary_count_at_last_compile: z.ZodNumber;
|
|
87
|
-
extracted_entities: z.ZodNumber;
|
|
88
|
-
extracted_claims: z.ZodNumber;
|
|
89
|
-
entity_count: z.ZodNumber;
|
|
90
|
-
claim_count: z.ZodNumber;
|
|
91
|
-
output_count: z.ZodNumber;
|
|
92
|
-
warning_count: z.ZodNumber;
|
|
93
|
-
error_count: z.ZodNumber;
|
|
94
|
-
}, z.core.$strip>;
|
|
95
48
|
export declare const ViewSectionSchema: z.ZodObject<{
|
|
96
49
|
id: z.ZodString;
|
|
97
50
|
type: z.ZodEnum<{
|
|
@@ -116,8 +69,8 @@ export declare const ViewCardSchema: z.ZodObject<{
|
|
|
116
69
|
timestamp: "timestamp";
|
|
117
70
|
}>;
|
|
118
71
|
}, z.core.$strip>;
|
|
119
|
-
export declare const
|
|
120
|
-
kind: z.ZodLiteral<"
|
|
72
|
+
export declare const WorkspaceHealthSchema: z.ZodObject<{
|
|
73
|
+
kind: z.ZodLiteral<"workspace-health">;
|
|
121
74
|
version: z.ZodLiteral<1>;
|
|
122
75
|
generated_at: z.ZodString;
|
|
123
76
|
target_name: z.ZodString;
|
|
@@ -165,62 +118,8 @@ export declare const KnowledgeBaseHealthSchema: z.ZodObject<{
|
|
|
165
118
|
links_valid: z.ZodBoolean;
|
|
166
119
|
}, z.core.$strip>;
|
|
167
120
|
}, z.core.$strip>;
|
|
168
|
-
export declare const
|
|
169
|
-
kind: z.ZodLiteral<"
|
|
170
|
-
version: z.ZodLiteral<1>;
|
|
171
|
-
generated_at: z.ZodString;
|
|
172
|
-
interface_name: z.ZodString;
|
|
173
|
-
status: z.ZodEnum<{
|
|
174
|
-
idle: "idle";
|
|
175
|
-
running: "running";
|
|
176
|
-
compiled: "compiled";
|
|
177
|
-
stale: "stale";
|
|
178
|
-
failed: "failed";
|
|
179
|
-
}>;
|
|
180
|
-
stage: z.ZodEnum<{
|
|
181
|
-
idle: "idle";
|
|
182
|
-
compiled: "compiled";
|
|
183
|
-
failed: "failed";
|
|
184
|
-
compile: "compile";
|
|
185
|
-
create: "create";
|
|
186
|
-
retrieve: "retrieve";
|
|
187
|
-
analyze: "analyze";
|
|
188
|
-
}>;
|
|
189
|
-
summary: z.ZodString;
|
|
190
|
-
metrics: z.ZodObject<{
|
|
191
|
-
knowledge_base_total: z.ZodNumber;
|
|
192
|
-
knowledge_base_compiled: z.ZodNumber;
|
|
193
|
-
to_compile: z.ZodNumber;
|
|
194
|
-
frontmatter_scanned: z.ZodNumber;
|
|
195
|
-
candidate_count: z.ZodNumber;
|
|
196
|
-
abstracts_read: z.ZodNumber;
|
|
197
|
-
expansion_passes: z.ZodNumber;
|
|
198
|
-
relevant: z.ZodNumber;
|
|
199
|
-
rejected: z.ZodNumber;
|
|
200
|
-
delta: z.ZodNumber;
|
|
201
|
-
entities: z.ZodNumber;
|
|
202
|
-
claims: z.ZodNumber;
|
|
203
|
-
outputs: z.ZodNumber;
|
|
204
|
-
broken_links: z.ZodNumber;
|
|
205
|
-
warnings: z.ZodNumber;
|
|
206
|
-
errors: z.ZodNumber;
|
|
207
|
-
}, z.core.$strip>;
|
|
208
|
-
checks: z.ZodObject<{
|
|
209
|
-
config_present: z.ZodBoolean;
|
|
210
|
-
config_valid: z.ZodBoolean;
|
|
211
|
-
config_type_match: z.ZodBoolean;
|
|
212
|
-
knowledge_base_path_valid: z.ZodBoolean;
|
|
213
|
-
coverage_proof: z.ZodBoolean;
|
|
214
|
-
coverage_complete: z.ZodBoolean;
|
|
215
|
-
retrieved_set: z.ZodBoolean;
|
|
216
|
-
analysis_pending: z.ZodBoolean;
|
|
217
|
-
outputs_present: z.ZodBoolean;
|
|
218
|
-
home_present: z.ZodBoolean;
|
|
219
|
-
links_valid: z.ZodBoolean;
|
|
220
|
-
}, z.core.$strip>;
|
|
221
|
-
}, z.core.$strip>;
|
|
222
|
-
export declare const KnowledgeBaseViewSpecSchema: z.ZodObject<{
|
|
223
|
-
kind: z.ZodLiteral<"knowledge-base-view-spec">;
|
|
121
|
+
export declare const WorkspaceViewSpecSchema: z.ZodObject<{
|
|
122
|
+
kind: z.ZodLiteral<"workspace-view-spec">;
|
|
224
123
|
version: z.ZodLiteral<1>;
|
|
225
124
|
generated_at: z.ZodString;
|
|
226
125
|
target_name: z.ZodString;
|
|
@@ -253,42 +152,8 @@ export declare const KnowledgeBaseViewSpecSchema: z.ZodObject<{
|
|
|
253
152
|
paths: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
254
153
|
}, z.core.$strip>>;
|
|
255
154
|
}, z.core.$strip>;
|
|
256
|
-
export declare const
|
|
257
|
-
kind: z.ZodLiteral<"
|
|
258
|
-
version: z.ZodLiteral<1>;
|
|
259
|
-
generated_at: z.ZodString;
|
|
260
|
-
interface_name: z.ZodString;
|
|
261
|
-
health_source: z.ZodString;
|
|
262
|
-
state_source: z.ZodString;
|
|
263
|
-
default_note: z.ZodString;
|
|
264
|
-
graph_scope: z.ZodArray<z.ZodString>;
|
|
265
|
-
cards: z.ZodArray<z.ZodObject<{
|
|
266
|
-
id: z.ZodString;
|
|
267
|
-
label: z.ZodString;
|
|
268
|
-
metric: z.ZodString;
|
|
269
|
-
denominator_metric: z.ZodOptional<z.ZodString>;
|
|
270
|
-
format: z.ZodEnum<{
|
|
271
|
-
number: "number";
|
|
272
|
-
fraction: "fraction";
|
|
273
|
-
timestamp: "timestamp";
|
|
274
|
-
}>;
|
|
275
|
-
}, z.core.$strip>>;
|
|
276
|
-
sections: z.ZodArray<z.ZodObject<{
|
|
277
|
-
id: z.ZodString;
|
|
278
|
-
type: z.ZodEnum<{
|
|
279
|
-
status: "status";
|
|
280
|
-
cards: "cards";
|
|
281
|
-
graph: "graph";
|
|
282
|
-
documents: "documents";
|
|
283
|
-
table: "table";
|
|
284
|
-
}>;
|
|
285
|
-
title: z.ZodString;
|
|
286
|
-
path: z.ZodOptional<z.ZodString>;
|
|
287
|
-
paths: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
288
|
-
}, z.core.$strip>>;
|
|
289
|
-
}, z.core.$strip>;
|
|
290
|
-
export declare const KnowledgeBaseSourceAccessSchema: z.ZodObject<{
|
|
291
|
-
kind: z.ZodLiteral<"knowledge-base-source-access">;
|
|
155
|
+
export declare const WorkspaceSourceAccessSchema: z.ZodObject<{
|
|
156
|
+
kind: z.ZodLiteral<"workspace-source-access">;
|
|
292
157
|
version: z.ZodLiteral<1>;
|
|
293
158
|
generated_at: z.ZodString;
|
|
294
159
|
target_name: z.ZodString;
|
|
@@ -338,12 +203,11 @@ export declare const RuntimeStageContractSchema: z.ZodObject<{
|
|
|
338
203
|
generated_at: z.ZodString;
|
|
339
204
|
run_id: z.ZodString;
|
|
340
205
|
target_type: z.ZodEnum<{
|
|
341
|
-
|
|
342
|
-
interface: "interface";
|
|
206
|
+
workspace: "workspace";
|
|
343
207
|
}>;
|
|
344
208
|
target_name: z.ZodString;
|
|
345
209
|
workflow: z.ZodObject<{
|
|
346
|
-
id: z.
|
|
210
|
+
id: z.ZodString;
|
|
347
211
|
stage_index: z.ZodNullable<z.ZodNumber>;
|
|
348
212
|
stage_total: z.ZodNumber;
|
|
349
213
|
stages: z.ZodArray<z.ZodString>;
|
|
@@ -351,12 +215,8 @@ export declare const RuntimeStageContractSchema: z.ZodObject<{
|
|
|
351
215
|
stage: z.ZodString;
|
|
352
216
|
stage_label: z.ZodString;
|
|
353
217
|
contract_type: z.ZodEnum<{
|
|
354
|
-
"
|
|
355
|
-
"
|
|
356
|
-
"interface-plan": "interface-plan";
|
|
357
|
-
"interface-retrieval": "interface-retrieval";
|
|
358
|
-
"interface-analysis": "interface-analysis";
|
|
359
|
-
"interface-output": "interface-output";
|
|
218
|
+
"workspace-file-evidence": "workspace-file-evidence";
|
|
219
|
+
"workspace-knowledge-layer": "workspace-knowledge-layer";
|
|
360
220
|
}>;
|
|
361
221
|
executor: z.ZodObject<{
|
|
362
222
|
kind: z.ZodEnum<{
|
|
@@ -418,20 +278,15 @@ export declare const RuntimeRunSchema: z.ZodObject<{
|
|
|
418
278
|
version: z.ZodLiteral<1>;
|
|
419
279
|
run_id: z.ZodString;
|
|
420
280
|
target_type: z.ZodEnum<{
|
|
421
|
-
|
|
422
|
-
interface: "interface";
|
|
281
|
+
workspace: "workspace";
|
|
423
282
|
}>;
|
|
424
283
|
target_name: z.ZodString;
|
|
425
|
-
workflow: z.
|
|
284
|
+
workflow: z.ZodString;
|
|
426
285
|
stage: z.ZodString;
|
|
427
286
|
stage_label: z.ZodString;
|
|
428
287
|
contract_type: z.ZodEnum<{
|
|
429
|
-
"
|
|
430
|
-
"
|
|
431
|
-
"interface-plan": "interface-plan";
|
|
432
|
-
"interface-retrieval": "interface-retrieval";
|
|
433
|
-
"interface-analysis": "interface-analysis";
|
|
434
|
-
"interface-output": "interface-output";
|
|
288
|
+
"workspace-file-evidence": "workspace-file-evidence";
|
|
289
|
+
"workspace-knowledge-layer": "workspace-knowledge-layer";
|
|
435
290
|
}>;
|
|
436
291
|
status: z.ZodEnum<{
|
|
437
292
|
running: "running";
|
|
@@ -467,7 +322,7 @@ export declare const RuntimeRunSchema: z.ZodObject<{
|
|
|
467
322
|
exit_code: z.ZodNullable<z.ZodNumber>;
|
|
468
323
|
error: z.ZodNullable<z.ZodString>;
|
|
469
324
|
}, z.core.$strip>;
|
|
470
|
-
export declare const
|
|
325
|
+
export declare const WorkspaceInventorySchema: z.ZodUnion<readonly [z.ZodObject<{
|
|
471
326
|
total: z.ZodNumber;
|
|
472
327
|
files: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
473
328
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -482,57 +337,6 @@ export declare const KnowledgeBaseInventorySchema: z.ZodUnion<readonly [z.ZodObj
|
|
|
482
337
|
total: z.ZodOptional<z.ZodNumber>;
|
|
483
338
|
summary_total: z.ZodOptional<z.ZodNumber>;
|
|
484
339
|
}, z.core.$strip>]>;
|
|
485
|
-
export declare const InterfaceRelevantSchema: z.ZodUnion<readonly [z.ZodObject<{
|
|
486
|
-
generated_at: z.ZodString;
|
|
487
|
-
knowledge_base_summary_count: z.ZodNumber;
|
|
488
|
-
relevant_files: z.ZodArray<z.ZodString>;
|
|
489
|
-
delta_files: z.ZodArray<z.ZodString>;
|
|
490
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
491
|
-
query_timestamp: z.ZodString;
|
|
492
|
-
relevant: z.ZodArray<z.ZodObject<{
|
|
493
|
-
file: z.ZodString;
|
|
494
|
-
}, z.core.$loose>>;
|
|
495
|
-
rejected: z.ZodArray<z.ZodObject<{
|
|
496
|
-
file: z.ZodString;
|
|
497
|
-
}, z.core.$loose>>;
|
|
498
|
-
total_scanned: z.ZodNumber;
|
|
499
|
-
total_relevant: z.ZodNumber;
|
|
500
|
-
total_rejected: z.ZodNumber;
|
|
501
|
-
}, z.core.$loose>]>;
|
|
502
|
-
export declare const InterfaceCoverageSchema: z.ZodUnion<readonly [z.ZodObject<{
|
|
503
|
-
generated_at: z.ZodString;
|
|
504
|
-
knowledge_base_summary_count: z.ZodNumber;
|
|
505
|
-
frontmatter_scanned: z.ZodNumber;
|
|
506
|
-
expansion_passes: z.ZodNumber;
|
|
507
|
-
candidate_files: z.ZodArray<z.ZodString>;
|
|
508
|
-
abstract_reviewed_files: z.ZodArray<z.ZodString>;
|
|
509
|
-
selected_files: z.ZodArray<z.ZodString>;
|
|
510
|
-
rejected_files: z.ZodArray<z.ZodObject<{
|
|
511
|
-
path: z.ZodString;
|
|
512
|
-
}, z.core.$loose>>;
|
|
513
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
514
|
-
generated_at: z.ZodString;
|
|
515
|
-
knowledge_base_summary_total: z.ZodNumber;
|
|
516
|
-
frontmatter_scanned: z.ZodNumber;
|
|
517
|
-
candidates_after_frontmatter: z.ZodNumber;
|
|
518
|
-
abstracts_reviewed: z.ZodNumber;
|
|
519
|
-
relevant_selected: z.ZodNumber;
|
|
520
|
-
rejected: z.ZodNumber;
|
|
521
|
-
expansion_passes: z.ZodNumber;
|
|
522
|
-
coverage_complete: z.ZodBoolean;
|
|
523
|
-
proof: z.ZodObject<{
|
|
524
|
-
scanned: z.ZodArray<z.ZodString>;
|
|
525
|
-
reviewed: z.ZodArray<z.ZodString>;
|
|
526
|
-
retrieved: z.ZodArray<z.ZodString>;
|
|
527
|
-
excluded: z.ZodArray<z.ZodString>;
|
|
528
|
-
}, z.core.$strip>;
|
|
529
|
-
}, z.core.$loose>, z.ZodObject<{
|
|
530
|
-
query_timestamp: z.ZodString;
|
|
531
|
-
coverage_complete: z.ZodBoolean;
|
|
532
|
-
entities: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
533
|
-
comparators: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
534
|
-
gaps: z.ZodArray<z.ZodUnknown>;
|
|
535
|
-
}, z.core.$loose>]>;
|
|
536
340
|
export declare const BenchmarkCaseExpectSchema: z.ZodObject<{
|
|
537
341
|
must_include: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
538
342
|
must_include_one_of: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodString>>>;
|
|
@@ -556,8 +360,7 @@ export declare const BenchmarkCaseSchema: z.ZodPipe<z.ZodTransform<unknown, unkn
|
|
|
556
360
|
}, z.core.$strip>>;
|
|
557
361
|
export declare const BenchmarkSpecSchema: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodObject<{
|
|
558
362
|
type: z.ZodEnum<{
|
|
559
|
-
|
|
560
|
-
interface: "interface";
|
|
363
|
+
workspace: "workspace";
|
|
561
364
|
}>;
|
|
562
365
|
name: z.ZodString;
|
|
563
366
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -589,30 +392,12 @@ export declare const SourceEvalCaseSchema: z.ZodPipe<z.ZodTransform<unknown, unk
|
|
|
589
392
|
}, z.core.$strip>>;
|
|
590
393
|
strictness: z.ZodOptional<z.ZodString>;
|
|
591
394
|
}, z.core.$strip>>;
|
|
592
|
-
export declare const
|
|
593
|
-
id: z.ZodOptional<z.ZodString>;
|
|
594
|
-
name: z.ZodOptional<z.ZodString>;
|
|
595
|
-
workflow: z.ZodOptional<z.ZodString>;
|
|
596
|
-
evals: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodObject<{
|
|
597
|
-
id: z.ZodOptional<z.ZodString>;
|
|
598
|
-
question: z.ZodString;
|
|
599
|
-
answer: z.ZodOptional<z.ZodString>;
|
|
600
|
-
expect: z.ZodOptional<z.ZodObject<{
|
|
601
|
-
must_include: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
602
|
-
must_include_one_of: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodString>>>;
|
|
603
|
-
must_not_include: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
604
|
-
min_words: z.ZodOptional<z.ZodNumber>;
|
|
605
|
-
max_words: z.ZodOptional<z.ZodNumber>;
|
|
606
|
-
}, z.core.$strip>>;
|
|
607
|
-
strictness: z.ZodOptional<z.ZodString>;
|
|
608
|
-
}, z.core.$strip>>>>;
|
|
609
|
-
}, z.core.$strip>;
|
|
610
|
-
export declare const SourceInterfaceConfigSchema: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodObject<{
|
|
395
|
+
export declare const SourceWorkspaceConfigSchema: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodObject<{
|
|
611
396
|
id: z.ZodOptional<z.ZodString>;
|
|
612
397
|
name: z.ZodString;
|
|
613
|
-
about: z.ZodString
|
|
398
|
+
about: z.ZodOptional<z.ZodString>;
|
|
614
399
|
workflow: z.ZodOptional<z.ZodString>;
|
|
615
|
-
|
|
400
|
+
checks: z.ZodArray<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodObject<{
|
|
616
401
|
id: z.ZodOptional<z.ZodString>;
|
|
617
402
|
question: z.ZodString;
|
|
618
403
|
answer: z.ZodOptional<z.ZodString>;
|
|
@@ -624,46 +409,15 @@ export declare const SourceInterfaceConfigSchema: z.ZodPipe<z.ZodTransform<unkno
|
|
|
624
409
|
max_words: z.ZodOptional<z.ZodNumber>;
|
|
625
410
|
}, z.core.$strip>>;
|
|
626
411
|
strictness: z.ZodOptional<z.ZodString>;
|
|
627
|
-
}, z.core.$strip
|
|
412
|
+
}, z.core.$strip>>>;
|
|
628
413
|
}, z.core.$strip>>;
|
|
629
|
-
export declare const SourceFolderConfigSchema: z.
|
|
630
|
-
|
|
631
|
-
id: z.ZodOptional<z.ZodString>;
|
|
632
|
-
question: z.ZodString;
|
|
633
|
-
answer: z.ZodOptional<z.ZodString>;
|
|
634
|
-
expect: z.ZodOptional<z.ZodObject<{
|
|
635
|
-
must_include: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
636
|
-
must_include_one_of: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodString>>>;
|
|
637
|
-
must_not_include: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
638
|
-
min_words: z.ZodOptional<z.ZodNumber>;
|
|
639
|
-
max_words: z.ZodOptional<z.ZodNumber>;
|
|
640
|
-
}, z.core.$strip>>;
|
|
641
|
-
strictness: z.ZodOptional<z.ZodString>;
|
|
642
|
-
}, z.core.$strip>>>>;
|
|
643
|
-
knowledge_base: z.ZodOptional<z.ZodObject<{
|
|
644
|
-
id: z.ZodOptional<z.ZodString>;
|
|
645
|
-
name: z.ZodOptional<z.ZodString>;
|
|
646
|
-
workflow: z.ZodOptional<z.ZodString>;
|
|
647
|
-
evals: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodObject<{
|
|
648
|
-
id: z.ZodOptional<z.ZodString>;
|
|
649
|
-
question: z.ZodString;
|
|
650
|
-
answer: z.ZodOptional<z.ZodString>;
|
|
651
|
-
expect: z.ZodOptional<z.ZodObject<{
|
|
652
|
-
must_include: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
653
|
-
must_include_one_of: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodString>>>;
|
|
654
|
-
must_not_include: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
655
|
-
min_words: z.ZodOptional<z.ZodNumber>;
|
|
656
|
-
max_words: z.ZodOptional<z.ZodNumber>;
|
|
657
|
-
}, z.core.$strip>>;
|
|
658
|
-
strictness: z.ZodOptional<z.ZodString>;
|
|
659
|
-
}, z.core.$strip>>>>;
|
|
660
|
-
}, z.core.$strip>>;
|
|
661
|
-
interfaces: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodObject<{
|
|
414
|
+
export declare const SourceFolderConfigSchema: z.ZodObject<{
|
|
415
|
+
workspaces: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodObject<{
|
|
662
416
|
id: z.ZodOptional<z.ZodString>;
|
|
663
417
|
name: z.ZodString;
|
|
664
|
-
about: z.ZodString
|
|
418
|
+
about: z.ZodOptional<z.ZodString>;
|
|
665
419
|
workflow: z.ZodOptional<z.ZodString>;
|
|
666
|
-
|
|
420
|
+
checks: z.ZodArray<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodObject<{
|
|
667
421
|
id: z.ZodOptional<z.ZodString>;
|
|
668
422
|
question: z.ZodString;
|
|
669
423
|
answer: z.ZodOptional<z.ZodString>;
|
|
@@ -675,9 +429,9 @@ export declare const SourceFolderConfigSchema: z.ZodPipe<z.ZodTransform<unknown,
|
|
|
675
429
|
max_words: z.ZodOptional<z.ZodNumber>;
|
|
676
430
|
}, z.core.$strip>>;
|
|
677
431
|
strictness: z.ZodOptional<z.ZodString>;
|
|
678
|
-
}, z.core.$strip
|
|
432
|
+
}, z.core.$strip>>>;
|
|
679
433
|
}, z.core.$strip>>>>;
|
|
680
|
-
}, z.core.$strip
|
|
434
|
+
}, z.core.$strip>;
|
|
681
435
|
export declare const BenchmarkCheckResultSchema: z.ZodObject<{
|
|
682
436
|
label: z.ZodString;
|
|
683
437
|
ok: z.ZodBoolean;
|
|
@@ -702,13 +456,11 @@ export declare const BenchmarkCaseResultSchema: z.ZodObject<{
|
|
|
702
456
|
export declare const BenchmarkTargetResultSchema: z.ZodObject<{
|
|
703
457
|
target: z.ZodObject<{
|
|
704
458
|
type: z.ZodEnum<{
|
|
705
|
-
|
|
706
|
-
interface: "interface";
|
|
459
|
+
workspace: "workspace";
|
|
707
460
|
}>;
|
|
708
461
|
name: z.ZodString;
|
|
709
462
|
path: z.ZodString;
|
|
710
463
|
workflow: z.ZodString;
|
|
711
|
-
knowledgeBaseName: z.ZodOptional<z.ZodString>;
|
|
712
464
|
}, z.core.$strip>;
|
|
713
465
|
ok: z.ZodBoolean;
|
|
714
466
|
passedCases: z.ZodNumber;
|
|
@@ -740,8 +492,7 @@ export declare const BenchmarkRunResultSchema: z.ZodObject<{
|
|
|
740
492
|
id: z.ZodString;
|
|
741
493
|
name: z.ZodString;
|
|
742
494
|
type: z.ZodEnum<{
|
|
743
|
-
|
|
744
|
-
interface: "interface";
|
|
495
|
+
workspace: "workspace";
|
|
745
496
|
}>;
|
|
746
497
|
file: z.ZodString;
|
|
747
498
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -780,13 +531,11 @@ export declare const BenchmarkRunResultSchema: z.ZodObject<{
|
|
|
780
531
|
results: z.ZodArray<z.ZodObject<{
|
|
781
532
|
target: z.ZodObject<{
|
|
782
533
|
type: z.ZodEnum<{
|
|
783
|
-
|
|
784
|
-
interface: "interface";
|
|
534
|
+
workspace: "workspace";
|
|
785
535
|
}>;
|
|
786
536
|
name: z.ZodString;
|
|
787
537
|
path: z.ZodString;
|
|
788
538
|
workflow: z.ZodString;
|
|
789
|
-
knowledgeBaseName: z.ZodOptional<z.ZodString>;
|
|
790
539
|
}, z.core.$strip>;
|
|
791
540
|
ok: z.ZodBoolean;
|
|
792
541
|
passedCases: z.ZodNumber;
|
|
@@ -821,22 +570,17 @@ export declare const InterfUserConfigSchema: z.ZodObject<{
|
|
|
821
570
|
}>>;
|
|
822
571
|
initialized: z.ZodString;
|
|
823
572
|
}, z.core.$strip>;
|
|
824
|
-
export type KnowledgeBaseState = z.infer<typeof KnowledgeBaseStateSchema>;
|
|
825
573
|
export type InterfConfig = z.infer<typeof InterfConfigSchema>;
|
|
826
|
-
export type
|
|
574
|
+
export type WorkspaceState = z.infer<typeof WorkspaceStateSchema>;
|
|
827
575
|
export type ViewSection = z.infer<typeof ViewSectionSchema>;
|
|
828
576
|
export type ViewCard = z.infer<typeof ViewCardSchema>;
|
|
829
|
-
export type
|
|
830
|
-
export type
|
|
831
|
-
export type
|
|
832
|
-
export type InterfaceViewSpec = z.infer<typeof InterfaceViewSpecSchema>;
|
|
833
|
-
export type KnowledgeBaseSourceAccess = z.infer<typeof KnowledgeBaseSourceAccessSchema>;
|
|
577
|
+
export type WorkspaceHealth = z.infer<typeof WorkspaceHealthSchema>;
|
|
578
|
+
export type WorkspaceViewSpec = z.infer<typeof WorkspaceViewSpecSchema>;
|
|
579
|
+
export type WorkspaceSourceAccess = z.infer<typeof WorkspaceSourceAccessSchema>;
|
|
834
580
|
export type RuntimeExecutorInfo = z.infer<typeof RuntimeExecutorInfoSchema>;
|
|
835
581
|
export type RuntimeTargetType = z.infer<typeof RuntimeTargetTypeSchema>;
|
|
836
582
|
export type RuntimeStage = z.infer<typeof RuntimeStageSchema>;
|
|
837
583
|
export type RuntimeContractType = z.infer<typeof RuntimeContractTypeSchema>;
|
|
838
|
-
export type KnowledgeBaseWorkflowId = z.infer<typeof KnowledgeBaseWorkflowIdSchema>;
|
|
839
|
-
export type InterfaceWorkflowId = z.infer<typeof InterfaceWorkflowIdSchema>;
|
|
840
584
|
export type WorkflowId = z.infer<typeof WorkflowIdSchema>;
|
|
841
585
|
export type LocalInstructionMode = "extend" | "override";
|
|
842
586
|
export type RuntimeInstructionMode = "builtin" | LocalInstructionMode;
|
|
@@ -844,15 +588,12 @@ export type RuntimeStageInstructions = z.infer<typeof RuntimeStageInstructionsSc
|
|
|
844
588
|
export type RuntimeStageAcceptance = z.infer<typeof RuntimeStageAcceptanceSchema>;
|
|
845
589
|
export type RuntimeStageContract = z.infer<typeof RuntimeStageContractSchema>;
|
|
846
590
|
export type RuntimeRun = z.infer<typeof RuntimeRunSchema>;
|
|
847
|
-
export type
|
|
848
|
-
export type InterfaceRelevant = z.infer<typeof InterfaceRelevantSchema>;
|
|
849
|
-
export type InterfaceCoverage = z.infer<typeof InterfaceCoverageSchema>;
|
|
591
|
+
export type WorkspaceInventory = z.infer<typeof WorkspaceInventorySchema>;
|
|
850
592
|
export type BenchmarkCaseExpect = z.infer<typeof BenchmarkCaseExpectSchema>;
|
|
851
593
|
export type BenchmarkCase = z.infer<typeof BenchmarkCaseSchema>;
|
|
852
594
|
export type BenchmarkSpec = z.infer<typeof BenchmarkSpecSchema>;
|
|
853
595
|
export type SourceEvalCase = z.infer<typeof SourceEvalCaseSchema>;
|
|
854
|
-
export type
|
|
855
|
-
export type SourceInterfaceConfig = z.infer<typeof SourceInterfaceConfigSchema>;
|
|
596
|
+
export type SourceWorkspaceConfig = z.infer<typeof SourceWorkspaceConfigSchema>;
|
|
856
597
|
export type SourceFolderConfig = z.infer<typeof SourceFolderConfigSchema>;
|
|
857
598
|
export type BenchmarkCheckResult = z.infer<typeof BenchmarkCheckResultSchema>;
|
|
858
599
|
export type BenchmarkCaseResult = z.infer<typeof BenchmarkCaseResultSchema>;
|
package/dist/lib/schema.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../src/lib/schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../src/lib/schema.ts"],"names":[],"mappings":"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"}
|