@remnic/core 9.69.3 → 9.69.4
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-admin-ops-surface.d.ts +1 -1
- package/dist/access-authorization-probe.d.ts +1 -1
- package/dist/access-boundary.d.ts +1 -1
- package/dist/access-cli.js +1 -1
- package/dist/access-extraction-force-flush.d.ts +1 -1
- package/dist/access-http-lcm-compaction.d.ts +1 -1
- package/dist/access-http-lifecycle-flush.d.ts +1 -1
- package/dist/access-http-offline-stream.d.ts +1 -1
- package/dist/access-http.d.ts +2 -2
- package/dist/access-lcm-surface.d.ts +1 -1
- package/dist/access-mcp.d.ts +1 -1
- package/dist/access-observe-write-surface.d.ts +1 -1
- package/dist/access-operations.d.ts +6 -6
- package/dist/access-recall-concurrency.d.ts +1 -1
- package/dist/access-recall-response.d.ts +1 -1
- package/dist/access-recall-surface.d.ts +1 -1
- package/dist/access-schema.d.ts +89 -89
- package/dist/access-service-helpers.d.ts +1 -1
- package/dist/access-service.d.ts +1 -1
- package/dist/access-surface-catalog.d.ts +1 -1
- package/dist/{chunk-ATS6H6AC.js → chunk-WOA7DS7O.js} +1 -1
- package/dist/{chunk-ATS6H6AC.js.map → chunk-WOA7DS7O.js.map} +1 -1
- package/dist/{cli-CFpMhqz5.d.ts → cli-Bvy4jdBu.d.ts} +1 -1
- package/dist/cli.d.ts +2 -2
- package/dist/external-wiki-access.d.ts +1 -1
- package/dist/external-wiki-mcp-tools.d.ts +1 -1
- package/dist/index.d.ts +680 -680
- package/dist/index.js +1 -1
- package/dist/mcp-memory-inspector-app.d.ts +1 -1
- package/dist/memory-subject-cli.d.ts +1 -1
- package/dist/memory-subject.d.ts +1 -1
- package/dist/orchestrator.js +1 -1
- package/dist/{public-http-C9-CHc40.d.ts → public-http-2MyshWxl.d.ts} +1 -1
- package/dist/schemas.d.ts +176 -176
- package/dist/shared-context/manager.d.ts +6 -6
- package/dist/support-passport/index.d.ts +4 -4
- package/dist/transfer/types.d.ts +78 -78
- package/dist/who-knows-cli.d.ts +1 -1
- package/dist/who-knows.d.ts +1 -1
- package/package.json +2 -2
- package/src/dedup/index.ts +6 -0
- package/src/dedup/merge-content.test.ts +116 -0
- package/src/dedup/merge-content.ts +40 -0
- package/dist/{access-service-DcfM0Vf0.d.ts → access-service-LbwWl05g.d.ts} +64 -64
package/dist/access-schema.d.ts
CHANGED
|
@@ -21,13 +21,13 @@ declare const codingContextSchema: z.ZodNullable<z.ZodObject<{
|
|
|
21
21
|
rootPath: z.ZodString;
|
|
22
22
|
defaultBranch: z.ZodNullable<z.ZodString>;
|
|
23
23
|
}, "strip", z.ZodTypeAny, {
|
|
24
|
-
projectId: string;
|
|
25
24
|
branch: string | null;
|
|
25
|
+
projectId: string;
|
|
26
26
|
defaultBranch: string | null;
|
|
27
27
|
rootPath: string;
|
|
28
28
|
}, {
|
|
29
|
-
projectId: string;
|
|
30
29
|
branch: string | null;
|
|
30
|
+
projectId: string;
|
|
31
31
|
defaultBranch: string | null;
|
|
32
32
|
rootPath: string;
|
|
33
33
|
}>>;
|
|
@@ -62,13 +62,13 @@ declare const recallRequestSchema: z.ZodObject<{
|
|
|
62
62
|
rootPath: z.ZodString;
|
|
63
63
|
defaultBranch: z.ZodNullable<z.ZodString>;
|
|
64
64
|
}, "strip", z.ZodTypeAny, {
|
|
65
|
-
projectId: string;
|
|
66
65
|
branch: string | null;
|
|
66
|
+
projectId: string;
|
|
67
67
|
defaultBranch: string | null;
|
|
68
68
|
rootPath: string;
|
|
69
69
|
}, {
|
|
70
|
-
projectId: string;
|
|
71
70
|
branch: string | null;
|
|
71
|
+
projectId: string;
|
|
72
72
|
defaultBranch: string | null;
|
|
73
73
|
rootPath: string;
|
|
74
74
|
}>>>;
|
|
@@ -104,16 +104,16 @@ 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
|
+
mode?: "auto" | "no_recall" | "minimal" | "full" | "graph_mode" | undefined;
|
|
107
109
|
sessionKey?: string | undefined;
|
|
108
110
|
tags?: string[] | undefined;
|
|
109
111
|
codingContext?: {
|
|
110
|
-
projectId: string;
|
|
111
112
|
branch: string | null;
|
|
113
|
+
projectId: string;
|
|
112
114
|
defaultBranch: string | null;
|
|
113
115
|
rootPath: string;
|
|
114
116
|
} | null | undefined;
|
|
115
|
-
namespace?: string | undefined;
|
|
116
|
-
mode?: "auto" | "no_recall" | "minimal" | "full" | "graph_mode" | undefined;
|
|
117
117
|
cwd?: string | undefined;
|
|
118
118
|
projectTag?: string | undefined;
|
|
119
119
|
topK?: number | undefined;
|
|
@@ -125,16 +125,16 @@ declare const recallRequestSchema: z.ZodObject<{
|
|
|
125
125
|
includeLowConfidence?: boolean | undefined;
|
|
126
126
|
}, {
|
|
127
127
|
query: string;
|
|
128
|
+
namespace?: string | undefined;
|
|
129
|
+
mode?: "auto" | "no_recall" | "minimal" | "full" | "graph_mode" | undefined;
|
|
128
130
|
sessionKey?: string | undefined;
|
|
129
131
|
tags?: string[] | undefined;
|
|
130
132
|
codingContext?: {
|
|
131
|
-
projectId: string;
|
|
132
133
|
branch: string | null;
|
|
134
|
+
projectId: string;
|
|
133
135
|
defaultBranch: string | null;
|
|
134
136
|
rootPath: string;
|
|
135
137
|
} | null | undefined;
|
|
136
|
-
namespace?: string | undefined;
|
|
137
|
-
mode?: "auto" | "no_recall" | "minimal" | "full" | "graph_mode" | undefined;
|
|
138
138
|
cwd?: string | undefined;
|
|
139
139
|
projectTag?: string | undefined;
|
|
140
140
|
topK?: number | 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
|
-
sessionKey?: string | undefined;
|
|
153
152
|
namespace?: string | undefined;
|
|
154
|
-
}, {
|
|
155
153
|
sessionKey?: string | undefined;
|
|
154
|
+
}, {
|
|
156
155
|
namespace?: string | undefined;
|
|
156
|
+
sessionKey?: string | undefined;
|
|
157
157
|
}>;
|
|
158
158
|
/**
|
|
159
159
|
* Standalone "set coding context" request. Used by the HTTP endpoint
|
|
@@ -168,13 +168,13 @@ declare const setCodingContextRequestSchema: z.ZodEffects<z.ZodObject<{
|
|
|
168
168
|
rootPath: z.ZodString;
|
|
169
169
|
defaultBranch: z.ZodNullable<z.ZodString>;
|
|
170
170
|
}, "strip", z.ZodTypeAny, {
|
|
171
|
-
projectId: string;
|
|
172
171
|
branch: string | null;
|
|
172
|
+
projectId: string;
|
|
173
173
|
defaultBranch: string | null;
|
|
174
174
|
rootPath: string;
|
|
175
175
|
}, {
|
|
176
|
-
projectId: string;
|
|
177
176
|
branch: string | null;
|
|
177
|
+
projectId: string;
|
|
178
178
|
defaultBranch: string | null;
|
|
179
179
|
rootPath: string;
|
|
180
180
|
}>>>;
|
|
@@ -187,8 +187,8 @@ declare const setCodingContextRequestSchema: z.ZodEffects<z.ZodObject<{
|
|
|
187
187
|
}, "strip", z.ZodTypeAny, {
|
|
188
188
|
sessionKey: string;
|
|
189
189
|
codingContext?: {
|
|
190
|
-
projectId: string;
|
|
191
190
|
branch: string | null;
|
|
191
|
+
projectId: string;
|
|
192
192
|
defaultBranch: string | null;
|
|
193
193
|
rootPath: string;
|
|
194
194
|
} | null | undefined;
|
|
@@ -196,8 +196,8 @@ declare const setCodingContextRequestSchema: z.ZodEffects<z.ZodObject<{
|
|
|
196
196
|
}, {
|
|
197
197
|
sessionKey: string;
|
|
198
198
|
codingContext?: {
|
|
199
|
-
projectId: string;
|
|
200
199
|
branch: string | null;
|
|
200
|
+
projectId: string;
|
|
201
201
|
defaultBranch: string | null;
|
|
202
202
|
rootPath: string;
|
|
203
203
|
} | null | undefined;
|
|
@@ -205,8 +205,8 @@ declare const setCodingContextRequestSchema: z.ZodEffects<z.ZodObject<{
|
|
|
205
205
|
}>, {
|
|
206
206
|
sessionKey: string;
|
|
207
207
|
codingContext?: {
|
|
208
|
-
projectId: string;
|
|
209
208
|
branch: string | null;
|
|
209
|
+
projectId: string;
|
|
210
210
|
defaultBranch: string | null;
|
|
211
211
|
rootPath: string;
|
|
212
212
|
} | null | undefined;
|
|
@@ -214,8 +214,8 @@ declare const setCodingContextRequestSchema: z.ZodEffects<z.ZodObject<{
|
|
|
214
214
|
}, {
|
|
215
215
|
sessionKey: string;
|
|
216
216
|
codingContext?: {
|
|
217
|
-
projectId: string;
|
|
218
217
|
branch: string | null;
|
|
218
|
+
projectId: string;
|
|
219
219
|
defaultBranch: string | null;
|
|
220
220
|
rootPath: string;
|
|
221
221
|
} | null | undefined;
|
|
@@ -241,9 +241,9 @@ declare const observeRequestSchema: z.ZodObject<{
|
|
|
241
241
|
}, "strip", z.ZodTypeAny, {
|
|
242
242
|
kind: "snapshot" | "tool_result" | "retry" | "text" | "tool_call" | "patch" | "file_read" | "file_write" | "step_start" | "step_finish";
|
|
243
243
|
payload: Record<string, unknown>;
|
|
244
|
+
createdAt?: string | null | undefined;
|
|
244
245
|
filePath?: string | null | undefined;
|
|
245
246
|
toolName?: string | null | undefined;
|
|
246
|
-
createdAt?: string | null | undefined;
|
|
247
247
|
ordinal?: number | null | undefined;
|
|
248
248
|
tool_name?: string | null | undefined;
|
|
249
249
|
file_path?: string | null | undefined;
|
|
@@ -251,9 +251,9 @@ declare const observeRequestSchema: z.ZodObject<{
|
|
|
251
251
|
}, {
|
|
252
252
|
kind: "snapshot" | "tool_result" | "retry" | "text" | "tool_call" | "patch" | "file_read" | "file_write" | "step_start" | "step_finish";
|
|
253
253
|
payload: Record<string, unknown>;
|
|
254
|
+
createdAt?: string | null | undefined;
|
|
254
255
|
filePath?: string | null | undefined;
|
|
255
256
|
toolName?: string | null | undefined;
|
|
256
|
-
createdAt?: string | null | undefined;
|
|
257
257
|
ordinal?: number | null | undefined;
|
|
258
258
|
tool_name?: string | null | undefined;
|
|
259
259
|
file_path?: string | null | undefined;
|
|
@@ -265,9 +265,9 @@ declare const observeRequestSchema: z.ZodObject<{
|
|
|
265
265
|
parts?: {
|
|
266
266
|
kind: "snapshot" | "tool_result" | "retry" | "text" | "tool_call" | "patch" | "file_read" | "file_write" | "step_start" | "step_finish";
|
|
267
267
|
payload: Record<string, unknown>;
|
|
268
|
+
createdAt?: string | null | undefined;
|
|
268
269
|
filePath?: string | null | undefined;
|
|
269
270
|
toolName?: string | null | undefined;
|
|
270
|
-
createdAt?: string | null | undefined;
|
|
271
271
|
ordinal?: number | null | undefined;
|
|
272
272
|
tool_name?: string | null | undefined;
|
|
273
273
|
file_path?: string | null | undefined;
|
|
@@ -281,9 +281,9 @@ declare const observeRequestSchema: z.ZodObject<{
|
|
|
281
281
|
parts?: {
|
|
282
282
|
kind: "snapshot" | "tool_result" | "retry" | "text" | "tool_call" | "patch" | "file_read" | "file_write" | "step_start" | "step_finish";
|
|
283
283
|
payload: Record<string, unknown>;
|
|
284
|
+
createdAt?: string | null | undefined;
|
|
284
285
|
filePath?: string | null | undefined;
|
|
285
286
|
toolName?: string | null | undefined;
|
|
286
|
-
createdAt?: string | null | undefined;
|
|
287
287
|
ordinal?: number | null | undefined;
|
|
288
288
|
tool_name?: string | null | undefined;
|
|
289
289
|
file_path?: string | null | undefined;
|
|
@@ -317,9 +317,9 @@ declare const observeRequestSchema: z.ZodObject<{
|
|
|
317
317
|
parts?: {
|
|
318
318
|
kind: "snapshot" | "tool_result" | "retry" | "text" | "tool_call" | "patch" | "file_read" | "file_write" | "step_start" | "step_finish";
|
|
319
319
|
payload: Record<string, unknown>;
|
|
320
|
+
createdAt?: string | null | undefined;
|
|
320
321
|
filePath?: string | null | undefined;
|
|
321
322
|
toolName?: string | null | undefined;
|
|
322
|
-
createdAt?: string | null | undefined;
|
|
323
323
|
ordinal?: number | null | undefined;
|
|
324
324
|
tool_name?: string | null | undefined;
|
|
325
325
|
file_path?: string | null | undefined;
|
|
@@ -341,9 +341,9 @@ declare const observeRequestSchema: z.ZodObject<{
|
|
|
341
341
|
parts?: {
|
|
342
342
|
kind: "snapshot" | "tool_result" | "retry" | "text" | "tool_call" | "patch" | "file_read" | "file_write" | "step_start" | "step_finish";
|
|
343
343
|
payload: Record<string, unknown>;
|
|
344
|
+
createdAt?: string | null | undefined;
|
|
344
345
|
filePath?: string | null | undefined;
|
|
345
346
|
toolName?: string | null | undefined;
|
|
346
|
-
createdAt?: string | null | undefined;
|
|
347
347
|
ordinal?: number | null | undefined;
|
|
348
348
|
tool_name?: string | null | undefined;
|
|
349
349
|
file_path?: string | null | undefined;
|
|
@@ -375,14 +375,14 @@ declare const memoryStoreRequestSchema: z.ZodObject<{
|
|
|
375
375
|
projectTag: z.ZodOptional<z.ZodString>;
|
|
376
376
|
}, "strip", z.ZodTypeAny, {
|
|
377
377
|
content: string;
|
|
378
|
-
|
|
378
|
+
namespace?: string | undefined;
|
|
379
379
|
sessionKey?: string | undefined;
|
|
380
|
-
tags?: string[] | undefined;
|
|
381
|
-
confidence?: number | undefined;
|
|
382
380
|
dryRun?: boolean | undefined;
|
|
383
|
-
category?: "
|
|
381
|
+
category?: "fact" | "preference" | "correction" | "entity" | "decision" | "relationship" | "principle" | "commitment" | "moment" | "skill" | "rule" | "procedure" | "reasoning_trace" | undefined;
|
|
382
|
+
confidence?: number | undefined;
|
|
383
|
+
tags?: string[] | undefined;
|
|
384
384
|
entityRef?: string | undefined;
|
|
385
|
-
|
|
385
|
+
schemaVersion?: number | undefined;
|
|
386
386
|
cwd?: string | undefined;
|
|
387
387
|
projectTag?: string | undefined;
|
|
388
388
|
idempotencyKey?: string | undefined;
|
|
@@ -390,14 +390,14 @@ declare const memoryStoreRequestSchema: z.ZodObject<{
|
|
|
390
390
|
sourceReason?: string | undefined;
|
|
391
391
|
}, {
|
|
392
392
|
content: string;
|
|
393
|
-
|
|
393
|
+
namespace?: string | undefined;
|
|
394
394
|
sessionKey?: string | undefined;
|
|
395
|
-
tags?: string[] | undefined;
|
|
396
|
-
confidence?: number | undefined;
|
|
397
395
|
dryRun?: boolean | undefined;
|
|
398
|
-
category?: "
|
|
396
|
+
category?: "fact" | "preference" | "correction" | "entity" | "decision" | "relationship" | "principle" | "commitment" | "moment" | "skill" | "rule" | "procedure" | "reasoning_trace" | undefined;
|
|
397
|
+
confidence?: number | undefined;
|
|
398
|
+
tags?: string[] | undefined;
|
|
399
399
|
entityRef?: string | undefined;
|
|
400
|
-
|
|
400
|
+
schemaVersion?: number | undefined;
|
|
401
401
|
cwd?: string | undefined;
|
|
402
402
|
projectTag?: string | undefined;
|
|
403
403
|
idempotencyKey?: string | undefined;
|
|
@@ -421,14 +421,14 @@ declare const suggestionSubmitRequestSchema: z.ZodObject<{
|
|
|
421
421
|
projectTag: z.ZodOptional<z.ZodString>;
|
|
422
422
|
}, "strip", z.ZodTypeAny, {
|
|
423
423
|
content: string;
|
|
424
|
-
|
|
424
|
+
namespace?: string | undefined;
|
|
425
425
|
sessionKey?: string | undefined;
|
|
426
|
-
tags?: string[] | undefined;
|
|
427
|
-
confidence?: number | undefined;
|
|
428
426
|
dryRun?: boolean | undefined;
|
|
429
|
-
category?: "
|
|
427
|
+
category?: "fact" | "preference" | "correction" | "entity" | "decision" | "relationship" | "principle" | "commitment" | "moment" | "skill" | "rule" | "procedure" | "reasoning_trace" | undefined;
|
|
428
|
+
confidence?: number | undefined;
|
|
429
|
+
tags?: string[] | undefined;
|
|
430
430
|
entityRef?: string | undefined;
|
|
431
|
-
|
|
431
|
+
schemaVersion?: number | undefined;
|
|
432
432
|
cwd?: string | undefined;
|
|
433
433
|
projectTag?: string | undefined;
|
|
434
434
|
idempotencyKey?: string | undefined;
|
|
@@ -436,14 +436,14 @@ declare const suggestionSubmitRequestSchema: z.ZodObject<{
|
|
|
436
436
|
sourceReason?: string | undefined;
|
|
437
437
|
}, {
|
|
438
438
|
content: string;
|
|
439
|
-
|
|
439
|
+
namespace?: string | undefined;
|
|
440
440
|
sessionKey?: string | undefined;
|
|
441
|
-
tags?: string[] | undefined;
|
|
442
|
-
confidence?: number | undefined;
|
|
443
441
|
dryRun?: boolean | undefined;
|
|
444
|
-
category?: "
|
|
442
|
+
category?: "fact" | "preference" | "correction" | "entity" | "decision" | "relationship" | "principle" | "commitment" | "moment" | "skill" | "rule" | "procedure" | "reasoning_trace" | undefined;
|
|
443
|
+
confidence?: number | undefined;
|
|
444
|
+
tags?: string[] | undefined;
|
|
445
445
|
entityRef?: string | undefined;
|
|
446
|
-
|
|
446
|
+
schemaVersion?: number | undefined;
|
|
447
447
|
cwd?: string | undefined;
|
|
448
448
|
projectTag?: string | undefined;
|
|
449
449
|
idempotencyKey?: string | undefined;
|
|
@@ -456,14 +456,14 @@ declare const reviewDispositionRequestSchema: z.ZodObject<{
|
|
|
456
456
|
reasonCode: z.ZodString;
|
|
457
457
|
namespace: z.ZodOptional<z.ZodString>;
|
|
458
458
|
}, "strip", z.ZodTypeAny, {
|
|
459
|
-
memoryId: string;
|
|
460
|
-
status: "active" | "pending_review" | "rejected" | "quarantined" | "superseded" | "archived";
|
|
461
459
|
reasonCode: string;
|
|
460
|
+
status: "active" | "pending_review" | "rejected" | "quarantined" | "superseded" | "archived";
|
|
461
|
+
memoryId: string;
|
|
462
462
|
namespace?: string | undefined;
|
|
463
463
|
}, {
|
|
464
|
-
memoryId: string;
|
|
465
|
-
status: "active" | "pending_review" | "rejected" | "quarantined" | "superseded" | "archived";
|
|
466
464
|
reasonCode: string;
|
|
465
|
+
status: "active" | "pending_review" | "rejected" | "quarantined" | "superseded" | "archived";
|
|
466
|
+
memoryId: string;
|
|
467
467
|
namespace?: string | undefined;
|
|
468
468
|
}>;
|
|
469
469
|
declare const trustZonePromoteRequestSchema: z.ZodObject<{
|
|
@@ -478,18 +478,18 @@ declare const trustZonePromoteRequestSchema: z.ZodObject<{
|
|
|
478
478
|
recordId: string;
|
|
479
479
|
targetZone: "working" | "trusted";
|
|
480
480
|
promotionReason: string;
|
|
481
|
-
|
|
481
|
+
namespace?: string | undefined;
|
|
482
482
|
summary?: string | undefined;
|
|
483
483
|
dryRun?: boolean | undefined;
|
|
484
|
-
|
|
484
|
+
recordedAt?: string | undefined;
|
|
485
485
|
}, {
|
|
486
486
|
recordId: string;
|
|
487
487
|
targetZone: "working" | "trusted";
|
|
488
488
|
promotionReason: string;
|
|
489
|
-
|
|
489
|
+
namespace?: string | undefined;
|
|
490
490
|
summary?: string | undefined;
|
|
491
491
|
dryRun?: boolean | undefined;
|
|
492
|
-
|
|
492
|
+
recordedAt?: string | undefined;
|
|
493
493
|
}>;
|
|
494
494
|
declare const trustZoneDemoSeedRequestSchema: z.ZodObject<{
|
|
495
495
|
scenario: z.ZodOptional<z.ZodString>;
|
|
@@ -497,14 +497,14 @@ declare const trustZoneDemoSeedRequestSchema: z.ZodObject<{
|
|
|
497
497
|
dryRun: z.ZodOptional<z.ZodBoolean>;
|
|
498
498
|
namespace: z.ZodOptional<z.ZodString>;
|
|
499
499
|
}, "strip", z.ZodTypeAny, {
|
|
500
|
-
recordedAt?: string | undefined;
|
|
501
|
-
dryRun?: boolean | undefined;
|
|
502
500
|
namespace?: string | undefined;
|
|
501
|
+
dryRun?: boolean | undefined;
|
|
502
|
+
recordedAt?: string | undefined;
|
|
503
503
|
scenario?: string | undefined;
|
|
504
504
|
}, {
|
|
505
|
-
recordedAt?: string | undefined;
|
|
506
|
-
dryRun?: boolean | undefined;
|
|
507
505
|
namespace?: string | undefined;
|
|
506
|
+
dryRun?: boolean | undefined;
|
|
507
|
+
recordedAt?: string | undefined;
|
|
508
508
|
scenario?: string | undefined;
|
|
509
509
|
}>;
|
|
510
510
|
declare const lcmSearchRequestSchema: z.ZodObject<{
|
|
@@ -515,14 +515,14 @@ declare const lcmSearchRequestSchema: z.ZodObject<{
|
|
|
515
515
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
516
516
|
}, "strip", z.ZodTypeAny, {
|
|
517
517
|
query: string;
|
|
518
|
-
sessionKey?: string | undefined;
|
|
519
518
|
namespace?: string | undefined;
|
|
519
|
+
sessionKey?: string | undefined;
|
|
520
520
|
limit?: number | undefined;
|
|
521
521
|
sessionPrefix?: string | undefined;
|
|
522
522
|
}, {
|
|
523
523
|
query: string;
|
|
524
|
-
sessionKey?: string | undefined;
|
|
525
524
|
namespace?: string | undefined;
|
|
525
|
+
sessionKey?: string | undefined;
|
|
526
526
|
limit?: number | undefined;
|
|
527
527
|
sessionPrefix?: string | undefined;
|
|
528
528
|
}>;
|
|
@@ -538,26 +538,26 @@ declare const lcmCompactionFlushRequestSchema: z.ZodEffects<z.ZodObject<{
|
|
|
538
538
|
namespaces: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
539
539
|
}, "strip", z.ZodTypeAny, {
|
|
540
540
|
sessionKey: string;
|
|
541
|
-
namespaces?: string[] | undefined;
|
|
542
541
|
namespace?: string | undefined;
|
|
542
|
+
namespaces?: string[] | undefined;
|
|
543
543
|
cwd?: string | undefined;
|
|
544
544
|
projectTag?: string | undefined;
|
|
545
545
|
}, {
|
|
546
546
|
sessionKey: string;
|
|
547
|
-
namespaces?: string[] | undefined;
|
|
548
547
|
namespace?: string | undefined;
|
|
548
|
+
namespaces?: string[] | undefined;
|
|
549
549
|
cwd?: string | undefined;
|
|
550
550
|
projectTag?: string | undefined;
|
|
551
551
|
}>, {
|
|
552
552
|
sessionKey: string;
|
|
553
|
-
namespaces?: string[] | undefined;
|
|
554
553
|
namespace?: string | undefined;
|
|
554
|
+
namespaces?: string[] | undefined;
|
|
555
555
|
cwd?: string | undefined;
|
|
556
556
|
projectTag?: string | undefined;
|
|
557
557
|
}, {
|
|
558
558
|
sessionKey: string;
|
|
559
|
-
namespaces?: string[] | undefined;
|
|
560
559
|
namespace?: string | undefined;
|
|
560
|
+
namespaces?: string[] | undefined;
|
|
561
561
|
cwd?: string | undefined;
|
|
562
562
|
projectTag?: string | undefined;
|
|
563
563
|
}>;
|
|
@@ -602,13 +602,13 @@ declare const daySummaryRequestSchema: z.ZodObject<{
|
|
|
602
602
|
namespace: z.ZodOptional<z.ZodString>;
|
|
603
603
|
timeZone: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
604
604
|
}, "strip", z.ZodTypeAny, {
|
|
605
|
-
sessionKey?: string | undefined;
|
|
606
605
|
namespace?: string | undefined;
|
|
606
|
+
sessionKey?: string | undefined;
|
|
607
607
|
memories?: string | undefined;
|
|
608
608
|
timeZone?: string | undefined;
|
|
609
609
|
}, {
|
|
610
|
-
sessionKey?: string | undefined;
|
|
611
610
|
namespace?: string | undefined;
|
|
611
|
+
sessionKey?: string | undefined;
|
|
612
612
|
memories?: string | undefined;
|
|
613
613
|
timeZone?: string | undefined;
|
|
614
614
|
}>;
|
|
@@ -657,11 +657,11 @@ declare const capsuleListRequestSchema: z.ZodObject<{
|
|
|
657
657
|
namespace: z.ZodOptional<z.ZodString>;
|
|
658
658
|
sessionKey: z.ZodOptional<z.ZodString>;
|
|
659
659
|
}, "strip", z.ZodTypeAny, {
|
|
660
|
-
sessionKey?: string | undefined;
|
|
661
660
|
namespace?: string | undefined;
|
|
662
|
-
}, {
|
|
663
661
|
sessionKey?: string | undefined;
|
|
662
|
+
}, {
|
|
664
663
|
namespace?: string | undefined;
|
|
664
|
+
sessionKey?: string | undefined;
|
|
665
665
|
}>;
|
|
666
666
|
declare const offlineSyncSnapshotRequestSchema: z.ZodObject<{
|
|
667
667
|
namespace: z.ZodOptional<z.ZodString>;
|
|
@@ -749,21 +749,21 @@ declare const offlineSyncFileContentRequestSchema: z.ZodObject<{
|
|
|
749
749
|
length: z.ZodOptional<z.ZodNumber>;
|
|
750
750
|
}, "strip", z.ZodTypeAny, {
|
|
751
751
|
path: string;
|
|
752
|
-
length?: number | undefined;
|
|
753
752
|
namespace?: string | undefined;
|
|
753
|
+
length?: number | undefined;
|
|
754
754
|
offset?: number | undefined;
|
|
755
755
|
includeTranscripts?: boolean | undefined;
|
|
756
756
|
}, {
|
|
757
757
|
path: string;
|
|
758
|
-
length?: number | undefined;
|
|
759
758
|
namespace?: string | undefined;
|
|
759
|
+
length?: number | undefined;
|
|
760
760
|
offset?: number | undefined;
|
|
761
761
|
includeTranscripts?: boolean | undefined;
|
|
762
762
|
}>;
|
|
763
763
|
declare const actionConfidenceRequestSchema: z.ZodObject<{
|
|
764
764
|
intendedAction: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
|
|
765
765
|
confidence: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodNumber>>, number | undefined, number | null | undefined>;
|
|
766
|
-
risk: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodEnum<["low", "medium", "high", "irreversible", "restricted"]>>>, NonNullable<"
|
|
766
|
+
risk: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodEnum<["low", "medium", "high", "irreversible", "restricted"]>>>, NonNullable<"low" | "medium" | "high" | "irreversible" | "restricted"> | undefined, "low" | "medium" | "high" | "irreversible" | "restricted" | null | undefined>;
|
|
767
767
|
contextReadiness: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodEnum<["none", "partial", "sufficient"]>>>, NonNullable<"partial" | "none" | "sufficient"> | undefined, "partial" | "none" | "sufficient" | null | undefined>;
|
|
768
768
|
currentContextScopes: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>, string[] | undefined, string[] | null | undefined>;
|
|
769
769
|
userRules: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -802,12 +802,12 @@ declare const actionConfidenceRequestSchema: z.ZodObject<{
|
|
|
802
802
|
safety: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodEnum<["safe", "requires-review", "blocked"]>>>, NonNullable<"safe" | "requires-review" | "blocked"> | undefined, "safe" | "requires-review" | "blocked" | null | undefined>;
|
|
803
803
|
safetyReasons: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>, string[] | undefined, string[] | null | undefined>;
|
|
804
804
|
}, "strict", z.ZodTypeAny, {
|
|
805
|
+
updated?: string | undefined;
|
|
806
|
+
created?: string | undefined;
|
|
805
807
|
source?: string | undefined;
|
|
808
|
+
confidence?: number | undefined;
|
|
806
809
|
stale?: boolean | undefined;
|
|
807
|
-
created?: string | undefined;
|
|
808
|
-
updated?: string | undefined;
|
|
809
810
|
scope?: string | undefined;
|
|
810
|
-
confidence?: number | undefined;
|
|
811
811
|
retrievalReason?: string | undefined;
|
|
812
812
|
safety?: NonNullable<"safe" | "requires-review" | "blocked"> | undefined;
|
|
813
813
|
safeToUse?: boolean | undefined;
|
|
@@ -816,12 +816,12 @@ declare const actionConfidenceRequestSchema: z.ZodObject<{
|
|
|
816
816
|
safetyReasons?: string[] | undefined;
|
|
817
817
|
userContextScopes?: string[] | undefined;
|
|
818
818
|
}, {
|
|
819
|
+
updated?: string | null | undefined;
|
|
820
|
+
created?: string | null | undefined;
|
|
819
821
|
source?: string | null | undefined;
|
|
822
|
+
confidence?: number | null | undefined;
|
|
820
823
|
stale?: boolean | null | undefined;
|
|
821
|
-
created?: string | null | undefined;
|
|
822
|
-
updated?: string | null | undefined;
|
|
823
824
|
scope?: string | null | undefined;
|
|
824
|
-
confidence?: number | null | undefined;
|
|
825
825
|
retrievalReason?: string | null | undefined;
|
|
826
826
|
safety?: "safe" | "requires-review" | "blocked" | null | undefined;
|
|
827
827
|
safeToUse?: boolean | null | undefined;
|
|
@@ -830,12 +830,12 @@ declare const actionConfidenceRequestSchema: z.ZodObject<{
|
|
|
830
830
|
safetyReasons?: string[] | null | undefined;
|
|
831
831
|
userContextScopes?: string[] | null | undefined;
|
|
832
832
|
}>, "many">>>, {
|
|
833
|
+
updated?: string | undefined;
|
|
834
|
+
created?: string | undefined;
|
|
833
835
|
source?: string | undefined;
|
|
836
|
+
confidence?: number | undefined;
|
|
834
837
|
stale?: boolean | undefined;
|
|
835
|
-
created?: string | undefined;
|
|
836
|
-
updated?: string | undefined;
|
|
837
838
|
scope?: string | undefined;
|
|
838
|
-
confidence?: number | undefined;
|
|
839
839
|
retrievalReason?: string | undefined;
|
|
840
840
|
safety?: NonNullable<"safe" | "requires-review" | "blocked"> | undefined;
|
|
841
841
|
safeToUse?: boolean | undefined;
|
|
@@ -844,12 +844,12 @@ declare const actionConfidenceRequestSchema: z.ZodObject<{
|
|
|
844
844
|
safetyReasons?: string[] | undefined;
|
|
845
845
|
userContextScopes?: string[] | undefined;
|
|
846
846
|
}[] | undefined, {
|
|
847
|
+
updated?: string | null | undefined;
|
|
848
|
+
created?: string | null | undefined;
|
|
847
849
|
source?: string | null | undefined;
|
|
850
|
+
confidence?: number | null | undefined;
|
|
848
851
|
stale?: boolean | null | undefined;
|
|
849
|
-
created?: string | null | undefined;
|
|
850
|
-
updated?: string | null | undefined;
|
|
851
852
|
scope?: string | null | undefined;
|
|
852
|
-
confidence?: number | null | undefined;
|
|
853
853
|
retrievalReason?: string | null | undefined;
|
|
854
854
|
safety?: "safe" | "requires-review" | "blocked" | null | undefined;
|
|
855
855
|
safeToUse?: boolean | null | undefined;
|
|
@@ -862,7 +862,7 @@ declare const actionConfidenceRequestSchema: z.ZodObject<{
|
|
|
862
862
|
confidence?: number | undefined;
|
|
863
863
|
currentContextScopes?: string[] | undefined;
|
|
864
864
|
intendedAction?: string | undefined;
|
|
865
|
-
risk?: NonNullable<"
|
|
865
|
+
risk?: NonNullable<"low" | "medium" | "high" | "irreversible" | "restricted"> | undefined;
|
|
866
866
|
contextReadiness?: NonNullable<"partial" | "none" | "sufficient"> | undefined;
|
|
867
867
|
userRules?: {
|
|
868
868
|
kind: "never" | "do-not-use-outside-this-context" | "ask-before" | "requires-escalation";
|
|
@@ -870,12 +870,12 @@ declare const actionConfidenceRequestSchema: z.ZodObject<{
|
|
|
870
870
|
matched?: boolean | undefined;
|
|
871
871
|
}[] | undefined;
|
|
872
872
|
retrievedMemories?: {
|
|
873
|
+
updated?: string | undefined;
|
|
874
|
+
created?: string | undefined;
|
|
873
875
|
source?: string | undefined;
|
|
876
|
+
confidence?: number | undefined;
|
|
874
877
|
stale?: boolean | undefined;
|
|
875
|
-
created?: string | undefined;
|
|
876
|
-
updated?: string | undefined;
|
|
877
878
|
scope?: string | undefined;
|
|
878
|
-
confidence?: number | undefined;
|
|
879
879
|
retrievalReason?: string | undefined;
|
|
880
880
|
safety?: NonNullable<"safe" | "requires-review" | "blocked"> | undefined;
|
|
881
881
|
safeToUse?: boolean | undefined;
|
|
@@ -888,7 +888,7 @@ declare const actionConfidenceRequestSchema: z.ZodObject<{
|
|
|
888
888
|
confidence?: number | null | undefined;
|
|
889
889
|
currentContextScopes?: string[] | null | undefined;
|
|
890
890
|
intendedAction?: string | null | undefined;
|
|
891
|
-
risk?: "
|
|
891
|
+
risk?: "low" | "medium" | "high" | "irreversible" | "restricted" | null | undefined;
|
|
892
892
|
contextReadiness?: "partial" | "none" | "sufficient" | null | undefined;
|
|
893
893
|
userRules?: {
|
|
894
894
|
kind: "never" | "do-not-use-outside-this-context" | "ask-before" | "requires-escalation";
|
|
@@ -896,12 +896,12 @@ declare const actionConfidenceRequestSchema: z.ZodObject<{
|
|
|
896
896
|
matched?: boolean | null | undefined;
|
|
897
897
|
}[] | null | undefined;
|
|
898
898
|
retrievedMemories?: {
|
|
899
|
+
updated?: string | null | undefined;
|
|
900
|
+
created?: string | null | undefined;
|
|
899
901
|
source?: string | null | undefined;
|
|
902
|
+
confidence?: number | null | undefined;
|
|
900
903
|
stale?: boolean | null | undefined;
|
|
901
|
-
created?: string | null | undefined;
|
|
902
|
-
updated?: string | null | undefined;
|
|
903
904
|
scope?: string | null | undefined;
|
|
904
|
-
confidence?: number | null | undefined;
|
|
905
905
|
retrievalReason?: string | null | undefined;
|
|
906
906
|
safety?: "safe" | "requires-review" | "blocked" | null | undefined;
|
|
907
907
|
safeToUse?: boolean | null | undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { d as EngramAccessExtractionForceFlushRequest, e as EngramAccessExtractionForceFlushResponse, cb as EngramAccessLcmCompactionFlushRequest, g as EngramAccessLcmCompactionFlushResponse, cc as ExtractionForceFlushDelegate, cd as delegateExtractionForceFlush } from './access-service-
|
|
1
|
+
export { d as EngramAccessExtractionForceFlushRequest, e as EngramAccessExtractionForceFlushResponse, cb as EngramAccessLcmCompactionFlushRequest, g as EngramAccessLcmCompactionFlushResponse, cc as ExtractionForceFlushDelegate, cd as delegateExtractionForceFlush } from './access-service-LbwWl05g.js';
|
|
2
2
|
import './types-eM7QIcX2.js';
|
|
3
3
|
import './message-parts/index.js';
|
|
4
4
|
import './bounded-jsonl-state.js';
|
package/dist/access-service.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import './storage-6fn7BPmb.js';
|
|
|
5
5
|
import './semantic-BalR6EXU.js';
|
|
6
6
|
import './local-llm.js';
|
|
7
7
|
import './fallback-llm.js';
|
|
8
|
-
export { A as AccessProfilingReportRequest, a as AccessProfilingReportResponse, C as CodingScopedWriteInput, ct as ENGRAM_ACCESS_WRITE_SCHEMA_VERSION, cu as EngramAccessActionConfidenceRequest, cv as EngramAccessActionConfidenceResponse, o as EngramAccessBriefingRequest, p as EngramAccessBriefingResponse, b as EngramAccessCapsuleListResponse, cw as EngramAccessDaySummaryRequest, cx as EngramAccessEntityListResponse, cy as EngramAccessEntityResponse, cz as EngramAccessEntitySummary, d as EngramAccessExtractionForceFlushRequest, e as EngramAccessExtractionForceFlushResponse, cb as EngramAccessLcmCompactionFlushRequest, g as EngramAccessLcmCompactionFlushResponse, cA as EngramAccessLcmCompactionRecordRequest, h as EngramAccessLcmCompactionRecordResponse, j as EngramAccessLcmSearchRequest, k as EngramAccessLcmSearchResponse, cB as EngramAccessLcmStatusResponse, cC as EngramAccessMaintenanceResponse, cD as EngramAccessMemoryBrowseRequest, cE as EngramAccessMemoryBrowseResponse, cF as EngramAccessMemoryRecord, y as EngramAccessMemoryResponse, m as EngramAccessMemoryStoreRequest, I as EngramAccessMemorySummary, cG as EngramAccessObserveMessage, r as EngramAccessObserveRequest, s as EngramAccessObserveResponse, cH as EngramAccessOfflineSyncApplyFileContentRequest, cI as EngramAccessOfflineSyncApplyFileContentResponse, cJ as EngramAccessOfflineSyncApplyRequest, cK as EngramAccessOfflineSyncApplyResponse, cL as EngramAccessOfflineSyncFileContentRequest, cM as EngramAccessOfflineSyncFileContentResponse, cN as EngramAccessOfflineSyncFilesRequest, cO as EngramAccessOfflineSyncFilesResponse, cP as EngramAccessOfflineSyncFinalizeConvergenceRequest, cQ as EngramAccessOfflineSyncFinalizeConvergenceResponse, cR as EngramAccessOfflineSyncManifestRequest, cS as EngramAccessOfflineSyncSnapshotRequest, cT as EngramAccessOfflineSyncSnapshotResponse, i as EngramAccessOfflineSyncSnapshotStreamResponse, cU as EngramAccessQualityResponse, cV as EngramAccessRecallExplainRequest, cW as EngramAccessRecallExplainResponse, H as EngramAccessRecallRequest, G as EngramAccessRecallResponse, cX as EngramAccessReviewDispositionRequest, cY as EngramAccessReviewDispositionResponse, E as EngramAccessReviewQueueResponse, cZ as EngramAccessScopeDebug, f as EngramAccessService, J as EngramAccessSetCodingContextRequest, n as EngramAccessSuggestionSubmitRequest, c_ as EngramAccessTimelineResponse, c$ as EngramAccessTrustZoneBrowseRequest, d0 as EngramAccessTrustZoneBrowseResponse, d1 as EngramAccessTrustZoneDemoSeedRequest, d2 as EngramAccessTrustZoneDemoSeedResponse, d3 as EngramAccessTrustZonePromoteRequest, d4 as EngramAccessTrustZonePromoteResponse, d5 as EngramAccessTrustZoneRecordSummary, d6 as EngramAccessTrustZoneStatusResponse, d7 as EngramAccessWriteEnvelope, q as EngramAccessWriteResponse, l as MemoryScopePlan, d8 as buildProjectedGovernanceProposedActions, d9 as hasGroupedGovernanceActions, da as shapeMemorySummary } from './access-service-
|
|
8
|
+
export { A as AccessProfilingReportRequest, a as AccessProfilingReportResponse, C as CodingScopedWriteInput, ct as ENGRAM_ACCESS_WRITE_SCHEMA_VERSION, cu as EngramAccessActionConfidenceRequest, cv as EngramAccessActionConfidenceResponse, o as EngramAccessBriefingRequest, p as EngramAccessBriefingResponse, b as EngramAccessCapsuleListResponse, cw as EngramAccessDaySummaryRequest, cx as EngramAccessEntityListResponse, cy as EngramAccessEntityResponse, cz as EngramAccessEntitySummary, d as EngramAccessExtractionForceFlushRequest, e as EngramAccessExtractionForceFlushResponse, cb as EngramAccessLcmCompactionFlushRequest, g as EngramAccessLcmCompactionFlushResponse, cA as EngramAccessLcmCompactionRecordRequest, h as EngramAccessLcmCompactionRecordResponse, j as EngramAccessLcmSearchRequest, k as EngramAccessLcmSearchResponse, cB as EngramAccessLcmStatusResponse, cC as EngramAccessMaintenanceResponse, cD as EngramAccessMemoryBrowseRequest, cE as EngramAccessMemoryBrowseResponse, cF as EngramAccessMemoryRecord, y as EngramAccessMemoryResponse, m as EngramAccessMemoryStoreRequest, I as EngramAccessMemorySummary, cG as EngramAccessObserveMessage, r as EngramAccessObserveRequest, s as EngramAccessObserveResponse, cH as EngramAccessOfflineSyncApplyFileContentRequest, cI as EngramAccessOfflineSyncApplyFileContentResponse, cJ as EngramAccessOfflineSyncApplyRequest, cK as EngramAccessOfflineSyncApplyResponse, cL as EngramAccessOfflineSyncFileContentRequest, cM as EngramAccessOfflineSyncFileContentResponse, cN as EngramAccessOfflineSyncFilesRequest, cO as EngramAccessOfflineSyncFilesResponse, cP as EngramAccessOfflineSyncFinalizeConvergenceRequest, cQ as EngramAccessOfflineSyncFinalizeConvergenceResponse, cR as EngramAccessOfflineSyncManifestRequest, cS as EngramAccessOfflineSyncSnapshotRequest, cT as EngramAccessOfflineSyncSnapshotResponse, i as EngramAccessOfflineSyncSnapshotStreamResponse, cU as EngramAccessQualityResponse, cV as EngramAccessRecallExplainRequest, cW as EngramAccessRecallExplainResponse, H as EngramAccessRecallRequest, G as EngramAccessRecallResponse, cX as EngramAccessReviewDispositionRequest, cY as EngramAccessReviewDispositionResponse, E as EngramAccessReviewQueueResponse, cZ as EngramAccessScopeDebug, f as EngramAccessService, J as EngramAccessSetCodingContextRequest, n as EngramAccessSuggestionSubmitRequest, c_ as EngramAccessTimelineResponse, c$ as EngramAccessTrustZoneBrowseRequest, d0 as EngramAccessTrustZoneBrowseResponse, d1 as EngramAccessTrustZoneDemoSeedRequest, d2 as EngramAccessTrustZoneDemoSeedResponse, d3 as EngramAccessTrustZonePromoteRequest, d4 as EngramAccessTrustZonePromoteResponse, d5 as EngramAccessTrustZoneRecordSummary, d6 as EngramAccessTrustZoneStatusResponse, d7 as EngramAccessWriteEnvelope, q as EngramAccessWriteResponse, l as MemoryScopePlan, d8 as buildProjectedGovernanceProposedActions, d9 as hasGroupedGovernanceActions, da as shapeMemorySummary } from './access-service-LbwWl05g.js';
|
|
9
9
|
import './trust-zones.js';
|
|
10
10
|
import './message-parts/index.js';
|
|
11
11
|
import './access-schema.js';
|
|
@@ -29748,4 +29748,4 @@ export {
|
|
|
29748
29748
|
blendGraphExpandedRecallScore,
|
|
29749
29749
|
Orchestrator
|
|
29750
29750
|
};
|
|
29751
|
-
//# sourceMappingURL=chunk-
|
|
29751
|
+
//# sourceMappingURL=chunk-WOA7DS7O.js.map
|