harness-engineering-agent 0.1.8 → 0.2.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 +146 -60
- package/dist/agent/harness-agent-capabilities.d.ts +4 -0
- package/dist/agent/harness-agent-capabilities.d.ts.map +1 -0
- package/dist/agent/harness-agent-capabilities.js +4 -0
- package/dist/agent/harness-agent-capabilities.js.map +1 -0
- package/dist/agent/harness-agent-capability-builders.d.ts +11 -0
- package/dist/agent/harness-agent-capability-builders.d.ts.map +1 -0
- package/dist/agent/harness-agent-capability-builders.js +57 -0
- package/dist/agent/harness-agent-capability-builders.js.map +1 -0
- package/dist/agent/harness-agent-capability-data.d.ts +3 -0
- package/dist/agent/harness-agent-capability-data.d.ts.map +1 -0
- package/dist/agent/harness-agent-capability-data.js +23 -0
- package/dist/agent/harness-agent-capability-data.js.map +1 -0
- package/dist/agent/harness-agent-capability-types.d.ts +50 -0
- package/dist/agent/harness-agent-capability-types.d.ts.map +1 -0
- package/dist/agent/harness-agent-capability-types.js +3 -0
- package/dist/agent/harness-agent-capability-types.js.map +1 -0
- package/dist/agent/harness-role-capability-directory-data.d.ts +3 -0
- package/dist/agent/harness-role-capability-directory-data.d.ts.map +1 -0
- package/dist/agent/harness-role-capability-directory-data.js +208 -0
- package/dist/agent/harness-role-capability-directory-data.js.map +1 -0
- package/dist/agent/harness-role-capability-directory.d.ts +43 -0
- package/dist/agent/harness-role-capability-directory.d.ts.map +1 -0
- package/dist/agent/harness-role-capability-directory.js +57 -0
- package/dist/agent/harness-role-capability-directory.js.map +1 -0
- package/dist/agent/index.d.ts +7 -0
- package/dist/agent/index.d.ts.map +1 -0
- package/dist/agent/index.js +6 -0
- package/dist/agent/index.js.map +1 -0
- package/dist/config/config-defaults.d.ts +22 -0
- package/dist/config/config-defaults.d.ts.map +1 -1
- package/dist/config/config-defaults.js +22 -0
- package/dist/config/config-defaults.js.map +1 -1
- package/dist/config/config-merge.d.ts.map +1 -1
- package/dist/config/config-merge.js +30 -0
- package/dist/config/config-merge.js.map +1 -1
- package/dist/config/config-schema.d.ts +59 -0
- package/dist/config/config-schema.d.ts.map +1 -1
- package/dist/config/config-schema.js +18 -1
- package/dist/config/config-schema.js.map +1 -1
- package/dist/config/config-types.d.ts +5 -1
- package/dist/config/config-types.d.ts.map +1 -1
- package/dist/config/harness-config.d.ts +2 -1
- package/dist/config/harness-config.d.ts.map +1 -1
- package/dist/config/harness-config.js +1 -0
- package/dist/config/harness-config.js.map +1 -1
- package/dist/config/index.d.ts +1 -1
- package/dist/config/index.d.ts.map +1 -1
- package/dist/config/index.js.map +1 -1
- package/dist/config/opencode-compatibility.d.ts +37 -0
- package/dist/config/opencode-compatibility.d.ts.map +1 -0
- package/dist/config/opencode-compatibility.js +99 -0
- package/dist/config/opencode-compatibility.js.map +1 -0
- package/dist/controller/agent-output.d.ts +1 -1
- package/dist/controller/agent-output.d.ts.map +1 -1
- package/dist/controller/agent-output.js +18 -1
- package/dist/controller/agent-output.js.map +1 -1
- package/dist/controller/agent-session-types.d.ts +56 -0
- package/dist/controller/agent-session-types.d.ts.map +1 -0
- package/dist/controller/agent-session-types.js +2 -0
- package/dist/controller/agent-session-types.js.map +1 -0
- package/dist/controller/agent-session-utils.d.ts +52 -0
- package/dist/controller/agent-session-utils.d.ts.map +1 -0
- package/dist/controller/agent-session-utils.js +118 -0
- package/dist/controller/agent-session-utils.js.map +1 -0
- package/dist/controller/agent-session.d.ts +2 -55
- package/dist/controller/agent-session.d.ts.map +1 -1
- package/dist/controller/agent-session.js +82 -129
- package/dist/controller/agent-session.js.map +1 -1
- package/dist/controller/contracts.d.ts +3 -2
- package/dist/controller/contracts.d.ts.map +1 -1
- package/dist/controller/contracts.js.map +1 -1
- package/dist/controller/evidence-factory.js +7 -1
- package/dist/controller/evidence-factory.js.map +1 -1
- package/dist/controller/failure-analysis.d.ts +12 -0
- package/dist/controller/failure-analysis.d.ts.map +1 -1
- package/dist/controller/failure-analysis.js +41 -0
- package/dist/controller/failure-analysis.js.map +1 -1
- package/dist/controller/failure-analyzer-schemas.d.ts +87 -0
- package/dist/controller/failure-analyzer-schemas.d.ts.map +1 -0
- package/dist/controller/failure-analyzer-schemas.js +117 -0
- package/dist/controller/failure-analyzer-schemas.js.map +1 -0
- package/dist/controller/graph-validator.js +18 -4
- package/dist/controller/graph-validator.js.map +1 -1
- package/dist/controller/index.d.ts +7 -2
- package/dist/controller/index.d.ts.map +1 -1
- package/dist/controller/index.js +4 -1
- package/dist/controller/index.js.map +1 -1
- package/dist/controller/repair-loop.d.ts +1 -1
- package/dist/controller/repair-loop.d.ts.map +1 -1
- package/dist/controller/repair-loop.js +28 -0
- package/dist/controller/repair-loop.js.map +1 -1
- package/dist/controller/report-factory.d.ts.map +1 -1
- package/dist/controller/report-factory.js +49 -21
- package/dist/controller/report-factory.js.map +1 -1
- package/dist/controller/role-prompts.d.ts +2 -1
- package/dist/controller/role-prompts.d.ts.map +1 -1
- package/dist/controller/role-prompts.js +3 -9
- package/dist/controller/role-prompts.js.map +1 -1
- package/dist/controller/run-acceptance.d.ts +17 -0
- package/dist/controller/run-acceptance.d.ts.map +1 -0
- package/dist/controller/run-acceptance.js +179 -0
- package/dist/controller/run-acceptance.js.map +1 -0
- package/dist/controller/run-controller.d.ts.map +1 -1
- package/dist/controller/run-controller.js +244 -22
- package/dist/controller/run-controller.js.map +1 -1
- package/dist/controller/session-tool-authorization.d.ts +14 -0
- package/dist/controller/session-tool-authorization.d.ts.map +1 -0
- package/dist/controller/session-tool-authorization.js +88 -0
- package/dist/controller/session-tool-authorization.js.map +1 -0
- package/dist/controller/task-agent-output.d.ts +13 -2
- package/dist/controller/task-agent-output.d.ts.map +1 -1
- package/dist/controller/task-agent-output.js +58 -1
- package/dist/controller/task-agent-output.js.map +1 -1
- package/dist/controller/task-agent-schemas.d.ts +745 -26
- package/dist/controller/task-agent-schemas.d.ts.map +1 -1
- package/dist/controller/task-agent-schemas.js +70 -21
- package/dist/controller/task-agent-schemas.js.map +1 -1
- package/dist/controller/task-executor.d.ts +1 -1
- package/dist/controller/task-executor.d.ts.map +1 -1
- package/dist/controller/task-executor.js +269 -105
- package/dist/controller/task-executor.js.map +1 -1
- package/dist/doctor/cli.d.ts +3 -0
- package/dist/doctor/cli.d.ts.map +1 -0
- package/dist/doctor/cli.js +10 -0
- package/dist/doctor/cli.js.map +1 -0
- package/dist/doctor/index.d.ts +7 -0
- package/dist/doctor/index.d.ts.map +1 -0
- package/dist/doctor/index.js +16 -0
- package/dist/doctor/index.js.map +1 -0
- package/dist/doctor/local-mcp-probe.d.ts +3 -0
- package/dist/doctor/local-mcp-probe.d.ts.map +1 -0
- package/dist/doctor/local-mcp-probe.js +151 -0
- package/dist/doctor/local-mcp-probe.js.map +1 -0
- package/dist/doctor/opencode-config.d.ts +43 -0
- package/dist/doctor/opencode-config.d.ts.map +1 -0
- package/dist/doctor/opencode-config.js +103 -0
- package/dist/doctor/opencode-config.js.map +1 -0
- package/dist/doctor/run-harness-doctor.d.ts +23 -0
- package/dist/doctor/run-harness-doctor.d.ts.map +1 -0
- package/dist/doctor/run-harness-doctor.js +176 -0
- package/dist/doctor/run-harness-doctor.js.map +1 -0
- package/dist/doctor/types.d.ts +69 -0
- package/dist/doctor/types.d.ts.map +1 -0
- package/dist/doctor/types.js +8 -0
- package/dist/doctor/types.js.map +1 -0
- package/dist/domain/acceptance-criteria.d.ts +9 -0
- package/dist/domain/acceptance-criteria.d.ts.map +1 -0
- package/dist/domain/acceptance-criteria.js +38 -0
- package/dist/domain/acceptance-criteria.js.map +1 -0
- package/dist/domain/context-package.d.ts +43 -0
- package/dist/domain/context-package.d.ts.map +1 -0
- package/dist/domain/context-package.js +54 -0
- package/dist/domain/context-package.js.map +1 -0
- package/dist/domain/evidence.d.ts +1 -0
- package/dist/domain/evidence.d.ts.map +1 -1
- package/dist/domain/evidence.js +1 -2
- package/dist/domain/evidence.js.map +1 -1
- package/dist/domain/index.d.ts +14 -4
- package/dist/domain/index.d.ts.map +1 -1
- package/dist/domain/index.js +7 -2
- package/dist/domain/index.js.map +1 -1
- package/dist/domain/plan-artifacts.d.ts +170 -0
- package/dist/domain/plan-artifacts.d.ts.map +1 -0
- package/dist/domain/plan-artifacts.js +187 -0
- package/dist/domain/plan-artifacts.js.map +1 -0
- package/dist/domain/project-context.d.ts +10 -0
- package/dist/domain/project-context.d.ts.map +1 -0
- package/dist/domain/project-context.js +11 -0
- package/dist/domain/project-context.js.map +1 -0
- package/dist/domain/report.d.ts +608 -11
- package/dist/domain/report.d.ts.map +1 -1
- package/dist/domain/report.js +6 -4
- package/dist/domain/report.js.map +1 -1
- package/dist/domain/requirement.d.ts +22 -2
- package/dist/domain/requirement.d.ts.map +1 -1
- package/dist/domain/requirement.js +26 -3
- package/dist/domain/requirement.js.map +1 -1
- package/dist/domain/run-acceptance.d.ts +33 -0
- package/dist/domain/run-acceptance.d.ts.map +1 -0
- package/dist/domain/run-acceptance.js +29 -0
- package/dist/domain/run-acceptance.js.map +1 -0
- package/dist/domain/run.d.ts +596 -7
- package/dist/domain/run.d.ts.map +1 -1
- package/dist/domain/run.js +58 -0
- package/dist/domain/run.js.map +1 -1
- package/dist/domain/shared.d.ts +40 -2
- package/dist/domain/shared.d.ts.map +1 -1
- package/dist/domain/shared.js +26 -0
- package/dist/domain/shared.js.map +1 -1
- package/dist/domain/task-review.d.ts +57 -0
- package/dist/domain/task-review.d.ts.map +1 -0
- package/dist/domain/task-review.js +63 -0
- package/dist/domain/task-review.js.map +1 -0
- package/dist/domain/task.d.ts +24 -2
- package/dist/domain/task.d.ts.map +1 -1
- package/dist/domain/task.js +20 -12
- package/dist/domain/task.js.map +1 -1
- package/dist/index.d.ts +5 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +5 -0
- package/dist/index.js.map +1 -1
- package/dist/plugin/create-harness-plugin.d.ts +4 -28
- package/dist/plugin/create-harness-plugin.d.ts.map +1 -1
- package/dist/plugin/create-harness-plugin.js +33 -166
- package/dist/plugin/create-harness-plugin.js.map +1 -1
- package/dist/plugin/harness-agent-config.d.ts +7 -0
- package/dist/plugin/harness-agent-config.d.ts.map +1 -1
- package/dist/plugin/harness-agent-config.js +72 -118
- package/dist/plugin/harness-agent-config.js.map +1 -1
- package/dist/plugin/harness-chat-protocol.d.ts.map +1 -1
- package/dist/plugin/harness-chat-protocol.js +29 -6
- package/dist/plugin/harness-chat-protocol.js.map +1 -1
- package/dist/plugin/harness-plugin-identifiers.d.ts +5 -0
- package/dist/plugin/harness-plugin-identifiers.d.ts.map +1 -0
- package/dist/plugin/harness-plugin-identifiers.js +24 -0
- package/dist/plugin/harness-plugin-identifiers.js.map +1 -0
- package/dist/plugin/harness-plugin-runtime.d.ts +64 -0
- package/dist/plugin/harness-plugin-runtime.d.ts.map +1 -0
- package/dist/plugin/harness-plugin-runtime.js +125 -0
- package/dist/plugin/harness-plugin-runtime.js.map +1 -0
- package/dist/plugin/harness-plugin-scheduler.d.ts +16 -0
- package/dist/plugin/harness-plugin-scheduler.d.ts.map +1 -0
- package/dist/plugin/harness-plugin-scheduler.js +51 -0
- package/dist/plugin/harness-plugin-scheduler.js.map +1 -0
- package/dist/plugin/harness-requirement.d.ts +1 -1
- package/dist/plugin/harness-requirement.d.ts.map +1 -1
- package/dist/plugin/harness-requirement.js +2 -3
- package/dist/plugin/harness-requirement.js.map +1 -1
- package/dist/session/contracts.d.ts +9 -0
- package/dist/session/contracts.d.ts.map +1 -1
- package/dist/session/contracts.js.map +1 -1
- package/dist/session/fake-session-adapter.d.ts.map +1 -1
- package/dist/session/fake-session-adapter.js +1 -0
- package/dist/session/fake-session-adapter.js.map +1 -1
- package/dist/session/index.d.ts +1 -1
- package/dist/session/index.d.ts.map +1 -1
- package/dist/session/index.js.map +1 -1
- package/dist/session/opencode-session-adapter.d.ts +2 -1
- package/dist/session/opencode-session-adapter.d.ts.map +1 -1
- package/dist/session/opencode-session-adapter.js +7 -2
- package/dist/session/opencode-session-adapter.js.map +1 -1
- package/dist/session/opencode-session-prompts.d.ts +2 -10
- package/dist/session/opencode-session-prompts.d.ts.map +1 -1
- package/dist/session/opencode-session-prompts.js +7 -9
- package/dist/session/opencode-session-prompts.js.map +1 -1
- package/dist/store/run-event.d.ts +596 -7
- package/dist/store/run-event.d.ts.map +1 -1
- package/dist/tools/harness-research-tools.d.ts +22 -0
- package/dist/tools/harness-research-tools.d.ts.map +1 -1
- package/dist/tools/harness-research-tools.js +173 -64
- package/dist/tools/harness-research-tools.js.map +1 -1
- package/dist/tools/harness-tool-capabilities.d.ts +342 -0
- package/dist/tools/harness-tool-capabilities.d.ts.map +1 -0
- package/dist/tools/harness-tool-capabilities.js +170 -0
- package/dist/tools/harness-tool-capabilities.js.map +1 -0
- package/dist/verification/command-policy.d.ts.map +1 -1
- package/dist/verification/command-policy.js +2 -2
- package/dist/verification/command-policy.js.map +1 -1
- package/dist/workspace/collect-project-context.d.ts +3 -0
- package/dist/workspace/collect-project-context.d.ts.map +1 -0
- package/dist/workspace/collect-project-context.js +92 -0
- package/dist/workspace/collect-project-context.js.map +1 -0
- package/dist/workspace/index.d.ts +1 -0
- package/dist/workspace/index.d.ts.map +1 -1
- package/dist/workspace/index.js +1 -0
- package/dist/workspace/index.js.map +1 -1
- package/package.json +6 -1
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
|
+
export type { FailureAnalyzerOutput } from "./failure-analyzer-schemas.js";
|
|
3
|
+
export { FailureAnalyzerOutputSchema } from "./failure-analyzer-schemas.js";
|
|
2
4
|
export declare const WorkerOutputSchema: z.ZodReadonly<z.ZodDiscriminatedUnion<[z.ZodReadonly<z.ZodObject<{
|
|
3
5
|
schemaVersion: z.ZodLiteral<"1.0.0">;
|
|
4
6
|
summary: z.ZodString;
|
|
@@ -41,12 +43,466 @@ export declare const VerifierOutputSchema: z.ZodReadonly<z.ZodDiscriminatedUnion
|
|
|
41
43
|
status: z.ZodLiteral<"passed">;
|
|
42
44
|
summary: z.ZodString;
|
|
43
45
|
evidenceIds: z.ZodReadonly<z.ZodArray<z.core.$ZodBranded<z.ZodString, "EvidenceId">>>;
|
|
46
|
+
taskReview: z.ZodOptional<z.ZodReadonly<z.ZodObject<{
|
|
47
|
+
schemaVersion: z.ZodLiteral<"1.0.0">;
|
|
48
|
+
reviewId: z.ZodString;
|
|
49
|
+
runId: z.core.$ZodBranded<z.ZodString, "RunId">;
|
|
50
|
+
taskId: z.core.$ZodBranded<z.ZodString, "TaskId">;
|
|
51
|
+
requirementId: z.ZodString;
|
|
52
|
+
acceptanceCriterionIds: z.ZodReadonly<z.ZodArray<z.ZodString>>;
|
|
53
|
+
status: z.ZodEnum<{
|
|
54
|
+
failed: "failed";
|
|
55
|
+
passed: "passed";
|
|
56
|
+
}>;
|
|
57
|
+
summary: z.ZodString;
|
|
58
|
+
changedPaths: z.ZodReadonly<z.ZodArray<z.ZodString>>;
|
|
59
|
+
specCompliance: z.ZodReadonly<z.ZodObject<{
|
|
60
|
+
verdict: z.ZodEnum<{
|
|
61
|
+
pass: "pass";
|
|
62
|
+
fail: "fail";
|
|
63
|
+
}>;
|
|
64
|
+
summary: z.ZodString;
|
|
65
|
+
findings: z.ZodReadonly<z.ZodArray<z.ZodReadonly<z.ZodObject<{
|
|
66
|
+
severity: z.ZodEnum<{
|
|
67
|
+
critical: "critical";
|
|
68
|
+
important: "important";
|
|
69
|
+
advisory: "advisory";
|
|
70
|
+
}>;
|
|
71
|
+
category: z.ZodEnum<{
|
|
72
|
+
"spec-compliance": "spec-compliance";
|
|
73
|
+
"code-quality": "code-quality";
|
|
74
|
+
}>;
|
|
75
|
+
message: z.ZodString;
|
|
76
|
+
changedPath: z.ZodOptional<z.ZodString>;
|
|
77
|
+
}, z.core.$strip>>>>;
|
|
78
|
+
}, z.core.$strip>>;
|
|
79
|
+
codeQuality: z.ZodReadonly<z.ZodObject<{
|
|
80
|
+
verdict: z.ZodEnum<{
|
|
81
|
+
pass: "pass";
|
|
82
|
+
fail: "fail";
|
|
83
|
+
}>;
|
|
84
|
+
summary: z.ZodString;
|
|
85
|
+
findings: z.ZodReadonly<z.ZodArray<z.ZodReadonly<z.ZodObject<{
|
|
86
|
+
severity: z.ZodEnum<{
|
|
87
|
+
critical: "critical";
|
|
88
|
+
important: "important";
|
|
89
|
+
advisory: "advisory";
|
|
90
|
+
}>;
|
|
91
|
+
category: z.ZodEnum<{
|
|
92
|
+
"spec-compliance": "spec-compliance";
|
|
93
|
+
"code-quality": "code-quality";
|
|
94
|
+
}>;
|
|
95
|
+
message: z.ZodString;
|
|
96
|
+
changedPath: z.ZodOptional<z.ZodString>;
|
|
97
|
+
}, z.core.$strip>>>>;
|
|
98
|
+
}, z.core.$strip>>;
|
|
99
|
+
}, z.core.$strip>>>;
|
|
44
100
|
}, z.core.$strict>>, z.ZodReadonly<z.ZodObject<{
|
|
45
101
|
schemaVersion: z.ZodLiteral<"1.0.0">;
|
|
46
102
|
role: z.ZodLiteral<"verifier">;
|
|
47
103
|
status: z.ZodLiteral<"failed">;
|
|
48
104
|
summary: z.ZodString;
|
|
49
105
|
evidenceIds: z.ZodReadonly<z.ZodArray<z.core.$ZodBranded<z.ZodString, "EvidenceId">>>;
|
|
106
|
+
taskReview: z.ZodOptional<z.ZodReadonly<z.ZodObject<{
|
|
107
|
+
schemaVersion: z.ZodLiteral<"1.0.0">;
|
|
108
|
+
reviewId: z.ZodString;
|
|
109
|
+
runId: z.core.$ZodBranded<z.ZodString, "RunId">;
|
|
110
|
+
taskId: z.core.$ZodBranded<z.ZodString, "TaskId">;
|
|
111
|
+
requirementId: z.ZodString;
|
|
112
|
+
acceptanceCriterionIds: z.ZodReadonly<z.ZodArray<z.ZodString>>;
|
|
113
|
+
status: z.ZodEnum<{
|
|
114
|
+
failed: "failed";
|
|
115
|
+
passed: "passed";
|
|
116
|
+
}>;
|
|
117
|
+
summary: z.ZodString;
|
|
118
|
+
changedPaths: z.ZodReadonly<z.ZodArray<z.ZodString>>;
|
|
119
|
+
specCompliance: z.ZodReadonly<z.ZodObject<{
|
|
120
|
+
verdict: z.ZodEnum<{
|
|
121
|
+
pass: "pass";
|
|
122
|
+
fail: "fail";
|
|
123
|
+
}>;
|
|
124
|
+
summary: z.ZodString;
|
|
125
|
+
findings: z.ZodReadonly<z.ZodArray<z.ZodReadonly<z.ZodObject<{
|
|
126
|
+
severity: z.ZodEnum<{
|
|
127
|
+
critical: "critical";
|
|
128
|
+
important: "important";
|
|
129
|
+
advisory: "advisory";
|
|
130
|
+
}>;
|
|
131
|
+
category: z.ZodEnum<{
|
|
132
|
+
"spec-compliance": "spec-compliance";
|
|
133
|
+
"code-quality": "code-quality";
|
|
134
|
+
}>;
|
|
135
|
+
message: z.ZodString;
|
|
136
|
+
changedPath: z.ZodOptional<z.ZodString>;
|
|
137
|
+
}, z.core.$strip>>>>;
|
|
138
|
+
}, z.core.$strip>>;
|
|
139
|
+
codeQuality: z.ZodReadonly<z.ZodObject<{
|
|
140
|
+
verdict: z.ZodEnum<{
|
|
141
|
+
pass: "pass";
|
|
142
|
+
fail: "fail";
|
|
143
|
+
}>;
|
|
144
|
+
summary: z.ZodString;
|
|
145
|
+
findings: z.ZodReadonly<z.ZodArray<z.ZodReadonly<z.ZodObject<{
|
|
146
|
+
severity: z.ZodEnum<{
|
|
147
|
+
critical: "critical";
|
|
148
|
+
important: "important";
|
|
149
|
+
advisory: "advisory";
|
|
150
|
+
}>;
|
|
151
|
+
category: z.ZodEnum<{
|
|
152
|
+
"spec-compliance": "spec-compliance";
|
|
153
|
+
"code-quality": "code-quality";
|
|
154
|
+
}>;
|
|
155
|
+
message: z.ZodString;
|
|
156
|
+
changedPath: z.ZodOptional<z.ZodString>;
|
|
157
|
+
}, z.core.$strip>>>>;
|
|
158
|
+
}, z.core.$strip>>;
|
|
159
|
+
}, z.core.$strip>>>;
|
|
160
|
+
}, z.core.$strict>>, z.ZodReadonly<z.ZodObject<{
|
|
161
|
+
schemaVersion: z.ZodLiteral<"1.0.0">;
|
|
162
|
+
role: z.ZodLiteral<"verifier">;
|
|
163
|
+
status: z.ZodLiteral<"approved">;
|
|
164
|
+
summary: z.ZodString;
|
|
165
|
+
evidenceIds: z.ZodReadonly<z.ZodArray<z.core.$ZodBranded<z.ZodString, "EvidenceId">>>;
|
|
166
|
+
planReview: z.ZodReadonly<z.ZodObject<{
|
|
167
|
+
schemaVersion: z.ZodLiteral<"1.0.0">;
|
|
168
|
+
reviewId: z.ZodString;
|
|
169
|
+
runId: z.core.$ZodBranded<z.ZodString, "RunId">;
|
|
170
|
+
graphId: z.ZodString;
|
|
171
|
+
requirementId: z.ZodString;
|
|
172
|
+
status: z.ZodEnum<{
|
|
173
|
+
approved: "approved";
|
|
174
|
+
rejected: "rejected";
|
|
175
|
+
}>;
|
|
176
|
+
summary: z.ZodString;
|
|
177
|
+
requirement: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodReadonly<z.ZodObject<{
|
|
178
|
+
schemaVersion: z.ZodLiteral<"1.0.0">;
|
|
179
|
+
requirementId: z.ZodString;
|
|
180
|
+
title: z.ZodString;
|
|
181
|
+
summary: z.ZodString;
|
|
182
|
+
acceptanceCriteria: z.ZodReadonly<z.ZodArray<z.ZodReadonly<z.ZodObject<{
|
|
183
|
+
criterionId: z.ZodString;
|
|
184
|
+
text: z.ZodString;
|
|
185
|
+
}, z.core.$strip>>>>;
|
|
186
|
+
}, z.core.$strip>>>;
|
|
187
|
+
taskGraph: z.ZodReadonly<z.ZodObject<{
|
|
188
|
+
schemaVersion: z.ZodLiteral<"1.0.0">;
|
|
189
|
+
graphId: z.ZodString;
|
|
190
|
+
runId: z.core.$ZodBranded<z.ZodString, "RunId">;
|
|
191
|
+
version: z.ZodNumber;
|
|
192
|
+
tasks: z.ZodReadonly<z.ZodArray<z.ZodReadonly<z.ZodObject<{
|
|
193
|
+
schemaVersion: z.ZodLiteral<"1.0.0">;
|
|
194
|
+
taskId: z.core.$ZodBranded<z.ZodString, "TaskId">;
|
|
195
|
+
runId: z.core.$ZodBranded<z.ZodString, "RunId">;
|
|
196
|
+
requirementIds: z.ZodReadonly<z.ZodArray<z.ZodString>>;
|
|
197
|
+
title: z.ZodString;
|
|
198
|
+
summary: z.ZodString;
|
|
199
|
+
status: z.ZodEnum<{
|
|
200
|
+
paused: "paused";
|
|
201
|
+
failed: "failed";
|
|
202
|
+
blocked: "blocked";
|
|
203
|
+
completed: "completed";
|
|
204
|
+
planned: "planned";
|
|
205
|
+
ready: "ready";
|
|
206
|
+
in_progress: "in_progress";
|
|
207
|
+
}>;
|
|
208
|
+
allowedPaths: z.ZodReadonly<z.ZodArray<z.ZodString>>;
|
|
209
|
+
acceptanceCriterionIds: z.ZodDefault<z.ZodReadonly<z.ZodArray<z.ZodString>>>;
|
|
210
|
+
executionCategory: z.ZodDefault<z.ZodEnum<{
|
|
211
|
+
quick: "quick";
|
|
212
|
+
deep: "deep";
|
|
213
|
+
"visual-engineering": "visual-engineering";
|
|
214
|
+
ultrabrain: "ultrabrain";
|
|
215
|
+
}>>;
|
|
216
|
+
verificationPlan: z.ZodReadonly<z.ZodArray<z.ZodReadonly<z.ZodObject<{
|
|
217
|
+
name: z.ZodString;
|
|
218
|
+
command: z.ZodString;
|
|
219
|
+
args: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodString>>>;
|
|
220
|
+
workingDirectory: z.ZodString;
|
|
221
|
+
scope: z.ZodEnum<{
|
|
222
|
+
task: "task";
|
|
223
|
+
project: "project";
|
|
224
|
+
integration: "integration";
|
|
225
|
+
}>;
|
|
226
|
+
sideEffectLevel: z.ZodEnum<{
|
|
227
|
+
read_only: "read_only";
|
|
228
|
+
workspace_write: "workspace_write";
|
|
229
|
+
external_side_effect: "external_side_effect";
|
|
230
|
+
}>;
|
|
231
|
+
timeoutMs: z.ZodNumber;
|
|
232
|
+
origin: z.ZodOptional<z.ZodEnum<{
|
|
233
|
+
config: "config";
|
|
234
|
+
planner: "planner";
|
|
235
|
+
worker: "worker";
|
|
236
|
+
"failure-analyzer": "failure-analyzer";
|
|
237
|
+
repair: "repair";
|
|
238
|
+
}>>;
|
|
239
|
+
requiresConfirmation: z.ZodOptional<z.ZodBoolean>;
|
|
240
|
+
confirmation: z.ZodOptional<z.ZodReadonly<z.ZodObject<{
|
|
241
|
+
approvedBy: z.ZodString;
|
|
242
|
+
reason: z.ZodString;
|
|
243
|
+
}, z.core.$strip>>>;
|
|
244
|
+
allowedEnv: z.ZodOptional<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
245
|
+
}, z.core.$strip>>>>;
|
|
246
|
+
retryBudget: z.ZodReadonly<z.ZodObject<{
|
|
247
|
+
maxAttempts: z.ZodNumber;
|
|
248
|
+
maxRepairAttempts: z.ZodNumber;
|
|
249
|
+
}, z.core.$strip>>;
|
|
250
|
+
dependencies: z.ZodReadonly<z.ZodArray<z.core.$ZodBranded<z.ZodString, "TaskId">>>;
|
|
251
|
+
evidenceRefs: z.ZodReadonly<z.ZodArray<z.core.$ZodBranded<z.ZodString, "EvidenceId">>>;
|
|
252
|
+
repairEnabled: z.ZodDefault<z.ZodBoolean>;
|
|
253
|
+
assignedAgentRole: z.ZodEnum<{
|
|
254
|
+
intake: "intake";
|
|
255
|
+
planner: "planner";
|
|
256
|
+
worker: "worker";
|
|
257
|
+
verifier: "verifier";
|
|
258
|
+
"failure-analyzer": "failure-analyzer";
|
|
259
|
+
"repair-worker": "repair-worker";
|
|
260
|
+
acceptance: "acceptance";
|
|
261
|
+
}>;
|
|
262
|
+
}, z.core.$strip>>>>;
|
|
263
|
+
edges: z.ZodReadonly<z.ZodArray<z.ZodReadonly<z.ZodObject<{
|
|
264
|
+
fromTaskId: z.core.$ZodBranded<z.ZodString, "TaskId">;
|
|
265
|
+
toTaskId: z.core.$ZodBranded<z.ZodString, "TaskId">;
|
|
266
|
+
}, z.core.$strip>>>>;
|
|
267
|
+
}, z.core.$strip>>;
|
|
268
|
+
contextPackage: z.ZodReadonly<z.ZodObject<{
|
|
269
|
+
schemaVersion: z.ZodLiteral<"1.0.0">;
|
|
270
|
+
contextPackageId: z.ZodString;
|
|
271
|
+
runId: z.core.$ZodBranded<z.ZodString, "RunId">;
|
|
272
|
+
requirementId: z.ZodString;
|
|
273
|
+
summary: z.ZodString;
|
|
274
|
+
repositoryReferences: z.ZodReadonly<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodReadonly<z.ZodObject<{
|
|
275
|
+
path: z.ZodString;
|
|
276
|
+
reason: z.ZodString;
|
|
277
|
+
kind: z.ZodLiteral<"file">;
|
|
278
|
+
}, z.core.$strip>>, z.ZodReadonly<z.ZodObject<{
|
|
279
|
+
symbol: z.ZodString;
|
|
280
|
+
path: z.ZodString;
|
|
281
|
+
reason: z.ZodString;
|
|
282
|
+
kind: z.ZodLiteral<"symbol">;
|
|
283
|
+
}, z.core.$strip>>]>>>;
|
|
284
|
+
externalReferences: z.ZodReadonly<z.ZodArray<z.ZodReadonly<z.ZodObject<{
|
|
285
|
+
title: z.ZodString;
|
|
286
|
+
sourceType: z.ZodEnum<{
|
|
287
|
+
spec: "spec";
|
|
288
|
+
doc: "doc";
|
|
289
|
+
repo: "repo";
|
|
290
|
+
issue: "issue";
|
|
291
|
+
}>;
|
|
292
|
+
locator: z.ZodString;
|
|
293
|
+
reason: z.ZodString;
|
|
294
|
+
}, z.core.$strip>>>>;
|
|
295
|
+
unresolvedQuestions: z.ZodReadonly<z.ZodArray<z.ZodReadonly<z.ZodObject<{
|
|
296
|
+
questionId: z.ZodString;
|
|
297
|
+
question: z.ZodString;
|
|
298
|
+
impact: z.ZodString;
|
|
299
|
+
}, z.core.$strip>>>>;
|
|
300
|
+
constraints: z.ZodReadonly<z.ZodArray<z.ZodString>>;
|
|
301
|
+
}, z.core.$strip>>;
|
|
302
|
+
coverage: z.ZodReadonly<z.ZodArray<z.ZodReadonly<z.ZodObject<{
|
|
303
|
+
criterionId: z.ZodString;
|
|
304
|
+
criterion: z.ZodString;
|
|
305
|
+
coveredByTaskIds: z.ZodReadonly<z.ZodArray<z.core.$ZodBranded<z.ZodString, "TaskId">>>;
|
|
306
|
+
verificationCommandNames: z.ZodReadonly<z.ZodArray<z.ZodString>>;
|
|
307
|
+
}, z.core.$strip>>>>;
|
|
308
|
+
findings: z.ZodReadonly<z.ZodArray<z.ZodReadonly<z.ZodObject<{
|
|
309
|
+
severity: z.ZodEnum<{
|
|
310
|
+
critical: "critical";
|
|
311
|
+
important: "important";
|
|
312
|
+
advisory: "advisory";
|
|
313
|
+
}>;
|
|
314
|
+
message: z.ZodString;
|
|
315
|
+
taskId: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "TaskId">>;
|
|
316
|
+
criterionId: z.ZodOptional<z.ZodString>;
|
|
317
|
+
}, z.core.$strip>>>>;
|
|
318
|
+
reviewedTasks: z.ZodReadonly<z.ZodArray<z.ZodReadonly<z.ZodObject<{
|
|
319
|
+
taskId: z.core.$ZodBranded<z.ZodString, "TaskId">;
|
|
320
|
+
executionCategory: z.ZodEnum<{
|
|
321
|
+
quick: "quick";
|
|
322
|
+
deep: "deep";
|
|
323
|
+
"visual-engineering": "visual-engineering";
|
|
324
|
+
ultrabrain: "ultrabrain";
|
|
325
|
+
}>;
|
|
326
|
+
requirementIds: z.ZodReadonly<z.ZodArray<z.ZodString>>;
|
|
327
|
+
acceptanceCriterionIds: z.ZodReadonly<z.ZodArray<z.ZodString>>;
|
|
328
|
+
allowedPaths: z.ZodReadonly<z.ZodArray<z.ZodString>>;
|
|
329
|
+
dependencies: z.ZodReadonly<z.ZodArray<z.core.$ZodBranded<z.ZodString, "TaskId">>>;
|
|
330
|
+
verificationCommandNames: z.ZodReadonly<z.ZodArray<z.ZodString>>;
|
|
331
|
+
}, z.core.$strip>>>>;
|
|
332
|
+
}, z.core.$strip>>;
|
|
333
|
+
}, z.core.$strict>>, z.ZodReadonly<z.ZodObject<{
|
|
334
|
+
schemaVersion: z.ZodLiteral<"1.0.0">;
|
|
335
|
+
role: z.ZodLiteral<"verifier">;
|
|
336
|
+
status: z.ZodLiteral<"rejected">;
|
|
337
|
+
summary: z.ZodString;
|
|
338
|
+
evidenceIds: z.ZodReadonly<z.ZodArray<z.core.$ZodBranded<z.ZodString, "EvidenceId">>>;
|
|
339
|
+
planReview: z.ZodReadonly<z.ZodObject<{
|
|
340
|
+
schemaVersion: z.ZodLiteral<"1.0.0">;
|
|
341
|
+
reviewId: z.ZodString;
|
|
342
|
+
runId: z.core.$ZodBranded<z.ZodString, "RunId">;
|
|
343
|
+
graphId: z.ZodString;
|
|
344
|
+
requirementId: z.ZodString;
|
|
345
|
+
status: z.ZodEnum<{
|
|
346
|
+
approved: "approved";
|
|
347
|
+
rejected: "rejected";
|
|
348
|
+
}>;
|
|
349
|
+
summary: z.ZodString;
|
|
350
|
+
requirement: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodReadonly<z.ZodObject<{
|
|
351
|
+
schemaVersion: z.ZodLiteral<"1.0.0">;
|
|
352
|
+
requirementId: z.ZodString;
|
|
353
|
+
title: z.ZodString;
|
|
354
|
+
summary: z.ZodString;
|
|
355
|
+
acceptanceCriteria: z.ZodReadonly<z.ZodArray<z.ZodReadonly<z.ZodObject<{
|
|
356
|
+
criterionId: z.ZodString;
|
|
357
|
+
text: z.ZodString;
|
|
358
|
+
}, z.core.$strip>>>>;
|
|
359
|
+
}, z.core.$strip>>>;
|
|
360
|
+
taskGraph: z.ZodReadonly<z.ZodObject<{
|
|
361
|
+
schemaVersion: z.ZodLiteral<"1.0.0">;
|
|
362
|
+
graphId: z.ZodString;
|
|
363
|
+
runId: z.core.$ZodBranded<z.ZodString, "RunId">;
|
|
364
|
+
version: z.ZodNumber;
|
|
365
|
+
tasks: z.ZodReadonly<z.ZodArray<z.ZodReadonly<z.ZodObject<{
|
|
366
|
+
schemaVersion: z.ZodLiteral<"1.0.0">;
|
|
367
|
+
taskId: z.core.$ZodBranded<z.ZodString, "TaskId">;
|
|
368
|
+
runId: z.core.$ZodBranded<z.ZodString, "RunId">;
|
|
369
|
+
requirementIds: z.ZodReadonly<z.ZodArray<z.ZodString>>;
|
|
370
|
+
title: z.ZodString;
|
|
371
|
+
summary: z.ZodString;
|
|
372
|
+
status: z.ZodEnum<{
|
|
373
|
+
paused: "paused";
|
|
374
|
+
failed: "failed";
|
|
375
|
+
blocked: "blocked";
|
|
376
|
+
completed: "completed";
|
|
377
|
+
planned: "planned";
|
|
378
|
+
ready: "ready";
|
|
379
|
+
in_progress: "in_progress";
|
|
380
|
+
}>;
|
|
381
|
+
allowedPaths: z.ZodReadonly<z.ZodArray<z.ZodString>>;
|
|
382
|
+
acceptanceCriterionIds: z.ZodDefault<z.ZodReadonly<z.ZodArray<z.ZodString>>>;
|
|
383
|
+
executionCategory: z.ZodDefault<z.ZodEnum<{
|
|
384
|
+
quick: "quick";
|
|
385
|
+
deep: "deep";
|
|
386
|
+
"visual-engineering": "visual-engineering";
|
|
387
|
+
ultrabrain: "ultrabrain";
|
|
388
|
+
}>>;
|
|
389
|
+
verificationPlan: z.ZodReadonly<z.ZodArray<z.ZodReadonly<z.ZodObject<{
|
|
390
|
+
name: z.ZodString;
|
|
391
|
+
command: z.ZodString;
|
|
392
|
+
args: z.ZodOptional<z.ZodReadonly<z.ZodArray<z.ZodString>>>;
|
|
393
|
+
workingDirectory: z.ZodString;
|
|
394
|
+
scope: z.ZodEnum<{
|
|
395
|
+
task: "task";
|
|
396
|
+
project: "project";
|
|
397
|
+
integration: "integration";
|
|
398
|
+
}>;
|
|
399
|
+
sideEffectLevel: z.ZodEnum<{
|
|
400
|
+
read_only: "read_only";
|
|
401
|
+
workspace_write: "workspace_write";
|
|
402
|
+
external_side_effect: "external_side_effect";
|
|
403
|
+
}>;
|
|
404
|
+
timeoutMs: z.ZodNumber;
|
|
405
|
+
origin: z.ZodOptional<z.ZodEnum<{
|
|
406
|
+
config: "config";
|
|
407
|
+
planner: "planner";
|
|
408
|
+
worker: "worker";
|
|
409
|
+
"failure-analyzer": "failure-analyzer";
|
|
410
|
+
repair: "repair";
|
|
411
|
+
}>>;
|
|
412
|
+
requiresConfirmation: z.ZodOptional<z.ZodBoolean>;
|
|
413
|
+
confirmation: z.ZodOptional<z.ZodReadonly<z.ZodObject<{
|
|
414
|
+
approvedBy: z.ZodString;
|
|
415
|
+
reason: z.ZodString;
|
|
416
|
+
}, z.core.$strip>>>;
|
|
417
|
+
allowedEnv: z.ZodOptional<z.ZodReadonly<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
418
|
+
}, z.core.$strip>>>>;
|
|
419
|
+
retryBudget: z.ZodReadonly<z.ZodObject<{
|
|
420
|
+
maxAttempts: z.ZodNumber;
|
|
421
|
+
maxRepairAttempts: z.ZodNumber;
|
|
422
|
+
}, z.core.$strip>>;
|
|
423
|
+
dependencies: z.ZodReadonly<z.ZodArray<z.core.$ZodBranded<z.ZodString, "TaskId">>>;
|
|
424
|
+
evidenceRefs: z.ZodReadonly<z.ZodArray<z.core.$ZodBranded<z.ZodString, "EvidenceId">>>;
|
|
425
|
+
repairEnabled: z.ZodDefault<z.ZodBoolean>;
|
|
426
|
+
assignedAgentRole: z.ZodEnum<{
|
|
427
|
+
intake: "intake";
|
|
428
|
+
planner: "planner";
|
|
429
|
+
worker: "worker";
|
|
430
|
+
verifier: "verifier";
|
|
431
|
+
"failure-analyzer": "failure-analyzer";
|
|
432
|
+
"repair-worker": "repair-worker";
|
|
433
|
+
acceptance: "acceptance";
|
|
434
|
+
}>;
|
|
435
|
+
}, z.core.$strip>>>>;
|
|
436
|
+
edges: z.ZodReadonly<z.ZodArray<z.ZodReadonly<z.ZodObject<{
|
|
437
|
+
fromTaskId: z.core.$ZodBranded<z.ZodString, "TaskId">;
|
|
438
|
+
toTaskId: z.core.$ZodBranded<z.ZodString, "TaskId">;
|
|
439
|
+
}, z.core.$strip>>>>;
|
|
440
|
+
}, z.core.$strip>>;
|
|
441
|
+
contextPackage: z.ZodReadonly<z.ZodObject<{
|
|
442
|
+
schemaVersion: z.ZodLiteral<"1.0.0">;
|
|
443
|
+
contextPackageId: z.ZodString;
|
|
444
|
+
runId: z.core.$ZodBranded<z.ZodString, "RunId">;
|
|
445
|
+
requirementId: z.ZodString;
|
|
446
|
+
summary: z.ZodString;
|
|
447
|
+
repositoryReferences: z.ZodReadonly<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodReadonly<z.ZodObject<{
|
|
448
|
+
path: z.ZodString;
|
|
449
|
+
reason: z.ZodString;
|
|
450
|
+
kind: z.ZodLiteral<"file">;
|
|
451
|
+
}, z.core.$strip>>, z.ZodReadonly<z.ZodObject<{
|
|
452
|
+
symbol: z.ZodString;
|
|
453
|
+
path: z.ZodString;
|
|
454
|
+
reason: z.ZodString;
|
|
455
|
+
kind: z.ZodLiteral<"symbol">;
|
|
456
|
+
}, z.core.$strip>>]>>>;
|
|
457
|
+
externalReferences: z.ZodReadonly<z.ZodArray<z.ZodReadonly<z.ZodObject<{
|
|
458
|
+
title: z.ZodString;
|
|
459
|
+
sourceType: z.ZodEnum<{
|
|
460
|
+
spec: "spec";
|
|
461
|
+
doc: "doc";
|
|
462
|
+
repo: "repo";
|
|
463
|
+
issue: "issue";
|
|
464
|
+
}>;
|
|
465
|
+
locator: z.ZodString;
|
|
466
|
+
reason: z.ZodString;
|
|
467
|
+
}, z.core.$strip>>>>;
|
|
468
|
+
unresolvedQuestions: z.ZodReadonly<z.ZodArray<z.ZodReadonly<z.ZodObject<{
|
|
469
|
+
questionId: z.ZodString;
|
|
470
|
+
question: z.ZodString;
|
|
471
|
+
impact: z.ZodString;
|
|
472
|
+
}, z.core.$strip>>>>;
|
|
473
|
+
constraints: z.ZodReadonly<z.ZodArray<z.ZodString>>;
|
|
474
|
+
}, z.core.$strip>>;
|
|
475
|
+
coverage: z.ZodReadonly<z.ZodArray<z.ZodReadonly<z.ZodObject<{
|
|
476
|
+
criterionId: z.ZodString;
|
|
477
|
+
criterion: z.ZodString;
|
|
478
|
+
coveredByTaskIds: z.ZodReadonly<z.ZodArray<z.core.$ZodBranded<z.ZodString, "TaskId">>>;
|
|
479
|
+
verificationCommandNames: z.ZodReadonly<z.ZodArray<z.ZodString>>;
|
|
480
|
+
}, z.core.$strip>>>>;
|
|
481
|
+
findings: z.ZodReadonly<z.ZodArray<z.ZodReadonly<z.ZodObject<{
|
|
482
|
+
severity: z.ZodEnum<{
|
|
483
|
+
critical: "critical";
|
|
484
|
+
important: "important";
|
|
485
|
+
advisory: "advisory";
|
|
486
|
+
}>;
|
|
487
|
+
message: z.ZodString;
|
|
488
|
+
taskId: z.ZodOptional<z.core.$ZodBranded<z.ZodString, "TaskId">>;
|
|
489
|
+
criterionId: z.ZodOptional<z.ZodString>;
|
|
490
|
+
}, z.core.$strip>>>>;
|
|
491
|
+
reviewedTasks: z.ZodReadonly<z.ZodArray<z.ZodReadonly<z.ZodObject<{
|
|
492
|
+
taskId: z.core.$ZodBranded<z.ZodString, "TaskId">;
|
|
493
|
+
executionCategory: z.ZodEnum<{
|
|
494
|
+
quick: "quick";
|
|
495
|
+
deep: "deep";
|
|
496
|
+
"visual-engineering": "visual-engineering";
|
|
497
|
+
ultrabrain: "ultrabrain";
|
|
498
|
+
}>;
|
|
499
|
+
requirementIds: z.ZodReadonly<z.ZodArray<z.ZodString>>;
|
|
500
|
+
acceptanceCriterionIds: z.ZodReadonly<z.ZodArray<z.ZodString>>;
|
|
501
|
+
allowedPaths: z.ZodReadonly<z.ZodArray<z.ZodString>>;
|
|
502
|
+
dependencies: z.ZodReadonly<z.ZodArray<z.core.$ZodBranded<z.ZodString, "TaskId">>>;
|
|
503
|
+
verificationCommandNames: z.ZodReadonly<z.ZodArray<z.ZodString>>;
|
|
504
|
+
}, z.core.$strip>>>>;
|
|
505
|
+
}, z.core.$strip>>;
|
|
50
506
|
}, z.core.$strict>>, z.ZodReadonly<z.ZodObject<{
|
|
51
507
|
schemaVersion: z.ZodLiteral<"1.0.0">;
|
|
52
508
|
role: z.ZodLiteral<"verifier">;
|
|
@@ -61,22 +517,184 @@ export declare const VerifierOutputSchema: z.ZodReadonly<z.ZodDiscriminatedUnion
|
|
|
61
517
|
approval: "approval";
|
|
62
518
|
"artifact-summary": "artifact-summary";
|
|
63
519
|
}>>>;
|
|
520
|
+
taskReview: z.ZodOptional<z.ZodReadonly<z.ZodObject<{
|
|
521
|
+
schemaVersion: z.ZodLiteral<"1.0.0">;
|
|
522
|
+
reviewId: z.ZodString;
|
|
523
|
+
runId: z.core.$ZodBranded<z.ZodString, "RunId">;
|
|
524
|
+
taskId: z.core.$ZodBranded<z.ZodString, "TaskId">;
|
|
525
|
+
requirementId: z.ZodString;
|
|
526
|
+
acceptanceCriterionIds: z.ZodReadonly<z.ZodArray<z.ZodString>>;
|
|
527
|
+
status: z.ZodEnum<{
|
|
528
|
+
failed: "failed";
|
|
529
|
+
passed: "passed";
|
|
530
|
+
}>;
|
|
531
|
+
summary: z.ZodString;
|
|
532
|
+
changedPaths: z.ZodReadonly<z.ZodArray<z.ZodString>>;
|
|
533
|
+
specCompliance: z.ZodReadonly<z.ZodObject<{
|
|
534
|
+
verdict: z.ZodEnum<{
|
|
535
|
+
pass: "pass";
|
|
536
|
+
fail: "fail";
|
|
537
|
+
}>;
|
|
538
|
+
summary: z.ZodString;
|
|
539
|
+
findings: z.ZodReadonly<z.ZodArray<z.ZodReadonly<z.ZodObject<{
|
|
540
|
+
severity: z.ZodEnum<{
|
|
541
|
+
critical: "critical";
|
|
542
|
+
important: "important";
|
|
543
|
+
advisory: "advisory";
|
|
544
|
+
}>;
|
|
545
|
+
category: z.ZodEnum<{
|
|
546
|
+
"spec-compliance": "spec-compliance";
|
|
547
|
+
"code-quality": "code-quality";
|
|
548
|
+
}>;
|
|
549
|
+
message: z.ZodString;
|
|
550
|
+
changedPath: z.ZodOptional<z.ZodString>;
|
|
551
|
+
}, z.core.$strip>>>>;
|
|
552
|
+
}, z.core.$strip>>;
|
|
553
|
+
codeQuality: z.ZodReadonly<z.ZodObject<{
|
|
554
|
+
verdict: z.ZodEnum<{
|
|
555
|
+
pass: "pass";
|
|
556
|
+
fail: "fail";
|
|
557
|
+
}>;
|
|
558
|
+
summary: z.ZodString;
|
|
559
|
+
findings: z.ZodReadonly<z.ZodArray<z.ZodReadonly<z.ZodObject<{
|
|
560
|
+
severity: z.ZodEnum<{
|
|
561
|
+
critical: "critical";
|
|
562
|
+
important: "important";
|
|
563
|
+
advisory: "advisory";
|
|
564
|
+
}>;
|
|
565
|
+
category: z.ZodEnum<{
|
|
566
|
+
"spec-compliance": "spec-compliance";
|
|
567
|
+
"code-quality": "code-quality";
|
|
568
|
+
}>;
|
|
569
|
+
message: z.ZodString;
|
|
570
|
+
changedPath: z.ZodOptional<z.ZodString>;
|
|
571
|
+
}, z.core.$strip>>>>;
|
|
572
|
+
}, z.core.$strip>>;
|
|
573
|
+
}, z.core.$strip>>>;
|
|
64
574
|
}, z.core.$strict>>]>>;
|
|
65
|
-
export declare const
|
|
575
|
+
export declare const TaskReviewVerifierOutputSchema: z.ZodReadonly<z.ZodDiscriminatedUnion<[z.ZodReadonly<z.ZodObject<{
|
|
66
576
|
schemaVersion: z.ZodLiteral<"1.0.0">;
|
|
67
|
-
role: z.ZodLiteral<"
|
|
68
|
-
status: z.ZodLiteral<"
|
|
577
|
+
role: z.ZodLiteral<"verifier">;
|
|
578
|
+
status: z.ZodLiteral<"passed">;
|
|
69
579
|
summary: z.ZodString;
|
|
70
580
|
evidenceIds: z.ZodReadonly<z.ZodArray<z.core.$ZodBranded<z.ZodString, "EvidenceId">>>;
|
|
581
|
+
taskReview: z.ZodReadonly<z.ZodObject<{
|
|
582
|
+
schemaVersion: z.ZodLiteral<"1.0.0">;
|
|
583
|
+
reviewId: z.ZodString;
|
|
584
|
+
runId: z.core.$ZodBranded<z.ZodString, "RunId">;
|
|
585
|
+
taskId: z.core.$ZodBranded<z.ZodString, "TaskId">;
|
|
586
|
+
requirementId: z.ZodString;
|
|
587
|
+
acceptanceCriterionIds: z.ZodReadonly<z.ZodArray<z.ZodString>>;
|
|
588
|
+
status: z.ZodEnum<{
|
|
589
|
+
failed: "failed";
|
|
590
|
+
passed: "passed";
|
|
591
|
+
}>;
|
|
592
|
+
summary: z.ZodString;
|
|
593
|
+
changedPaths: z.ZodReadonly<z.ZodArray<z.ZodString>>;
|
|
594
|
+
specCompliance: z.ZodReadonly<z.ZodObject<{
|
|
595
|
+
verdict: z.ZodEnum<{
|
|
596
|
+
pass: "pass";
|
|
597
|
+
fail: "fail";
|
|
598
|
+
}>;
|
|
599
|
+
summary: z.ZodString;
|
|
600
|
+
findings: z.ZodReadonly<z.ZodArray<z.ZodReadonly<z.ZodObject<{
|
|
601
|
+
severity: z.ZodEnum<{
|
|
602
|
+
critical: "critical";
|
|
603
|
+
important: "important";
|
|
604
|
+
advisory: "advisory";
|
|
605
|
+
}>;
|
|
606
|
+
category: z.ZodEnum<{
|
|
607
|
+
"spec-compliance": "spec-compliance";
|
|
608
|
+
"code-quality": "code-quality";
|
|
609
|
+
}>;
|
|
610
|
+
message: z.ZodString;
|
|
611
|
+
changedPath: z.ZodOptional<z.ZodString>;
|
|
612
|
+
}, z.core.$strip>>>>;
|
|
613
|
+
}, z.core.$strip>>;
|
|
614
|
+
codeQuality: z.ZodReadonly<z.ZodObject<{
|
|
615
|
+
verdict: z.ZodEnum<{
|
|
616
|
+
pass: "pass";
|
|
617
|
+
fail: "fail";
|
|
618
|
+
}>;
|
|
619
|
+
summary: z.ZodString;
|
|
620
|
+
findings: z.ZodReadonly<z.ZodArray<z.ZodReadonly<z.ZodObject<{
|
|
621
|
+
severity: z.ZodEnum<{
|
|
622
|
+
critical: "critical";
|
|
623
|
+
important: "important";
|
|
624
|
+
advisory: "advisory";
|
|
625
|
+
}>;
|
|
626
|
+
category: z.ZodEnum<{
|
|
627
|
+
"spec-compliance": "spec-compliance";
|
|
628
|
+
"code-quality": "code-quality";
|
|
629
|
+
}>;
|
|
630
|
+
message: z.ZodString;
|
|
631
|
+
changedPath: z.ZodOptional<z.ZodString>;
|
|
632
|
+
}, z.core.$strip>>>>;
|
|
633
|
+
}, z.core.$strip>>;
|
|
634
|
+
}, z.core.$strip>>;
|
|
71
635
|
}, z.core.$strict>>, z.ZodReadonly<z.ZodObject<{
|
|
72
636
|
schemaVersion: z.ZodLiteral<"1.0.0">;
|
|
73
|
-
role: z.ZodLiteral<"
|
|
637
|
+
role: z.ZodLiteral<"verifier">;
|
|
74
638
|
status: z.ZodLiteral<"failed">;
|
|
75
639
|
summary: z.ZodString;
|
|
76
640
|
evidenceIds: z.ZodReadonly<z.ZodArray<z.core.$ZodBranded<z.ZodString, "EvidenceId">>>;
|
|
641
|
+
taskReview: z.ZodReadonly<z.ZodObject<{
|
|
642
|
+
schemaVersion: z.ZodLiteral<"1.0.0">;
|
|
643
|
+
reviewId: z.ZodString;
|
|
644
|
+
runId: z.core.$ZodBranded<z.ZodString, "RunId">;
|
|
645
|
+
taskId: z.core.$ZodBranded<z.ZodString, "TaskId">;
|
|
646
|
+
requirementId: z.ZodString;
|
|
647
|
+
acceptanceCriterionIds: z.ZodReadonly<z.ZodArray<z.ZodString>>;
|
|
648
|
+
status: z.ZodEnum<{
|
|
649
|
+
failed: "failed";
|
|
650
|
+
passed: "passed";
|
|
651
|
+
}>;
|
|
652
|
+
summary: z.ZodString;
|
|
653
|
+
changedPaths: z.ZodReadonly<z.ZodArray<z.ZodString>>;
|
|
654
|
+
specCompliance: z.ZodReadonly<z.ZodObject<{
|
|
655
|
+
verdict: z.ZodEnum<{
|
|
656
|
+
pass: "pass";
|
|
657
|
+
fail: "fail";
|
|
658
|
+
}>;
|
|
659
|
+
summary: z.ZodString;
|
|
660
|
+
findings: z.ZodReadonly<z.ZodArray<z.ZodReadonly<z.ZodObject<{
|
|
661
|
+
severity: z.ZodEnum<{
|
|
662
|
+
critical: "critical";
|
|
663
|
+
important: "important";
|
|
664
|
+
advisory: "advisory";
|
|
665
|
+
}>;
|
|
666
|
+
category: z.ZodEnum<{
|
|
667
|
+
"spec-compliance": "spec-compliance";
|
|
668
|
+
"code-quality": "code-quality";
|
|
669
|
+
}>;
|
|
670
|
+
message: z.ZodString;
|
|
671
|
+
changedPath: z.ZodOptional<z.ZodString>;
|
|
672
|
+
}, z.core.$strip>>>>;
|
|
673
|
+
}, z.core.$strip>>;
|
|
674
|
+
codeQuality: z.ZodReadonly<z.ZodObject<{
|
|
675
|
+
verdict: z.ZodEnum<{
|
|
676
|
+
pass: "pass";
|
|
677
|
+
fail: "fail";
|
|
678
|
+
}>;
|
|
679
|
+
summary: z.ZodString;
|
|
680
|
+
findings: z.ZodReadonly<z.ZodArray<z.ZodReadonly<z.ZodObject<{
|
|
681
|
+
severity: z.ZodEnum<{
|
|
682
|
+
critical: "critical";
|
|
683
|
+
important: "important";
|
|
684
|
+
advisory: "advisory";
|
|
685
|
+
}>;
|
|
686
|
+
category: z.ZodEnum<{
|
|
687
|
+
"spec-compliance": "spec-compliance";
|
|
688
|
+
"code-quality": "code-quality";
|
|
689
|
+
}>;
|
|
690
|
+
message: z.ZodString;
|
|
691
|
+
changedPath: z.ZodOptional<z.ZodString>;
|
|
692
|
+
}, z.core.$strip>>>>;
|
|
693
|
+
}, z.core.$strip>>;
|
|
694
|
+
}, z.core.$strip>>;
|
|
77
695
|
}, z.core.$strict>>, z.ZodReadonly<z.ZodObject<{
|
|
78
696
|
schemaVersion: z.ZodLiteral<"1.0.0">;
|
|
79
|
-
role: z.ZodLiteral<"
|
|
697
|
+
role: z.ZodLiteral<"verifier">;
|
|
80
698
|
status: z.ZodLiteral<"evidence_gap">;
|
|
81
699
|
summary: z.ZodString;
|
|
82
700
|
evidenceIds: z.ZodReadonly<z.ZodArray<z.core.$ZodBranded<z.ZodString, "EvidenceId">>>;
|
|
@@ -88,43 +706,140 @@ export declare const AcceptanceOutputSchema: z.ZodReadonly<z.ZodDiscriminatedUni
|
|
|
88
706
|
approval: "approval";
|
|
89
707
|
"artifact-summary": "artifact-summary";
|
|
90
708
|
}>>>;
|
|
709
|
+
taskReview: z.ZodReadonly<z.ZodObject<{
|
|
710
|
+
schemaVersion: z.ZodLiteral<"1.0.0">;
|
|
711
|
+
reviewId: z.ZodString;
|
|
712
|
+
runId: z.core.$ZodBranded<z.ZodString, "RunId">;
|
|
713
|
+
taskId: z.core.$ZodBranded<z.ZodString, "TaskId">;
|
|
714
|
+
requirementId: z.ZodString;
|
|
715
|
+
acceptanceCriterionIds: z.ZodReadonly<z.ZodArray<z.ZodString>>;
|
|
716
|
+
status: z.ZodEnum<{
|
|
717
|
+
failed: "failed";
|
|
718
|
+
passed: "passed";
|
|
719
|
+
}>;
|
|
720
|
+
summary: z.ZodString;
|
|
721
|
+
changedPaths: z.ZodReadonly<z.ZodArray<z.ZodString>>;
|
|
722
|
+
specCompliance: z.ZodReadonly<z.ZodObject<{
|
|
723
|
+
verdict: z.ZodEnum<{
|
|
724
|
+
pass: "pass";
|
|
725
|
+
fail: "fail";
|
|
726
|
+
}>;
|
|
727
|
+
summary: z.ZodString;
|
|
728
|
+
findings: z.ZodReadonly<z.ZodArray<z.ZodReadonly<z.ZodObject<{
|
|
729
|
+
severity: z.ZodEnum<{
|
|
730
|
+
critical: "critical";
|
|
731
|
+
important: "important";
|
|
732
|
+
advisory: "advisory";
|
|
733
|
+
}>;
|
|
734
|
+
category: z.ZodEnum<{
|
|
735
|
+
"spec-compliance": "spec-compliance";
|
|
736
|
+
"code-quality": "code-quality";
|
|
737
|
+
}>;
|
|
738
|
+
message: z.ZodString;
|
|
739
|
+
changedPath: z.ZodOptional<z.ZodString>;
|
|
740
|
+
}, z.core.$strip>>>>;
|
|
741
|
+
}, z.core.$strip>>;
|
|
742
|
+
codeQuality: z.ZodReadonly<z.ZodObject<{
|
|
743
|
+
verdict: z.ZodEnum<{
|
|
744
|
+
pass: "pass";
|
|
745
|
+
fail: "fail";
|
|
746
|
+
}>;
|
|
747
|
+
summary: z.ZodString;
|
|
748
|
+
findings: z.ZodReadonly<z.ZodArray<z.ZodReadonly<z.ZodObject<{
|
|
749
|
+
severity: z.ZodEnum<{
|
|
750
|
+
critical: "critical";
|
|
751
|
+
important: "important";
|
|
752
|
+
advisory: "advisory";
|
|
753
|
+
}>;
|
|
754
|
+
category: z.ZodEnum<{
|
|
755
|
+
"spec-compliance": "spec-compliance";
|
|
756
|
+
"code-quality": "code-quality";
|
|
757
|
+
}>;
|
|
758
|
+
message: z.ZodString;
|
|
759
|
+
changedPath: z.ZodOptional<z.ZodString>;
|
|
760
|
+
}, z.core.$strip>>>>;
|
|
761
|
+
}, z.core.$strip>>;
|
|
762
|
+
}, z.core.$strip>>;
|
|
91
763
|
}, z.core.$strict>>]>>;
|
|
92
|
-
export declare const
|
|
764
|
+
export declare const PlannerContextOutputSchema: z.ZodReadonly<z.ZodDiscriminatedUnion<[z.ZodReadonly<z.ZodObject<{
|
|
765
|
+
schemaVersion: z.ZodLiteral<"1.0.0">;
|
|
766
|
+
role: z.ZodLiteral<"planner">;
|
|
767
|
+
status: z.ZodLiteral<"completed">;
|
|
768
|
+
contextPackage: z.ZodReadonly<z.ZodObject<{
|
|
769
|
+
schemaVersion: z.ZodLiteral<"1.0.0">;
|
|
770
|
+
contextPackageId: z.ZodString;
|
|
771
|
+
runId: z.core.$ZodBranded<z.ZodString, "RunId">;
|
|
772
|
+
requirementId: z.ZodString;
|
|
773
|
+
summary: z.ZodString;
|
|
774
|
+
repositoryReferences: z.ZodReadonly<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodReadonly<z.ZodObject<{
|
|
775
|
+
path: z.ZodString;
|
|
776
|
+
reason: z.ZodString;
|
|
777
|
+
kind: z.ZodLiteral<"file">;
|
|
778
|
+
}, z.core.$strip>>, z.ZodReadonly<z.ZodObject<{
|
|
779
|
+
symbol: z.ZodString;
|
|
780
|
+
path: z.ZodString;
|
|
781
|
+
reason: z.ZodString;
|
|
782
|
+
kind: z.ZodLiteral<"symbol">;
|
|
783
|
+
}, z.core.$strip>>]>>>;
|
|
784
|
+
externalReferences: z.ZodReadonly<z.ZodArray<z.ZodReadonly<z.ZodObject<{
|
|
785
|
+
title: z.ZodString;
|
|
786
|
+
sourceType: z.ZodEnum<{
|
|
787
|
+
spec: "spec";
|
|
788
|
+
doc: "doc";
|
|
789
|
+
repo: "repo";
|
|
790
|
+
issue: "issue";
|
|
791
|
+
}>;
|
|
792
|
+
locator: z.ZodString;
|
|
793
|
+
reason: z.ZodString;
|
|
794
|
+
}, z.core.$strip>>>>;
|
|
795
|
+
unresolvedQuestions: z.ZodReadonly<z.ZodArray<z.ZodReadonly<z.ZodObject<{
|
|
796
|
+
questionId: z.ZodString;
|
|
797
|
+
question: z.ZodString;
|
|
798
|
+
impact: z.ZodString;
|
|
799
|
+
}, z.core.$strip>>>>;
|
|
800
|
+
constraints: z.ZodReadonly<z.ZodArray<z.ZodString>>;
|
|
801
|
+
}, z.core.$strip>>;
|
|
802
|
+
}, z.core.$strict>>, z.ZodReadonly<z.ZodObject<{
|
|
93
803
|
schemaVersion: z.ZodLiteral<"1.0.0">;
|
|
94
|
-
role: z.ZodLiteral<"
|
|
95
|
-
|
|
804
|
+
role: z.ZodLiteral<"planner">;
|
|
805
|
+
status: z.ZodLiteral<"evidence_gap">;
|
|
96
806
|
summary: z.ZodString;
|
|
97
807
|
evidenceIds: z.ZodReadonly<z.ZodArray<z.core.$ZodBranded<z.ZodString, "EvidenceId">>>;
|
|
98
|
-
|
|
808
|
+
missingContext: z.ZodReadonly<z.ZodArray<z.ZodString>>;
|
|
99
809
|
}, z.core.$strict>>, z.ZodReadonly<z.ZodObject<{
|
|
100
810
|
schemaVersion: z.ZodLiteral<"1.0.0">;
|
|
101
|
-
role: z.ZodLiteral<"
|
|
102
|
-
|
|
811
|
+
role: z.ZodLiteral<"planner">;
|
|
812
|
+
status: z.ZodLiteral<"clarification_required">;
|
|
103
813
|
summary: z.ZodString;
|
|
104
814
|
evidenceIds: z.ZodReadonly<z.ZodArray<z.core.$ZodBranded<z.ZodString, "EvidenceId">>>;
|
|
105
|
-
category: z.ZodEnum<{
|
|
106
|
-
"context-gap": "context-gap";
|
|
107
|
-
"requirement-ambiguity": "requirement-ambiguity";
|
|
108
|
-
}>;
|
|
109
815
|
missingContext: z.ZodReadonly<z.ZodArray<z.ZodString>>;
|
|
816
|
+
}, z.core.$strict>>]>>;
|
|
817
|
+
export declare const AcceptanceOutputSchema: z.ZodReadonly<z.ZodDiscriminatedUnion<[z.ZodReadonly<z.ZodObject<{
|
|
818
|
+
schemaVersion: z.ZodLiteral<"1.0.0">;
|
|
819
|
+
role: z.ZodLiteral<"acceptance">;
|
|
820
|
+
status: z.ZodLiteral<"accepted">;
|
|
821
|
+
summary: z.ZodString;
|
|
822
|
+
evidenceIds: z.ZodReadonly<z.ZodArray<z.core.$ZodBranded<z.ZodString, "EvidenceId">>>;
|
|
110
823
|
}, z.core.$strict>>, z.ZodReadonly<z.ZodObject<{
|
|
111
824
|
schemaVersion: z.ZodLiteral<"1.0.0">;
|
|
112
|
-
role: z.ZodLiteral<"
|
|
113
|
-
|
|
825
|
+
role: z.ZodLiteral<"acceptance">;
|
|
826
|
+
status: z.ZodLiteral<"failed">;
|
|
114
827
|
summary: z.ZodString;
|
|
115
828
|
evidenceIds: z.ZodReadonly<z.ZodArray<z.core.$ZodBranded<z.ZodString, "EvidenceId">>>;
|
|
116
|
-
category: z.ZodLiteral<"dependency-blocked">;
|
|
117
|
-
blockedDependency: z.ZodString;
|
|
118
829
|
}, z.core.$strict>>, z.ZodReadonly<z.ZodObject<{
|
|
119
830
|
schemaVersion: z.ZodLiteral<"1.0.0">;
|
|
120
|
-
role: z.ZodLiteral<"
|
|
121
|
-
|
|
831
|
+
role: z.ZodLiteral<"acceptance">;
|
|
832
|
+
status: z.ZodLiteral<"evidence_gap">;
|
|
122
833
|
summary: z.ZodString;
|
|
123
834
|
evidenceIds: z.ZodReadonly<z.ZodArray<z.core.$ZodBranded<z.ZodString, "EvidenceId">>>;
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
835
|
+
missingEvidenceKinds: z.ZodReadonly<z.ZodArray<z.ZodEnum<{
|
|
836
|
+
verification: "verification";
|
|
837
|
+
red: "red";
|
|
838
|
+
green: "green";
|
|
839
|
+
refactor: "refactor";
|
|
840
|
+
approval: "approval";
|
|
841
|
+
"artifact-summary": "artifact-summary";
|
|
842
|
+
}>>>;
|
|
128
843
|
}, z.core.$strict>>]>>;
|
|
129
844
|
export declare const RepairWorkerOutputSchema: z.ZodReadonly<z.ZodObject<{
|
|
130
845
|
schemaVersion: z.ZodLiteral<"1.0.0">;
|
|
@@ -141,6 +856,7 @@ export declare const RepairWorkerOutputSchema: z.ZodReadonly<z.ZodObject<{
|
|
|
141
856
|
rootCauseFingerprint: z.ZodString;
|
|
142
857
|
summary: z.ZodString;
|
|
143
858
|
allowedPaths: z.ZodReadonly<z.ZodArray<z.ZodString>>;
|
|
859
|
+
acceptanceCriterionIds: z.ZodReadonly<z.ZodArray<z.ZodString>>;
|
|
144
860
|
retryBudget: z.ZodReadonly<z.ZodObject<{
|
|
145
861
|
maxAttempts: z.ZodNumber;
|
|
146
862
|
maxRepairAttempts: z.ZodNumber;
|
|
@@ -167,6 +883,7 @@ export declare const RepairWorkerOutputSchema: z.ZodReadonly<z.ZodObject<{
|
|
|
167
883
|
config: "config";
|
|
168
884
|
planner: "planner";
|
|
169
885
|
worker: "worker";
|
|
886
|
+
"failure-analyzer": "failure-analyzer";
|
|
170
887
|
repair: "repair";
|
|
171
888
|
}>>;
|
|
172
889
|
requiresConfirmation: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -196,6 +913,7 @@ export declare const RepairWorkerOutputSchema: z.ZodReadonly<z.ZodObject<{
|
|
|
196
913
|
config: "config";
|
|
197
914
|
planner: "planner";
|
|
198
915
|
worker: "worker";
|
|
916
|
+
"failure-analyzer": "failure-analyzer";
|
|
199
917
|
repair: "repair";
|
|
200
918
|
}>>;
|
|
201
919
|
requiresConfirmation: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -210,8 +928,9 @@ export declare const RepairWorkerOutputSchema: z.ZodReadonly<z.ZodObject<{
|
|
|
210
928
|
}, z.core.$strip>>;
|
|
211
929
|
}, z.core.$strict>>;
|
|
212
930
|
export type WorkerOutput = z.infer<typeof WorkerOutputSchema>;
|
|
931
|
+
export type PlannerContextOutput = z.infer<typeof PlannerContextOutputSchema>;
|
|
213
932
|
export type VerifierOutput = z.infer<typeof VerifierOutputSchema>;
|
|
933
|
+
export type TaskReviewVerifierOutput = z.infer<typeof TaskReviewVerifierOutputSchema>;
|
|
214
934
|
export type AcceptanceOutput = z.infer<typeof AcceptanceOutputSchema>;
|
|
215
|
-
export type FailureAnalyzerOutput = z.infer<typeof FailureAnalyzerOutputSchema>;
|
|
216
935
|
export type RepairWorkerOutput = z.infer<typeof RepairWorkerOutputSchema>;
|
|
217
936
|
//# sourceMappingURL=task-agent-schemas.d.ts.map
|