@lucern/contracts 0.3.0-alpha.3 → 0.3.0-alpha.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/dist/component-host-boundary.contract.d.ts +41 -0
- package/dist/component-host-boundary.contract.js +54 -0
- package/dist/component-host-boundary.contract.js.map +1 -0
- package/dist/function-registry/beliefs.d.ts +41 -41
- package/dist/function-registry/beliefs.js +202 -8
- package/dist/function-registry/beliefs.js.map +1 -1
- package/dist/function-registry/coding.js +187 -8
- package/dist/function-registry/coding.js.map +1 -1
- package/dist/function-registry/context.d.ts +13 -13
- package/dist/function-registry/context.js +187 -9
- package/dist/function-registry/context.js.map +1 -1
- package/dist/function-registry/contracts.js +158 -5
- package/dist/function-registry/contracts.js.map +1 -1
- package/dist/function-registry/coordination.js +158 -5
- package/dist/function-registry/coordination.js.map +1 -1
- package/dist/function-registry/edges.js +169 -6
- package/dist/function-registry/edges.js.map +1 -1
- package/dist/function-registry/evidence.d.ts +33 -33
- package/dist/function-registry/evidence.js +202 -9
- package/dist/function-registry/evidence.js.map +1 -1
- package/dist/function-registry/graph.d.ts +53 -53
- package/dist/function-registry/graph.js +217 -12
- package/dist/function-registry/graph.js.map +1 -1
- package/dist/function-registry/helpers.d.ts +1 -1
- package/dist/function-registry/helpers.js +158 -5
- package/dist/function-registry/helpers.js.map +1 -1
- package/dist/function-registry/identity.js +158 -5
- package/dist/function-registry/identity.js.map +1 -1
- package/dist/function-registry/index.d.ts +1 -1
- package/dist/function-registry/index.js +158 -5
- package/dist/function-registry/index.js.map +1 -1
- package/dist/function-registry/judgments.d.ts +9 -9
- package/dist/function-registry/judgments.js +170 -8
- package/dist/function-registry/judgments.js.map +1 -1
- package/dist/function-registry/legacy.js +158 -5
- package/dist/function-registry/legacy.js.map +1 -1
- package/dist/function-registry/lenses.d.ts +17 -17
- package/dist/function-registry/lenses.js +181 -8
- package/dist/function-registry/lenses.js.map +1 -1
- package/dist/function-registry/manifest.d.ts +3 -3
- package/dist/function-registry/manifest.js +1 -1
- package/dist/function-registry/manifest.js.map +1 -1
- package/dist/function-registry/ontologies.d.ts +45 -45
- package/dist/function-registry/ontologies.js +176 -11
- package/dist/function-registry/ontologies.js.map +1 -1
- package/dist/function-registry/pipeline.d.ts +13 -13
- package/dist/function-registry/pipeline.js +167 -8
- package/dist/function-registry/pipeline.js.map +1 -1
- package/dist/function-registry/questions.d.ts +49 -49
- package/dist/function-registry/questions.js +255 -13
- package/dist/function-registry/questions.js.map +1 -1
- package/dist/function-registry/tasks.js +158 -5
- package/dist/function-registry/tasks.js.map +1 -1
- package/dist/function-registry/topics.d.ts +21 -21
- package/dist/function-registry/topics.js +172 -8
- package/dist/function-registry/topics.js.map +1 -1
- package/dist/function-registry/types.d.ts +1 -1
- package/dist/function-registry/worktrees.d.ts +80 -41
- package/dist/function-registry/worktrees.js +292 -17
- package/dist/function-registry/worktrees.js.map +1 -1
- package/dist/function-registry-input-audit.d.ts +13 -0
- package/dist/function-registry-input-audit.js +164 -0
- package/dist/function-registry-input-audit.js.map +1 -0
- package/dist/gateway.contract.d.ts +1 -0
- package/dist/gateway.contract.js.map +1 -1
- package/dist/generated/convexSchemas.js +1 -1
- package/dist/generated/convexSchemas.js.map +1 -1
- package/dist/index.d.ts +188 -35
- package/dist/index.js +1370 -17
- package/dist/index.js.map +1 -1
- package/dist/infisical-runtime.contract.d.ts +174 -0
- package/dist/infisical-runtime.contract.js +192 -0
- package/dist/infisical-runtime.contract.js.map +1 -0
- package/dist/schemas/index.js +3 -1
- package/dist/schemas/index.js.map +1 -1
- package/dist/schemas/manifest.d.ts +935 -905
- package/dist/schemas/manifest.js +3 -1
- package/dist/schemas/manifest.js.map +1 -1
- package/dist/schemas/sl-opinion.d.ts +4 -4
- package/dist/schemas/tables/identity/platform.d.ts +10 -10
- package/dist/schemas/tables/kernel/epistemic.d.ts +6 -6
- package/dist/schemas/tables/kernel/infra.d.ts +4 -4
- package/dist/schemas/tables/kernel/intelligence.d.ts +10 -10
- package/dist/schemas/tables/kernel/lens.d.ts +4 -4
- package/dist/schemas/tables/kernel/platform.d.ts +12 -12
- package/dist/schemas/tables/kernel/spine.d.ts +2 -2
- package/dist/schemas/tables/kernel/task.d.ts +42 -42
- package/dist/schemas/tables/kernel/worktree.d.ts +62 -62
- package/dist/schemas/tables/mc/identity.d.ts +2 -2
- package/dist/schemas/tables/mc/pack.d.ts +20 -20
- package/dist/schemas/tables/mc/registry.d.ts +4 -4
- package/dist/schemas/tables/mc/workspace.d.ts +9 -3
- package/dist/schemas/tables/mc/workspace.js +3 -1
- package/dist/schemas/tables/mc/workspace.js.map +1 -1
- package/dist/sdk-methods.contract.d.ts +1 -1
- package/dist/{sdk-tools.contract-S4ia0TTo.d.ts → sdk-tools.contract-CD-N1Jf7.d.ts} +1 -1
- package/dist/sdk-tools.contract.d.ts +2 -2
- package/dist/sdk-tools.contract.js +157 -4
- package/dist/sdk-tools.contract.js.map +1 -1
- package/dist/tenant-bootstrap-seed.contract.d.ts +1097 -0
- package/dist/tenant-bootstrap-seed.contract.js +651 -0
- package/dist/tenant-bootstrap-seed.contract.js.map +1 -0
- package/dist/tenant-bootstrap-seed.defaults.d.ts +16 -0
- package/dist/tenant-bootstrap-seed.defaults.js +303 -0
- package/dist/tenant-bootstrap-seed.defaults.js.map +1 -0
- package/dist/{tool-contracts-C92-9ueT.d.ts → tool-contracts-BcKz-VGj.d.ts} +4 -2
- package/dist/tool-contracts.d.ts +1 -1
- package/dist/tool-contracts.js +158 -5
- package/dist/tool-contracts.js.map +1 -1
- package/package.json +1 -1
|
@@ -7,24 +7,24 @@ declare const SLOpinionInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
7
7
|
baseRate: z.ZodNumber;
|
|
8
8
|
}, "strip", z.ZodTypeAny, {
|
|
9
9
|
belief: number;
|
|
10
|
+
baseRate: number;
|
|
10
11
|
disbelief: number;
|
|
11
12
|
uncertainty: number;
|
|
12
|
-
baseRate: number;
|
|
13
13
|
}, {
|
|
14
14
|
belief: number;
|
|
15
|
+
baseRate: number;
|
|
15
16
|
disbelief: number;
|
|
16
17
|
uncertainty: number;
|
|
17
|
-
baseRate: number;
|
|
18
18
|
}>, {
|
|
19
19
|
belief: number;
|
|
20
|
+
baseRate: number;
|
|
20
21
|
disbelief: number;
|
|
21
22
|
uncertainty: number;
|
|
22
|
-
baseRate: number;
|
|
23
23
|
}, {
|
|
24
24
|
belief: number;
|
|
25
|
+
baseRate: number;
|
|
25
26
|
disbelief: number;
|
|
26
27
|
uncertainty: number;
|
|
27
|
-
baseRate: number;
|
|
28
28
|
}>;
|
|
29
29
|
type SLOpinionInput = z.infer<typeof SLOpinionInputSchema>;
|
|
30
30
|
|
|
@@ -145,17 +145,17 @@ declare const tenantIntegrations: TableContract<{
|
|
|
145
145
|
pollIntervalMs: z.ZodOptional<z.ZodNumber>;
|
|
146
146
|
}, "strip", z.ZodTypeAny, {
|
|
147
147
|
path: string;
|
|
148
|
-
|
|
148
|
+
async?: boolean | undefined;
|
|
149
149
|
method?: string | undefined;
|
|
150
|
+
pollIntervalMs?: number | undefined;
|
|
150
151
|
resultPath?: string | undefined;
|
|
151
|
-
async?: boolean | undefined;
|
|
152
152
|
pollPath?: string | undefined;
|
|
153
153
|
}, {
|
|
154
154
|
path: string;
|
|
155
|
-
|
|
155
|
+
async?: boolean | undefined;
|
|
156
156
|
method?: string | undefined;
|
|
157
|
+
pollIntervalMs?: number | undefined;
|
|
157
158
|
resultPath?: string | undefined;
|
|
158
|
-
async?: boolean | undefined;
|
|
159
159
|
pollPath?: string | undefined;
|
|
160
160
|
}>>;
|
|
161
161
|
scrape: z.ZodOptional<z.ZodObject<{
|
|
@@ -185,10 +185,10 @@ declare const tenantIntegrations: TableContract<{
|
|
|
185
185
|
} | undefined;
|
|
186
186
|
deepResearch?: {
|
|
187
187
|
path: string;
|
|
188
|
-
|
|
188
|
+
async?: boolean | undefined;
|
|
189
189
|
method?: string | undefined;
|
|
190
|
+
pollIntervalMs?: number | undefined;
|
|
190
191
|
resultPath?: string | undefined;
|
|
191
|
-
async?: boolean | undefined;
|
|
192
192
|
pollPath?: string | undefined;
|
|
193
193
|
} | undefined;
|
|
194
194
|
}, {
|
|
@@ -205,10 +205,10 @@ declare const tenantIntegrations: TableContract<{
|
|
|
205
205
|
} | undefined;
|
|
206
206
|
deepResearch?: {
|
|
207
207
|
path: string;
|
|
208
|
-
|
|
208
|
+
async?: boolean | undefined;
|
|
209
209
|
method?: string | undefined;
|
|
210
|
+
pollIntervalMs?: number | undefined;
|
|
210
211
|
resultPath?: string | undefined;
|
|
211
|
-
async?: boolean | undefined;
|
|
212
212
|
pollPath?: string | undefined;
|
|
213
213
|
} | undefined;
|
|
214
214
|
}>>;
|
|
@@ -373,12 +373,12 @@ declare const toolRegistry: TableContract<{
|
|
|
373
373
|
idempotent: z.ZodBoolean;
|
|
374
374
|
sideEffectLevel: z.ZodEnum<["none", "low", "high"]>;
|
|
375
375
|
}, "strip", z.ZodTypeAny, {
|
|
376
|
-
readOnly: boolean;
|
|
377
376
|
idempotent: boolean;
|
|
377
|
+
readOnly: boolean;
|
|
378
378
|
sideEffectLevel: "high" | "low" | "none";
|
|
379
379
|
}, {
|
|
380
|
-
readOnly: boolean;
|
|
381
380
|
idempotent: boolean;
|
|
381
|
+
readOnly: boolean;
|
|
382
382
|
sideEffectLevel: "high" | "low" | "none";
|
|
383
383
|
}>>;
|
|
384
384
|
packKey: z.ZodOptional<z.ZodString>;
|
|
@@ -60,16 +60,16 @@ declare const beliefScenarios: TableContract<{
|
|
|
60
60
|
reason: z.ZodString;
|
|
61
61
|
}, "strip", z.ZodTypeAny, {
|
|
62
62
|
beliefId: string;
|
|
63
|
+
reason: string;
|
|
63
64
|
beliefText: string;
|
|
64
65
|
currentConfidence: string;
|
|
65
66
|
projectedConfidence: string;
|
|
66
|
-
reason: string;
|
|
67
67
|
}, {
|
|
68
68
|
beliefId: string;
|
|
69
|
+
reason: string;
|
|
69
70
|
beliefText: string;
|
|
70
71
|
currentConfidence: string;
|
|
71
72
|
projectedConfidence: string;
|
|
72
|
-
reason: string;
|
|
73
73
|
}>, "many">;
|
|
74
74
|
thesisImpact: z.ZodEnum<["thesis_fails", "thesis_weakens", "pillar_fails", "localized", "minimal"]>;
|
|
75
75
|
pillarImpacts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -91,13 +91,13 @@ declare const beliefScenarios: TableContract<{
|
|
|
91
91
|
priority: z.ZodString;
|
|
92
92
|
rationale: z.ZodString;
|
|
93
93
|
}, "strip", z.ZodTypeAny, {
|
|
94
|
-
action: string;
|
|
95
94
|
rationale: string;
|
|
96
95
|
priority: string;
|
|
97
|
-
}, {
|
|
98
96
|
action: string;
|
|
97
|
+
}, {
|
|
99
98
|
rationale: string;
|
|
100
99
|
priority: string;
|
|
100
|
+
action: string;
|
|
101
101
|
}>, "many">>;
|
|
102
102
|
sourceWorktreeId: z.ZodOptional<z.ZodString>;
|
|
103
103
|
sourceChatId: z.ZodOptional<ConvexIdSchema<"chats">>;
|
|
@@ -157,13 +157,13 @@ declare const contradictions: TableContract<{
|
|
|
157
157
|
beliefUpdate: z.ZodString;
|
|
158
158
|
resolvedBy: z.ZodString;
|
|
159
159
|
}, "strip", z.ZodTypeAny, {
|
|
160
|
-
verdict: string;
|
|
161
160
|
reasoning: string;
|
|
161
|
+
verdict: string;
|
|
162
162
|
beliefUpdate: string;
|
|
163
163
|
resolvedBy: string;
|
|
164
164
|
}, {
|
|
165
|
-
verdict: string;
|
|
166
165
|
reasoning: string;
|
|
166
|
+
verdict: string;
|
|
167
167
|
beliefUpdate: string;
|
|
168
168
|
resolvedBy: string;
|
|
169
169
|
}>>;
|
|
@@ -51,8 +51,8 @@ declare const autofixJobs: TableContract<{
|
|
|
51
51
|
prCreated: z.ZodBoolean;
|
|
52
52
|
errorSummary: z.ZodOptional<z.ZodString>;
|
|
53
53
|
}, "strip", z.ZodTypeAny, {
|
|
54
|
-
startedAt: number;
|
|
55
54
|
completedAt: number;
|
|
55
|
+
startedAt: number;
|
|
56
56
|
runnerSessionId: string;
|
|
57
57
|
filesChanged: string[];
|
|
58
58
|
verificationResults: {
|
|
@@ -65,8 +65,8 @@ declare const autofixJobs: TableContract<{
|
|
|
65
65
|
fixDescription?: string | undefined;
|
|
66
66
|
errorSummary?: string | undefined;
|
|
67
67
|
}, {
|
|
68
|
-
startedAt: number;
|
|
69
68
|
completedAt: number;
|
|
69
|
+
startedAt: number;
|
|
70
70
|
runnerSessionId: string;
|
|
71
71
|
filesChanged: string[];
|
|
72
72
|
verificationResults: {
|
|
@@ -91,8 +91,8 @@ declare const autofixJobs: TableContract<{
|
|
|
91
91
|
agentConfidence: z.ZodOptional<z.ZodNumber>;
|
|
92
92
|
errorSignature: z.ZodOptional<z.ZodString>;
|
|
93
93
|
}, "strip", z.ZodTypeAny, {
|
|
94
|
-
startedAt: number;
|
|
95
94
|
completedAt: number;
|
|
95
|
+
startedAt: number;
|
|
96
96
|
iteration: number;
|
|
97
97
|
checkConclusion: string;
|
|
98
98
|
actionTaken: string;
|
|
@@ -102,8 +102,8 @@ declare const autofixJobs: TableContract<{
|
|
|
102
102
|
agentConfidence?: number | undefined;
|
|
103
103
|
errorSignature?: string | undefined;
|
|
104
104
|
}, {
|
|
105
|
-
startedAt: number;
|
|
106
105
|
completedAt: number;
|
|
106
|
+
startedAt: number;
|
|
107
107
|
iteration: number;
|
|
108
108
|
checkConclusion: string;
|
|
109
109
|
actionTaken: string;
|
|
@@ -64,10 +64,10 @@ declare const graphAnalysisCache: TableContract<{
|
|
|
64
64
|
totalCount: z.ZodOptional<z.ZodNumber>;
|
|
65
65
|
}, "strip", z.ZodTypeAny, {
|
|
66
66
|
description: string;
|
|
67
|
-
|
|
67
|
+
id: string;
|
|
68
68
|
title: string;
|
|
69
69
|
severity: "critical" | "warning" | "info";
|
|
70
|
-
|
|
70
|
+
category: "temporal" | "structural_risk" | "evidence_gap" | "reasoning_flaw" | "staleness" | "opportunity" | "propagation_risk" | "epistemology" | "semantic_gap";
|
|
71
71
|
nodeIds: string[];
|
|
72
72
|
nodeLabels: string[];
|
|
73
73
|
detector: string;
|
|
@@ -75,10 +75,10 @@ declare const graphAnalysisCache: TableContract<{
|
|
|
75
75
|
totalCount?: number | undefined;
|
|
76
76
|
}, {
|
|
77
77
|
description: string;
|
|
78
|
-
|
|
78
|
+
id: string;
|
|
79
79
|
title: string;
|
|
80
80
|
severity: "critical" | "warning" | "info";
|
|
81
|
-
|
|
81
|
+
category: "temporal" | "structural_risk" | "evidence_gap" | "reasoning_flaw" | "staleness" | "opportunity" | "propagation_risk" | "epistemology" | "semantic_gap";
|
|
82
82
|
nodeIds: string[];
|
|
83
83
|
nodeLabels: string[];
|
|
84
84
|
detector: string;
|
|
@@ -135,10 +135,10 @@ declare const graphAnalysisCache: TableContract<{
|
|
|
135
135
|
}>>;
|
|
136
136
|
}, "strip", z.ZodTypeAny, {
|
|
137
137
|
evidence: number;
|
|
138
|
-
totalNodes: number;
|
|
139
|
-
totalEdges: number;
|
|
140
138
|
beliefs: number;
|
|
141
139
|
questions: number;
|
|
140
|
+
totalNodes: number;
|
|
141
|
+
totalEdges: number;
|
|
142
142
|
cycleCount: number;
|
|
143
143
|
ungroundedCount: number;
|
|
144
144
|
bridgeNodeCount: number;
|
|
@@ -165,10 +165,10 @@ declare const graphAnalysisCache: TableContract<{
|
|
|
165
165
|
} | undefined;
|
|
166
166
|
}, {
|
|
167
167
|
evidence: number;
|
|
168
|
-
totalNodes: number;
|
|
169
|
-
totalEdges: number;
|
|
170
168
|
beliefs: number;
|
|
171
169
|
questions: number;
|
|
170
|
+
totalNodes: number;
|
|
171
|
+
totalEdges: number;
|
|
172
172
|
cycleCount: number;
|
|
173
173
|
ungroundedCount: number;
|
|
174
174
|
bridgeNodeCount: number;
|
|
@@ -254,16 +254,16 @@ declare const graphAnalysisResults: TableContract<{
|
|
|
254
254
|
nodeLabels: z.ZodArray<z.ZodString, "many">;
|
|
255
255
|
}, "strip", z.ZodTypeAny, {
|
|
256
256
|
description: string;
|
|
257
|
-
category: string;
|
|
258
257
|
title: string;
|
|
259
258
|
severity: string;
|
|
259
|
+
category: string;
|
|
260
260
|
nodeIds: string[];
|
|
261
261
|
nodeLabels: string[];
|
|
262
262
|
}, {
|
|
263
263
|
description: string;
|
|
264
|
-
category: string;
|
|
265
264
|
title: string;
|
|
266
265
|
severity: string;
|
|
266
|
+
category: string;
|
|
267
267
|
nodeIds: string[];
|
|
268
268
|
nodeLabels: string[];
|
|
269
269
|
}>>;
|
|
@@ -22,17 +22,17 @@ declare const lenses: TableContract<{
|
|
|
22
22
|
promptRef: string;
|
|
23
23
|
required?: boolean | undefined;
|
|
24
24
|
version?: string | undefined;
|
|
25
|
+
phase?: string | undefined;
|
|
25
26
|
metadata?: any;
|
|
26
27
|
role?: string | undefined;
|
|
27
|
-
phase?: string | undefined;
|
|
28
28
|
}, {
|
|
29
29
|
key: string;
|
|
30
30
|
promptRef: string;
|
|
31
31
|
required?: boolean | undefined;
|
|
32
32
|
version?: string | undefined;
|
|
33
|
+
phase?: string | undefined;
|
|
33
34
|
metadata?: any;
|
|
34
35
|
role?: string | undefined;
|
|
35
|
-
phase?: string | undefined;
|
|
36
36
|
}>, "many">;
|
|
37
37
|
workflowTemplates: z.ZodArray<z.ZodObject<{
|
|
38
38
|
key: z.ZodString;
|
|
@@ -99,16 +99,16 @@ declare const lenses: TableContract<{
|
|
|
99
99
|
key: string;
|
|
100
100
|
title: string;
|
|
101
101
|
description?: string | undefined;
|
|
102
|
+
phase?: string | undefined;
|
|
102
103
|
metadata?: any;
|
|
103
104
|
priority?: "critical" | "high" | "medium" | "low" | undefined;
|
|
104
|
-
phase?: string | undefined;
|
|
105
105
|
}, {
|
|
106
106
|
key: string;
|
|
107
107
|
title: string;
|
|
108
108
|
description?: string | undefined;
|
|
109
|
+
phase?: string | undefined;
|
|
109
110
|
metadata?: any;
|
|
110
111
|
priority?: "critical" | "high" | "medium" | "low" | undefined;
|
|
111
|
-
phase?: string | undefined;
|
|
112
112
|
}>, "many">;
|
|
113
113
|
questionTemplates: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
114
114
|
key: z.ZodString;
|
|
@@ -17,23 +17,23 @@ declare const harnessReplays: TableContract<{
|
|
|
17
17
|
summary: z.ZodOptional<z.ZodString>;
|
|
18
18
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
19
19
|
}, "strip", z.ZodTypeAny, {
|
|
20
|
-
status: "failed" | "
|
|
20
|
+
status: "failed" | "completed" | "skipped";
|
|
21
|
+
kind: string;
|
|
22
|
+
phase: string;
|
|
21
23
|
startedAt: number;
|
|
22
24
|
stepId: string;
|
|
23
|
-
phase: string;
|
|
24
|
-
kind: string;
|
|
25
25
|
metadata?: Record<string, any> | undefined;
|
|
26
|
-
completedAt?: number | undefined;
|
|
27
26
|
summary?: string | undefined;
|
|
27
|
+
completedAt?: number | undefined;
|
|
28
28
|
}, {
|
|
29
|
-
status: "failed" | "
|
|
29
|
+
status: "failed" | "completed" | "skipped";
|
|
30
|
+
kind: string;
|
|
31
|
+
phase: string;
|
|
30
32
|
startedAt: number;
|
|
31
33
|
stepId: string;
|
|
32
|
-
phase: string;
|
|
33
|
-
kind: string;
|
|
34
34
|
metadata?: Record<string, any> | undefined;
|
|
35
|
-
completedAt?: number | undefined;
|
|
36
35
|
summary?: string | undefined;
|
|
36
|
+
completedAt?: number | undefined;
|
|
37
37
|
}>, "many">;
|
|
38
38
|
inputSnapshot: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
39
39
|
outputSnapshot: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -71,12 +71,12 @@ declare const harnessRuns: TableContract<{
|
|
|
71
71
|
errorMessage: z.ZodOptional<z.ZodString>;
|
|
72
72
|
}, "strip", z.ZodTypeAny, {
|
|
73
73
|
summary: string;
|
|
74
|
-
verdict: "
|
|
74
|
+
verdict: "success" | "partial" | "cancelled" | "timeout" | "failure";
|
|
75
75
|
errorMessage?: string | undefined;
|
|
76
76
|
errorCategory?: "internal" | "timeout" | "policy_denied" | "tool_execution" | "prompt_resolution" | "model_error" | "heartbeat_timeout" | "input_validation" | "external_service" | undefined;
|
|
77
77
|
}, {
|
|
78
78
|
summary: string;
|
|
79
|
-
verdict: "
|
|
79
|
+
verdict: "success" | "partial" | "cancelled" | "timeout" | "failure";
|
|
80
80
|
errorMessage?: string | undefined;
|
|
81
81
|
errorCategory?: "internal" | "timeout" | "policy_denied" | "tool_execution" | "prompt_resolution" | "model_error" | "heartbeat_timeout" | "input_validation" | "external_service" | undefined;
|
|
82
82
|
}>;
|
|
@@ -91,9 +91,9 @@ declare const harnessRuns: TableContract<{
|
|
|
91
91
|
graphWriteCount: z.ZodOptional<z.ZodNumber>;
|
|
92
92
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
93
93
|
}, "strip", z.ZodTypeAny, {
|
|
94
|
+
success: boolean;
|
|
94
95
|
toolName: string;
|
|
95
96
|
durationMs: number;
|
|
96
|
-
success: boolean;
|
|
97
97
|
toolCallId: string;
|
|
98
98
|
metadata?: Record<string, any> | undefined;
|
|
99
99
|
gateClassification?: "core" | "shimmed" | undefined;
|
|
@@ -101,9 +101,9 @@ declare const harnessRuns: TableContract<{
|
|
|
101
101
|
requiredScopes?: string[] | undefined;
|
|
102
102
|
graphWriteCount?: number | undefined;
|
|
103
103
|
}, {
|
|
104
|
+
success: boolean;
|
|
104
105
|
toolName: string;
|
|
105
106
|
durationMs: number;
|
|
106
|
-
success: boolean;
|
|
107
107
|
toolCallId: string;
|
|
108
108
|
metadata?: Record<string, any> | undefined;
|
|
109
109
|
gateClassification?: "core" | "shimmed" | undefined;
|
|
@@ -129,8 +129,8 @@ declare const epistemicNodes: TableContract<{
|
|
|
129
129
|
}, "strip", z.ZodTypeAny, {
|
|
130
130
|
isPrediction: boolean;
|
|
131
131
|
registeredAt: number;
|
|
132
|
-
outcome?: "expired" | "pending" | "confirmed" | "disconfirmed" | "partial" | undefined;
|
|
133
132
|
expectedBy?: number | undefined;
|
|
133
|
+
outcome?: "expired" | "pending" | "partial" | "confirmed" | "disconfirmed" | undefined;
|
|
134
134
|
outcomeRecordedAt?: number | undefined;
|
|
135
135
|
outcomeEvidenceId?: string | undefined;
|
|
136
136
|
confidenceAtPrediction?: number | undefined;
|
|
@@ -138,8 +138,8 @@ declare const epistemicNodes: TableContract<{
|
|
|
138
138
|
}, {
|
|
139
139
|
isPrediction: boolean;
|
|
140
140
|
registeredAt: number;
|
|
141
|
-
outcome?: "expired" | "pending" | "confirmed" | "disconfirmed" | "partial" | undefined;
|
|
142
141
|
expectedBy?: number | undefined;
|
|
142
|
+
outcome?: "expired" | "pending" | "partial" | "confirmed" | "disconfirmed" | undefined;
|
|
143
143
|
outcomeRecordedAt?: number | undefined;
|
|
144
144
|
outcomeEvidenceId?: string | undefined;
|
|
145
145
|
confidenceAtPrediction?: number | undefined;
|