@remnic/core 1.1.24 → 1.1.25

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/schemas.d.ts CHANGED
@@ -217,12 +217,12 @@ declare const EntityMentionSchema: z.ZodObject<{
217
217
  title: z.ZodString;
218
218
  facts: z.ZodArray<z.ZodString, "many">;
219
219
  }, "strip", z.ZodTypeAny, {
220
- key: string;
221
220
  title: string;
221
+ key: string;
222
222
  facts: string[];
223
223
  }, {
224
- key: string;
225
224
  title: string;
225
+ key: string;
226
226
  facts: string[];
227
227
  }>, "many">>>;
228
228
  }, "strip", z.ZodTypeAny, {
@@ -230,8 +230,8 @@ declare const EntityMentionSchema: z.ZodObject<{
230
230
  name: string;
231
231
  facts: string[];
232
232
  structuredSections?: {
233
- key: string;
234
233
  title: string;
234
+ key: string;
235
235
  facts: string[];
236
236
  }[] | null | undefined;
237
237
  promptedByQuestion?: string | null | undefined;
@@ -240,8 +240,8 @@ declare const EntityMentionSchema: z.ZodObject<{
240
240
  name: string;
241
241
  facts: string[];
242
242
  structuredSections?: {
243
- key: string;
244
243
  title: string;
244
+ key: string;
245
245
  facts: string[];
246
246
  }[] | null | undefined;
247
247
  promptedByQuestion?: string | null | undefined;
@@ -468,12 +468,12 @@ declare const ProactiveExtractionResultSchema: z.ZodObject<{
468
468
  title: z.ZodString;
469
469
  facts: z.ZodArray<z.ZodString, "many">;
470
470
  }, "strip", z.ZodTypeAny, {
471
- key: string;
472
471
  title: string;
472
+ key: string;
473
473
  facts: string[];
474
474
  }, {
475
- key: string;
476
475
  title: string;
476
+ key: string;
477
477
  facts: string[];
478
478
  }>, "many">>>;
479
479
  }, "strip", z.ZodTypeAny, {
@@ -481,8 +481,8 @@ declare const ProactiveExtractionResultSchema: z.ZodObject<{
481
481
  name: string;
482
482
  facts: string[];
483
483
  structuredSections?: {
484
- key: string;
485
484
  title: string;
485
+ key: string;
486
486
  facts: string[];
487
487
  }[] | null | undefined;
488
488
  promptedByQuestion?: string | null | undefined;
@@ -491,8 +491,8 @@ declare const ProactiveExtractionResultSchema: z.ZodObject<{
491
491
  name: string;
492
492
  facts: string[];
493
493
  structuredSections?: {
494
- key: string;
495
494
  title: string;
495
+ key: string;
496
496
  facts: string[];
497
497
  }[] | null | undefined;
498
498
  promptedByQuestion?: string | null | undefined;
@@ -549,8 +549,8 @@ declare const ProactiveExtractionResultSchema: z.ZodObject<{
549
549
  name: string;
550
550
  facts: string[];
551
551
  structuredSections?: {
552
- key: string;
553
552
  title: string;
553
+ key: string;
554
554
  facts: string[];
555
555
  }[] | null | undefined;
556
556
  promptedByQuestion?: string | null | undefined;
@@ -598,8 +598,8 @@ declare const ProactiveExtractionResultSchema: z.ZodObject<{
598
598
  name: string;
599
599
  facts: string[];
600
600
  structuredSections?: {
601
- key: string;
602
601
  title: string;
602
+ key: string;
603
603
  facts: string[];
604
604
  }[] | null | undefined;
605
605
  promptedByQuestion?: string | null | undefined;
@@ -778,12 +778,12 @@ declare const ExtractionResultSchema: z.ZodObject<{
778
778
  title: z.ZodString;
779
779
  facts: z.ZodArray<z.ZodString, "many">;
780
780
  }, "strip", z.ZodTypeAny, {
781
- key: string;
782
781
  title: string;
782
+ key: string;
783
783
  facts: string[];
784
784
  }, {
785
- key: string;
786
785
  title: string;
786
+ key: string;
787
787
  facts: string[];
788
788
  }>, "many">>>;
789
789
  }, "strip", z.ZodTypeAny, {
@@ -791,8 +791,8 @@ declare const ExtractionResultSchema: z.ZodObject<{
791
791
  name: string;
792
792
  facts: string[];
793
793
  structuredSections?: {
794
- key: string;
795
794
  title: string;
795
+ key: string;
796
796
  facts: string[];
797
797
  }[] | null | undefined;
798
798
  promptedByQuestion?: string | null | undefined;
@@ -801,8 +801,8 @@ declare const ExtractionResultSchema: z.ZodObject<{
801
801
  name: string;
802
802
  facts: string[];
803
803
  structuredSections?: {
804
- key: string;
805
804
  title: string;
805
+ key: string;
806
806
  facts: string[];
807
807
  }[] | null | undefined;
808
808
  promptedByQuestion?: string | null | undefined;
@@ -873,8 +873,8 @@ declare const ExtractionResultSchema: z.ZodObject<{
873
873
  name: string;
874
874
  facts: string[];
875
875
  structuredSections?: {
876
- key: string;
877
876
  title: string;
877
+ key: string;
878
878
  facts: string[];
879
879
  }[] | null | undefined;
880
880
  promptedByQuestion?: string | null | undefined;
@@ -928,8 +928,8 @@ declare const ExtractionResultSchema: z.ZodObject<{
928
928
  name: string;
929
929
  facts: string[];
930
930
  structuredSections?: {
931
- key: string;
932
931
  title: string;
932
+ key: string;
933
933
  facts: string[];
934
934
  }[] | null | undefined;
935
935
  promptedByQuestion?: string | null | undefined;
@@ -998,12 +998,12 @@ declare const ConsolidationResultSchema: z.ZodObject<{
998
998
  title: z.ZodString;
999
999
  facts: z.ZodArray<z.ZodString, "many">;
1000
1000
  }, "strip", z.ZodTypeAny, {
1001
- key: string;
1002
1001
  title: string;
1002
+ key: string;
1003
1003
  facts: string[];
1004
1004
  }, {
1005
- key: string;
1006
1005
  title: string;
1006
+ key: string;
1007
1007
  facts: string[];
1008
1008
  }>, "many">>>;
1009
1009
  }, "strip", z.ZodTypeAny, {
@@ -1011,8 +1011,8 @@ declare const ConsolidationResultSchema: z.ZodObject<{
1011
1011
  name: string;
1012
1012
  facts: string[];
1013
1013
  structuredSections?: {
1014
- key: string;
1015
1014
  title: string;
1015
+ key: string;
1016
1016
  facts: string[];
1017
1017
  }[] | null | undefined;
1018
1018
  promptedByQuestion?: string | null | undefined;
@@ -1021,8 +1021,8 @@ declare const ConsolidationResultSchema: z.ZodObject<{
1021
1021
  name: string;
1022
1022
  facts: string[];
1023
1023
  structuredSections?: {
1024
- key: string;
1025
1024
  title: string;
1025
+ key: string;
1026
1026
  facts: string[];
1027
1027
  }[] | null | undefined;
1028
1028
  promptedByQuestion?: string | null | undefined;
@@ -1041,8 +1041,8 @@ declare const ConsolidationResultSchema: z.ZodObject<{
1041
1041
  name: string;
1042
1042
  facts: string[];
1043
1043
  structuredSections?: {
1044
- key: string;
1045
1044
  title: string;
1045
+ key: string;
1046
1046
  facts: string[];
1047
1047
  }[] | null | undefined;
1048
1048
  promptedByQuestion?: string | null | undefined;
@@ -1061,8 +1061,8 @@ declare const ConsolidationResultSchema: z.ZodObject<{
1061
1061
  name: string;
1062
1062
  facts: string[];
1063
1063
  structuredSections?: {
1064
- key: string;
1065
1064
  title: string;
1065
+ key: string;
1066
1066
  facts: string[];
1067
1067
  }[] | null | undefined;
1068
1068
  promptedByQuestion?: string | null | undefined;
@@ -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;
@@ -815,13 +815,13 @@ declare const ExportBundleV2Schema: z.ZodObject<{
815
815
  pluginVersion: string;
816
816
  includesTranscripts: boolean;
817
817
  capsule: {
818
+ schemaVersion: string;
818
819
  includes: {
819
820
  procedural: boolean;
820
821
  taxonomy: boolean;
821
822
  identityAnchors: boolean;
822
823
  peerProfiles: boolean;
823
824
  };
824
- schemaVersion: string;
825
825
  id: string;
826
826
  description: string;
827
827
  version: string;
@@ -854,13 +854,13 @@ declare const ExportBundleV2Schema: z.ZodObject<{
854
854
  pluginVersion: string;
855
855
  includesTranscripts: boolean;
856
856
  capsule: {
857
+ schemaVersion: string;
857
858
  includes: {
858
859
  procedural: boolean;
859
860
  taxonomy: boolean;
860
861
  identityAnchors: boolean;
861
862
  peerProfiles: boolean;
862
863
  };
863
- schemaVersion: string;
864
864
  id: string;
865
865
  description: string;
866
866
  version: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remnic/core",
3
- "version": "1.1.24",
3
+ "version": "1.1.25",
4
4
  "description": "Framework-agnostic Remnic memory engine — orchestrator, storage, extraction, search, trust zones",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",