@remnic/core 9.3.634 → 9.3.635

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 (65) hide show
  1. package/dist/access-cli.js +24 -24
  2. package/dist/access-http.d.ts +1 -1
  3. package/dist/access-http.js +22 -3
  4. package/dist/access-mcp.d.ts +1 -1
  5. package/dist/access-mcp.js +21 -2
  6. package/dist/access-schema.d.ts +34 -34
  7. package/dist/{access-service-C9_EpVHd.d.ts → access-service-GVOE5U3C.d.ts} +3 -0
  8. package/dist/access-service.d.ts +1 -1
  9. package/dist/access-service.js +20 -1
  10. package/dist/{chunk-2ROPI5OE.js → chunk-6GC5SGFE.js} +4 -4
  11. package/dist/{chunk-6GDHLVJC.js → chunk-AV5ZEH4M.js} +4 -4
  12. package/dist/{chunk-32U3N7H5.js → chunk-BK35NOJL.js} +3 -3
  13. package/dist/{chunk-TZVQQTG4.js → chunk-DEDTFRH2.js} +6 -6
  14. package/dist/{chunk-5PT5I6JQ.js → chunk-JYFO32V4.js} +7 -7
  15. package/dist/{chunk-ZJR7VG5L.js → chunk-LASA46TQ.js} +2 -2
  16. package/dist/{chunk-XG4NAWAV.js → chunk-NFNQ7TWF.js} +3 -3
  17. package/dist/{chunk-XG4NAWAV.js.map → chunk-NFNQ7TWF.js.map} +1 -1
  18. package/dist/{chunk-YRMKDTKF.js → chunk-RAGXUVQW.js} +3 -3
  19. package/dist/{chunk-EWLQPEO6.js → chunk-RN7MUWON.js} +4 -4
  20. package/dist/{chunk-WR64DQFE.js → chunk-SQZ42MKH.js} +4 -4
  21. package/dist/{chunk-WLZBVYC6.js → chunk-TFICNXXU.js} +28 -28
  22. package/dist/{chunk-IFVFQRZ2.js → chunk-VTH5SKQW.js} +2 -2
  23. package/dist/{chunk-DOBJH4I6.js → chunk-XM6M6DHG.js} +78 -10
  24. package/dist/chunk-XM6M6DHG.js.map +1 -0
  25. package/dist/{chunk-VTR3MNYF.js → chunk-YCX45GOQ.js} +4 -4
  26. package/dist/{cli-CuVEQWKr.d.ts → cli-B-fHk59D.d.ts} +1 -1
  27. package/dist/cli.d.ts +2 -2
  28. package/dist/cli.js +26 -26
  29. package/dist/direct-answer-wiring.js +2 -2
  30. package/dist/harmonic-retrieval.js +2 -2
  31. package/dist/index.d.ts +2 -2
  32. package/dist/index.js +41 -41
  33. package/dist/mcp-memory-inspector-app.d.ts +1 -1
  34. package/dist/namespaces/migrate.js +8 -8
  35. package/dist/namespaces/search.js +6 -6
  36. package/dist/operator-toolkit.js +19 -19
  37. package/dist/orchestrator.js +23 -23
  38. package/dist/qmd.js +2 -2
  39. package/dist/retrieval-agents.js +2 -2
  40. package/dist/schemas.d.ts +64 -64
  41. package/dist/search/embed-helper.js +2 -2
  42. package/dist/search/factory.js +5 -5
  43. package/dist/search/index.js +5 -5
  44. package/dist/search/lancedb-backend.js +1 -1
  45. package/dist/search/meilisearch-backend.js +1 -1
  46. package/dist/search/orama-backend.js +1 -1
  47. package/dist/shared-context/manager.d.ts +2 -2
  48. package/dist/transfer/types.d.ts +12 -12
  49. package/package.json +1 -1
  50. package/src/access-mcp.ts +1 -1
  51. package/src/access-service-namespace.test.ts +312 -0
  52. package/src/access-service.ts +97 -11
  53. package/dist/chunk-DOBJH4I6.js.map +0 -1
  54. /package/dist/{chunk-2ROPI5OE.js.map → chunk-6GC5SGFE.js.map} +0 -0
  55. /package/dist/{chunk-6GDHLVJC.js.map → chunk-AV5ZEH4M.js.map} +0 -0
  56. /package/dist/{chunk-32U3N7H5.js.map → chunk-BK35NOJL.js.map} +0 -0
  57. /package/dist/{chunk-TZVQQTG4.js.map → chunk-DEDTFRH2.js.map} +0 -0
  58. /package/dist/{chunk-5PT5I6JQ.js.map → chunk-JYFO32V4.js.map} +0 -0
  59. /package/dist/{chunk-ZJR7VG5L.js.map → chunk-LASA46TQ.js.map} +0 -0
  60. /package/dist/{chunk-YRMKDTKF.js.map → chunk-RAGXUVQW.js.map} +0 -0
  61. /package/dist/{chunk-EWLQPEO6.js.map → chunk-RN7MUWON.js.map} +0 -0
  62. /package/dist/{chunk-WR64DQFE.js.map → chunk-SQZ42MKH.js.map} +0 -0
  63. /package/dist/{chunk-WLZBVYC6.js.map → chunk-TFICNXXU.js.map} +0 -0
  64. /package/dist/{chunk-IFVFQRZ2.js.map → chunk-VTH5SKQW.js.map} +0 -0
  65. /package/dist/{chunk-VTR3MNYF.js.map → chunk-YCX45GOQ.js.map} +0 -0
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  Orchestrator
3
- } from "./chunk-WLZBVYC6.js";
3
+ } from "./chunk-TFICNXXU.js";
4
4
  import "./chunk-KVDUDYEN.js";
5
5
  import "./chunk-5RIRL3XL.js";
6
6
  import "./chunk-4HFJQCJZ.js";
@@ -30,7 +30,7 @@ import "./chunk-HZVIYZYN.js";
30
30
  import "./chunk-XJNBEDFE.js";
31
31
  import "./chunk-MHQC2WU2.js";
32
32
  import "./chunk-OZKZ2TRP.js";
33
- import "./chunk-2ROPI5OE.js";
33
+ import "./chunk-6GC5SGFE.js";
34
34
  import "./chunk-MGN7VHWQ.js";
35
35
  import "./chunk-5IZL4DCV.js";
36
36
  import "./chunk-X7XN6YU4.js";
@@ -63,7 +63,7 @@ import "./chunk-OAZ5MFUB.js";
63
63
  import "./chunk-PYPOFEMK.js";
64
64
  import "./chunk-WLEB7WCG.js";
65
65
  import "./chunk-VEWZZM3H.js";
66
- import "./chunk-WR64DQFE.js";
66
+ import "./chunk-SQZ42MKH.js";
67
67
  import "./chunk-6HEM6HTQ.js";
68
68
  import "./chunk-XCAZF7KQ.js";
69
69
  import "./chunk-3PG3H5TD.js";
@@ -83,25 +83,8 @@ import "./chunk-ZRWB5D4H.js";
83
83
  import "./chunk-A6D7A2FW.js";
84
84
  import "./chunk-FF4KLI5W.js";
85
85
  import "./chunk-SFQ6QNL7.js";
86
- import "./chunk-ZJR7VG5L.js";
87
- import "./chunk-YRMKDTKF.js";
88
- import "./chunk-JOASJWQR.js";
89
- import "./chunk-EWLQPEO6.js";
90
- import "./chunk-3MAONBX3.js";
91
- import "./chunk-RG3LBSGH.js";
92
- import "./chunk-CYEPCZN5.js";
93
- import "./chunk-DCGT4FPP.js";
94
- import "./chunk-Q4CAQGKQ.js";
95
- import "./chunk-CINZGPSJ.js";
96
86
  import "./chunk-LEG7XWS2.js";
97
- import "./chunk-ZFXCQPNO.js";
98
- import "./chunk-Q6YIJGXJ.js";
99
- import "./chunk-ORFGK3XI.js";
100
- import "./chunk-OIF36KGD.js";
101
- import "./chunk-7DTASS5T.js";
102
87
  import "./chunk-KFY3SGN7.js";
103
- import "./chunk-TZVQQTG4.js";
104
- import "./chunk-FAV25DUZ.js";
105
88
  import {
106
89
  resolvePluginEntry
107
90
  } from "./chunk-CMTINOFS.js";
@@ -109,12 +92,11 @@ import "./chunk-33JBK2XP.js";
109
92
  import "./chunk-TQNRI55H.js";
110
93
  import "./chunk-6GUG4YNM.js";
111
94
  import "./chunk-JXS5PDQ7.js";
112
- import "./chunk-6GDHLVJC.js";
95
+ import "./chunk-AV5ZEH4M.js";
113
96
  import "./chunk-BEUDU7Y4.js";
114
97
  import "./chunk-3PY7VHV7.js";
115
98
  import "./chunk-AJU4PJGY.js";
116
99
  import "./chunk-FZZ2QTJI.js";
117
- import "./chunk-3ONXXHQO.js";
118
100
  import "./chunk-LMDRGRJ2.js";
119
101
  import "./chunk-OKTXM5H4.js";
120
102
  import "./chunk-3UXOZBHV.js";
@@ -137,12 +119,11 @@ import "./chunk-KD3QD3A5.js";
137
119
  import "./chunk-6VF75M3X.js";
138
120
  import "./chunk-H3FZVNRN.js";
139
121
  import "./chunk-HQ6NIBL6.js";
140
- import "./chunk-PVGDJXVK.js";
141
122
  import "./chunk-OADWQ5CR.js";
142
123
  import "./chunk-7WV3F5DQ.js";
143
124
  import {
144
125
  EngramAccessService
145
- } from "./chunk-DOBJH4I6.js";
126
+ } from "./chunk-XM6M6DHG.js";
146
127
  import "./chunk-GDASG7NC.js";
147
128
  import "./chunk-GDB4J2H3.js";
148
129
  import "./chunk-DGNQRNLL.js";
@@ -154,6 +135,23 @@ import "./chunk-C4KKM62E.js";
154
135
  import "./chunk-EDQVAMQI.js";
155
136
  import "./chunk-JGSKJHF7.js";
156
137
  import "./chunk-YQNADJCT.js";
138
+ import "./chunk-LASA46TQ.js";
139
+ import "./chunk-RAGXUVQW.js";
140
+ import "./chunk-JOASJWQR.js";
141
+ import "./chunk-RN7MUWON.js";
142
+ import "./chunk-3MAONBX3.js";
143
+ import "./chunk-RG3LBSGH.js";
144
+ import "./chunk-CYEPCZN5.js";
145
+ import "./chunk-DCGT4FPP.js";
146
+ import "./chunk-Q4CAQGKQ.js";
147
+ import "./chunk-CINZGPSJ.js";
148
+ import "./chunk-ZFXCQPNO.js";
149
+ import "./chunk-Q6YIJGXJ.js";
150
+ import "./chunk-ORFGK3XI.js";
151
+ import "./chunk-OIF36KGD.js";
152
+ import "./chunk-7DTASS5T.js";
153
+ import "./chunk-DEDTFRH2.js";
154
+ import "./chunk-FAV25DUZ.js";
157
155
  import "./chunk-BMFZLLNI.js";
158
156
  import "./chunk-CI7RKSRE.js";
159
157
  import "./chunk-6HMYUWXR.js";
@@ -165,6 +163,7 @@ import "./chunk-NNVTUXEB.js";
165
163
  import "./chunk-QDW3E4RD.js";
166
164
  import "./chunk-H3PHZLMF.js";
167
165
  import "./chunk-ODPLEWB6.js";
166
+ import "./chunk-3ONXXHQO.js";
168
167
  import "./chunk-XL7FK7PJ.js";
169
168
  import "./chunk-2LSZVONP.js";
170
169
  import "./chunk-DEUNUKTD.js";
@@ -200,6 +199,7 @@ import {
200
199
  import "./chunk-TBBDFYXW.js";
201
200
  import "./chunk-ZBJMUXZH.js";
202
201
  import "./chunk-2ODBA7MQ.js";
202
+ import "./chunk-PVGDJXVK.js";
203
203
  import "./chunk-A2IYSXDQ.js";
204
204
  import "./chunk-LPSF4OQH.js";
205
205
  import "./chunk-TVVEYCNW.js";
@@ -1,5 +1,5 @@
1
1
  import { IncomingMessage } from 'node:http';
2
- import { E as EngramAccessService } from './access-service-C9_EpVHd.js';
2
+ import { E as EngramAccessService } from './access-service-GVOE5U3C.js';
3
3
  import { ResolvedIdentity } from './adapters/types.js';
4
4
  import { AdapterRegistry } from './adapters/registry.js';
5
5
  import './storage.js';
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  EngramAccessHttpServer
3
- } from "./chunk-32U3N7H5.js";
3
+ } from "./chunk-BK35NOJL.js";
4
4
  import "./chunk-SEDEKFYQ.js";
5
5
  import "./chunk-2QSZNTDO.js";
6
6
  import "./chunk-RSUYKGGZ.js";
@@ -9,10 +9,10 @@ import "./chunk-TMSXWOBZ.js";
9
9
  import "./chunk-J64TK33U.js";
10
10
  import "./chunk-7RXCMVFQ.js";
11
11
  import "./chunk-7WV3F5DQ.js";
12
- import "./chunk-XG4NAWAV.js";
12
+ import "./chunk-NFNQ7TWF.js";
13
13
  import "./chunk-6L46YAEZ.js";
14
14
  import "./chunk-D24OXEPB.js";
15
- import "./chunk-DOBJH4I6.js";
15
+ import "./chunk-XM6M6DHG.js";
16
16
  import "./chunk-GDASG7NC.js";
17
17
  import "./chunk-GDB4J2H3.js";
18
18
  import "./chunk-DGNQRNLL.js";
@@ -24,6 +24,23 @@ import "./chunk-C4KKM62E.js";
24
24
  import "./chunk-EDQVAMQI.js";
25
25
  import "./chunk-JGSKJHF7.js";
26
26
  import "./chunk-YQNADJCT.js";
27
+ import "./chunk-LASA46TQ.js";
28
+ import "./chunk-RAGXUVQW.js";
29
+ import "./chunk-JOASJWQR.js";
30
+ import "./chunk-RN7MUWON.js";
31
+ import "./chunk-3MAONBX3.js";
32
+ import "./chunk-RG3LBSGH.js";
33
+ import "./chunk-CYEPCZN5.js";
34
+ import "./chunk-DCGT4FPP.js";
35
+ import "./chunk-Q4CAQGKQ.js";
36
+ import "./chunk-CINZGPSJ.js";
37
+ import "./chunk-ZFXCQPNO.js";
38
+ import "./chunk-Q6YIJGXJ.js";
39
+ import "./chunk-ORFGK3XI.js";
40
+ import "./chunk-OIF36KGD.js";
41
+ import "./chunk-7DTASS5T.js";
42
+ import "./chunk-DEDTFRH2.js";
43
+ import "./chunk-FAV25DUZ.js";
27
44
  import "./chunk-BMFZLLNI.js";
28
45
  import "./chunk-CI7RKSRE.js";
29
46
  import "./chunk-6HMYUWXR.js";
@@ -35,6 +52,7 @@ import "./chunk-NNVTUXEB.js";
35
52
  import "./chunk-QDW3E4RD.js";
36
53
  import "./chunk-H3PHZLMF.js";
37
54
  import "./chunk-ODPLEWB6.js";
55
+ import "./chunk-3ONXXHQO.js";
38
56
  import "./chunk-XL7FK7PJ.js";
39
57
  import "./chunk-2LSZVONP.js";
40
58
  import "./chunk-DEUNUKTD.js";
@@ -65,6 +83,7 @@ import "./chunk-JUC24CTX.js";
65
83
  import "./chunk-TBBDFYXW.js";
66
84
  import "./chunk-ZBJMUXZH.js";
67
85
  import "./chunk-2ODBA7MQ.js";
86
+ import "./chunk-PVGDJXVK.js";
68
87
  import "./chunk-A2IYSXDQ.js";
69
88
  import "./chunk-LPSF4OQH.js";
70
89
  import "./chunk-TVVEYCNW.js";
@@ -1,5 +1,5 @@
1
1
  import { Readable, Writable } from 'node:stream';
2
- import { E as EngramAccessService } from './access-service-C9_EpVHd.js';
2
+ import { E as EngramAccessService } from './access-service-GVOE5U3C.js';
3
3
  import './storage.js';
4
4
  import './page-versioning.js';
5
5
  import './consolidation-operator.js';
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  EngramMcpServer
3
- } from "./chunk-XG4NAWAV.js";
3
+ } from "./chunk-NFNQ7TWF.js";
4
4
  import "./chunk-6L46YAEZ.js";
5
5
  import "./chunk-D24OXEPB.js";
6
- import "./chunk-DOBJH4I6.js";
6
+ import "./chunk-XM6M6DHG.js";
7
7
  import "./chunk-GDASG7NC.js";
8
8
  import "./chunk-GDB4J2H3.js";
9
9
  import "./chunk-DGNQRNLL.js";
@@ -15,6 +15,23 @@ import "./chunk-C4KKM62E.js";
15
15
  import "./chunk-EDQVAMQI.js";
16
16
  import "./chunk-JGSKJHF7.js";
17
17
  import "./chunk-YQNADJCT.js";
18
+ import "./chunk-LASA46TQ.js";
19
+ import "./chunk-RAGXUVQW.js";
20
+ import "./chunk-JOASJWQR.js";
21
+ import "./chunk-RN7MUWON.js";
22
+ import "./chunk-3MAONBX3.js";
23
+ import "./chunk-RG3LBSGH.js";
24
+ import "./chunk-CYEPCZN5.js";
25
+ import "./chunk-DCGT4FPP.js";
26
+ import "./chunk-Q4CAQGKQ.js";
27
+ import "./chunk-CINZGPSJ.js";
28
+ import "./chunk-ZFXCQPNO.js";
29
+ import "./chunk-Q6YIJGXJ.js";
30
+ import "./chunk-ORFGK3XI.js";
31
+ import "./chunk-OIF36KGD.js";
32
+ import "./chunk-7DTASS5T.js";
33
+ import "./chunk-DEDTFRH2.js";
34
+ import "./chunk-FAV25DUZ.js";
18
35
  import "./chunk-BMFZLLNI.js";
19
36
  import "./chunk-CI7RKSRE.js";
20
37
  import "./chunk-6HMYUWXR.js";
@@ -26,6 +43,7 @@ import "./chunk-NNVTUXEB.js";
26
43
  import "./chunk-QDW3E4RD.js";
27
44
  import "./chunk-H3PHZLMF.js";
28
45
  import "./chunk-ODPLEWB6.js";
46
+ import "./chunk-3ONXXHQO.js";
29
47
  import "./chunk-XL7FK7PJ.js";
30
48
  import "./chunk-2LSZVONP.js";
31
49
  import "./chunk-DEUNUKTD.js";
@@ -56,6 +74,7 @@ import "./chunk-JUC24CTX.js";
56
74
  import "./chunk-TBBDFYXW.js";
57
75
  import "./chunk-ZBJMUXZH.js";
58
76
  import "./chunk-2ODBA7MQ.js";
77
+ import "./chunk-PVGDJXVK.js";
59
78
  import "./chunk-A2IYSXDQ.js";
60
79
  import "./chunk-LPSF4OQH.js";
61
80
  import "./chunk-TVVEYCNW.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?: "auto" | "no_recall" | "minimal" | "full" | "graph_mode" | 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?: "auto" | "no_recall" | "minimal" | "full" | "graph_mode" | 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;
@@ -826,6 +826,9 @@ declare class EngramAccessService {
826
826
  private resolveCodingScopedWriteNamespace;
827
827
  private objectiveStateStoreLocationForNamespace;
828
828
  private resolveReadableNamespace;
829
+ private resolveReadableNamespacesForSearch;
830
+ private resolveAllReadableConfiguredNamespaces;
831
+ private resolveMemorySearchNamespacesForCollection;
829
832
  private buildRecallDebug;
830
833
  private buildRecallResponseFromXraySnapshot;
831
834
  private serializeRecallResults;
@@ -1,6 +1,6 @@
1
1
  import './storage.js';
2
2
  import './types-B1VHaf2w.js';
3
- export { C as CodingScopedWriteInput, h as ENGRAM_ACCESS_WRITE_SCHEMA_VERSION, i as EngramAccessActionConfidenceRequest, j as EngramAccessActionConfidenceResponse, k as EngramAccessBriefingRequest, l as EngramAccessBriefingResponse, m as EngramAccessCapsuleListResponse, n as EngramAccessDaySummaryRequest, o as EngramAccessEntityListResponse, p as EngramAccessEntityResponse, q as EngramAccessEntitySummary, r as EngramAccessHealthResponse, b as EngramAccessInputError, s as EngramAccessLcmCompactionFlushRequest, t as EngramAccessLcmCompactionFlushResponse, u as EngramAccessLcmCompactionRecordRequest, v as EngramAccessLcmCompactionRecordResponse, w as EngramAccessLcmSearchRequest, x as EngramAccessLcmSearchResponse, y as EngramAccessLcmStatusResponse, z as EngramAccessMaintenanceResponse, A as EngramAccessMemoryBrowseRequest, B as EngramAccessMemoryBrowseResponse, D as EngramAccessMemoryRecord, F as EngramAccessMemoryResponse, G as EngramAccessMemoryStoreRequest, H as EngramAccessMemorySummary, I as EngramAccessObserveMessage, J as EngramAccessObserveRequest, K as EngramAccessObserveResponse, L as EngramAccessOfflineSyncApplyFileContentRequest, M as EngramAccessOfflineSyncApplyFileContentResponse, N as EngramAccessOfflineSyncApplyRequest, O as EngramAccessOfflineSyncApplyResponse, Q as EngramAccessOfflineSyncFileContentRequest, R as EngramAccessOfflineSyncFileContentResponse, S as EngramAccessOfflineSyncFilesRequest, T as EngramAccessOfflineSyncFilesResponse, U as EngramAccessOfflineSyncSnapshotRequest, V as EngramAccessOfflineSyncSnapshotResponse, W as EngramAccessOfflineSyncSnapshotStreamResponse, X as EngramAccessQualityResponse, Y as EngramAccessRecallExplainRequest, Z as EngramAccessRecallExplainResponse, _ as EngramAccessRecallRequest, a as EngramAccessRecallResponse, $ as EngramAccessReviewDispositionRequest, a0 as EngramAccessReviewDispositionResponse, a1 as EngramAccessReviewQueueResponse, E as EngramAccessService, a2 as EngramAccessSetCodingContextRequest, a3 as EngramAccessSuggestionSubmitRequest, a4 as EngramAccessTimelineResponse, a5 as EngramAccessTrustZoneBrowseRequest, a6 as EngramAccessTrustZoneBrowseResponse, a7 as EngramAccessTrustZoneDemoSeedRequest, a8 as EngramAccessTrustZoneDemoSeedResponse, a9 as EngramAccessTrustZonePromoteRequest, aa as EngramAccessTrustZonePromoteResponse, ab as EngramAccessTrustZoneRecordSummary, ac as EngramAccessTrustZoneStatusResponse, ad as EngramAccessWriteEnvelope, ae as EngramAccessWriteResponse, af as shapeMemorySummary } from './access-service-C9_EpVHd.js';
3
+ export { C as CodingScopedWriteInput, h as ENGRAM_ACCESS_WRITE_SCHEMA_VERSION, i as EngramAccessActionConfidenceRequest, j as EngramAccessActionConfidenceResponse, k as EngramAccessBriefingRequest, l as EngramAccessBriefingResponse, m as EngramAccessCapsuleListResponse, n as EngramAccessDaySummaryRequest, o as EngramAccessEntityListResponse, p as EngramAccessEntityResponse, q as EngramAccessEntitySummary, r as EngramAccessHealthResponse, b as EngramAccessInputError, s as EngramAccessLcmCompactionFlushRequest, t as EngramAccessLcmCompactionFlushResponse, u as EngramAccessLcmCompactionRecordRequest, v as EngramAccessLcmCompactionRecordResponse, w as EngramAccessLcmSearchRequest, x as EngramAccessLcmSearchResponse, y as EngramAccessLcmStatusResponse, z as EngramAccessMaintenanceResponse, A as EngramAccessMemoryBrowseRequest, B as EngramAccessMemoryBrowseResponse, D as EngramAccessMemoryRecord, F as EngramAccessMemoryResponse, G as EngramAccessMemoryStoreRequest, H as EngramAccessMemorySummary, I as EngramAccessObserveMessage, J as EngramAccessObserveRequest, K as EngramAccessObserveResponse, L as EngramAccessOfflineSyncApplyFileContentRequest, M as EngramAccessOfflineSyncApplyFileContentResponse, N as EngramAccessOfflineSyncApplyRequest, O as EngramAccessOfflineSyncApplyResponse, Q as EngramAccessOfflineSyncFileContentRequest, R as EngramAccessOfflineSyncFileContentResponse, S as EngramAccessOfflineSyncFilesRequest, T as EngramAccessOfflineSyncFilesResponse, U as EngramAccessOfflineSyncSnapshotRequest, V as EngramAccessOfflineSyncSnapshotResponse, W as EngramAccessOfflineSyncSnapshotStreamResponse, X as EngramAccessQualityResponse, Y as EngramAccessRecallExplainRequest, Z as EngramAccessRecallExplainResponse, _ as EngramAccessRecallRequest, a as EngramAccessRecallResponse, $ as EngramAccessReviewDispositionRequest, a0 as EngramAccessReviewDispositionResponse, a1 as EngramAccessReviewQueueResponse, E as EngramAccessService, a2 as EngramAccessSetCodingContextRequest, a3 as EngramAccessSuggestionSubmitRequest, a4 as EngramAccessTimelineResponse, a5 as EngramAccessTrustZoneBrowseRequest, a6 as EngramAccessTrustZoneBrowseResponse, a7 as EngramAccessTrustZoneDemoSeedRequest, a8 as EngramAccessTrustZoneDemoSeedResponse, a9 as EngramAccessTrustZonePromoteRequest, aa as EngramAccessTrustZonePromoteResponse, ab as EngramAccessTrustZoneRecordSummary, ac as EngramAccessTrustZoneStatusResponse, ad as EngramAccessWriteEnvelope, ae as EngramAccessWriteResponse, af as shapeMemorySummary } from './access-service-GVOE5U3C.js';
4
4
  import './recall-explain-renderer.js';
5
5
  import './types-CpMPD8xl.js';
6
6
  import './recall-audit-anomaly.js';
@@ -3,7 +3,7 @@ import {
3
3
  EngramAccessInputError,
4
4
  EngramAccessService,
5
5
  shapeMemorySummary
6
- } from "./chunk-DOBJH4I6.js";
6
+ } from "./chunk-XM6M6DHG.js";
7
7
  import "./chunk-GDASG7NC.js";
8
8
  import "./chunk-GDB4J2H3.js";
9
9
  import "./chunk-DGNQRNLL.js";
@@ -15,6 +15,23 @@ import "./chunk-C4KKM62E.js";
15
15
  import "./chunk-EDQVAMQI.js";
16
16
  import "./chunk-JGSKJHF7.js";
17
17
  import "./chunk-YQNADJCT.js";
18
+ import "./chunk-LASA46TQ.js";
19
+ import "./chunk-RAGXUVQW.js";
20
+ import "./chunk-JOASJWQR.js";
21
+ import "./chunk-RN7MUWON.js";
22
+ import "./chunk-3MAONBX3.js";
23
+ import "./chunk-RG3LBSGH.js";
24
+ import "./chunk-CYEPCZN5.js";
25
+ import "./chunk-DCGT4FPP.js";
26
+ import "./chunk-Q4CAQGKQ.js";
27
+ import "./chunk-CINZGPSJ.js";
28
+ import "./chunk-ZFXCQPNO.js";
29
+ import "./chunk-Q6YIJGXJ.js";
30
+ import "./chunk-ORFGK3XI.js";
31
+ import "./chunk-OIF36KGD.js";
32
+ import "./chunk-7DTASS5T.js";
33
+ import "./chunk-DEDTFRH2.js";
34
+ import "./chunk-FAV25DUZ.js";
18
35
  import "./chunk-BMFZLLNI.js";
19
36
  import "./chunk-CI7RKSRE.js";
20
37
  import "./chunk-6HMYUWXR.js";
@@ -26,6 +43,7 @@ import "./chunk-NNVTUXEB.js";
26
43
  import "./chunk-QDW3E4RD.js";
27
44
  import "./chunk-H3PHZLMF.js";
28
45
  import "./chunk-ODPLEWB6.js";
46
+ import "./chunk-3ONXXHQO.js";
29
47
  import "./chunk-XL7FK7PJ.js";
30
48
  import "./chunk-2LSZVONP.js";
31
49
  import "./chunk-DEUNUKTD.js";
@@ -56,6 +74,7 @@ import "./chunk-JUC24CTX.js";
56
74
  import "./chunk-TBBDFYXW.js";
57
75
  import "./chunk-ZBJMUXZH.js";
58
76
  import "./chunk-2ODBA7MQ.js";
77
+ import "./chunk-PVGDJXVK.js";
59
78
  import "./chunk-A2IYSXDQ.js";
60
79
  import "./chunk-LPSF4OQH.js";
61
80
  import "./chunk-TVVEYCNW.js";
@@ -2,12 +2,12 @@ import {
2
2
  isTemporalQuery,
3
3
  recencyWindowBoundsFromPrompt
4
4
  } from "./chunk-MGN7VHWQ.js";
5
- import {
6
- isAbortError
7
- } from "./chunk-PVGDJXVK.js";
8
5
  import {
9
6
  log
10
7
  } from "./chunk-2ODBA7MQ.js";
8
+ import {
9
+ isAbortError
10
+ } from "./chunk-PVGDJXVK.js";
11
11
 
12
12
  // src/retrieval-agents.ts
13
13
  import path from "path";
@@ -406,4 +406,4 @@ export {
406
406
  augmentWithDirectAndTemporal,
407
407
  parallelRetrieval
408
408
  };
409
- //# sourceMappingURL=chunk-2ROPI5OE.js.map
409
+ //# sourceMappingURL=chunk-6GC5SGFE.js.map
@@ -2,9 +2,6 @@ import {
2
2
  resolveCueAnchorStoreDir,
3
3
  validateCueAnchor
4
4
  } from "./chunk-FZZ2QTJI.js";
5
- import {
6
- throwIfAborted
7
- } from "./chunk-PVGDJXVK.js";
8
5
  import {
9
6
  resolveAbstractionNodeStoreDir,
10
7
  validateAbstractionNode
@@ -13,6 +10,9 @@ import {
13
10
  countRecallTokenOverlap,
14
11
  normalizeRecallTokens
15
12
  } from "./chunk-ZBJMUXZH.js";
13
+ import {
14
+ throwIfAborted
15
+ } from "./chunk-PVGDJXVK.js";
16
16
  import {
17
17
  listJsonFiles,
18
18
  readJsonFile
@@ -167,4 +167,4 @@ async function searchHarmonicRetrieval(options) {
167
167
  export {
168
168
  searchHarmonicRetrieval
169
169
  };
170
- //# sourceMappingURL=chunk-6GDHLVJC.js.map
170
+ //# sourceMappingURL=chunk-AV5ZEH4M.js.map
@@ -6,10 +6,10 @@ import {
6
6
  } from "./chunk-7WV3F5DQ.js";
7
7
  import {
8
8
  EngramMcpServer
9
- } from "./chunk-XG4NAWAV.js";
9
+ } from "./chunk-NFNQ7TWF.js";
10
10
  import {
11
11
  EngramAccessInputError
12
- } from "./chunk-DOBJH4I6.js";
12
+ } from "./chunk-XM6M6DHG.js";
13
13
  import {
14
14
  projectTagProjectId
15
15
  } from "./chunk-EDQVAMQI.js";
@@ -1977,4 +1977,4 @@ function positiveIntQueryParam(value, label) {
1977
1977
  export {
1978
1978
  EngramAccessHttpServer
1979
1979
  };
1980
- //# sourceMappingURL=chunk-32U3N7H5.js.map
1980
+ //# sourceMappingURL=chunk-BK35NOJL.js.map