@remnic/core 9.3.685 → 9.3.686
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/access-boundary.d.ts +2 -2
- package/dist/access-boundary.js +2 -2
- package/dist/access-cli.js +88 -7
- package/dist/access-cli.js.map +1 -1
- package/dist/access-http.d.ts +1 -1
- package/dist/access-http.js +5 -5
- package/dist/access-mcp.d.ts +12 -2
- package/dist/access-mcp.js +4 -4
- package/dist/access-operations.d.ts +8 -3
- package/dist/access-operations.js +5 -3
- package/dist/access-schema.d.ts +4 -4
- package/dist/{access-service-DeKrlYU_.d.ts → access-service-DmCHJ4cH.d.ts} +105 -29
- package/dist/access-service.d.ts +1 -1
- package/dist/access-service.js +1 -1
- package/dist/access-surface-catalog.d.ts +1 -1
- package/dist/access-surface-catalog.js +2 -0
- package/dist/access-surface-catalog.js.map +1 -1
- package/dist/{chunk-OFUULUSY.js → chunk-473JIN2U.js} +56 -5
- package/dist/chunk-473JIN2U.js.map +1 -0
- package/dist/{chunk-SQGPGC76.js → chunk-FUCUR2OZ.js} +540 -43
- package/dist/chunk-FUCUR2OZ.js.map +1 -0
- package/dist/{chunk-IIDSFFE5.js → chunk-KFBOZYME.js} +42 -3
- package/dist/chunk-KFBOZYME.js.map +1 -0
- package/dist/{chunk-PK6RGRSD.js → chunk-NN7QYW5W.js} +2 -2
- package/dist/chunk-NN7QYW5W.js.map +1 -0
- package/dist/{chunk-JPCKLFWK.js → chunk-QVMXQGT7.js} +6 -5
- package/dist/chunk-QVMXQGT7.js.map +1 -0
- package/dist/{chunk-BZISAF67.js → chunk-S2OU5DZY.js} +28 -6
- package/dist/chunk-S2OU5DZY.js.map +1 -0
- package/dist/{cli-D3-Q5Uod.d.ts → cli-D8nZ2MPH.d.ts} +1 -1
- package/dist/cli.d.ts +2 -2
- package/dist/cli.js +6 -6
- package/dist/index.d.ts +2 -2
- package/dist/index.js +6 -6
- package/dist/mcp-memory-inspector-app.d.ts +1 -1
- package/dist/schemas.d.ts +38 -38
- package/dist/transfer/types.d.ts +22 -22
- package/package.json +2 -2
- package/src/access-boundary.ts +2 -1
- package/src/access-cli.ts +94 -4
- package/src/access-http.ts +39 -1
- package/src/access-mcp.ts +54 -1
- package/src/access-operations.ts +66 -0
- package/src/access-service.ts +147 -62
- package/src/access-surface-catalog.test.ts +1 -1
- package/src/access-surface-catalog.ts +2 -0
- package/src/cli.ts +1 -0
- package/src/coding/decision-surfaces.test.ts +279 -0
- package/src/coding/decision-surfaces.ts +475 -0
- package/dist/chunk-BZISAF67.js.map +0 -1
- package/dist/chunk-IIDSFFE5.js.map +0 -1
- package/dist/chunk-JPCKLFWK.js.map +0 -1
- package/dist/chunk-OFUULUSY.js.map +0 -1
- package/dist/chunk-PK6RGRSD.js.map +0 -1
- package/dist/chunk-SQGPGC76.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -98,7 +98,7 @@ import {
|
|
|
98
98
|
registerTrainingExportAdapter,
|
|
99
99
|
runBulkImportCliCommand,
|
|
100
100
|
runWearablesCliCommand
|
|
101
|
-
} from "./chunk-
|
|
101
|
+
} from "./chunk-QVMXQGT7.js";
|
|
102
102
|
import "./chunk-MC4FJXPA.js";
|
|
103
103
|
import "./chunk-LQHDIS7L.js";
|
|
104
104
|
import "./chunk-7F7Z6MOS.js";
|
|
@@ -500,7 +500,7 @@ import "./chunk-LBJBNWS2.js";
|
|
|
500
500
|
import "./chunk-OADWQ5CR.js";
|
|
501
501
|
import {
|
|
502
502
|
EngramAccessHttpServer
|
|
503
|
-
} from "./chunk-
|
|
503
|
+
} from "./chunk-S2OU5DZY.js";
|
|
504
504
|
import "./chunk-SEDEKFYQ.js";
|
|
505
505
|
import "./chunk-RKNJBZ55.js";
|
|
506
506
|
import "./chunk-J64TK33U.js";
|
|
@@ -514,7 +514,7 @@ import {
|
|
|
514
514
|
} from "./chunk-7WV3F5DQ.js";
|
|
515
515
|
import {
|
|
516
516
|
EngramMcpServer
|
|
517
|
-
} from "./chunk-
|
|
517
|
+
} from "./chunk-473JIN2U.js";
|
|
518
518
|
import {
|
|
519
519
|
REMNIC_CHATGPT_MEMORY_INSPECTOR_CANONICAL_TOOL,
|
|
520
520
|
REMNIC_CHATGPT_MEMORY_INSPECTOR_MIME_TYPE,
|
|
@@ -530,7 +530,7 @@ import {
|
|
|
530
530
|
parseOaiMemCitation,
|
|
531
531
|
sanitizeNoteForCitation
|
|
532
532
|
} from "./chunk-D24OXEPB.js";
|
|
533
|
-
import "./chunk-
|
|
533
|
+
import "./chunk-KFBOZYME.js";
|
|
534
534
|
import {
|
|
535
535
|
formatZodError,
|
|
536
536
|
memoryStoreRequestSchema,
|
|
@@ -539,13 +539,13 @@ import {
|
|
|
539
539
|
suggestionSubmitRequestSchema,
|
|
540
540
|
validateRequest
|
|
541
541
|
} from "./chunk-UDJLF3BO.js";
|
|
542
|
-
import "./chunk-
|
|
542
|
+
import "./chunk-NN7QYW5W.js";
|
|
543
543
|
import {
|
|
544
544
|
EngramAccessInputError,
|
|
545
545
|
EngramAccessService,
|
|
546
546
|
computeProcedureStats,
|
|
547
547
|
formatProcedureStatsText
|
|
548
|
-
} from "./chunk-
|
|
548
|
+
} from "./chunk-FUCUR2OZ.js";
|
|
549
549
|
import "./chunk-GDASG7NC.js";
|
|
550
550
|
import "./chunk-GDB4J2H3.js";
|
|
551
551
|
import {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { d as EngramAccessRecallResponse } from './access-service-DmCHJ4cH.js';
|
|
2
2
|
import { ActionConfidenceRequest } from './access-schema.js';
|
|
3
3
|
import { RecallXraySnapshot } from './recall-xray.js';
|
|
4
4
|
import { ActionConfidenceResult } from './action-confidence.js';
|
package/dist/schemas.d.ts
CHANGED
|
@@ -275,12 +275,12 @@ declare const EntityMentionSchema: z.ZodObject<{
|
|
|
275
275
|
title: z.ZodString;
|
|
276
276
|
facts: z.ZodArray<z.ZodString, "many">;
|
|
277
277
|
}, "strip", z.ZodTypeAny, {
|
|
278
|
-
key: string;
|
|
279
278
|
title: string;
|
|
279
|
+
key: string;
|
|
280
280
|
facts: string[];
|
|
281
281
|
}, {
|
|
282
|
-
key: string;
|
|
283
282
|
title: string;
|
|
283
|
+
key: string;
|
|
284
284
|
facts: string[];
|
|
285
285
|
}>, "many">>>;
|
|
286
286
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -288,8 +288,8 @@ declare const EntityMentionSchema: z.ZodObject<{
|
|
|
288
288
|
name: string;
|
|
289
289
|
facts: string[];
|
|
290
290
|
structuredSections?: {
|
|
291
|
-
key: string;
|
|
292
291
|
title: string;
|
|
292
|
+
key: string;
|
|
293
293
|
facts: string[];
|
|
294
294
|
}[] | null | undefined;
|
|
295
295
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -298,8 +298,8 @@ declare const EntityMentionSchema: z.ZodObject<{
|
|
|
298
298
|
name: string;
|
|
299
299
|
facts: string[];
|
|
300
300
|
structuredSections?: {
|
|
301
|
-
key: string;
|
|
302
301
|
title: string;
|
|
302
|
+
key: string;
|
|
303
303
|
facts: string[];
|
|
304
304
|
}[] | null | undefined;
|
|
305
305
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -310,12 +310,12 @@ declare const ExtractedQuestionSchema: z.ZodObject<{
|
|
|
310
310
|
priority: z.ZodNumber;
|
|
311
311
|
}, "strip", z.ZodTypeAny, {
|
|
312
312
|
question: string;
|
|
313
|
-
priority: number;
|
|
314
313
|
context: string;
|
|
314
|
+
priority: number;
|
|
315
315
|
}, {
|
|
316
316
|
question: string;
|
|
317
|
-
priority: number;
|
|
318
317
|
context: string;
|
|
318
|
+
priority: number;
|
|
319
319
|
}>;
|
|
320
320
|
declare const ProactiveQuestionsResultSchema: z.ZodObject<{
|
|
321
321
|
questions: z.ZodArray<z.ZodObject<{
|
|
@@ -324,24 +324,24 @@ declare const ProactiveQuestionsResultSchema: z.ZodObject<{
|
|
|
324
324
|
priority: z.ZodNumber;
|
|
325
325
|
}, "strip", z.ZodTypeAny, {
|
|
326
326
|
question: string;
|
|
327
|
-
priority: number;
|
|
328
327
|
context: string;
|
|
328
|
+
priority: number;
|
|
329
329
|
}, {
|
|
330
330
|
question: string;
|
|
331
|
-
priority: number;
|
|
332
331
|
context: string;
|
|
332
|
+
priority: number;
|
|
333
333
|
}>, "many">;
|
|
334
334
|
}, "strip", z.ZodTypeAny, {
|
|
335
335
|
questions: {
|
|
336
336
|
question: string;
|
|
337
|
-
priority: number;
|
|
338
337
|
context: string;
|
|
338
|
+
priority: number;
|
|
339
339
|
}[];
|
|
340
340
|
}, {
|
|
341
341
|
questions: {
|
|
342
342
|
question: string;
|
|
343
|
-
priority: number;
|
|
344
343
|
context: string;
|
|
344
|
+
priority: number;
|
|
345
345
|
}[];
|
|
346
346
|
}>;
|
|
347
347
|
declare const ExtractedRelationshipSchema: z.ZodObject<{
|
|
@@ -584,12 +584,12 @@ declare const ProactiveExtractionResultSchema: z.ZodObject<{
|
|
|
584
584
|
title: z.ZodString;
|
|
585
585
|
facts: z.ZodArray<z.ZodString, "many">;
|
|
586
586
|
}, "strip", z.ZodTypeAny, {
|
|
587
|
-
key: string;
|
|
588
587
|
title: string;
|
|
588
|
+
key: string;
|
|
589
589
|
facts: string[];
|
|
590
590
|
}, {
|
|
591
|
-
key: string;
|
|
592
591
|
title: string;
|
|
592
|
+
key: string;
|
|
593
593
|
facts: string[];
|
|
594
594
|
}>, "many">>>;
|
|
595
595
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -597,8 +597,8 @@ declare const ProactiveExtractionResultSchema: z.ZodObject<{
|
|
|
597
597
|
name: string;
|
|
598
598
|
facts: string[];
|
|
599
599
|
structuredSections?: {
|
|
600
|
-
key: string;
|
|
601
600
|
title: string;
|
|
601
|
+
key: string;
|
|
602
602
|
facts: string[];
|
|
603
603
|
}[] | null | undefined;
|
|
604
604
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -607,8 +607,8 @@ declare const ProactiveExtractionResultSchema: z.ZodObject<{
|
|
|
607
607
|
name: string;
|
|
608
608
|
facts: string[];
|
|
609
609
|
structuredSections?: {
|
|
610
|
-
key: string;
|
|
611
610
|
title: string;
|
|
611
|
+
key: string;
|
|
612
612
|
facts: string[];
|
|
613
613
|
}[] | null | undefined;
|
|
614
614
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -665,8 +665,8 @@ declare const ProactiveExtractionResultSchema: z.ZodObject<{
|
|
|
665
665
|
name: string;
|
|
666
666
|
facts: string[];
|
|
667
667
|
structuredSections?: {
|
|
668
|
-
key: string;
|
|
669
668
|
title: string;
|
|
669
|
+
key: string;
|
|
670
670
|
facts: string[];
|
|
671
671
|
}[] | null | undefined;
|
|
672
672
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -714,8 +714,8 @@ declare const ProactiveExtractionResultSchema: z.ZodObject<{
|
|
|
714
714
|
name: string;
|
|
715
715
|
facts: string[];
|
|
716
716
|
structuredSections?: {
|
|
717
|
-
key: string;
|
|
718
717
|
title: string;
|
|
718
|
+
key: string;
|
|
719
719
|
facts: string[];
|
|
720
720
|
}[] | null | undefined;
|
|
721
721
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -952,12 +952,12 @@ declare const ExtractionResultSchema: z.ZodObject<{
|
|
|
952
952
|
title: z.ZodString;
|
|
953
953
|
facts: z.ZodArray<z.ZodString, "many">;
|
|
954
954
|
}, "strip", z.ZodTypeAny, {
|
|
955
|
-
key: string;
|
|
956
955
|
title: string;
|
|
956
|
+
key: string;
|
|
957
957
|
facts: string[];
|
|
958
958
|
}, {
|
|
959
|
-
key: string;
|
|
960
959
|
title: string;
|
|
960
|
+
key: string;
|
|
961
961
|
facts: string[];
|
|
962
962
|
}>, "many">>>;
|
|
963
963
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -965,8 +965,8 @@ declare const ExtractionResultSchema: z.ZodObject<{
|
|
|
965
965
|
name: string;
|
|
966
966
|
facts: string[];
|
|
967
967
|
structuredSections?: {
|
|
968
|
-
key: string;
|
|
969
968
|
title: string;
|
|
969
|
+
key: string;
|
|
970
970
|
facts: string[];
|
|
971
971
|
}[] | null | undefined;
|
|
972
972
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -975,8 +975,8 @@ declare const ExtractionResultSchema: z.ZodObject<{
|
|
|
975
975
|
name: string;
|
|
976
976
|
facts: string[];
|
|
977
977
|
structuredSections?: {
|
|
978
|
-
key: string;
|
|
979
978
|
title: string;
|
|
979
|
+
key: string;
|
|
980
980
|
facts: string[];
|
|
981
981
|
}[] | null | undefined;
|
|
982
982
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -987,12 +987,12 @@ declare const ExtractionResultSchema: z.ZodObject<{
|
|
|
987
987
|
priority: z.ZodNumber;
|
|
988
988
|
}, "strip", z.ZodTypeAny, {
|
|
989
989
|
question: string;
|
|
990
|
-
priority: number;
|
|
991
990
|
context: string;
|
|
991
|
+
priority: number;
|
|
992
992
|
}, {
|
|
993
993
|
question: string;
|
|
994
|
-
priority: number;
|
|
995
994
|
context: string;
|
|
995
|
+
priority: number;
|
|
996
996
|
}>, "many">;
|
|
997
997
|
identityReflection: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
998
998
|
relationships: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -1014,8 +1014,8 @@ declare const ExtractionResultSchema: z.ZodObject<{
|
|
|
1014
1014
|
}, "strip", z.ZodTypeAny, {
|
|
1015
1015
|
questions: {
|
|
1016
1016
|
question: string;
|
|
1017
|
-
priority: number;
|
|
1018
1017
|
context: string;
|
|
1018
|
+
priority: number;
|
|
1019
1019
|
}[];
|
|
1020
1020
|
facts: {
|
|
1021
1021
|
tags: string[];
|
|
@@ -1052,8 +1052,8 @@ declare const ExtractionResultSchema: z.ZodObject<{
|
|
|
1052
1052
|
name: string;
|
|
1053
1053
|
facts: string[];
|
|
1054
1054
|
structuredSections?: {
|
|
1055
|
-
key: string;
|
|
1056
1055
|
title: string;
|
|
1056
|
+
key: string;
|
|
1057
1057
|
facts: string[];
|
|
1058
1058
|
}[] | null | undefined;
|
|
1059
1059
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -1069,8 +1069,8 @@ declare const ExtractionResultSchema: z.ZodObject<{
|
|
|
1069
1069
|
}, {
|
|
1070
1070
|
questions: {
|
|
1071
1071
|
question: string;
|
|
1072
|
-
priority: number;
|
|
1073
1072
|
context: string;
|
|
1073
|
+
priority: number;
|
|
1074
1074
|
}[];
|
|
1075
1075
|
facts: {
|
|
1076
1076
|
tags: string[];
|
|
@@ -1107,8 +1107,8 @@ declare const ExtractionResultSchema: z.ZodObject<{
|
|
|
1107
1107
|
name: string;
|
|
1108
1108
|
facts: string[];
|
|
1109
1109
|
structuredSections?: {
|
|
1110
|
-
key: string;
|
|
1111
1110
|
title: string;
|
|
1111
|
+
key: string;
|
|
1112
1112
|
facts: string[];
|
|
1113
1113
|
}[] | null | undefined;
|
|
1114
1114
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -1172,12 +1172,12 @@ declare const ConsolidationResultSchema: z.ZodObject<{
|
|
|
1172
1172
|
title: z.ZodString;
|
|
1173
1173
|
facts: z.ZodArray<z.ZodString, "many">;
|
|
1174
1174
|
}, "strip", z.ZodTypeAny, {
|
|
1175
|
-
key: string;
|
|
1176
1175
|
title: string;
|
|
1176
|
+
key: string;
|
|
1177
1177
|
facts: string[];
|
|
1178
1178
|
}, {
|
|
1179
|
-
key: string;
|
|
1180
1179
|
title: string;
|
|
1180
|
+
key: string;
|
|
1181
1181
|
facts: string[];
|
|
1182
1182
|
}>, "many">>>;
|
|
1183
1183
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1185,8 +1185,8 @@ declare const ConsolidationResultSchema: z.ZodObject<{
|
|
|
1185
1185
|
name: string;
|
|
1186
1186
|
facts: string[];
|
|
1187
1187
|
structuredSections?: {
|
|
1188
|
-
key: string;
|
|
1189
1188
|
title: string;
|
|
1189
|
+
key: string;
|
|
1190
1190
|
facts: string[];
|
|
1191
1191
|
}[] | null | undefined;
|
|
1192
1192
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -1195,8 +1195,8 @@ declare const ConsolidationResultSchema: z.ZodObject<{
|
|
|
1195
1195
|
name: string;
|
|
1196
1196
|
facts: string[];
|
|
1197
1197
|
structuredSections?: {
|
|
1198
|
-
key: string;
|
|
1199
1198
|
title: string;
|
|
1199
|
+
key: string;
|
|
1200
1200
|
facts: string[];
|
|
1201
1201
|
}[] | null | undefined;
|
|
1202
1202
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -1215,8 +1215,8 @@ declare const ConsolidationResultSchema: z.ZodObject<{
|
|
|
1215
1215
|
name: string;
|
|
1216
1216
|
facts: string[];
|
|
1217
1217
|
structuredSections?: {
|
|
1218
|
-
key: string;
|
|
1219
1218
|
title: string;
|
|
1219
|
+
key: string;
|
|
1220
1220
|
facts: string[];
|
|
1221
1221
|
}[] | null | undefined;
|
|
1222
1222
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -1235,8 +1235,8 @@ declare const ConsolidationResultSchema: z.ZodObject<{
|
|
|
1235
1235
|
name: string;
|
|
1236
1236
|
facts: string[];
|
|
1237
1237
|
structuredSections?: {
|
|
1238
|
-
key: string;
|
|
1239
1238
|
title: string;
|
|
1239
|
+
key: string;
|
|
1240
1240
|
facts: string[];
|
|
1241
1241
|
}[] | null | undefined;
|
|
1242
1242
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -1386,8 +1386,8 @@ declare const BehaviorLoopAdjustmentSchema: z.ZodObject<{
|
|
|
1386
1386
|
reason: z.ZodString;
|
|
1387
1387
|
appliedAt: z.ZodString;
|
|
1388
1388
|
}, "strip", z.ZodTypeAny, {
|
|
1389
|
-
reason: string;
|
|
1390
1389
|
confidence: number;
|
|
1390
|
+
reason: string;
|
|
1391
1391
|
parameter: string;
|
|
1392
1392
|
previousValue: number;
|
|
1393
1393
|
nextValue: number;
|
|
@@ -1395,8 +1395,8 @@ declare const BehaviorLoopAdjustmentSchema: z.ZodObject<{
|
|
|
1395
1395
|
evidenceCount: number;
|
|
1396
1396
|
appliedAt: string;
|
|
1397
1397
|
}, {
|
|
1398
|
-
reason: string;
|
|
1399
1398
|
confidence: number;
|
|
1399
|
+
reason: string;
|
|
1400
1400
|
parameter: string;
|
|
1401
1401
|
previousValue: number;
|
|
1402
1402
|
nextValue: number;
|
|
@@ -1420,8 +1420,8 @@ declare const BehaviorLoopPolicyStateSchema: z.ZodObject<{
|
|
|
1420
1420
|
reason: z.ZodString;
|
|
1421
1421
|
appliedAt: z.ZodString;
|
|
1422
1422
|
}, "strip", z.ZodTypeAny, {
|
|
1423
|
-
reason: string;
|
|
1424
1423
|
confidence: number;
|
|
1424
|
+
reason: string;
|
|
1425
1425
|
parameter: string;
|
|
1426
1426
|
previousValue: number;
|
|
1427
1427
|
nextValue: number;
|
|
@@ -1429,8 +1429,8 @@ declare const BehaviorLoopPolicyStateSchema: z.ZodObject<{
|
|
|
1429
1429
|
evidenceCount: number;
|
|
1430
1430
|
appliedAt: string;
|
|
1431
1431
|
}, {
|
|
1432
|
-
reason: string;
|
|
1433
1432
|
confidence: number;
|
|
1433
|
+
reason: string;
|
|
1434
1434
|
parameter: string;
|
|
1435
1435
|
previousValue: number;
|
|
1436
1436
|
nextValue: number;
|
|
@@ -1447,8 +1447,8 @@ declare const BehaviorLoopPolicyStateSchema: z.ZodObject<{
|
|
|
1447
1447
|
maxDeltaPerCycle: number;
|
|
1448
1448
|
protectedParams: string[];
|
|
1449
1449
|
adjustments: {
|
|
1450
|
-
reason: string;
|
|
1451
1450
|
confidence: number;
|
|
1451
|
+
reason: string;
|
|
1452
1452
|
parameter: string;
|
|
1453
1453
|
previousValue: number;
|
|
1454
1454
|
nextValue: number;
|
|
@@ -1464,8 +1464,8 @@ declare const BehaviorLoopPolicyStateSchema: z.ZodObject<{
|
|
|
1464
1464
|
maxDeltaPerCycle: number;
|
|
1465
1465
|
protectedParams: string[];
|
|
1466
1466
|
adjustments: {
|
|
1467
|
-
reason: string;
|
|
1468
1467
|
confidence: number;
|
|
1468
|
+
reason: string;
|
|
1469
1469
|
parameter: string;
|
|
1470
1470
|
previousValue: number;
|
|
1471
1471
|
nextValue: number;
|
package/dist/transfer/types.d.ts
CHANGED
|
@@ -108,6 +108,10 @@ declare const ExportBundleV1Schema: z.ZodObject<{
|
|
|
108
108
|
path: string;
|
|
109
109
|
}>, "many">;
|
|
110
110
|
}, "strip", z.ZodTypeAny, {
|
|
111
|
+
records: {
|
|
112
|
+
content: string;
|
|
113
|
+
path: string;
|
|
114
|
+
}[];
|
|
111
115
|
manifest: {
|
|
112
116
|
schemaVersion: 1;
|
|
113
117
|
createdAt: string;
|
|
@@ -120,11 +124,11 @@ declare const ExportBundleV1Schema: z.ZodObject<{
|
|
|
120
124
|
pluginVersion: string;
|
|
121
125
|
includesTranscripts: boolean;
|
|
122
126
|
};
|
|
127
|
+
}, {
|
|
123
128
|
records: {
|
|
124
129
|
content: string;
|
|
125
130
|
path: string;
|
|
126
131
|
}[];
|
|
127
|
-
}, {
|
|
128
132
|
manifest: {
|
|
129
133
|
schemaVersion: 1;
|
|
130
134
|
createdAt: string;
|
|
@@ -137,10 +141,6 @@ declare const ExportBundleV1Schema: z.ZodObject<{
|
|
|
137
141
|
pluginVersion: string;
|
|
138
142
|
includesTranscripts: boolean;
|
|
139
143
|
};
|
|
140
|
-
records: {
|
|
141
|
-
content: string;
|
|
142
|
-
path: string;
|
|
143
|
-
}[];
|
|
144
144
|
}>;
|
|
145
145
|
type ExportBundleV1 = z.infer<typeof ExportBundleV1Schema>;
|
|
146
146
|
/**
|
|
@@ -313,13 +313,13 @@ declare const CapsuleBlockSchema: z.ZodObject<{
|
|
|
313
313
|
peerProfiles: boolean;
|
|
314
314
|
}>;
|
|
315
315
|
}, "strip", z.ZodTypeAny, {
|
|
316
|
+
schemaVersion: string;
|
|
316
317
|
includes: {
|
|
317
318
|
procedural: boolean;
|
|
318
319
|
taxonomy: boolean;
|
|
319
320
|
identityAnchors: boolean;
|
|
320
321
|
peerProfiles: boolean;
|
|
321
322
|
};
|
|
322
|
-
schemaVersion: string;
|
|
323
323
|
id: string;
|
|
324
324
|
description: string;
|
|
325
325
|
version: string;
|
|
@@ -334,13 +334,13 @@ declare const CapsuleBlockSchema: z.ZodObject<{
|
|
|
334
334
|
directAnswerEnabled: boolean;
|
|
335
335
|
};
|
|
336
336
|
}, {
|
|
337
|
+
schemaVersion: string;
|
|
337
338
|
includes: {
|
|
338
339
|
procedural: boolean;
|
|
339
340
|
taxonomy: boolean;
|
|
340
341
|
identityAnchors: boolean;
|
|
341
342
|
peerProfiles: boolean;
|
|
342
343
|
};
|
|
343
|
-
schemaVersion: string;
|
|
344
344
|
id: string;
|
|
345
345
|
description: string;
|
|
346
346
|
version: string;
|
|
@@ -464,13 +464,13 @@ declare const ExportManifestV2Schema: z.ZodObject<{
|
|
|
464
464
|
peerProfiles: boolean;
|
|
465
465
|
}>;
|
|
466
466
|
}, "strip", z.ZodTypeAny, {
|
|
467
|
+
schemaVersion: string;
|
|
467
468
|
includes: {
|
|
468
469
|
procedural: boolean;
|
|
469
470
|
taxonomy: boolean;
|
|
470
471
|
identityAnchors: boolean;
|
|
471
472
|
peerProfiles: boolean;
|
|
472
473
|
};
|
|
473
|
-
schemaVersion: string;
|
|
474
474
|
id: string;
|
|
475
475
|
description: string;
|
|
476
476
|
version: string;
|
|
@@ -485,13 +485,13 @@ declare const ExportManifestV2Schema: z.ZodObject<{
|
|
|
485
485
|
directAnswerEnabled: boolean;
|
|
486
486
|
};
|
|
487
487
|
}, {
|
|
488
|
+
schemaVersion: string;
|
|
488
489
|
includes: {
|
|
489
490
|
procedural: boolean;
|
|
490
491
|
taxonomy: boolean;
|
|
491
492
|
identityAnchors: boolean;
|
|
492
493
|
peerProfiles: boolean;
|
|
493
494
|
};
|
|
494
|
-
schemaVersion: string;
|
|
495
495
|
id: string;
|
|
496
496
|
description: string;
|
|
497
497
|
version: string;
|
|
@@ -518,13 +518,13 @@ declare const ExportManifestV2Schema: z.ZodObject<{
|
|
|
518
518
|
pluginVersion: string;
|
|
519
519
|
includesTranscripts: boolean;
|
|
520
520
|
capsule: {
|
|
521
|
+
schemaVersion: string;
|
|
521
522
|
includes: {
|
|
522
523
|
procedural: boolean;
|
|
523
524
|
taxonomy: boolean;
|
|
524
525
|
identityAnchors: boolean;
|
|
525
526
|
peerProfiles: boolean;
|
|
526
527
|
};
|
|
527
|
-
schemaVersion: string;
|
|
528
528
|
id: string;
|
|
529
529
|
description: string;
|
|
530
530
|
version: string;
|
|
@@ -551,13 +551,13 @@ declare const ExportManifestV2Schema: z.ZodObject<{
|
|
|
551
551
|
pluginVersion: string;
|
|
552
552
|
includesTranscripts: boolean;
|
|
553
553
|
capsule: {
|
|
554
|
+
schemaVersion: string;
|
|
554
555
|
includes: {
|
|
555
556
|
procedural: boolean;
|
|
556
557
|
taxonomy: boolean;
|
|
557
558
|
identityAnchors: boolean;
|
|
558
559
|
peerProfiles: boolean;
|
|
559
560
|
};
|
|
560
|
-
schemaVersion: string;
|
|
561
561
|
id: string;
|
|
562
562
|
description: string;
|
|
563
563
|
version: string;
|
|
@@ -683,13 +683,13 @@ declare const ExportBundleV2Schema: z.ZodObject<{
|
|
|
683
683
|
peerProfiles: boolean;
|
|
684
684
|
}>;
|
|
685
685
|
}, "strip", z.ZodTypeAny, {
|
|
686
|
+
schemaVersion: string;
|
|
686
687
|
includes: {
|
|
687
688
|
procedural: boolean;
|
|
688
689
|
taxonomy: boolean;
|
|
689
690
|
identityAnchors: boolean;
|
|
690
691
|
peerProfiles: boolean;
|
|
691
692
|
};
|
|
692
|
-
schemaVersion: string;
|
|
693
693
|
id: string;
|
|
694
694
|
description: string;
|
|
695
695
|
version: string;
|
|
@@ -704,13 +704,13 @@ declare const ExportBundleV2Schema: z.ZodObject<{
|
|
|
704
704
|
directAnswerEnabled: boolean;
|
|
705
705
|
};
|
|
706
706
|
}, {
|
|
707
|
+
schemaVersion: string;
|
|
707
708
|
includes: {
|
|
708
709
|
procedural: boolean;
|
|
709
710
|
taxonomy: boolean;
|
|
710
711
|
identityAnchors: boolean;
|
|
711
712
|
peerProfiles: boolean;
|
|
712
713
|
};
|
|
713
|
-
schemaVersion: string;
|
|
714
714
|
id: string;
|
|
715
715
|
description: string;
|
|
716
716
|
version: string;
|
|
@@ -737,13 +737,13 @@ declare const ExportBundleV2Schema: z.ZodObject<{
|
|
|
737
737
|
pluginVersion: string;
|
|
738
738
|
includesTranscripts: boolean;
|
|
739
739
|
capsule: {
|
|
740
|
+
schemaVersion: string;
|
|
740
741
|
includes: {
|
|
741
742
|
procedural: boolean;
|
|
742
743
|
taxonomy: boolean;
|
|
743
744
|
identityAnchors: boolean;
|
|
744
745
|
peerProfiles: boolean;
|
|
745
746
|
};
|
|
746
|
-
schemaVersion: string;
|
|
747
747
|
id: string;
|
|
748
748
|
description: string;
|
|
749
749
|
version: string;
|
|
@@ -770,13 +770,13 @@ declare const ExportBundleV2Schema: z.ZodObject<{
|
|
|
770
770
|
pluginVersion: string;
|
|
771
771
|
includesTranscripts: boolean;
|
|
772
772
|
capsule: {
|
|
773
|
+
schemaVersion: string;
|
|
773
774
|
includes: {
|
|
774
775
|
procedural: boolean;
|
|
775
776
|
taxonomy: boolean;
|
|
776
777
|
identityAnchors: boolean;
|
|
777
778
|
peerProfiles: boolean;
|
|
778
779
|
};
|
|
779
|
-
schemaVersion: string;
|
|
780
780
|
id: string;
|
|
781
781
|
description: string;
|
|
782
782
|
version: string;
|
|
@@ -803,6 +803,10 @@ declare const ExportBundleV2Schema: z.ZodObject<{
|
|
|
803
803
|
path: string;
|
|
804
804
|
}>, "many">;
|
|
805
805
|
}, "strip", z.ZodTypeAny, {
|
|
806
|
+
records: {
|
|
807
|
+
content: string;
|
|
808
|
+
path: string;
|
|
809
|
+
}[];
|
|
806
810
|
manifest: {
|
|
807
811
|
schemaVersion: 2;
|
|
808
812
|
createdAt: string;
|
|
@@ -815,13 +819,13 @@ declare const ExportBundleV2Schema: z.ZodObject<{
|
|
|
815
819
|
pluginVersion: string;
|
|
816
820
|
includesTranscripts: boolean;
|
|
817
821
|
capsule: {
|
|
822
|
+
schemaVersion: string;
|
|
818
823
|
includes: {
|
|
819
824
|
procedural: boolean;
|
|
820
825
|
taxonomy: boolean;
|
|
821
826
|
identityAnchors: boolean;
|
|
822
827
|
peerProfiles: boolean;
|
|
823
828
|
};
|
|
824
|
-
schemaVersion: string;
|
|
825
829
|
id: string;
|
|
826
830
|
description: string;
|
|
827
831
|
version: string;
|
|
@@ -837,11 +841,11 @@ declare const ExportBundleV2Schema: z.ZodObject<{
|
|
|
837
841
|
};
|
|
838
842
|
};
|
|
839
843
|
};
|
|
844
|
+
}, {
|
|
840
845
|
records: {
|
|
841
846
|
content: string;
|
|
842
847
|
path: string;
|
|
843
848
|
}[];
|
|
844
|
-
}, {
|
|
845
849
|
manifest: {
|
|
846
850
|
schemaVersion: 2;
|
|
847
851
|
createdAt: string;
|
|
@@ -854,13 +858,13 @@ declare const ExportBundleV2Schema: z.ZodObject<{
|
|
|
854
858
|
pluginVersion: string;
|
|
855
859
|
includesTranscripts: boolean;
|
|
856
860
|
capsule: {
|
|
861
|
+
schemaVersion: string;
|
|
857
862
|
includes: {
|
|
858
863
|
procedural: boolean;
|
|
859
864
|
taxonomy: boolean;
|
|
860
865
|
identityAnchors: boolean;
|
|
861
866
|
peerProfiles: boolean;
|
|
862
867
|
};
|
|
863
|
-
schemaVersion: string;
|
|
864
868
|
id: string;
|
|
865
869
|
description: string;
|
|
866
870
|
version: string;
|
|
@@ -876,10 +880,6 @@ declare const ExportBundleV2Schema: z.ZodObject<{
|
|
|
876
880
|
} | null | undefined;
|
|
877
881
|
};
|
|
878
882
|
};
|
|
879
|
-
records: {
|
|
880
|
-
content: string;
|
|
881
|
-
path: string;
|
|
882
|
-
}[];
|
|
883
883
|
}>;
|
|
884
884
|
type ExportBundleV2 = z.infer<typeof ExportBundleV2Schema>;
|
|
885
885
|
type AnyExportManifest = ExportManifestV1 | ExportManifestV2;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remnic/core",
|
|
3
|
-
"version": "9.3.
|
|
3
|
+
"version": "9.3.686",
|
|
4
4
|
"description": "Framework-agnostic Remnic memory engine — orchestrator, storage, extraction, search, trust zones",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -2931,7 +2931,7 @@
|
|
|
2931
2931
|
"core"
|
|
2932
2932
|
],
|
|
2933
2933
|
"peerDependencies": {
|
|
2934
|
-
"@remnic/coding-graph": "^9.3.
|
|
2934
|
+
"@remnic/coding-graph": "^9.3.686"
|
|
2935
2935
|
},
|
|
2936
2936
|
"peerDependenciesMeta": {
|
|
2937
2937
|
"@remnic/coding-graph": {
|
package/src/access-boundary.ts
CHANGED
|
@@ -33,7 +33,8 @@ import { expandTildePath } from "./utils/path.js";
|
|
|
33
33
|
export type OperationName =
|
|
34
34
|
| "memory_get"
|
|
35
35
|
| "memory_search"
|
|
36
|
-
| "memory_store"
|
|
36
|
+
| "memory_store"
|
|
37
|
+
| "coding_decision";
|
|
37
38
|
|
|
38
39
|
// ---------------------------------------------------------------------------
|
|
39
40
|
// Operation context — what every handler receives
|