@mmnto/totem 1.119.0 → 1.120.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/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
|
@@ -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.120.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": {
|