@mmnto/totem 1.101.2 → 1.102.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/artifacts/grounding.test.js +2 -2
- package/dist/artifacts/grounding.test.js.map +1 -1
- package/dist/artifacts/panel.d.ts +1798 -16
- package/dist/artifacts/panel.d.ts.map +1 -1
- package/dist/artifacts/schema.d.ts +3125 -69
- package/dist/artifacts/schema.d.ts.map +1 -1
- package/dist/artifacts/schema.js +244 -2
- package/dist/artifacts/schema.js.map +1 -1
- package/dist/artifacts/schema.test.js +235 -3
- package/dist/artifacts/schema.test.js.map +1 -1
- package/dist/artifacts/storage.d.ts +21 -1
- package/dist/artifacts/storage.d.ts.map +1 -1
- package/dist/artifacts/storage.js +55 -1
- package/dist/artifacts/storage.js.map +1 -1
- package/dist/artifacts/storage.test.js +96 -2
- package/dist/artifacts/storage.test.js.map +1 -1
- package/dist/artifacts/verdict.d.ts +25 -8
- package/dist/artifacts/verdict.d.ts.map +1 -1
- package/dist/artifacts/verdict.js +19 -0
- package/dist/artifacts/verdict.js.map +1 -1
- package/dist/artifacts/verdict.test.js +29 -1
- package/dist/artifacts/verdict.test.js.map +1 -1
- package/dist/artifacts.d.ts +1 -1
- package/dist/artifacts.d.ts.map +1 -1
- package/dist/artifacts.js +1 -1
- package/dist/artifacts.js.map +1 -1
- package/dist/config-schema.d.ts +12 -12
- package/dist/index.d.ts +5 -5
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/spine/ledgers.d.ts +12 -12
- package/package.json +1 -1
package/dist/spine/ledgers.d.ts
CHANGED
|
@@ -264,13 +264,13 @@ 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: "
|
|
267
|
+
reasonCode: "truncated" | "unparseable" | "unreachable" | "incomplete-provenance" | "outdated-rejected" | "no-draft";
|
|
268
268
|
sourcePr: number;
|
|
269
269
|
sourceKind?: "bot" | "mixed" | "human" | 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: "
|
|
273
|
+
reasonCode: "truncated" | "unparseable" | "unreachable" | "incomplete-provenance" | "outdated-rejected" | "no-draft";
|
|
274
274
|
sourcePr: number;
|
|
275
275
|
sourceKind?: "bot" | "mixed" | "human" | undefined;
|
|
276
276
|
detail?: string | undefined;
|
|
@@ -304,13 +304,13 @@ 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: "
|
|
307
|
+
reasonCode: "truncated" | "unparseable" | "unreachable" | "incomplete-provenance" | "outdated-rejected" | "no-draft";
|
|
308
308
|
sourcePr: number;
|
|
309
309
|
sourceKind?: "bot" | "mixed" | "human" | 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: "
|
|
313
|
+
reasonCode: "truncated" | "unparseable" | "unreachable" | "incomplete-provenance" | "outdated-rejected" | "no-draft";
|
|
314
314
|
sourcePr: number;
|
|
315
315
|
sourceKind?: "bot" | "mixed" | "human" | undefined;
|
|
316
316
|
detail?: string | undefined;
|
|
@@ -318,7 +318,7 @@ export declare const DropLedgerSchema: z.ZodObject<{
|
|
|
318
318
|
}>, "many">;
|
|
319
319
|
}, "strip", z.ZodTypeAny, {
|
|
320
320
|
entries: {
|
|
321
|
-
reasonCode: "
|
|
321
|
+
reasonCode: "truncated" | "unparseable" | "unreachable" | "incomplete-provenance" | "outdated-rejected" | "no-draft";
|
|
322
322
|
sourcePr: number;
|
|
323
323
|
sourceKind?: "bot" | "mixed" | "human" | undefined;
|
|
324
324
|
detail?: string | undefined;
|
|
@@ -326,7 +326,7 @@ export declare const DropLedgerSchema: z.ZodObject<{
|
|
|
326
326
|
}[];
|
|
327
327
|
}, {
|
|
328
328
|
entries: {
|
|
329
|
-
reasonCode: "
|
|
329
|
+
reasonCode: "truncated" | "unparseable" | "unreachable" | "incomplete-provenance" | "outdated-rejected" | "no-draft";
|
|
330
330
|
sourcePr: number;
|
|
331
331
|
sourceKind?: "bot" | "mixed" | "human" | undefined;
|
|
332
332
|
detail?: string | undefined;
|
|
@@ -828,13 +828,13 @@ 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: "
|
|
831
|
+
reasonCode: "truncated" | "unparseable" | "unreachable" | "incomplete-provenance" | "outdated-rejected" | "no-draft";
|
|
832
832
|
sourcePr: number;
|
|
833
833
|
sourceKind?: "bot" | "mixed" | "human" | 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: "
|
|
837
|
+
reasonCode: "truncated" | "unparseable" | "unreachable" | "incomplete-provenance" | "outdated-rejected" | "no-draft";
|
|
838
838
|
sourcePr: number;
|
|
839
839
|
sourceKind?: "bot" | "mixed" | "human" | undefined;
|
|
840
840
|
detail?: string | undefined;
|
|
@@ -842,7 +842,7 @@ export declare const MinerLedgersSchema: z.ZodObject<{
|
|
|
842
842
|
}>, "many">;
|
|
843
843
|
}, "strip", z.ZodTypeAny, {
|
|
844
844
|
entries: {
|
|
845
|
-
reasonCode: "
|
|
845
|
+
reasonCode: "truncated" | "unparseable" | "unreachable" | "incomplete-provenance" | "outdated-rejected" | "no-draft";
|
|
846
846
|
sourcePr: number;
|
|
847
847
|
sourceKind?: "bot" | "mixed" | "human" | undefined;
|
|
848
848
|
detail?: string | undefined;
|
|
@@ -850,7 +850,7 @@ export declare const MinerLedgersSchema: z.ZodObject<{
|
|
|
850
850
|
}[];
|
|
851
851
|
}, {
|
|
852
852
|
entries: {
|
|
853
|
-
reasonCode: "
|
|
853
|
+
reasonCode: "truncated" | "unparseable" | "unreachable" | "incomplete-provenance" | "outdated-rejected" | "no-draft";
|
|
854
854
|
sourcePr: number;
|
|
855
855
|
sourceKind?: "bot" | "mixed" | "human" | undefined;
|
|
856
856
|
detail?: string | undefined;
|
|
@@ -1192,7 +1192,7 @@ export declare const MinerLedgersSchema: z.ZodObject<{
|
|
|
1192
1192
|
};
|
|
1193
1193
|
drop: {
|
|
1194
1194
|
entries: {
|
|
1195
|
-
reasonCode: "
|
|
1195
|
+
reasonCode: "truncated" | "unparseable" | "unreachable" | "incomplete-provenance" | "outdated-rejected" | "no-draft";
|
|
1196
1196
|
sourcePr: number;
|
|
1197
1197
|
sourceKind?: "bot" | "mixed" | "human" | undefined;
|
|
1198
1198
|
detail?: string | undefined;
|
|
@@ -1258,7 +1258,7 @@ export declare const MinerLedgersSchema: z.ZodObject<{
|
|
|
1258
1258
|
};
|
|
1259
1259
|
drop: {
|
|
1260
1260
|
entries: {
|
|
1261
|
-
reasonCode: "
|
|
1261
|
+
reasonCode: "truncated" | "unparseable" | "unreachable" | "incomplete-provenance" | "outdated-rejected" | "no-draft";
|
|
1262
1262
|
sourcePr: number;
|
|
1263
1263
|
sourceKind?: "bot" | "mixed" | "human" | undefined;
|
|
1264
1264
|
detail?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mmnto/totem",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.102.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": {
|