@remnic/core 9.3.619 → 9.3.621

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.
Files changed (50) hide show
  1. package/dist/access-cli.js +6 -6
  2. package/dist/access-http.js +5 -5
  3. package/dist/access-mcp.js +4 -4
  4. package/dist/access-schema.d.ts +34 -34
  5. package/dist/access-service.js +3 -3
  6. package/dist/active-recall.js +1 -1
  7. package/dist/{chunk-KGLPJROV.js → chunk-4EWRLK3C.js} +9 -9
  8. package/dist/{chunk-T7N6KQGS.js → chunk-5GOMXHLC.js} +6 -1
  9. package/dist/chunk-5GOMXHLC.js.map +1 -0
  10. package/dist/{chunk-UEY3VB6W.js → chunk-6HMYUWXR.js} +13 -3
  11. package/dist/chunk-6HMYUWXR.js.map +1 -0
  12. package/dist/{chunk-JQDZQ4TB.js → chunk-BMFZLLNI.js} +2 -2
  13. package/dist/{chunk-ZK32E74R.js → chunk-F4QTFIB4.js} +3 -3
  14. package/dist/{chunk-X4QQB7O6.js → chunk-FH3PPO42.js} +3 -3
  15. package/dist/{chunk-TNOWU6RP.js → chunk-HA5SI4GK.js} +3 -3
  16. package/dist/{chunk-EXUAP5LH.js → chunk-O3U5BPUP.js} +3 -3
  17. package/dist/{chunk-NM5NQYJE.js → chunk-THTIZJZA.js} +3 -3
  18. package/dist/{chunk-5OHHEORR.js → chunk-TIPYPLLQ.js} +2 -2
  19. package/dist/{chunk-VMGLYN42.js → chunk-XQNPGNKK.js} +11 -6
  20. package/dist/chunk-XQNPGNKK.js.map +1 -0
  21. package/dist/{chunk-OBIRVF36.js → chunk-YEEAADCI.js} +2 -2
  22. package/dist/cli.js +11 -11
  23. package/dist/config.js +1 -1
  24. package/dist/index.js +12 -12
  25. package/dist/namespaces/migrate.js +2 -2
  26. package/dist/namespaces/storage.js +1 -1
  27. package/dist/objective-state-writers.js +2 -2
  28. package/dist/objective-state.js +1 -1
  29. package/dist/operator-toolkit.js +4 -4
  30. package/dist/orchestrator.js +3 -3
  31. package/dist/resume-bundles.js +3 -3
  32. package/dist/schemas.d.ts +64 -64
  33. package/dist/shared-context/manager.d.ts +2 -2
  34. package/dist/transfer/types.d.ts +12 -12
  35. package/package.json +1 -1
  36. package/src/config.ts +5 -0
  37. package/src/namespaces/storage.ts +30 -5
  38. package/src/objective-state.ts +17 -2
  39. package/dist/chunk-T7N6KQGS.js.map +0 -1
  40. package/dist/chunk-UEY3VB6W.js.map +0 -1
  41. package/dist/chunk-VMGLYN42.js.map +0 -1
  42. /package/dist/{chunk-KGLPJROV.js.map → chunk-4EWRLK3C.js.map} +0 -0
  43. /package/dist/{chunk-JQDZQ4TB.js.map → chunk-BMFZLLNI.js.map} +0 -0
  44. /package/dist/{chunk-ZK32E74R.js.map → chunk-F4QTFIB4.js.map} +0 -0
  45. /package/dist/{chunk-X4QQB7O6.js.map → chunk-FH3PPO42.js.map} +0 -0
  46. /package/dist/{chunk-TNOWU6RP.js.map → chunk-HA5SI4GK.js.map} +0 -0
  47. /package/dist/{chunk-EXUAP5LH.js.map → chunk-O3U5BPUP.js.map} +0 -0
  48. /package/dist/{chunk-NM5NQYJE.js.map → chunk-THTIZJZA.js.map} +0 -0
  49. /package/dist/{chunk-5OHHEORR.js.map → chunk-TIPYPLLQ.js.map} +0 -0
  50. /package/dist/{chunk-OBIRVF36.js.map → chunk-YEEAADCI.js.map} +0 -0
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  Orchestrator
3
- } from "./chunk-EXUAP5LH.js";
3
+ } from "./chunk-O3U5BPUP.js";
4
4
  import "./chunk-5RIRL3XL.js";
5
5
  import "./chunk-4HFJQCJZ.js";
6
6
  import "./chunk-6BDVBBBY.js";
@@ -92,7 +92,7 @@ import "./chunk-CYEPCZN5.js";
92
92
  import "./chunk-DCGT4FPP.js";
93
93
  import "./chunk-Q4CAQGKQ.js";
94
94
  import "./chunk-CINZGPSJ.js";
95
- import "./chunk-VMGLYN42.js";
95
+ import "./chunk-XQNPGNKK.js";
96
96
  import "./chunk-ZFXCQPNO.js";
97
97
  import "./chunk-Q6YIJGXJ.js";
98
98
  import "./chunk-ORFGK3XI.js";
@@ -128,7 +128,7 @@ import "./chunk-UZB5KHKX.js";
128
128
  import "./chunk-RK6F44Y6.js";
129
129
  import {
130
130
  parseConfig
131
- } from "./chunk-T7N6KQGS.js";
131
+ } from "./chunk-5GOMXHLC.js";
132
132
  import "./chunk-PHK3HARR.js";
133
133
  import "./chunk-Z5LAYHGJ.js";
134
134
  import "./chunk-LBJBNWS2.js";
@@ -140,7 +140,7 @@ import "./chunk-PVGDJXVK.js";
140
140
  import "./chunk-OADWQ5CR.js";
141
141
  import {
142
142
  EngramAccessService
143
- } from "./chunk-ZK32E74R.js";
143
+ } from "./chunk-F4QTFIB4.js";
144
144
  import "./chunk-GDASG7NC.js";
145
145
  import "./chunk-GDB4J2H3.js";
146
146
  import "./chunk-DGNQRNLL.js";
@@ -152,9 +152,9 @@ import "./chunk-5BTCT236.js";
152
152
  import "./chunk-EDQVAMQI.js";
153
153
  import "./chunk-JGSKJHF7.js";
154
154
  import "./chunk-BPSGLMQ4.js";
155
- import "./chunk-JQDZQ4TB.js";
155
+ import "./chunk-BMFZLLNI.js";
156
156
  import "./chunk-CI7RKSRE.js";
157
- import "./chunk-UEY3VB6W.js";
157
+ import "./chunk-6HMYUWXR.js";
158
158
  import "./chunk-EIR5VLIH.js";
159
159
  import "./chunk-7V2SGZ3H.js";
160
160
  import "./chunk-EI6V5UXY.js";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  EngramAccessHttpServer
3
- } from "./chunk-NM5NQYJE.js";
3
+ } from "./chunk-THTIZJZA.js";
4
4
  import "./chunk-SEDEKFYQ.js";
5
5
  import "./chunk-2QSZNTDO.js";
6
6
  import "./chunk-RSUYKGGZ.js";
@@ -8,10 +8,10 @@ import "./chunk-42NQ7AVG.js";
8
8
  import "./chunk-TMSXWOBZ.js";
9
9
  import "./chunk-J64TK33U.js";
10
10
  import "./chunk-7RXCMVFQ.js";
11
- import "./chunk-5OHHEORR.js";
11
+ import "./chunk-TIPYPLLQ.js";
12
12
  import "./chunk-6L46YAEZ.js";
13
13
  import "./chunk-D24OXEPB.js";
14
- import "./chunk-ZK32E74R.js";
14
+ import "./chunk-F4QTFIB4.js";
15
15
  import "./chunk-GDASG7NC.js";
16
16
  import "./chunk-GDB4J2H3.js";
17
17
  import "./chunk-DGNQRNLL.js";
@@ -23,9 +23,9 @@ import "./chunk-5BTCT236.js";
23
23
  import "./chunk-EDQVAMQI.js";
24
24
  import "./chunk-JGSKJHF7.js";
25
25
  import "./chunk-BPSGLMQ4.js";
26
- import "./chunk-JQDZQ4TB.js";
26
+ import "./chunk-BMFZLLNI.js";
27
27
  import "./chunk-CI7RKSRE.js";
28
- import "./chunk-UEY3VB6W.js";
28
+ import "./chunk-6HMYUWXR.js";
29
29
  import "./chunk-EIR5VLIH.js";
30
30
  import "./chunk-7V2SGZ3H.js";
31
31
  import "./chunk-EI6V5UXY.js";
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  EngramMcpServer
3
- } from "./chunk-5OHHEORR.js";
3
+ } from "./chunk-TIPYPLLQ.js";
4
4
  import "./chunk-6L46YAEZ.js";
5
5
  import "./chunk-D24OXEPB.js";
6
- import "./chunk-ZK32E74R.js";
6
+ import "./chunk-F4QTFIB4.js";
7
7
  import "./chunk-GDASG7NC.js";
8
8
  import "./chunk-GDB4J2H3.js";
9
9
  import "./chunk-DGNQRNLL.js";
@@ -15,9 +15,9 @@ import "./chunk-5BTCT236.js";
15
15
  import "./chunk-EDQVAMQI.js";
16
16
  import "./chunk-JGSKJHF7.js";
17
17
  import "./chunk-BPSGLMQ4.js";
18
- import "./chunk-JQDZQ4TB.js";
18
+ import "./chunk-BMFZLLNI.js";
19
19
  import "./chunk-CI7RKSRE.js";
20
- import "./chunk-UEY3VB6W.js";
20
+ import "./chunk-6HMYUWXR.js";
21
21
  import "./chunk-EIR5VLIH.js";
22
22
  import "./chunk-7V2SGZ3H.js";
23
23
  import "./chunk-EI6V5UXY.js";
@@ -104,9 +104,9 @@ declare const recallRequestSchema: z.ZodObject<{
104
104
  includeLowConfidence: z.ZodOptional<z.ZodBoolean>;
105
105
  }, "strip", z.ZodTypeAny, {
106
106
  query: string;
107
- namespace?: string | undefined;
108
107
  sessionKey?: string | undefined;
109
108
  tags?: string[] | undefined;
109
+ namespace?: string | undefined;
110
110
  topK?: number | undefined;
111
111
  mode?: "no_recall" | "minimal" | "full" | "graph_mode" | "auto" | undefined;
112
112
  cwd?: string | undefined;
@@ -125,9 +125,9 @@ declare const recallRequestSchema: z.ZodObject<{
125
125
  tagMatch?: "all" | "any" | undefined;
126
126
  }, {
127
127
  query: string;
128
- namespace?: string | undefined;
129
128
  sessionKey?: string | undefined;
130
129
  tags?: string[] | undefined;
130
+ namespace?: string | undefined;
131
131
  topK?: number | undefined;
132
132
  mode?: "no_recall" | "minimal" | "full" | "graph_mode" | "auto" | undefined;
133
133
  cwd?: string | undefined;
@@ -149,11 +149,11 @@ declare const recallExplainRequestSchema: z.ZodObject<{
149
149
  sessionKey: z.ZodOptional<z.ZodString>;
150
150
  namespace: z.ZodOptional<z.ZodString>;
151
151
  }, "strip", z.ZodTypeAny, {
152
- namespace?: string | undefined;
153
152
  sessionKey?: string | undefined;
154
- }, {
155
153
  namespace?: string | undefined;
154
+ }, {
156
155
  sessionKey?: string | undefined;
156
+ namespace?: string | undefined;
157
157
  }>;
158
158
  /**
159
159
  * Standalone "set coding context" request. Used by the HTTP endpoint
@@ -365,30 +365,30 @@ declare const memoryStoreRequestSchema: z.ZodObject<{
365
365
  projectTag: z.ZodOptional<z.ZodString>;
366
366
  }, "strip", z.ZodTypeAny, {
367
367
  content: string;
368
- namespace?: string | undefined;
369
- category?: "fact" | "preference" | "correction" | "entity" | "decision" | "relationship" | "principle" | "commitment" | "moment" | "skill" | "rule" | "procedure" | "reasoning_trace" | undefined;
370
- confidence?: number | undefined;
371
- ttl?: string | undefined;
372
368
  schemaVersion?: number | undefined;
373
369
  sessionKey?: string | undefined;
374
370
  tags?: string[] | undefined;
375
371
  dryRun?: boolean | undefined;
372
+ namespace?: string | undefined;
373
+ category?: "fact" | "preference" | "correction" | "entity" | "decision" | "relationship" | "principle" | "commitment" | "moment" | "skill" | "rule" | "procedure" | "reasoning_trace" | undefined;
374
+ confidence?: number | undefined;
376
375
  entityRef?: string | undefined;
376
+ ttl?: string | undefined;
377
377
  sourceReason?: string | undefined;
378
378
  cwd?: string | undefined;
379
379
  idempotencyKey?: string | undefined;
380
380
  projectTag?: string | undefined;
381
381
  }, {
382
382
  content: string;
383
- namespace?: string | undefined;
384
- category?: "fact" | "preference" | "correction" | "entity" | "decision" | "relationship" | "principle" | "commitment" | "moment" | "skill" | "rule" | "procedure" | "reasoning_trace" | undefined;
385
- confidence?: number | undefined;
386
- ttl?: string | undefined;
387
383
  schemaVersion?: number | undefined;
388
384
  sessionKey?: string | undefined;
389
385
  tags?: string[] | undefined;
390
386
  dryRun?: boolean | undefined;
387
+ namespace?: string | undefined;
388
+ category?: "fact" | "preference" | "correction" | "entity" | "decision" | "relationship" | "principle" | "commitment" | "moment" | "skill" | "rule" | "procedure" | "reasoning_trace" | undefined;
389
+ confidence?: number | undefined;
391
390
  entityRef?: string | undefined;
391
+ ttl?: string | undefined;
392
392
  sourceReason?: string | undefined;
393
393
  cwd?: string | undefined;
394
394
  idempotencyKey?: string | undefined;
@@ -411,30 +411,30 @@ declare const suggestionSubmitRequestSchema: z.ZodObject<{
411
411
  projectTag: z.ZodOptional<z.ZodString>;
412
412
  }, "strip", z.ZodTypeAny, {
413
413
  content: string;
414
- namespace?: string | undefined;
415
- category?: "fact" | "preference" | "correction" | "entity" | "decision" | "relationship" | "principle" | "commitment" | "moment" | "skill" | "rule" | "procedure" | "reasoning_trace" | undefined;
416
- confidence?: number | undefined;
417
- ttl?: string | undefined;
418
414
  schemaVersion?: number | undefined;
419
415
  sessionKey?: string | undefined;
420
416
  tags?: string[] | undefined;
421
417
  dryRun?: boolean | undefined;
418
+ namespace?: string | undefined;
419
+ category?: "fact" | "preference" | "correction" | "entity" | "decision" | "relationship" | "principle" | "commitment" | "moment" | "skill" | "rule" | "procedure" | "reasoning_trace" | undefined;
420
+ confidence?: number | undefined;
422
421
  entityRef?: string | undefined;
422
+ ttl?: string | undefined;
423
423
  sourceReason?: string | undefined;
424
424
  cwd?: string | undefined;
425
425
  idempotencyKey?: string | undefined;
426
426
  projectTag?: string | undefined;
427
427
  }, {
428
428
  content: string;
429
- namespace?: string | undefined;
430
- category?: "fact" | "preference" | "correction" | "entity" | "decision" | "relationship" | "principle" | "commitment" | "moment" | "skill" | "rule" | "procedure" | "reasoning_trace" | undefined;
431
- confidence?: number | undefined;
432
- ttl?: string | undefined;
433
429
  schemaVersion?: number | undefined;
434
430
  sessionKey?: string | undefined;
435
431
  tags?: string[] | undefined;
436
432
  dryRun?: boolean | undefined;
433
+ namespace?: string | undefined;
434
+ category?: "fact" | "preference" | "correction" | "entity" | "decision" | "relationship" | "principle" | "commitment" | "moment" | "skill" | "rule" | "procedure" | "reasoning_trace" | undefined;
435
+ confidence?: number | undefined;
437
436
  entityRef?: string | undefined;
437
+ ttl?: string | undefined;
438
438
  sourceReason?: string | undefined;
439
439
  cwd?: string | undefined;
440
440
  idempotencyKey?: string | undefined;
@@ -468,18 +468,18 @@ declare const trustZonePromoteRequestSchema: z.ZodObject<{
468
468
  recordId: string;
469
469
  targetZone: "working" | "trusted";
470
470
  promotionReason: string;
471
- namespace?: string | undefined;
472
471
  recordedAt?: string | undefined;
473
472
  summary?: string | undefined;
474
473
  dryRun?: boolean | undefined;
474
+ namespace?: string | undefined;
475
475
  }, {
476
476
  recordId: string;
477
477
  targetZone: "working" | "trusted";
478
478
  promotionReason: string;
479
- namespace?: string | undefined;
480
479
  recordedAt?: string | undefined;
481
480
  summary?: string | undefined;
482
481
  dryRun?: boolean | undefined;
482
+ namespace?: string | undefined;
483
483
  }>;
484
484
  declare const trustZoneDemoSeedRequestSchema: z.ZodObject<{
485
485
  scenario: z.ZodOptional<z.ZodString>;
@@ -487,14 +487,14 @@ declare const trustZoneDemoSeedRequestSchema: z.ZodObject<{
487
487
  dryRun: z.ZodOptional<z.ZodBoolean>;
488
488
  namespace: z.ZodOptional<z.ZodString>;
489
489
  }, "strip", z.ZodTypeAny, {
490
- namespace?: string | undefined;
491
490
  recordedAt?: string | undefined;
492
491
  dryRun?: boolean | undefined;
492
+ namespace?: string | undefined;
493
493
  scenario?: string | undefined;
494
494
  }, {
495
- namespace?: string | undefined;
496
495
  recordedAt?: string | undefined;
497
496
  dryRun?: boolean | undefined;
497
+ namespace?: string | undefined;
498
498
  scenario?: string | undefined;
499
499
  }>;
500
500
  declare const lcmSearchRequestSchema: z.ZodObject<{
@@ -505,15 +505,15 @@ declare const lcmSearchRequestSchema: z.ZodObject<{
505
505
  limit: z.ZodOptional<z.ZodNumber>;
506
506
  }, "strip", z.ZodTypeAny, {
507
507
  query: string;
508
+ sessionKey?: string | undefined;
508
509
  namespace?: string | undefined;
509
510
  limit?: number | undefined;
510
- sessionKey?: string | undefined;
511
511
  sessionPrefix?: string | undefined;
512
512
  }, {
513
513
  query: string;
514
+ sessionKey?: string | undefined;
514
515
  namespace?: string | undefined;
515
516
  limit?: number | undefined;
516
- sessionKey?: string | undefined;
517
517
  sessionPrefix?: string | undefined;
518
518
  }>;
519
519
  declare const lcmCompactionFlushRequestSchema: z.ZodObject<{
@@ -547,12 +547,12 @@ declare const daySummaryRequestSchema: z.ZodObject<{
547
547
  sessionKey: z.ZodOptional<z.ZodString>;
548
548
  namespace: z.ZodOptional<z.ZodString>;
549
549
  }, "strip", z.ZodTypeAny, {
550
- namespace?: string | undefined;
551
550
  sessionKey?: string | undefined;
551
+ namespace?: string | undefined;
552
552
  memories?: string | undefined;
553
553
  }, {
554
- namespace?: string | undefined;
555
554
  sessionKey?: string | undefined;
555
+ namespace?: string | undefined;
556
556
  memories?: string | undefined;
557
557
  }>;
558
558
  declare const capsuleExportRequestSchema: z.ZodObject<{
@@ -742,11 +742,11 @@ declare const actionConfidenceRequestSchema: z.ZodObject<{
742
742
  safety: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodEnum<["safe", "requires-review", "blocked"]>>>, NonNullable<"blocked" | "safe" | "requires-review"> | undefined, "blocked" | "safe" | "requires-review" | null | undefined>;
743
743
  safetyReasons: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>, string[] | undefined, string[] | null | undefined>;
744
744
  }, "strict", z.ZodTypeAny, {
745
- confidence?: number | undefined;
746
745
  source?: string | undefined;
747
746
  stale?: boolean | undefined;
748
747
  created?: string | undefined;
749
748
  updated?: string | undefined;
749
+ confidence?: number | undefined;
750
750
  scope?: string | undefined;
751
751
  retrievalReason?: string | undefined;
752
752
  safety?: NonNullable<"blocked" | "safe" | "requires-review"> | undefined;
@@ -756,11 +756,11 @@ declare const actionConfidenceRequestSchema: z.ZodObject<{
756
756
  safetyReasons?: string[] | undefined;
757
757
  userContextScopes?: string[] | undefined;
758
758
  }, {
759
- confidence?: number | null | undefined;
760
759
  source?: string | null | undefined;
761
760
  stale?: boolean | null | undefined;
762
761
  created?: string | null | undefined;
763
762
  updated?: string | null | undefined;
763
+ confidence?: number | null | undefined;
764
764
  scope?: string | null | undefined;
765
765
  retrievalReason?: string | null | undefined;
766
766
  safety?: "blocked" | "safe" | "requires-review" | null | undefined;
@@ -770,11 +770,11 @@ declare const actionConfidenceRequestSchema: z.ZodObject<{
770
770
  safetyReasons?: string[] | null | undefined;
771
771
  userContextScopes?: string[] | null | undefined;
772
772
  }>, "many">>>, {
773
- confidence?: number | undefined;
774
773
  source?: string | undefined;
775
774
  stale?: boolean | undefined;
776
775
  created?: string | undefined;
777
776
  updated?: string | undefined;
777
+ confidence?: number | undefined;
778
778
  scope?: string | undefined;
779
779
  retrievalReason?: string | undefined;
780
780
  safety?: NonNullable<"blocked" | "safe" | "requires-review"> | undefined;
@@ -784,11 +784,11 @@ declare const actionConfidenceRequestSchema: z.ZodObject<{
784
784
  safetyReasons?: string[] | undefined;
785
785
  userContextScopes?: string[] | undefined;
786
786
  }[] | undefined, {
787
- confidence?: number | null | undefined;
788
787
  source?: string | null | undefined;
789
788
  stale?: boolean | null | undefined;
790
789
  created?: string | null | undefined;
791
790
  updated?: string | null | undefined;
791
+ confidence?: number | null | undefined;
792
792
  scope?: string | null | undefined;
793
793
  retrievalReason?: string | null | undefined;
794
794
  safety?: "blocked" | "safe" | "requires-review" | null | undefined;
@@ -810,11 +810,11 @@ declare const actionConfidenceRequestSchema: z.ZodObject<{
810
810
  matched?: boolean | undefined;
811
811
  }[] | undefined;
812
812
  retrievedMemories?: {
813
- confidence?: number | undefined;
814
813
  source?: string | undefined;
815
814
  stale?: boolean | undefined;
816
815
  created?: string | undefined;
817
816
  updated?: string | undefined;
817
+ confidence?: number | undefined;
818
818
  scope?: string | undefined;
819
819
  retrievalReason?: string | undefined;
820
820
  safety?: NonNullable<"blocked" | "safe" | "requires-review"> | undefined;
@@ -836,11 +836,11 @@ declare const actionConfidenceRequestSchema: z.ZodObject<{
836
836
  matched?: boolean | null | undefined;
837
837
  }[] | null | undefined;
838
838
  retrievedMemories?: {
839
- confidence?: number | null | undefined;
840
839
  source?: string | null | undefined;
841
840
  stale?: boolean | null | undefined;
842
841
  created?: string | null | undefined;
843
842
  updated?: string | null | undefined;
843
+ confidence?: number | null | undefined;
844
844
  scope?: string | null | undefined;
845
845
  retrievalReason?: string | null | undefined;
846
846
  safety?: "blocked" | "safe" | "requires-review" | null | undefined;
@@ -3,7 +3,7 @@ import {
3
3
  EngramAccessInputError,
4
4
  EngramAccessService,
5
5
  shapeMemorySummary
6
- } from "./chunk-ZK32E74R.js";
6
+ } from "./chunk-F4QTFIB4.js";
7
7
  import "./chunk-GDASG7NC.js";
8
8
  import "./chunk-GDB4J2H3.js";
9
9
  import "./chunk-DGNQRNLL.js";
@@ -15,9 +15,9 @@ import "./chunk-5BTCT236.js";
15
15
  import "./chunk-EDQVAMQI.js";
16
16
  import "./chunk-JGSKJHF7.js";
17
17
  import "./chunk-BPSGLMQ4.js";
18
- import "./chunk-JQDZQ4TB.js";
18
+ import "./chunk-BMFZLLNI.js";
19
19
  import "./chunk-CI7RKSRE.js";
20
- import "./chunk-UEY3VB6W.js";
20
+ import "./chunk-6HMYUWXR.js";
21
21
  import "./chunk-EIR5VLIH.js";
22
22
  import "./chunk-7V2SGZ3H.js";
23
23
  import "./chunk-EI6V5UXY.js";
@@ -4,7 +4,7 @@ import {
4
4
  } from "./chunk-6MKAMLQL.js";
5
5
  import {
6
6
  DEFAULT_REASONING_MODEL
7
- } from "./chunk-T7N6KQGS.js";
7
+ } from "./chunk-5GOMXHLC.js";
8
8
  import "./chunk-PHK3HARR.js";
9
9
  import "./chunk-Z5LAYHGJ.js";
10
10
  import "./chunk-4DJQYKMN.js";
@@ -75,7 +75,7 @@ import {
75
75
  buildResumeBundleFromState,
76
76
  getResumeBundleStatus,
77
77
  recordResumeBundle
78
- } from "./chunk-X4QQB7O6.js";
78
+ } from "./chunk-FH3PPO42.js";
79
79
  import {
80
80
  parseXrayCliOptions
81
81
  } from "./chunk-3QSU4NFF.js";
@@ -89,12 +89,12 @@ import {
89
89
  runOperatorInventory,
90
90
  runOperatorRepair,
91
91
  runOperatorSetup
92
- } from "./chunk-TNOWU6RP.js";
92
+ } from "./chunk-HA5SI4GK.js";
93
93
  import {
94
94
  listNamespaces,
95
95
  runNamespaceMigration,
96
96
  verifyNamespaces
97
- } from "./chunk-OBIRVF36.js";
97
+ } from "./chunk-YEEAADCI.js";
98
98
  import {
99
99
  collectPatternMemories,
100
100
  explainPatternMemory,
@@ -203,19 +203,19 @@ import {
203
203
  } from "./chunk-4WMCPJWX.js";
204
204
  import {
205
205
  parseConfig
206
- } from "./chunk-T7N6KQGS.js";
206
+ } from "./chunk-5GOMXHLC.js";
207
207
  import {
208
208
  getAbstractionNodeStoreStatus
209
209
  } from "./chunk-OADWQ5CR.js";
210
210
  import {
211
211
  EngramAccessHttpServer
212
- } from "./chunk-NM5NQYJE.js";
212
+ } from "./chunk-THTIZJZA.js";
213
213
  import {
214
214
  EngramMcpServer
215
- } from "./chunk-5OHHEORR.js";
215
+ } from "./chunk-TIPYPLLQ.js";
216
216
  import {
217
217
  EngramAccessService
218
- } from "./chunk-ZK32E74R.js";
218
+ } from "./chunk-F4QTFIB4.js";
219
219
  import {
220
220
  WorkStorage
221
221
  } from "./chunk-GDB4J2H3.js";
@@ -237,7 +237,7 @@ import {
237
237
  } from "./chunk-JGSKJHF7.js";
238
238
  import {
239
239
  getObjectiveStateStoreStatus
240
- } from "./chunk-UEY3VB6W.js";
240
+ } from "./chunk-6HMYUWXR.js";
241
241
  import {
242
242
  analyzeGraphHealth
243
243
  } from "./chunk-XL7FK7PJ.js";
@@ -6623,4 +6623,4 @@ export {
6623
6623
  resolveMemoryDirForNamespace,
6624
6624
  registerCli
6625
6625
  };
6626
- //# sourceMappingURL=chunk-KGLPJROV.js.map
6626
+ //# sourceMappingURL=chunk-4EWRLK3C.js.map
@@ -1525,6 +1525,11 @@ function parseConfig(raw) {
1525
1525
  taskModelChain: parseModelChainConfig(cfg.taskModelChain, "taskModelChain"),
1526
1526
  // v3.0 namespaces (default off)
1527
1527
  namespacesEnabled: cfg.namespacesEnabled === true,
1528
+ // NOTE: namespace identifiers are intentionally NOT sanitized here — the
1529
+ // codebase rejects unsafe namespaces at the point of use (see
1530
+ // codex-materialize-runner and NamespaceStorageRouter / resolveNamespaceDir),
1531
+ // so a "../x" value is surfaced as an explicit error rather than silently
1532
+ // rewritten. Containment is enforced at the filesystem sinks.
1528
1533
  defaultNamespace: typeof cfg.defaultNamespace === "string" && cfg.defaultNamespace.length > 0 ? cfg.defaultNamespace : "default",
1529
1534
  sharedNamespace: typeof cfg.sharedNamespace === "string" && cfg.sharedNamespace.length > 0 ? cfg.sharedNamespace : "shared",
1530
1535
  principalFromSessionKeyMode: cfg.principalFromSessionKeyMode === "prefix" ? "prefix" : cfg.principalFromSessionKeyMode === "regex" ? "regex" : "map",
@@ -2436,4 +2441,4 @@ export {
2436
2441
  VALID_MEMORY_CATEGORIES,
2437
2442
  parseConfig
2438
2443
  };
2439
- //# sourceMappingURL=chunk-T7N6KQGS.js.map
2444
+ //# sourceMappingURL=chunk-5GOMXHLC.js.map