@mmnto/totem 1.119.0 → 1.121.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/dist/compile-smoke-gate.d.ts +23 -0
- package/dist/compile-smoke-gate.d.ts.map +1 -1
- package/dist/compile-smoke-gate.js +139 -8
- package/dist/compile-smoke-gate.js.map +1 -1
- package/dist/compile-smoke-gate.test.js +431 -0
- package/dist/compile-smoke-gate.test.js.map +1 -1
- package/dist/config-schema.d.ts +52 -4
- package/dist/config-schema.d.ts.map +1 -1
- package/dist/config-schema.js +73 -4
- package/dist/config-schema.js.map +1 -1
- package/dist/config-schema.test.js +93 -1
- package/dist/config-schema.test.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/orchestration-resolver.d.ts.map +1 -1
- package/dist/orchestration-resolver.js +9 -2
- package/dist/orchestration-resolver.js.map +1 -1
- package/dist/orchestration-resolver.test.js +8 -0
- package/dist/orchestration-resolver.test.js.map +1 -1
- package/dist/recurrence-stats.d.ts +10 -10
- package/dist/spine/authored-rule.d.ts +18 -18
- package/dist/spine/authoring-ledger.d.ts +14 -14
- package/dist/spine/cert-corpus-seed.d.ts +6 -6
- package/dist/spine/ledgers.d.ts +62 -62
- package/dist/spine/windtunnel-lock.d.ts +16 -16
- package/package.json +1 -1
package/dist/spine/ledgers.d.ts
CHANGED
|
@@ -84,11 +84,11 @@ export declare const EmissionLedgerEntrySchema: z.ZodObject<{
|
|
|
84
84
|
kind?: "mined" | undefined;
|
|
85
85
|
};
|
|
86
86
|
unverified: true;
|
|
87
|
-
candidateRef: string;
|
|
88
87
|
classifierDisposition: "structural" | "behavioral";
|
|
89
88
|
routing: "compile" | "rag-only";
|
|
90
89
|
classifierLedgerRef: string;
|
|
91
|
-
|
|
90
|
+
candidateRef: string;
|
|
91
|
+
sourceKind?: "bot" | "human" | "mixed" | undefined;
|
|
92
92
|
}, {
|
|
93
93
|
provenance: {
|
|
94
94
|
mergedPr: number;
|
|
@@ -97,11 +97,11 @@ export declare const EmissionLedgerEntrySchema: z.ZodObject<{
|
|
|
97
97
|
kind?: "mined" | undefined;
|
|
98
98
|
};
|
|
99
99
|
unverified: true;
|
|
100
|
-
candidateRef: string;
|
|
101
100
|
classifierDisposition: "structural" | "behavioral";
|
|
102
101
|
routing: "compile" | "rag-only";
|
|
103
102
|
classifierLedgerRef: string;
|
|
104
|
-
|
|
103
|
+
candidateRef: string;
|
|
104
|
+
sourceKind?: "bot" | "human" | "mixed" | undefined;
|
|
105
105
|
}>;
|
|
106
106
|
export type EmissionLedgerEntry = z.infer<typeof EmissionLedgerEntrySchema>;
|
|
107
107
|
export declare const EmissionLedgerSchema: z.ZodObject<{
|
|
@@ -142,11 +142,11 @@ export declare const EmissionLedgerSchema: z.ZodObject<{
|
|
|
142
142
|
kind?: "mined" | undefined;
|
|
143
143
|
};
|
|
144
144
|
unverified: true;
|
|
145
|
-
candidateRef: string;
|
|
146
145
|
classifierDisposition: "structural" | "behavioral";
|
|
147
146
|
routing: "compile" | "rag-only";
|
|
148
147
|
classifierLedgerRef: string;
|
|
149
|
-
|
|
148
|
+
candidateRef: string;
|
|
149
|
+
sourceKind?: "bot" | "human" | "mixed" | undefined;
|
|
150
150
|
}, {
|
|
151
151
|
provenance: {
|
|
152
152
|
mergedPr: number;
|
|
@@ -155,11 +155,11 @@ export declare const EmissionLedgerSchema: z.ZodObject<{
|
|
|
155
155
|
kind?: "mined" | undefined;
|
|
156
156
|
};
|
|
157
157
|
unverified: true;
|
|
158
|
-
candidateRef: string;
|
|
159
158
|
classifierDisposition: "structural" | "behavioral";
|
|
160
159
|
routing: "compile" | "rag-only";
|
|
161
160
|
classifierLedgerRef: string;
|
|
162
|
-
|
|
161
|
+
candidateRef: string;
|
|
162
|
+
sourceKind?: "bot" | "human" | "mixed" | undefined;
|
|
163
163
|
}>, "many">;
|
|
164
164
|
/**
|
|
165
165
|
* Run-level seed-blindness attestation (§7). `false` = no seed class was
|
|
@@ -181,11 +181,11 @@ export declare const EmissionLedgerSchema: z.ZodObject<{
|
|
|
181
181
|
kind?: "mined" | undefined;
|
|
182
182
|
};
|
|
183
183
|
unverified: true;
|
|
184
|
-
candidateRef: string;
|
|
185
184
|
classifierDisposition: "structural" | "behavioral";
|
|
186
185
|
routing: "compile" | "rag-only";
|
|
187
186
|
classifierLedgerRef: string;
|
|
188
|
-
|
|
187
|
+
candidateRef: string;
|
|
188
|
+
sourceKind?: "bot" | "human" | "mixed" | undefined;
|
|
189
189
|
}[];
|
|
190
190
|
extractionInputsAttestation: {
|
|
191
191
|
seedClassesProvided: boolean;
|
|
@@ -199,11 +199,11 @@ export declare const EmissionLedgerSchema: z.ZodObject<{
|
|
|
199
199
|
kind?: "mined" | undefined;
|
|
200
200
|
};
|
|
201
201
|
unverified: true;
|
|
202
|
-
candidateRef: string;
|
|
203
202
|
classifierDisposition: "structural" | "behavioral";
|
|
204
203
|
routing: "compile" | "rag-only";
|
|
205
204
|
classifierLedgerRef: string;
|
|
206
|
-
|
|
205
|
+
candidateRef: string;
|
|
206
|
+
sourceKind?: "bot" | "human" | "mixed" | undefined;
|
|
207
207
|
}[];
|
|
208
208
|
extractionInputsAttestation: {
|
|
209
209
|
seedClassesProvided: boolean;
|
|
@@ -264,15 +264,15 @@ export declare const DropLedgerEntrySchema: z.ZodObject<{
|
|
|
264
264
|
*/
|
|
265
265
|
sourceKind: z.ZodOptional<z.ZodEnum<["human", "bot", "mixed"]>>;
|
|
266
266
|
}, "strip", z.ZodTypeAny, {
|
|
267
|
-
reasonCode: "truncated" | "
|
|
267
|
+
reasonCode: "truncated" | "unreachable" | "unparseable" | "incomplete-provenance" | "outdated-rejected" | "no-draft";
|
|
268
268
|
sourcePr: number;
|
|
269
|
-
sourceKind?: "bot" | "
|
|
269
|
+
sourceKind?: "bot" | "human" | "mixed" | undefined;
|
|
270
270
|
detail?: string | undefined;
|
|
271
271
|
noDraftCause?: "legacy-unknown" | "invoke-error" | "empty-output" | "none-sentinel" | "unparseable-shape" | "non-array" | "all-filtered" | undefined;
|
|
272
272
|
}, {
|
|
273
|
-
reasonCode: "truncated" | "
|
|
273
|
+
reasonCode: "truncated" | "unreachable" | "unparseable" | "incomplete-provenance" | "outdated-rejected" | "no-draft";
|
|
274
274
|
sourcePr: number;
|
|
275
|
-
sourceKind?: "bot" | "
|
|
275
|
+
sourceKind?: "bot" | "human" | "mixed" | undefined;
|
|
276
276
|
detail?: string | undefined;
|
|
277
277
|
noDraftCause?: "legacy-unknown" | "invoke-error" | "empty-output" | "none-sentinel" | "unparseable-shape" | "non-array" | "all-filtered" | undefined;
|
|
278
278
|
}>;
|
|
@@ -304,31 +304,31 @@ export declare const DropLedgerSchema: z.ZodObject<{
|
|
|
304
304
|
*/
|
|
305
305
|
sourceKind: z.ZodOptional<z.ZodEnum<["human", "bot", "mixed"]>>;
|
|
306
306
|
}, "strip", z.ZodTypeAny, {
|
|
307
|
-
reasonCode: "truncated" | "
|
|
307
|
+
reasonCode: "truncated" | "unreachable" | "unparseable" | "incomplete-provenance" | "outdated-rejected" | "no-draft";
|
|
308
308
|
sourcePr: number;
|
|
309
|
-
sourceKind?: "bot" | "
|
|
309
|
+
sourceKind?: "bot" | "human" | "mixed" | undefined;
|
|
310
310
|
detail?: string | undefined;
|
|
311
311
|
noDraftCause?: "legacy-unknown" | "invoke-error" | "empty-output" | "none-sentinel" | "unparseable-shape" | "non-array" | "all-filtered" | undefined;
|
|
312
312
|
}, {
|
|
313
|
-
reasonCode: "truncated" | "
|
|
313
|
+
reasonCode: "truncated" | "unreachable" | "unparseable" | "incomplete-provenance" | "outdated-rejected" | "no-draft";
|
|
314
314
|
sourcePr: number;
|
|
315
|
-
sourceKind?: "bot" | "
|
|
315
|
+
sourceKind?: "bot" | "human" | "mixed" | undefined;
|
|
316
316
|
detail?: string | undefined;
|
|
317
317
|
noDraftCause?: "legacy-unknown" | "invoke-error" | "empty-output" | "none-sentinel" | "unparseable-shape" | "non-array" | "all-filtered" | undefined;
|
|
318
318
|
}>, "many">;
|
|
319
319
|
}, "strip", z.ZodTypeAny, {
|
|
320
320
|
entries: {
|
|
321
|
-
reasonCode: "truncated" | "
|
|
321
|
+
reasonCode: "truncated" | "unreachable" | "unparseable" | "incomplete-provenance" | "outdated-rejected" | "no-draft";
|
|
322
322
|
sourcePr: number;
|
|
323
|
-
sourceKind?: "bot" | "
|
|
323
|
+
sourceKind?: "bot" | "human" | "mixed" | undefined;
|
|
324
324
|
detail?: string | undefined;
|
|
325
325
|
noDraftCause?: "legacy-unknown" | "invoke-error" | "empty-output" | "none-sentinel" | "unparseable-shape" | "non-array" | "all-filtered" | undefined;
|
|
326
326
|
}[];
|
|
327
327
|
}, {
|
|
328
328
|
entries: {
|
|
329
|
-
reasonCode: "truncated" | "
|
|
329
|
+
reasonCode: "truncated" | "unreachable" | "unparseable" | "incomplete-provenance" | "outdated-rejected" | "no-draft";
|
|
330
330
|
sourcePr: number;
|
|
331
|
-
sourceKind?: "bot" | "
|
|
331
|
+
sourceKind?: "bot" | "human" | "mixed" | undefined;
|
|
332
332
|
detail?: string | undefined;
|
|
333
333
|
noDraftCause?: "legacy-unknown" | "invoke-error" | "empty-output" | "none-sentinel" | "unparseable-shape" | "non-array" | "all-filtered" | undefined;
|
|
334
334
|
}[];
|
|
@@ -734,11 +734,11 @@ export declare const MinerLedgersSchema: z.ZodObject<{
|
|
|
734
734
|
kind?: "mined" | undefined;
|
|
735
735
|
};
|
|
736
736
|
unverified: true;
|
|
737
|
-
candidateRef: string;
|
|
738
737
|
classifierDisposition: "structural" | "behavioral";
|
|
739
738
|
routing: "compile" | "rag-only";
|
|
740
739
|
classifierLedgerRef: string;
|
|
741
|
-
|
|
740
|
+
candidateRef: string;
|
|
741
|
+
sourceKind?: "bot" | "human" | "mixed" | undefined;
|
|
742
742
|
}, {
|
|
743
743
|
provenance: {
|
|
744
744
|
mergedPr: number;
|
|
@@ -747,11 +747,11 @@ export declare const MinerLedgersSchema: z.ZodObject<{
|
|
|
747
747
|
kind?: "mined" | undefined;
|
|
748
748
|
};
|
|
749
749
|
unverified: true;
|
|
750
|
-
candidateRef: string;
|
|
751
750
|
classifierDisposition: "structural" | "behavioral";
|
|
752
751
|
routing: "compile" | "rag-only";
|
|
753
752
|
classifierLedgerRef: string;
|
|
754
|
-
|
|
753
|
+
candidateRef: string;
|
|
754
|
+
sourceKind?: "bot" | "human" | "mixed" | undefined;
|
|
755
755
|
}>, "many">;
|
|
756
756
|
/**
|
|
757
757
|
* Run-level seed-blindness attestation (§7). `false` = no seed class was
|
|
@@ -773,11 +773,11 @@ export declare const MinerLedgersSchema: z.ZodObject<{
|
|
|
773
773
|
kind?: "mined" | undefined;
|
|
774
774
|
};
|
|
775
775
|
unverified: true;
|
|
776
|
-
candidateRef: string;
|
|
777
776
|
classifierDisposition: "structural" | "behavioral";
|
|
778
777
|
routing: "compile" | "rag-only";
|
|
779
778
|
classifierLedgerRef: string;
|
|
780
|
-
|
|
779
|
+
candidateRef: string;
|
|
780
|
+
sourceKind?: "bot" | "human" | "mixed" | undefined;
|
|
781
781
|
}[];
|
|
782
782
|
extractionInputsAttestation: {
|
|
783
783
|
seedClassesProvided: boolean;
|
|
@@ -791,11 +791,11 @@ export declare const MinerLedgersSchema: z.ZodObject<{
|
|
|
791
791
|
kind?: "mined" | undefined;
|
|
792
792
|
};
|
|
793
793
|
unverified: true;
|
|
794
|
-
candidateRef: string;
|
|
795
794
|
classifierDisposition: "structural" | "behavioral";
|
|
796
795
|
routing: "compile" | "rag-only";
|
|
797
796
|
classifierLedgerRef: string;
|
|
798
|
-
|
|
797
|
+
candidateRef: string;
|
|
798
|
+
sourceKind?: "bot" | "human" | "mixed" | undefined;
|
|
799
799
|
}[];
|
|
800
800
|
extractionInputsAttestation: {
|
|
801
801
|
seedClassesProvided: boolean;
|
|
@@ -828,31 +828,31 @@ export declare const MinerLedgersSchema: z.ZodObject<{
|
|
|
828
828
|
*/
|
|
829
829
|
sourceKind: z.ZodOptional<z.ZodEnum<["human", "bot", "mixed"]>>;
|
|
830
830
|
}, "strip", z.ZodTypeAny, {
|
|
831
|
-
reasonCode: "truncated" | "
|
|
831
|
+
reasonCode: "truncated" | "unreachable" | "unparseable" | "incomplete-provenance" | "outdated-rejected" | "no-draft";
|
|
832
832
|
sourcePr: number;
|
|
833
|
-
sourceKind?: "bot" | "
|
|
833
|
+
sourceKind?: "bot" | "human" | "mixed" | undefined;
|
|
834
834
|
detail?: string | undefined;
|
|
835
835
|
noDraftCause?: "legacy-unknown" | "invoke-error" | "empty-output" | "none-sentinel" | "unparseable-shape" | "non-array" | "all-filtered" | undefined;
|
|
836
836
|
}, {
|
|
837
|
-
reasonCode: "truncated" | "
|
|
837
|
+
reasonCode: "truncated" | "unreachable" | "unparseable" | "incomplete-provenance" | "outdated-rejected" | "no-draft";
|
|
838
838
|
sourcePr: number;
|
|
839
|
-
sourceKind?: "bot" | "
|
|
839
|
+
sourceKind?: "bot" | "human" | "mixed" | undefined;
|
|
840
840
|
detail?: string | undefined;
|
|
841
841
|
noDraftCause?: "legacy-unknown" | "invoke-error" | "empty-output" | "none-sentinel" | "unparseable-shape" | "non-array" | "all-filtered" | undefined;
|
|
842
842
|
}>, "many">;
|
|
843
843
|
}, "strip", z.ZodTypeAny, {
|
|
844
844
|
entries: {
|
|
845
|
-
reasonCode: "truncated" | "
|
|
845
|
+
reasonCode: "truncated" | "unreachable" | "unparseable" | "incomplete-provenance" | "outdated-rejected" | "no-draft";
|
|
846
846
|
sourcePr: number;
|
|
847
|
-
sourceKind?: "bot" | "
|
|
847
|
+
sourceKind?: "bot" | "human" | "mixed" | undefined;
|
|
848
848
|
detail?: string | undefined;
|
|
849
849
|
noDraftCause?: "legacy-unknown" | "invoke-error" | "empty-output" | "none-sentinel" | "unparseable-shape" | "non-array" | "all-filtered" | undefined;
|
|
850
850
|
}[];
|
|
851
851
|
}, {
|
|
852
852
|
entries: {
|
|
853
|
-
reasonCode: "truncated" | "
|
|
853
|
+
reasonCode: "truncated" | "unreachable" | "unparseable" | "incomplete-provenance" | "outdated-rejected" | "no-draft";
|
|
854
854
|
sourcePr: number;
|
|
855
|
-
sourceKind?: "bot" | "
|
|
855
|
+
sourceKind?: "bot" | "human" | "mixed" | undefined;
|
|
856
856
|
detail?: string | undefined;
|
|
857
857
|
noDraftCause?: "legacy-unknown" | "invoke-error" | "empty-output" | "none-sentinel" | "unparseable-shape" | "non-array" | "all-filtered" | undefined;
|
|
858
858
|
}[];
|
|
@@ -1171,15 +1171,6 @@ export declare const MinerLedgersSchema: z.ZodObject<{
|
|
|
1171
1171
|
mergeCommit: string;
|
|
1172
1172
|
}[];
|
|
1173
1173
|
};
|
|
1174
|
-
drop: {
|
|
1175
|
-
entries: {
|
|
1176
|
-
reasonCode: "truncated" | "unparseable" | "unreachable" | "incomplete-provenance" | "outdated-rejected" | "no-draft";
|
|
1177
|
-
sourcePr: number;
|
|
1178
|
-
sourceKind?: "bot" | "mixed" | "human" | undefined;
|
|
1179
|
-
detail?: string | undefined;
|
|
1180
|
-
noDraftCause?: "legacy-unknown" | "invoke-error" | "empty-output" | "none-sentinel" | "unparseable-shape" | "non-array" | "all-filtered" | undefined;
|
|
1181
|
-
}[];
|
|
1182
|
-
};
|
|
1183
1174
|
emission: {
|
|
1184
1175
|
entries: {
|
|
1185
1176
|
provenance: {
|
|
@@ -1189,16 +1180,25 @@ export declare const MinerLedgersSchema: z.ZodObject<{
|
|
|
1189
1180
|
kind?: "mined" | undefined;
|
|
1190
1181
|
};
|
|
1191
1182
|
unverified: true;
|
|
1192
|
-
candidateRef: string;
|
|
1193
1183
|
classifierDisposition: "structural" | "behavioral";
|
|
1194
1184
|
routing: "compile" | "rag-only";
|
|
1195
1185
|
classifierLedgerRef: string;
|
|
1196
|
-
|
|
1186
|
+
candidateRef: string;
|
|
1187
|
+
sourceKind?: "bot" | "human" | "mixed" | undefined;
|
|
1197
1188
|
}[];
|
|
1198
1189
|
extractionInputsAttestation: {
|
|
1199
1190
|
seedClassesProvided: boolean;
|
|
1200
1191
|
};
|
|
1201
1192
|
};
|
|
1193
|
+
drop: {
|
|
1194
|
+
entries: {
|
|
1195
|
+
reasonCode: "truncated" | "unreachable" | "unparseable" | "incomplete-provenance" | "outdated-rejected" | "no-draft";
|
|
1196
|
+
sourcePr: number;
|
|
1197
|
+
sourceKind?: "bot" | "human" | "mixed" | undefined;
|
|
1198
|
+
detail?: string | undefined;
|
|
1199
|
+
noDraftCause?: "legacy-unknown" | "invoke-error" | "empty-output" | "none-sentinel" | "unparseable-shape" | "non-array" | "all-filtered" | undefined;
|
|
1200
|
+
}[];
|
|
1201
|
+
};
|
|
1202
1202
|
classifier: {
|
|
1203
1203
|
entries: {
|
|
1204
1204
|
disposition: "structural" | "behavioral";
|
|
@@ -1237,15 +1237,6 @@ export declare const MinerLedgersSchema: z.ZodObject<{
|
|
|
1237
1237
|
mergeCommit: string;
|
|
1238
1238
|
}[];
|
|
1239
1239
|
};
|
|
1240
|
-
drop: {
|
|
1241
|
-
entries: {
|
|
1242
|
-
reasonCode: "truncated" | "unparseable" | "unreachable" | "incomplete-provenance" | "outdated-rejected" | "no-draft";
|
|
1243
|
-
sourcePr: number;
|
|
1244
|
-
sourceKind?: "bot" | "mixed" | "human" | undefined;
|
|
1245
|
-
detail?: string | undefined;
|
|
1246
|
-
noDraftCause?: "legacy-unknown" | "invoke-error" | "empty-output" | "none-sentinel" | "unparseable-shape" | "non-array" | "all-filtered" | undefined;
|
|
1247
|
-
}[];
|
|
1248
|
-
};
|
|
1249
1240
|
emission: {
|
|
1250
1241
|
entries: {
|
|
1251
1242
|
provenance: {
|
|
@@ -1255,16 +1246,25 @@ export declare const MinerLedgersSchema: z.ZodObject<{
|
|
|
1255
1246
|
kind?: "mined" | undefined;
|
|
1256
1247
|
};
|
|
1257
1248
|
unverified: true;
|
|
1258
|
-
candidateRef: string;
|
|
1259
1249
|
classifierDisposition: "structural" | "behavioral";
|
|
1260
1250
|
routing: "compile" | "rag-only";
|
|
1261
1251
|
classifierLedgerRef: string;
|
|
1262
|
-
|
|
1252
|
+
candidateRef: string;
|
|
1253
|
+
sourceKind?: "bot" | "human" | "mixed" | undefined;
|
|
1263
1254
|
}[];
|
|
1264
1255
|
extractionInputsAttestation: {
|
|
1265
1256
|
seedClassesProvided: boolean;
|
|
1266
1257
|
};
|
|
1267
1258
|
};
|
|
1259
|
+
drop: {
|
|
1260
|
+
entries: {
|
|
1261
|
+
reasonCode: "truncated" | "unreachable" | "unparseable" | "incomplete-provenance" | "outdated-rejected" | "no-draft";
|
|
1262
|
+
sourcePr: number;
|
|
1263
|
+
sourceKind?: "bot" | "human" | "mixed" | undefined;
|
|
1264
|
+
detail?: string | undefined;
|
|
1265
|
+
noDraftCause?: "legacy-unknown" | "invoke-error" | "empty-output" | "none-sentinel" | "unparseable-shape" | "non-array" | "all-filtered" | undefined;
|
|
1266
|
+
}[];
|
|
1267
|
+
};
|
|
1268
1268
|
classifier: {
|
|
1269
1269
|
entries: {
|
|
1270
1270
|
disposition: "structural" | "behavioral";
|
|
@@ -57,9 +57,9 @@ export declare const WindtunnelLockSchema: z.ZodEffects<z.ZodObject<{
|
|
|
57
57
|
excludeRevertPairs: z.ZodDefault<z.ZodBoolean>;
|
|
58
58
|
excludeBotPrs: z.ZodDefault<z.ZodBoolean>;
|
|
59
59
|
}, "strip", z.ZodTypeAny, {
|
|
60
|
-
state: string;
|
|
61
60
|
asOfCommit: string;
|
|
62
61
|
predicate: string;
|
|
62
|
+
state: string;
|
|
63
63
|
window: {
|
|
64
64
|
type: "all";
|
|
65
65
|
} | {
|
|
@@ -73,9 +73,9 @@ export declare const WindtunnelLockSchema: z.ZodEffects<z.ZodObject<{
|
|
|
73
73
|
includeGlobs: string[];
|
|
74
74
|
} | undefined;
|
|
75
75
|
}, {
|
|
76
|
-
state: string;
|
|
77
76
|
asOfCommit: string;
|
|
78
77
|
predicate: string;
|
|
78
|
+
state: string;
|
|
79
79
|
window: {
|
|
80
80
|
type: "all";
|
|
81
81
|
} | {
|
|
@@ -97,23 +97,23 @@ export declare const WindtunnelLockSchema: z.ZodEffects<z.ZodObject<{
|
|
|
97
97
|
diffSha: z.ZodOptional<z.ZodString>;
|
|
98
98
|
}, "strip", z.ZodTypeAny, {
|
|
99
99
|
pr: number;
|
|
100
|
-
headSha: string;
|
|
101
100
|
mergeCommit: string;
|
|
101
|
+
headSha: string;
|
|
102
102
|
baseSha: string;
|
|
103
103
|
diffSha?: string | undefined;
|
|
104
104
|
}, {
|
|
105
105
|
pr: number;
|
|
106
|
-
headSha: string;
|
|
107
106
|
mergeCommit: string;
|
|
107
|
+
headSha: string;
|
|
108
108
|
baseSha: string;
|
|
109
109
|
diffSha?: string | undefined;
|
|
110
110
|
}>, "many">;
|
|
111
111
|
}, "strip", z.ZodTypeAny, {
|
|
112
112
|
repo: string;
|
|
113
113
|
selectionRule: {
|
|
114
|
-
state: string;
|
|
115
114
|
asOfCommit: string;
|
|
116
115
|
predicate: string;
|
|
116
|
+
state: string;
|
|
117
117
|
window: {
|
|
118
118
|
type: "all";
|
|
119
119
|
} | {
|
|
@@ -129,17 +129,17 @@ export declare const WindtunnelLockSchema: z.ZodEffects<z.ZodObject<{
|
|
|
129
129
|
};
|
|
130
130
|
resolvedPrs: {
|
|
131
131
|
pr: number;
|
|
132
|
-
headSha: string;
|
|
133
132
|
mergeCommit: string;
|
|
133
|
+
headSha: string;
|
|
134
134
|
baseSha: string;
|
|
135
135
|
diffSha?: string | undefined;
|
|
136
136
|
}[];
|
|
137
137
|
}, {
|
|
138
138
|
repo: string;
|
|
139
139
|
selectionRule: {
|
|
140
|
-
state: string;
|
|
141
140
|
asOfCommit: string;
|
|
142
141
|
predicate: string;
|
|
142
|
+
state: string;
|
|
143
143
|
window: {
|
|
144
144
|
type: "all";
|
|
145
145
|
} | {
|
|
@@ -155,8 +155,8 @@ export declare const WindtunnelLockSchema: z.ZodEffects<z.ZodObject<{
|
|
|
155
155
|
};
|
|
156
156
|
resolvedPrs: {
|
|
157
157
|
pr: number;
|
|
158
|
-
headSha: string;
|
|
159
158
|
mergeCommit: string;
|
|
159
|
+
headSha: string;
|
|
160
160
|
baseSha: string;
|
|
161
161
|
diffSha?: string | undefined;
|
|
162
162
|
}[];
|
|
@@ -274,9 +274,9 @@ export declare const WindtunnelLockSchema: z.ZodEffects<z.ZodObject<{
|
|
|
274
274
|
corpus: {
|
|
275
275
|
repo: string;
|
|
276
276
|
selectionRule: {
|
|
277
|
-
state: string;
|
|
278
277
|
asOfCommit: string;
|
|
279
278
|
predicate: string;
|
|
279
|
+
state: string;
|
|
280
280
|
window: {
|
|
281
281
|
type: "all";
|
|
282
282
|
} | {
|
|
@@ -292,8 +292,8 @@ export declare const WindtunnelLockSchema: z.ZodEffects<z.ZodObject<{
|
|
|
292
292
|
};
|
|
293
293
|
resolvedPrs: {
|
|
294
294
|
pr: number;
|
|
295
|
-
headSha: string;
|
|
296
295
|
mergeCommit: string;
|
|
296
|
+
headSha: string;
|
|
297
297
|
baseSha: string;
|
|
298
298
|
diffSha?: string | undefined;
|
|
299
299
|
}[];
|
|
@@ -344,9 +344,9 @@ export declare const WindtunnelLockSchema: z.ZodEffects<z.ZodObject<{
|
|
|
344
344
|
corpus: {
|
|
345
345
|
repo: string;
|
|
346
346
|
selectionRule: {
|
|
347
|
-
state: string;
|
|
348
347
|
asOfCommit: string;
|
|
349
348
|
predicate: string;
|
|
349
|
+
state: string;
|
|
350
350
|
window: {
|
|
351
351
|
type: "all";
|
|
352
352
|
} | {
|
|
@@ -362,8 +362,8 @@ export declare const WindtunnelLockSchema: z.ZodEffects<z.ZodObject<{
|
|
|
362
362
|
};
|
|
363
363
|
resolvedPrs: {
|
|
364
364
|
pr: number;
|
|
365
|
-
headSha: string;
|
|
366
365
|
mergeCommit: string;
|
|
366
|
+
headSha: string;
|
|
367
367
|
baseSha: string;
|
|
368
368
|
diffSha?: string | undefined;
|
|
369
369
|
}[];
|
|
@@ -414,9 +414,9 @@ export declare const WindtunnelLockSchema: z.ZodEffects<z.ZodObject<{
|
|
|
414
414
|
corpus: {
|
|
415
415
|
repo: string;
|
|
416
416
|
selectionRule: {
|
|
417
|
-
state: string;
|
|
418
417
|
asOfCommit: string;
|
|
419
418
|
predicate: string;
|
|
419
|
+
state: string;
|
|
420
420
|
window: {
|
|
421
421
|
type: "all";
|
|
422
422
|
} | {
|
|
@@ -432,8 +432,8 @@ export declare const WindtunnelLockSchema: z.ZodEffects<z.ZodObject<{
|
|
|
432
432
|
};
|
|
433
433
|
resolvedPrs: {
|
|
434
434
|
pr: number;
|
|
435
|
-
headSha: string;
|
|
436
435
|
mergeCommit: string;
|
|
436
|
+
headSha: string;
|
|
437
437
|
baseSha: string;
|
|
438
438
|
diffSha?: string | undefined;
|
|
439
439
|
}[];
|
|
@@ -484,9 +484,9 @@ export declare const WindtunnelLockSchema: z.ZodEffects<z.ZodObject<{
|
|
|
484
484
|
corpus: {
|
|
485
485
|
repo: string;
|
|
486
486
|
selectionRule: {
|
|
487
|
-
state: string;
|
|
488
487
|
asOfCommit: string;
|
|
489
488
|
predicate: string;
|
|
489
|
+
state: string;
|
|
490
490
|
window: {
|
|
491
491
|
type: "all";
|
|
492
492
|
} | {
|
|
@@ -502,8 +502,8 @@ export declare const WindtunnelLockSchema: z.ZodEffects<z.ZodObject<{
|
|
|
502
502
|
};
|
|
503
503
|
resolvedPrs: {
|
|
504
504
|
pr: number;
|
|
505
|
-
headSha: string;
|
|
506
505
|
mergeCommit: string;
|
|
506
|
+
headSha: string;
|
|
507
507
|
baseSha: string;
|
|
508
508
|
diffSha?: string | undefined;
|
|
509
509
|
}[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mmnto/totem",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.121.0",
|
|
4
4
|
"description": "Core engine for Totem, the local-first toolkit that keeps AI-agent work queryable, enforceable, and derivable as plain files in your codebase",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|