@claudexor/schema 3.0.3 → 3.1.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/LICENSE +1 -1
- package/dist/agent-capabilities.d.ts +37 -0
- package/dist/agent-capabilities.d.ts.map +1 -1
- package/dist/agent-capabilities.js +14 -0
- package/dist/agent-capabilities.js.map +1 -1
- package/dist/apply-eligibility.d.ts +384 -18
- package/dist/apply-eligibility.d.ts.map +1 -1
- package/dist/apply-eligibility.js +20 -1
- package/dist/apply-eligibility.js.map +1 -1
- package/dist/budget.d.ts +75 -0
- package/dist/budget.d.ts.map +1 -1
- package/dist/budget.js +46 -0
- package/dist/budget.js.map +1 -1
- package/dist/config.d.ts +41 -41
- package/dist/control-operation-responses.d.ts +287 -65
- package/dist/control-operation-responses.d.ts.map +1 -1
- package/dist/control-operation-responses.js +33 -3
- package/dist/control-operation-responses.js.map +1 -1
- package/dist/control-run-detail.d.ts +600 -150
- package/dist/control-run-detail.d.ts.map +1 -1
- package/dist/control-run-detail.js +28 -2
- package/dist/control-run-detail.js.map +1 -1
- package/dist/control-run-retry.d.ts +1 -1
- package/dist/control-run-scope.d.ts +1 -1
- package/dist/control-thread-apply.d.ts +10 -0
- package/dist/control-thread-apply.d.ts.map +1 -1
- package/dist/control.d.ts +664 -156
- package/dist/control.d.ts.map +1 -1
- package/dist/control.js +76 -2
- package/dist/control.js.map +1 -1
- package/dist/decision.d.ts +205 -9
- package/dist/decision.d.ts.map +1 -1
- package/dist/decision.js +69 -1
- package/dist/decision.js.map +1 -1
- package/dist/deep-scan.d.ts +27 -0
- package/dist/deep-scan.d.ts.map +1 -0
- package/dist/deep-scan.js +27 -0
- package/dist/deep-scan.js.map +1 -0
- package/dist/delivery.d.ts +13 -0
- package/dist/delivery.d.ts.map +1 -1
- package/dist/delivery.js +15 -0
- package/dist/delivery.js.map +1 -1
- package/dist/events.d.ts +59 -4
- package/dist/events.d.ts.map +1 -1
- package/dist/events.js +85 -0
- package/dist/events.js.map +1 -1
- package/dist/harness.d.ts +111 -3
- package/dist/harness.d.ts.map +1 -1
- package/dist/harness.js +77 -1
- package/dist/harness.js.map +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/operation.d.ts +193 -10
- package/dist/operation.d.ts.map +1 -1
- package/dist/operation.js +45 -0
- package/dist/operation.js.map +1 -1
- package/dist/output-schema-dialect.d.ts +22 -0
- package/dist/output-schema-dialect.d.ts.map +1 -0
- package/dist/output-schema-dialect.js +37 -0
- package/dist/output-schema-dialect.js.map +1 -0
- package/dist/output-schema.d.ts +26 -2
- package/dist/output-schema.d.ts.map +1 -1
- package/dist/output-schema.js +313 -16
- package/dist/output-schema.js.map +1 -1
- package/dist/plan.d.ts +2 -2
- package/dist/problem.d.ts +3 -3
- package/dist/project.d.ts +47 -12
- package/dist/project.d.ts.map +1 -1
- package/dist/project.js +32 -0
- package/dist/project.js.map +1 -1
- package/dist/readiness.d.ts +14 -0
- package/dist/readiness.d.ts.map +1 -1
- package/dist/recovery.d.ts +14 -14
- package/dist/review.d.ts +7 -7
- package/dist/route.d.ts +2 -2
- package/dist/setup.d.ts +288 -94
- package/dist/setup.d.ts.map +1 -1
- package/dist/setup.js +90 -6
- package/dist/setup.js.map +1 -1
- package/dist/status-projection.d.ts +79 -4
- package/dist/status-projection.d.ts.map +1 -1
- package/dist/status-projection.js +161 -4
- package/dist/status-projection.js.map +1 -1
- package/dist/task.d.ts +14 -0
- package/dist/task.d.ts.map +1 -1
- package/dist/task.js +9 -0
- package/dist/task.js.map +1 -1
- package/dist/telemetry.d.ts +779 -16
- package/dist/telemetry.d.ts.map +1 -1
- package/dist/telemetry.js +177 -4
- package/dist/telemetry.js.map +1 -1
- package/dist/tool-ref.d.ts +14 -0
- package/dist/tool-ref.d.ts.map +1 -1
- package/dist/tool-ref.js +15 -0
- package/dist/tool-ref.js.map +1 -1
- package/dist/work-report.d.ts +131 -0
- package/dist/work-report.d.ts.map +1 -0
- package/dist/work-report.js +124 -0
- package/dist/work-report.js.map +1 -0
- package/dist/workspace.d.ts +2 -2
- package/generated/AgentCapabilityCatalog.schema.json +35 -0
- package/generated/ControlApplyCheckResponse.schema.json +5 -0
- package/generated/ControlDeliveryResponse.schema.json +14 -0
- package/generated/ControlHarnessListResponse.schema.json +19 -0
- package/generated/ControlOperationCatalog.schema.json +74 -0
- package/generated/ControlOperationDescriptor.schema.json +74 -0
- package/generated/ControlOperationParameter.schema.json +75 -0
- package/generated/ControlProjectRemoveReceipt.schema.json +58 -0
- package/generated/ControlRunAgainDraft.schema.json +11 -0
- package/generated/ControlRunDetail.schema.json +403 -9
- package/generated/ControlRunListResponse.schema.json +229 -3
- package/generated/ControlRunStartRequest.schema.json +11 -0
- package/generated/ControlRunSummary.schema.json +215 -2
- package/generated/ControlSetupJobCreateRequest.schema.json +2 -1
- package/generated/ControlSetupJobEvent.schema.json +28 -0
- package/generated/ControlSetupJobSnapshot.schema.json +28 -0
- package/generated/ControlThreadApplyResponse.schema.json +14 -0
- package/generated/ControlThreadDetail.schema.json +94 -1
- package/generated/ControlThreadTurnRequest.schema.json +11 -0
- package/generated/DecisionRecord.schema.json +178 -2
- package/generated/HarnessEvent.schema.json +79 -1
- package/generated/HarnessManifest.schema.json +19 -0
- package/generated/HarnessStatusDto.schema.json +19 -0
- package/generated/McpRunHandleResult.schema.json +286 -1
- package/generated/McpRunToolResult.schema.json +171 -1
- package/generated/RoutePoolDegradedPayload.schema.json +79 -0
- package/generated/RunEvent.schema.json +7 -1
- package/generated/RunFailure.schema.json +23 -1
- package/generated/RunTelemetry.schema.json +376 -1
- package/generated/StructuredOutputConformance.schema.json +83 -0
- package/generated/TaskContract.schema.json +16 -0
- package/package.json +2 -2
package/dist/project.d.ts
CHANGED
|
@@ -32,11 +32,11 @@ export declare const ProjectNesting: z.ZodObject<{
|
|
|
32
32
|
}, "strict", z.ZodTypeAny, {
|
|
33
33
|
root: string;
|
|
34
34
|
projectId: string;
|
|
35
|
-
relation: "
|
|
35
|
+
relation: "contains" | "inside";
|
|
36
36
|
}, {
|
|
37
37
|
root: string;
|
|
38
38
|
projectId: string;
|
|
39
|
-
relation: "
|
|
39
|
+
relation: "contains" | "inside";
|
|
40
40
|
}>;
|
|
41
41
|
export type ProjectNesting = z.infer<typeof ProjectNesting>;
|
|
42
42
|
export declare const ControlProject: z.ZodObject<{
|
|
@@ -52,11 +52,11 @@ export declare const ControlProject: z.ZodObject<{
|
|
|
52
52
|
}, "strict", z.ZodTypeAny, {
|
|
53
53
|
root: string;
|
|
54
54
|
projectId: string;
|
|
55
|
-
relation: "
|
|
55
|
+
relation: "contains" | "inside";
|
|
56
56
|
}, {
|
|
57
57
|
root: string;
|
|
58
58
|
projectId: string;
|
|
59
|
-
relation: "
|
|
59
|
+
relation: "contains" | "inside";
|
|
60
60
|
}>, "many">>;
|
|
61
61
|
}, "strict", z.ZodTypeAny, {
|
|
62
62
|
schemaVersion: 2;
|
|
@@ -67,7 +67,7 @@ export declare const ControlProject: z.ZodObject<{
|
|
|
67
67
|
nesting: {
|
|
68
68
|
root: string;
|
|
69
69
|
projectId: string;
|
|
70
|
-
relation: "
|
|
70
|
+
relation: "contains" | "inside";
|
|
71
71
|
}[];
|
|
72
72
|
}, {
|
|
73
73
|
schemaVersion: 2;
|
|
@@ -78,7 +78,7 @@ export declare const ControlProject: z.ZodObject<{
|
|
|
78
78
|
nesting?: {
|
|
79
79
|
root: string;
|
|
80
80
|
projectId: string;
|
|
81
|
-
relation: "
|
|
81
|
+
relation: "contains" | "inside";
|
|
82
82
|
}[] | undefined;
|
|
83
83
|
}>;
|
|
84
84
|
export type ControlProject = z.infer<typeof ControlProject>;
|
|
@@ -96,11 +96,11 @@ export declare const ControlProjectListResponse: z.ZodObject<{
|
|
|
96
96
|
}, "strict", z.ZodTypeAny, {
|
|
97
97
|
root: string;
|
|
98
98
|
projectId: string;
|
|
99
|
-
relation: "
|
|
99
|
+
relation: "contains" | "inside";
|
|
100
100
|
}, {
|
|
101
101
|
root: string;
|
|
102
102
|
projectId: string;
|
|
103
|
-
relation: "
|
|
103
|
+
relation: "contains" | "inside";
|
|
104
104
|
}>, "many">>;
|
|
105
105
|
}, "strict", z.ZodTypeAny, {
|
|
106
106
|
schemaVersion: 2;
|
|
@@ -111,7 +111,7 @@ export declare const ControlProjectListResponse: z.ZodObject<{
|
|
|
111
111
|
nesting: {
|
|
112
112
|
root: string;
|
|
113
113
|
projectId: string;
|
|
114
|
-
relation: "
|
|
114
|
+
relation: "contains" | "inside";
|
|
115
115
|
}[];
|
|
116
116
|
}, {
|
|
117
117
|
schemaVersion: 2;
|
|
@@ -122,7 +122,7 @@ export declare const ControlProjectListResponse: z.ZodObject<{
|
|
|
122
122
|
nesting?: {
|
|
123
123
|
root: string;
|
|
124
124
|
projectId: string;
|
|
125
|
-
relation: "
|
|
125
|
+
relation: "contains" | "inside";
|
|
126
126
|
}[] | undefined;
|
|
127
127
|
}>, "many">;
|
|
128
128
|
}, "strict", z.ZodTypeAny, {
|
|
@@ -135,7 +135,7 @@ export declare const ControlProjectListResponse: z.ZodObject<{
|
|
|
135
135
|
nesting: {
|
|
136
136
|
root: string;
|
|
137
137
|
projectId: string;
|
|
138
|
-
relation: "
|
|
138
|
+
relation: "contains" | "inside";
|
|
139
139
|
}[];
|
|
140
140
|
}[];
|
|
141
141
|
}, {
|
|
@@ -148,7 +148,7 @@ export declare const ControlProjectListResponse: z.ZodObject<{
|
|
|
148
148
|
nesting?: {
|
|
149
149
|
root: string;
|
|
150
150
|
projectId: string;
|
|
151
|
-
relation: "
|
|
151
|
+
relation: "contains" | "inside";
|
|
152
152
|
}[] | undefined;
|
|
153
153
|
}[];
|
|
154
154
|
}>;
|
|
@@ -169,4 +169,39 @@ export declare const ControlProjectRelinkRequest: z.ZodObject<{
|
|
|
169
169
|
root: string;
|
|
170
170
|
}>;
|
|
171
171
|
export type ControlProjectRelinkRequest = z.infer<typeof ControlProjectRelinkRequest>;
|
|
172
|
+
/**
|
|
173
|
+
* Receipt for DELETE /v2/projects/:id (QA-049). Removing a durable project
|
|
174
|
+
* retires the global-registry entry and ARCHIVES the project's journal
|
|
175
|
+
* partition (renamed out of the active journal tree — never deleted — the same
|
|
176
|
+
* non-destructive move the partition-quarantine path uses). Run artifact trees
|
|
177
|
+
* are left in place for normal GC/retention; remove never deletes them or the
|
|
178
|
+
* user's project directory. Refused with a typed 409 while any non-purged
|
|
179
|
+
* thread or live/queued run still references the project.
|
|
180
|
+
*/
|
|
181
|
+
export declare const ControlProjectRemoveReceipt: z.ZodObject<{
|
|
182
|
+
projectId: z.ZodString;
|
|
183
|
+
root: z.ZodString;
|
|
184
|
+
registryRemoved: z.ZodLiteral<true>;
|
|
185
|
+
journalPartitionArchived: z.ZodBoolean;
|
|
186
|
+
archivedPartitionPath: z.ZodNullable<z.ZodString>;
|
|
187
|
+
artifactsRetained: z.ZodLiteral<true>;
|
|
188
|
+
activeRunCheck: z.ZodLiteral<"snapshot">;
|
|
189
|
+
}, "strict", z.ZodTypeAny, {
|
|
190
|
+
root: string;
|
|
191
|
+
projectId: string;
|
|
192
|
+
registryRemoved: true;
|
|
193
|
+
journalPartitionArchived: boolean;
|
|
194
|
+
archivedPartitionPath: string | null;
|
|
195
|
+
artifactsRetained: true;
|
|
196
|
+
activeRunCheck: "snapshot";
|
|
197
|
+
}, {
|
|
198
|
+
root: string;
|
|
199
|
+
projectId: string;
|
|
200
|
+
registryRemoved: true;
|
|
201
|
+
journalPartitionArchived: boolean;
|
|
202
|
+
archivedPartitionPath: string | null;
|
|
203
|
+
artifactsRetained: true;
|
|
204
|
+
activeRunCheck: "snapshot";
|
|
205
|
+
}>;
|
|
206
|
+
export type ControlProjectRemoveReceipt = z.infer<typeof ControlProjectRemoveReceipt>;
|
|
172
207
|
//# sourceMappingURL=project.d.ts.map
|
package/dist/project.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"project.d.ts","sourceRoot":"","sources":["../src/project.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,wDAAwD;AACxD,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;EASoE,CAAC;AACzF,MAAM,MAAM,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,OAAO,CAAC,CAAC;AAE9C;;;;wEAIwE;AACxE,eAAO,MAAM,cAAc;;;;;;;;;;;;EAOiE,CAAC;AAC7F,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAE5D,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAemC,CAAC;AAC/D,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAE5D,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA2D,CAAC;AACnG,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AAEpF,eAAO,MAAM,6BAA6B;;;;;;EAAiD,CAAC;AAC5F,MAAM,MAAM,6BAA6B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,6BAA6B,CAAC,CAAC;AAE1F,eAAO,MAAM,2BAA2B;;;;;;EAAiD,CAAC;AAC1F,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"project.d.ts","sourceRoot":"","sources":["../src/project.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,wDAAwD;AACxD,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;EASoE,CAAC;AACzF,MAAM,MAAM,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,OAAO,CAAC,CAAC;AAE9C;;;;wEAIwE;AACxE,eAAO,MAAM,cAAc;;;;;;;;;;;;EAOiE,CAAC;AAC7F,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAE5D,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAemC,CAAC;AAC/D,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAE5D,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA2D,CAAC;AACnG,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AAEpF,eAAO,MAAM,6BAA6B;;;;;;EAAiD,CAAC;AAC5F,MAAM,MAAM,6BAA6B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,6BAA6B,CAAC,CAAC;AAE1F,eAAO,MAAM,2BAA2B;;;;;;EAAiD,CAAC;AAC1F,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC;AAEtF;;;;;;;;GAQG;AACH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;EAgCrC,CAAC;AACJ,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC"}
|
package/dist/project.js
CHANGED
|
@@ -41,4 +41,36 @@ export const ControlProject = z
|
|
|
41
41
|
export const ControlProjectListResponse = z.object({ projects: z.array(ControlProject) }).strict();
|
|
42
42
|
export const ControlProjectRegisterRequest = z.object({ root: z.string().min(1) }).strict();
|
|
43
43
|
export const ControlProjectRelinkRequest = z.object({ root: z.string().min(1) }).strict();
|
|
44
|
+
/**
|
|
45
|
+
* Receipt for DELETE /v2/projects/:id (QA-049). Removing a durable project
|
|
46
|
+
* retires the global-registry entry and ARCHIVES the project's journal
|
|
47
|
+
* partition (renamed out of the active journal tree — never deleted — the same
|
|
48
|
+
* non-destructive move the partition-quarantine path uses). Run artifact trees
|
|
49
|
+
* are left in place for normal GC/retention; remove never deletes them or the
|
|
50
|
+
* user's project directory. Refused with a typed 409 while any non-purged
|
|
51
|
+
* thread or live/queued run still references the project.
|
|
52
|
+
*/
|
|
53
|
+
export const ControlProjectRemoveReceipt = z
|
|
54
|
+
.object({
|
|
55
|
+
projectId: Id.describe("The retired project's stable id."),
|
|
56
|
+
root: z.string().min(1).describe("The project's canonical root at removal time."),
|
|
57
|
+
registryRemoved: z
|
|
58
|
+
.literal(true)
|
|
59
|
+
.describe("The durable global-registry entry (and its indexes) were removed."),
|
|
60
|
+
journalPartitionArchived: z
|
|
61
|
+
.boolean()
|
|
62
|
+
.describe("Whether the project's journal partition directory was archived (renamed out of the active journal tree). False only when the partition never materialized on disk."),
|
|
63
|
+
archivedPartitionPath: z
|
|
64
|
+
.string()
|
|
65
|
+
.nullable()
|
|
66
|
+
.describe("Absolute path the partition journal was archived to, or null when there was no partition directory to archive."),
|
|
67
|
+
artifactsRetained: z
|
|
68
|
+
.literal(true)
|
|
69
|
+
.describe("Run artifact trees are left in place for normal GC/retention — remove never deletes run bytes or the user's project directory."),
|
|
70
|
+
activeRunCheck: z
|
|
71
|
+
.literal("snapshot")
|
|
72
|
+
.describe("How the live/queued-run fence was evaluated. Always 'snapshot': the active-run set is read once (an async daemon IPC job-list read) BEFORE the synchronous removal, so a run that starts in the narrow window between the snapshot and the removal is NOT fenced. Honest disclosure of a TOCTOU race the current architecture cannot close inside the sync section; see docs/ARCHITECTURE.md."),
|
|
73
|
+
})
|
|
74
|
+
.strict()
|
|
75
|
+
.describe("DELETE /v2/projects/:id receipt: registry entry removed, journal partition archived, artifacts left to GC.");
|
|
44
76
|
//# sourceMappingURL=project.js.map
|
package/dist/project.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"project.js","sourceRoot":"","sources":["../src/project.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,EAAE,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAElE,wDAAwD;AACxD,MAAM,CAAC,MAAM,OAAO,GAAG,CAAC;KACrB,MAAM,CAAC;IACN,cAAc,EAAE,aAAa;IAC7B,EAAE,EAAE,EAAE,CAAC,QAAQ,CAAC,8BAA8B,CAAC;IAC/C,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,kCAAkC,CAAC;IACpE,UAAU,EAAE,YAAY,CAAC,QAAQ,CAAC,wCAAwC,CAAC;IAC3E,UAAU,EAAE,YAAY,CAAC,QAAQ,CAAC,yCAAyC,CAAC;CAC7E,CAAC;KACD,MAAM,EAAE;KACR,QAAQ,CAAC,2EAA2E,CAAC,CAAC;AAGzF;;;;wEAIwE;AACxE,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC;KAC5B,MAAM,CAAC;IACN,QAAQ,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,UAAU,CAAC,CAAC,CAAC,QAAQ,CAAC,sCAAsC,CAAC;IACzF,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,sCAAsC,CAAC;IACxE,SAAS,EAAE,EAAE,CAAC,QAAQ,CAAC,oCAAoC,CAAC;CAC7D,CAAC;KACD,MAAM,EAAE;KACR,QAAQ,CAAC,+EAA+E,CAAC,CAAC;AAG7F,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC;KAC5B,MAAM,CAAC;IACN,aAAa,EAAE,aAAa;IAC5B,EAAE,EAAE,EAAE;IACN,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IACvB,SAAS,EAAE,YAAY;IACvB,SAAS,EAAE,YAAY;IACvB,OAAO,EAAE,CAAC;SACP,KAAK,CAAC,cAAc,CAAC;SACrB,OAAO,CAAC,EAAE,CAAC;SACX,QAAQ,CACP,mGAAmG,CACpG;CACJ,CAAC;KACD,MAAM,EAAE;KACR,QAAQ,CAAC,iDAAiD,CAAC,CAAC;AAG/D,MAAM,CAAC,MAAM,0BAA0B,GAAG,CAAC,CAAC,MAAM,CAAC,EAAE,QAAQ,EAAE,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC;AAGnG,MAAM,CAAC,MAAM,6BAA6B,GAAG,CAAC,CAAC,MAAM,CAAC,EAAE,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC;AAG5F,MAAM,CAAC,MAAM,2BAA2B,GAAG,CAAC,CAAC,MAAM,CAAC,EAAE,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC"}
|
|
1
|
+
{"version":3,"file":"project.js","sourceRoot":"","sources":["../src/project.ts"],"names":[],"mappings":"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"}
|
package/dist/readiness.d.ts
CHANGED
|
@@ -172,6 +172,8 @@ export declare const HarnessStatusDto: z.ZodObject<{
|
|
|
172
172
|
tool_lists: z.ZodDefault<z.ZodBoolean>;
|
|
173
173
|
interactive: z.ZodDefault<z.ZodBoolean>;
|
|
174
174
|
json_schema_output: z.ZodDefault<z.ZodBoolean>;
|
|
175
|
+
work_report_transport: z.ZodDefault<z.ZodEnum<["constrained", "validated", "unsupported"]>>;
|
|
176
|
+
structured_output_channel: z.ZodDefault<z.ZodEnum<["side_tool", "final_message"]>>;
|
|
175
177
|
effort_levels: z.ZodDefault<z.ZodArray<z.ZodEnum<["low", "medium", "high", "xhigh", "max"]>, "many">>;
|
|
176
178
|
known_models: z.ZodDefault<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
177
179
|
id: z.ZodString;
|
|
@@ -199,6 +201,8 @@ export declare const HarnessStatusDto: z.ZodObject<{
|
|
|
199
201
|
tool_lists: boolean;
|
|
200
202
|
interactive: boolean;
|
|
201
203
|
json_schema_output: boolean;
|
|
204
|
+
work_report_transport: "constrained" | "validated" | "unsupported";
|
|
205
|
+
structured_output_channel: "side_tool" | "final_message";
|
|
202
206
|
effort_levels: ("low" | "medium" | "high" | "xhigh" | "max")[];
|
|
203
207
|
known_models: (string | {
|
|
204
208
|
id: string;
|
|
@@ -220,6 +224,8 @@ export declare const HarnessStatusDto: z.ZodObject<{
|
|
|
220
224
|
tool_lists?: boolean | undefined;
|
|
221
225
|
interactive?: boolean | undefined;
|
|
222
226
|
json_schema_output?: boolean | undefined;
|
|
227
|
+
work_report_transport?: "constrained" | "validated" | "unsupported" | undefined;
|
|
228
|
+
structured_output_channel?: "side_tool" | "final_message" | undefined;
|
|
223
229
|
effort_levels?: ("low" | "medium" | "high" | "xhigh" | "max")[] | undefined;
|
|
224
230
|
known_models?: (string | {
|
|
225
231
|
id: string;
|
|
@@ -275,6 +281,8 @@ export declare const HarnessStatusDto: z.ZodObject<{
|
|
|
275
281
|
tool_lists: boolean;
|
|
276
282
|
interactive: boolean;
|
|
277
283
|
json_schema_output: boolean;
|
|
284
|
+
work_report_transport: "constrained" | "validated" | "unsupported";
|
|
285
|
+
structured_output_channel: "side_tool" | "final_message";
|
|
278
286
|
effort_levels: ("low" | "medium" | "high" | "xhigh" | "max")[];
|
|
279
287
|
known_models: (string | {
|
|
280
288
|
id: string;
|
|
@@ -305,6 +313,8 @@ export declare const HarnessStatusDto: z.ZodObject<{
|
|
|
305
313
|
tool_lists?: boolean | undefined;
|
|
306
314
|
interactive?: boolean | undefined;
|
|
307
315
|
json_schema_output?: boolean | undefined;
|
|
316
|
+
work_report_transport?: "constrained" | "validated" | "unsupported" | undefined;
|
|
317
|
+
structured_output_channel?: "side_tool" | "final_message" | undefined;
|
|
308
318
|
effort_levels?: ("low" | "medium" | "high" | "xhigh" | "max")[] | undefined;
|
|
309
319
|
known_models?: (string | {
|
|
310
320
|
id: string;
|
|
@@ -497,6 +507,8 @@ export declare const HarnessStatusDto: z.ZodObject<{
|
|
|
497
507
|
tool_lists: boolean;
|
|
498
508
|
interactive: boolean;
|
|
499
509
|
json_schema_output: boolean;
|
|
510
|
+
work_report_transport: "constrained" | "validated" | "unsupported";
|
|
511
|
+
structured_output_channel: "side_tool" | "final_message";
|
|
500
512
|
effort_levels: ("low" | "medium" | "high" | "xhigh" | "max")[];
|
|
501
513
|
known_models: (string | {
|
|
502
514
|
id: string;
|
|
@@ -545,6 +557,8 @@ export declare const HarnessStatusDto: z.ZodObject<{
|
|
|
545
557
|
tool_lists?: boolean | undefined;
|
|
546
558
|
interactive?: boolean | undefined;
|
|
547
559
|
json_schema_output?: boolean | undefined;
|
|
560
|
+
work_report_transport?: "constrained" | "validated" | "unsupported" | undefined;
|
|
561
|
+
structured_output_channel?: "side_tool" | "final_message" | undefined;
|
|
548
562
|
effort_levels?: ("low" | "medium" | "high" | "xhigh" | "max")[] | undefined;
|
|
549
563
|
known_models?: (string | {
|
|
550
564
|
id: string;
|
package/dist/readiness.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"readiness.d.ts","sourceRoot":"","sources":["../src/readiness.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB;;;;;;;GAOG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;EAgB2C,CAAC;AAC1E,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAElE,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"readiness.d.ts","sourceRoot":"","sources":["../src/readiness.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB;;;;;;;GAOG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;EAgB2C,CAAC;AAC1E,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAElE,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAWzB;;;yEAGqE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAmBrE;2EACuE;;;;;;;;;;;;;;;;;;;;IAKvE,+DAA+D;;IAM/D;;qDAEiD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkBlD,CAAC;AACJ,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC"}
|
package/dist/recovery.d.ts
CHANGED
|
@@ -59,7 +59,6 @@ export declare const ControlJournalRecoveryState: z.ZodDiscriminatedUnion<"statu
|
|
|
59
59
|
}, "strict", z.ZodTypeAny, {
|
|
60
60
|
status: "recovery_required";
|
|
61
61
|
reason: string;
|
|
62
|
-
discardedTailBytes: number;
|
|
63
62
|
location: {
|
|
64
63
|
kind: "byte";
|
|
65
64
|
byteOffset: number;
|
|
@@ -68,10 +67,10 @@ export declare const ControlJournalRecoveryState: z.ZodDiscriminatedUnion<"statu
|
|
|
68
67
|
seq: number;
|
|
69
68
|
epoch: string;
|
|
70
69
|
};
|
|
70
|
+
discardedTailBytes: number;
|
|
71
71
|
}, {
|
|
72
72
|
status: "recovery_required";
|
|
73
73
|
reason: string;
|
|
74
|
-
discardedTailBytes: number;
|
|
75
74
|
location: {
|
|
76
75
|
kind: "byte";
|
|
77
76
|
byteOffset: number;
|
|
@@ -80,6 +79,7 @@ export declare const ControlJournalRecoveryState: z.ZodDiscriminatedUnion<"statu
|
|
|
80
79
|
seq: number;
|
|
81
80
|
epoch: string;
|
|
82
81
|
};
|
|
82
|
+
discardedTailBytes: number;
|
|
83
83
|
}>]>;
|
|
84
84
|
export declare const ControlJournalInspection: z.ZodEffects<z.ZodObject<{
|
|
85
85
|
readonly schemaVersion: z.ZodLiteral<1>;
|
|
@@ -124,7 +124,6 @@ export declare const ControlJournalInspection: z.ZodEffects<z.ZodObject<{
|
|
|
124
124
|
}, "strict", z.ZodTypeAny, {
|
|
125
125
|
status: "recovery_required";
|
|
126
126
|
reason: string;
|
|
127
|
-
discardedTailBytes: number;
|
|
128
127
|
location: {
|
|
129
128
|
kind: "byte";
|
|
130
129
|
byteOffset: number;
|
|
@@ -133,10 +132,10 @@ export declare const ControlJournalInspection: z.ZodEffects<z.ZodObject<{
|
|
|
133
132
|
seq: number;
|
|
134
133
|
epoch: string;
|
|
135
134
|
};
|
|
135
|
+
discardedTailBytes: number;
|
|
136
136
|
}, {
|
|
137
137
|
status: "recovery_required";
|
|
138
138
|
reason: string;
|
|
139
|
-
discardedTailBytes: number;
|
|
140
139
|
location: {
|
|
141
140
|
kind: "byte";
|
|
142
141
|
byteOffset: number;
|
|
@@ -145,6 +144,7 @@ export declare const ControlJournalInspection: z.ZodEffects<z.ZodObject<{
|
|
|
145
144
|
seq: number;
|
|
146
145
|
epoch: string;
|
|
147
146
|
};
|
|
147
|
+
discardedTailBytes: number;
|
|
148
148
|
}>]>;
|
|
149
149
|
readonly fingerprint: z.ZodString;
|
|
150
150
|
readonly observedAt: z.ZodString;
|
|
@@ -160,7 +160,6 @@ export declare const ControlJournalInspection: z.ZodEffects<z.ZodObject<{
|
|
|
160
160
|
} | {
|
|
161
161
|
status: "recovery_required";
|
|
162
162
|
reason: string;
|
|
163
|
-
discardedTailBytes: number;
|
|
164
163
|
location: {
|
|
165
164
|
kind: "byte";
|
|
166
165
|
byteOffset: number;
|
|
@@ -169,6 +168,7 @@ export declare const ControlJournalInspection: z.ZodEffects<z.ZodObject<{
|
|
|
169
168
|
seq: number;
|
|
170
169
|
epoch: string;
|
|
171
170
|
};
|
|
171
|
+
discardedTailBytes: number;
|
|
172
172
|
};
|
|
173
173
|
partition: string;
|
|
174
174
|
generation: number;
|
|
@@ -184,7 +184,6 @@ export declare const ControlJournalInspection: z.ZodEffects<z.ZodObject<{
|
|
|
184
184
|
} | {
|
|
185
185
|
status: "recovery_required";
|
|
186
186
|
reason: string;
|
|
187
|
-
discardedTailBytes: number;
|
|
188
187
|
location: {
|
|
189
188
|
kind: "byte";
|
|
190
189
|
byteOffset: number;
|
|
@@ -193,6 +192,7 @@ export declare const ControlJournalInspection: z.ZodEffects<z.ZodObject<{
|
|
|
193
192
|
seq: number;
|
|
194
193
|
epoch: string;
|
|
195
194
|
};
|
|
195
|
+
discardedTailBytes: number;
|
|
196
196
|
};
|
|
197
197
|
partition: string;
|
|
198
198
|
generation: number;
|
|
@@ -208,7 +208,6 @@ export declare const ControlJournalInspection: z.ZodEffects<z.ZodObject<{
|
|
|
208
208
|
} | {
|
|
209
209
|
status: "recovery_required";
|
|
210
210
|
reason: string;
|
|
211
|
-
discardedTailBytes: number;
|
|
212
211
|
location: {
|
|
213
212
|
kind: "byte";
|
|
214
213
|
byteOffset: number;
|
|
@@ -217,6 +216,7 @@ export declare const ControlJournalInspection: z.ZodEffects<z.ZodObject<{
|
|
|
217
216
|
seq: number;
|
|
218
217
|
epoch: string;
|
|
219
218
|
};
|
|
219
|
+
discardedTailBytes: number;
|
|
220
220
|
};
|
|
221
221
|
partition: string;
|
|
222
222
|
generation: number;
|
|
@@ -232,7 +232,6 @@ export declare const ControlJournalInspection: z.ZodEffects<z.ZodObject<{
|
|
|
232
232
|
} | {
|
|
233
233
|
status: "recovery_required";
|
|
234
234
|
reason: string;
|
|
235
|
-
discardedTailBytes: number;
|
|
236
235
|
location: {
|
|
237
236
|
kind: "byte";
|
|
238
237
|
byteOffset: number;
|
|
@@ -241,6 +240,7 @@ export declare const ControlJournalInspection: z.ZodEffects<z.ZodObject<{
|
|
|
241
240
|
seq: number;
|
|
242
241
|
epoch: string;
|
|
243
242
|
};
|
|
243
|
+
discardedTailBytes: number;
|
|
244
244
|
};
|
|
245
245
|
partition: string;
|
|
246
246
|
generation: number;
|
|
@@ -303,7 +303,6 @@ export declare const ControlJournalValidation: z.ZodEffects<z.ZodObject<{
|
|
|
303
303
|
}, "strict", z.ZodTypeAny, {
|
|
304
304
|
status: "recovery_required";
|
|
305
305
|
reason: string;
|
|
306
|
-
discardedTailBytes: number;
|
|
307
306
|
location: {
|
|
308
307
|
kind: "byte";
|
|
309
308
|
byteOffset: number;
|
|
@@ -312,10 +311,10 @@ export declare const ControlJournalValidation: z.ZodEffects<z.ZodObject<{
|
|
|
312
311
|
seq: number;
|
|
313
312
|
epoch: string;
|
|
314
313
|
};
|
|
314
|
+
discardedTailBytes: number;
|
|
315
315
|
}, {
|
|
316
316
|
status: "recovery_required";
|
|
317
317
|
reason: string;
|
|
318
|
-
discardedTailBytes: number;
|
|
319
318
|
location: {
|
|
320
319
|
kind: "byte";
|
|
321
320
|
byteOffset: number;
|
|
@@ -324,6 +323,7 @@ export declare const ControlJournalValidation: z.ZodEffects<z.ZodObject<{
|
|
|
324
323
|
seq: number;
|
|
325
324
|
epoch: string;
|
|
326
325
|
};
|
|
326
|
+
discardedTailBytes: number;
|
|
327
327
|
}>]>;
|
|
328
328
|
fingerprint: z.ZodString;
|
|
329
329
|
observedAt: z.ZodString;
|
|
@@ -339,7 +339,6 @@ export declare const ControlJournalValidation: z.ZodEffects<z.ZodObject<{
|
|
|
339
339
|
} | {
|
|
340
340
|
status: "recovery_required";
|
|
341
341
|
reason: string;
|
|
342
|
-
discardedTailBytes: number;
|
|
343
342
|
location: {
|
|
344
343
|
kind: "byte";
|
|
345
344
|
byteOffset: number;
|
|
@@ -348,6 +347,7 @@ export declare const ControlJournalValidation: z.ZodEffects<z.ZodObject<{
|
|
|
348
347
|
seq: number;
|
|
349
348
|
epoch: string;
|
|
350
349
|
};
|
|
350
|
+
discardedTailBytes: number;
|
|
351
351
|
};
|
|
352
352
|
partition: string;
|
|
353
353
|
generation: number;
|
|
@@ -368,7 +368,6 @@ export declare const ControlJournalValidation: z.ZodEffects<z.ZodObject<{
|
|
|
368
368
|
} | {
|
|
369
369
|
status: "recovery_required";
|
|
370
370
|
reason: string;
|
|
371
|
-
discardedTailBytes: number;
|
|
372
371
|
location: {
|
|
373
372
|
kind: "byte";
|
|
374
373
|
byteOffset: number;
|
|
@@ -377,6 +376,7 @@ export declare const ControlJournalValidation: z.ZodEffects<z.ZodObject<{
|
|
|
377
376
|
seq: number;
|
|
378
377
|
epoch: string;
|
|
379
378
|
};
|
|
379
|
+
discardedTailBytes: number;
|
|
380
380
|
};
|
|
381
381
|
partition: string;
|
|
382
382
|
generation: number;
|
|
@@ -397,7 +397,6 @@ export declare const ControlJournalValidation: z.ZodEffects<z.ZodObject<{
|
|
|
397
397
|
} | {
|
|
398
398
|
status: "recovery_required";
|
|
399
399
|
reason: string;
|
|
400
|
-
discardedTailBytes: number;
|
|
401
400
|
location: {
|
|
402
401
|
kind: "byte";
|
|
403
402
|
byteOffset: number;
|
|
@@ -406,6 +405,7 @@ export declare const ControlJournalValidation: z.ZodEffects<z.ZodObject<{
|
|
|
406
405
|
seq: number;
|
|
407
406
|
epoch: string;
|
|
408
407
|
};
|
|
408
|
+
discardedTailBytes: number;
|
|
409
409
|
};
|
|
410
410
|
partition: string;
|
|
411
411
|
generation: number;
|
|
@@ -426,7 +426,6 @@ export declare const ControlJournalValidation: z.ZodEffects<z.ZodObject<{
|
|
|
426
426
|
} | {
|
|
427
427
|
status: "recovery_required";
|
|
428
428
|
reason: string;
|
|
429
|
-
discardedTailBytes: number;
|
|
430
429
|
location: {
|
|
431
430
|
kind: "byte";
|
|
432
431
|
byteOffset: number;
|
|
@@ -435,6 +434,7 @@ export declare const ControlJournalValidation: z.ZodEffects<z.ZodObject<{
|
|
|
435
434
|
seq: number;
|
|
436
435
|
epoch: string;
|
|
437
436
|
};
|
|
437
|
+
discardedTailBytes: number;
|
|
438
438
|
};
|
|
439
439
|
partition: string;
|
|
440
440
|
generation: number;
|
package/dist/review.d.ts
CHANGED
|
@@ -145,13 +145,13 @@ export declare const ReviewFinding: z.ZodObject<{
|
|
|
145
145
|
observed_model: string | null;
|
|
146
146
|
requested_model: string | null;
|
|
147
147
|
requested_effort: string | null;
|
|
148
|
-
route_proof_status: "
|
|
148
|
+
route_proof_status: "verified" | "unverified" | "accepted_model_arg" | "same_model_fallback";
|
|
149
149
|
}, {
|
|
150
150
|
harness_id: string;
|
|
151
151
|
observed_model?: string | null | undefined;
|
|
152
152
|
requested_model?: string | null | undefined;
|
|
153
153
|
requested_effort?: string | null | undefined;
|
|
154
|
-
route_proof_status?: "
|
|
154
|
+
route_proof_status?: "verified" | "unverified" | "accepted_model_arg" | "same_model_fallback" | undefined;
|
|
155
155
|
}>;
|
|
156
156
|
status: z.ZodDefault<z.ZodEnum<["proposed", "accepted", "rebutted", "fixed", "accepted_risk", "duplicate", "stale", "out_of_scope", "insufficient_evidence"]>>;
|
|
157
157
|
revalidation_note: z.ZodOptional<z.ZodString>;
|
|
@@ -160,8 +160,6 @@ export declare const ReviewFinding: z.ZodObject<{
|
|
|
160
160
|
id: string;
|
|
161
161
|
category: "correctness" | "regression" | "security" | "performance" | "maintainability" | "test_gap" | "spec_gap" | "deploy" | "architecture" | "ux";
|
|
162
162
|
severity: "BLOCK" | "FIX_FIRST" | "WARN" | "NIT" | "OUT_OF_SCOPE" | "INSUFFICIENT_EVIDENCE" | "NEEDS_HUMAN";
|
|
163
|
-
claim: string;
|
|
164
|
-
linked_acceptance_criteria: string[];
|
|
165
163
|
evidence: {
|
|
166
164
|
files: {
|
|
167
165
|
path: string;
|
|
@@ -175,13 +173,15 @@ export declare const ReviewFinding: z.ZodObject<{
|
|
|
175
173
|
path: string;
|
|
176
174
|
}[];
|
|
177
175
|
};
|
|
176
|
+
claim: string;
|
|
177
|
+
linked_acceptance_criteria: string[];
|
|
178
178
|
proposed_fix: string | null;
|
|
179
179
|
reviewer: {
|
|
180
180
|
harness_id: string;
|
|
181
181
|
observed_model: string | null;
|
|
182
182
|
requested_model: string | null;
|
|
183
183
|
requested_effort: string | null;
|
|
184
|
-
route_proof_status: "
|
|
184
|
+
route_proof_status: "verified" | "unverified" | "accepted_model_arg" | "same_model_fallback";
|
|
185
185
|
};
|
|
186
186
|
revalidation_note?: string | undefined;
|
|
187
187
|
}, {
|
|
@@ -194,10 +194,9 @@ export declare const ReviewFinding: z.ZodObject<{
|
|
|
194
194
|
observed_model?: string | null | undefined;
|
|
195
195
|
requested_model?: string | null | undefined;
|
|
196
196
|
requested_effort?: string | null | undefined;
|
|
197
|
-
route_proof_status?: "
|
|
197
|
+
route_proof_status?: "verified" | "unverified" | "accepted_model_arg" | "same_model_fallback" | undefined;
|
|
198
198
|
};
|
|
199
199
|
status?: "stale" | "accepted" | "proposed" | "rebutted" | "fixed" | "accepted_risk" | "duplicate" | "out_of_scope" | "insufficient_evidence" | undefined;
|
|
200
|
-
linked_acceptance_criteria?: string[] | undefined;
|
|
201
200
|
evidence?: {
|
|
202
201
|
files?: {
|
|
203
202
|
path: string;
|
|
@@ -211,6 +210,7 @@ export declare const ReviewFinding: z.ZodObject<{
|
|
|
211
210
|
path: string;
|
|
212
211
|
}[] | undefined;
|
|
213
212
|
} | undefined;
|
|
213
|
+
linked_acceptance_criteria?: string[] | undefined;
|
|
214
214
|
proposed_fix?: string | null | undefined;
|
|
215
215
|
revalidation_note?: string | undefined;
|
|
216
216
|
}>;
|
package/dist/route.d.ts
CHANGED
|
@@ -37,7 +37,7 @@ export declare const RouteProof: z.ZodObject<{
|
|
|
37
37
|
diversity_against: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
38
38
|
status: z.ZodEnum<["verified", "accepted_model_arg", "unverified", "same_model_fallback"]>;
|
|
39
39
|
}, "strip", z.ZodTypeAny, {
|
|
40
|
-
status: "
|
|
40
|
+
status: "verified" | "unverified" | "accepted_model_arg" | "same_model_fallback";
|
|
41
41
|
requested: {
|
|
42
42
|
harness_id: string;
|
|
43
43
|
provider_family: "openai" | "anthropic" | "google" | "cursor" | "opencode" | "xai" | "local" | "unknown";
|
|
@@ -50,7 +50,7 @@ export declare const RouteProof: z.ZodObject<{
|
|
|
50
50
|
};
|
|
51
51
|
diversity_against: string[];
|
|
52
52
|
}, {
|
|
53
|
-
status: "
|
|
53
|
+
status: "verified" | "unverified" | "accepted_model_arg" | "same_model_fallback";
|
|
54
54
|
requested: {
|
|
55
55
|
harness_id: string;
|
|
56
56
|
provider_family: "openai" | "anthropic" | "google" | "cursor" | "opencode" | "xai" | "local" | "unknown";
|