@remnic/core 9.63.10 → 9.63.11
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 +2 -1
- package/dist/access-admin-ops-surface.js +1 -1
- package/dist/access-authorization-probe.d.ts +2 -1
- package/dist/access-authorization-probe.js +2 -2
- package/dist/access-boundary.d.ts +2 -1
- package/dist/access-boundary.js +1 -1
- package/dist/access-cli.js +14 -14
- package/dist/access-extraction-force-flush.d.ts +2 -1
- package/dist/access-extraction-force-flush.js +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 +2 -1
- package/dist/access-http-query.js +1 -1
- package/dist/access-http.d.ts +3 -2
- package/dist/access-http.js +11 -11
- package/dist/access-identity-continuity-surface.js +1 -1
- package/dist/access-lcm-surface.d.ts +2 -1
- package/dist/access-lcm-surface.js +1 -1
- package/dist/access-mcp.d.ts +2 -1
- package/dist/access-mcp.js +7 -7
- package/dist/access-namespace-preflight.js +1 -1
- package/dist/access-observe-write-surface.d.ts +2 -1
- package/dist/access-observe-write-surface.js +1 -1
- package/dist/access-operations-batch.js +3 -2
- package/dist/access-operations.d.ts +4 -4
- package/dist/access-operations.js +6 -6
- package/dist/access-recall-concurrency.d.ts +2 -1
- package/dist/access-recall-concurrency.js +1 -1
- package/dist/access-recall-response.d.ts +2 -1
- package/dist/access-recall-response.js +1 -1
- package/dist/access-recall-surface.d.ts +2 -1
- package/dist/access-recall-surface.js +1 -1
- package/dist/access-schema.d.ts +92 -92
- package/dist/access-schema.js +1 -1
- package/dist/{access-service-C0AE0jLs.d.ts → access-service-U6jiERic.d.ts} +80 -155
- package/dist/access-service-helpers.d.ts +2 -1
- package/dist/access-service.d.ts +2 -1
- package/dist/access-service.js +1 -1
- package/dist/access-surface-catalog.d.ts +2 -1
- package/dist/access-surface-catalog.js +3 -3
- package/dist/{chunk-R7FQQQ23.js → chunk-36XS2ASP.js} +2 -2
- package/dist/{chunk-EPRBTGLM.js → chunk-57WMVU4D.js} +50 -41
- package/dist/chunk-57WMVU4D.js.map +1 -0
- package/dist/{chunk-34E5NBQI.js → chunk-BYFKJXIR.js} +2 -2
- package/dist/{chunk-LQNBQEMC.js → chunk-DIJCMHUE.js} +2 -2
- package/dist/{chunk-MNI7KB4Q.js → chunk-HP6B732E.js} +4 -4
- package/dist/{chunk-XFJUPJD7.js → chunk-IRXMJLTW.js} +11 -2
- package/dist/{chunk-XFJUPJD7.js.map → chunk-IRXMJLTW.js.map} +1 -1
- package/dist/{chunk-SAWGVTCE.js → chunk-IUSV4XJC.js} +2 -2
- package/dist/{chunk-K477BTF4.js → chunk-JASFZQ76.js} +4 -4
- package/dist/{chunk-SILX74CP.js → chunk-NWHKHBL4.js} +43 -63
- package/dist/chunk-NWHKHBL4.js.map +1 -0
- package/dist/{chunk-JJ45UTNT.js → chunk-R5AWIILH.js} +22 -27
- package/dist/chunk-R5AWIILH.js.map +1 -0
- package/dist/{chunk-IOE75NA4.js → chunk-V2YH7T6T.js} +2 -2
- package/dist/{chunk-H5VDBZLZ.js → chunk-VCEE4YNA.js} +2 -2
- package/dist/{chunk-U5XC6DIS.js → chunk-XREXYQ5U.js} +4 -4
- package/dist/{chunk-MIM7QT6H.js → chunk-YI25J2JD.js} +1 -1
- package/dist/chunk-YI25J2JD.js.map +1 -0
- package/dist/{cli-xoJTOdMQ.d.ts → cli-BsaYHAH9.d.ts} +1 -1
- package/dist/cli.d.ts +3 -2
- package/dist/cli.js +12 -12
- package/dist/external-wiki-access.d.ts +2 -1
- package/dist/external-wiki-access.js +2 -2
- package/dist/external-wiki-mcp-tools.d.ts +2 -1
- package/dist/index.d.ts +680 -680
- package/dist/index.js +21 -21
- package/dist/mcp-memory-inspector-app.d.ts +1 -1
- package/dist/orchestrator.js +14 -14
- package/dist/{public-http-DR3sHfwk.d.ts → public-http-jMlmLny4.d.ts} +1 -1
- package/dist/schemas.d.ts +108 -108
- package/dist/shared-context/manager.d.ts +8 -8
- package/dist/support-passport/index.d.ts +5 -4
- package/dist/support-passport/index.js +4 -4
- package/dist/transfer/types.d.ts +66 -66
- package/package.json +2 -2
- package/src/access-http.ts +47 -60
- package/src/access-mcp.test.ts +6 -10
- package/src/access-mcp.ts +21 -22
- package/src/access-operations-batch.ts +66 -18
- package/src/access-schema.ts +12 -1
- package/src/access-service.ts +18 -91
- package/src/recall-disclosure.test.ts +1 -1
- package/dist/chunk-EPRBTGLM.js.map +0 -1
- package/dist/chunk-JJ45UTNT.js.map +0 -1
- package/dist/chunk-MIM7QT6H.js.map +0 -1
- package/dist/chunk-SILX74CP.js.map +0 -1
- /package/dist/{chunk-R7FQQQ23.js.map → chunk-36XS2ASP.js.map} +0 -0
- /package/dist/{chunk-34E5NBQI.js.map → chunk-BYFKJXIR.js.map} +0 -0
- /package/dist/{chunk-LQNBQEMC.js.map → chunk-DIJCMHUE.js.map} +0 -0
- /package/dist/{chunk-MNI7KB4Q.js.map → chunk-HP6B732E.js.map} +0 -0
- /package/dist/{chunk-SAWGVTCE.js.map → chunk-IUSV4XJC.js.map} +0 -0
- /package/dist/{chunk-K477BTF4.js.map → chunk-JASFZQ76.js.map} +0 -0
- /package/dist/{chunk-IOE75NA4.js.map → chunk-V2YH7T6T.js.map} +0 -0
- /package/dist/{chunk-H5VDBZLZ.js.map → chunk-VCEE4YNA.js.map} +0 -0
- /package/dist/{chunk-U5XC6DIS.js.map → chunk-XREXYQ5U.js.map} +0 -0
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
|
rootPath: string;
|
|
27
27
|
defaultBranch: string | null;
|
|
28
28
|
}, {
|
|
29
|
-
projectId: string;
|
|
30
29
|
branch: string | null;
|
|
30
|
+
projectId: string;
|
|
31
31
|
rootPath: string;
|
|
32
32
|
defaultBranch: string | null;
|
|
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
|
rootPath: string;
|
|
68
68
|
defaultBranch: string | null;
|
|
69
69
|
}, {
|
|
70
|
-
projectId: string;
|
|
71
70
|
branch: string | null;
|
|
71
|
+
projectId: string;
|
|
72
72
|
rootPath: string;
|
|
73
73
|
defaultBranch: string | null;
|
|
74
74
|
}>>>;
|
|
@@ -104,14 +104,14 @@ declare const recallRequestSchema: z.ZodObject<{
|
|
|
104
104
|
includeLowConfidence: z.ZodOptional<z.ZodBoolean>;
|
|
105
105
|
}, "strip", z.ZodTypeAny, {
|
|
106
106
|
query: string;
|
|
107
|
-
sessionKey?: string | undefined;
|
|
108
|
-
tags?: string[] | undefined;
|
|
109
107
|
namespace?: string | undefined;
|
|
110
108
|
mode?: "auto" | "no_recall" | "minimal" | "full" | "graph_mode" | undefined;
|
|
109
|
+
sessionKey?: string | undefined;
|
|
110
|
+
tags?: string[] | undefined;
|
|
111
111
|
topK?: number | undefined;
|
|
112
112
|
codingContext?: {
|
|
113
|
-
projectId: string;
|
|
114
113
|
branch: string | null;
|
|
114
|
+
projectId: string;
|
|
115
115
|
rootPath: string;
|
|
116
116
|
defaultBranch: string | null;
|
|
117
117
|
} | null | undefined;
|
|
@@ -119,20 +119,20 @@ declare const recallRequestSchema: z.ZodObject<{
|
|
|
119
119
|
projectTag?: string | undefined;
|
|
120
120
|
includeLowConfidence?: boolean | undefined;
|
|
121
121
|
asOf?: string | undefined;
|
|
122
|
-
idempotencyKey?: string | undefined;
|
|
123
122
|
includeDebug?: boolean | undefined;
|
|
123
|
+
idempotencyKey?: string | undefined;
|
|
124
124
|
disclosure?: "chunk" | "section" | "raw" | undefined;
|
|
125
125
|
tagMatch?: "all" | "any" | undefined;
|
|
126
126
|
}, {
|
|
127
127
|
query: string;
|
|
128
|
-
sessionKey?: string | undefined;
|
|
129
|
-
tags?: string[] | undefined;
|
|
130
128
|
namespace?: string | undefined;
|
|
131
129
|
mode?: "auto" | "no_recall" | "minimal" | "full" | "graph_mode" | undefined;
|
|
130
|
+
sessionKey?: string | undefined;
|
|
131
|
+
tags?: string[] | undefined;
|
|
132
132
|
topK?: number | undefined;
|
|
133
133
|
codingContext?: {
|
|
134
|
-
projectId: string;
|
|
135
134
|
branch: string | null;
|
|
135
|
+
projectId: string;
|
|
136
136
|
rootPath: string;
|
|
137
137
|
defaultBranch: string | null;
|
|
138
138
|
} | null | undefined;
|
|
@@ -140,8 +140,8 @@ declare const recallRequestSchema: z.ZodObject<{
|
|
|
140
140
|
projectTag?: string | undefined;
|
|
141
141
|
includeLowConfidence?: boolean | undefined;
|
|
142
142
|
asOf?: string | undefined;
|
|
143
|
-
idempotencyKey?: string | undefined;
|
|
144
143
|
includeDebug?: boolean | undefined;
|
|
144
|
+
idempotencyKey?: string | undefined;
|
|
145
145
|
disclosure?: "chunk" | "section" | "raw" | undefined;
|
|
146
146
|
tagMatch?: "all" | "any" | undefined;
|
|
147
147
|
}>;
|
|
@@ -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
|
rootPath: string;
|
|
174
174
|
defaultBranch: string | null;
|
|
175
175
|
}, {
|
|
176
|
-
projectId: string;
|
|
177
176
|
branch: string | null;
|
|
177
|
+
projectId: string;
|
|
178
178
|
rootPath: string;
|
|
179
179
|
defaultBranch: string | null;
|
|
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
|
rootPath: string;
|
|
193
193
|
defaultBranch: string | null;
|
|
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
|
rootPath: string;
|
|
202
202
|
defaultBranch: string | null;
|
|
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
|
rootPath: string;
|
|
211
211
|
defaultBranch: string | null;
|
|
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
|
rootPath: string;
|
|
220
220
|
defaultBranch: string | null;
|
|
221
221
|
} | null | undefined;
|
|
@@ -241,22 +241,22 @@ declare const observeRequestSchema: z.ZodObject<{
|
|
|
241
241
|
}, "strip", z.ZodTypeAny, {
|
|
242
242
|
kind: "snapshot" | "text" | "tool_call" | "tool_result" | "patch" | "file_read" | "file_write" | "step_start" | "step_finish" | "retry";
|
|
243
243
|
payload: Record<string, unknown>;
|
|
244
|
+
createdAt?: string | null | undefined;
|
|
244
245
|
filePath?: string | null | undefined;
|
|
245
246
|
ordinal?: number | null | undefined;
|
|
246
247
|
toolName?: string | null | undefined;
|
|
247
248
|
tool_name?: string | null | undefined;
|
|
248
249
|
file_path?: string | null | undefined;
|
|
249
|
-
createdAt?: string | null | undefined;
|
|
250
250
|
created_at?: string | null | undefined;
|
|
251
251
|
}, {
|
|
252
252
|
kind: "snapshot" | "text" | "tool_call" | "tool_result" | "patch" | "file_read" | "file_write" | "step_start" | "step_finish" | "retry";
|
|
253
253
|
payload: Record<string, unknown>;
|
|
254
|
+
createdAt?: string | null | undefined;
|
|
254
255
|
filePath?: string | null | undefined;
|
|
255
256
|
ordinal?: number | null | undefined;
|
|
256
257
|
toolName?: string | null | undefined;
|
|
257
258
|
tool_name?: string | null | undefined;
|
|
258
259
|
file_path?: string | null | undefined;
|
|
259
|
-
createdAt?: string | null | undefined;
|
|
260
260
|
created_at?: string | null | undefined;
|
|
261
261
|
}>, "many">>>;
|
|
262
262
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -265,12 +265,12 @@ declare const observeRequestSchema: z.ZodObject<{
|
|
|
265
265
|
parts?: {
|
|
266
266
|
kind: "snapshot" | "text" | "tool_call" | "tool_result" | "patch" | "file_read" | "file_write" | "step_start" | "step_finish" | "retry";
|
|
267
267
|
payload: Record<string, unknown>;
|
|
268
|
+
createdAt?: string | null | undefined;
|
|
268
269
|
filePath?: string | null | undefined;
|
|
269
270
|
ordinal?: number | null | undefined;
|
|
270
271
|
toolName?: string | null | undefined;
|
|
271
272
|
tool_name?: string | null | undefined;
|
|
272
273
|
file_path?: string | null | undefined;
|
|
273
|
-
createdAt?: string | null | undefined;
|
|
274
274
|
created_at?: string | null | undefined;
|
|
275
275
|
}[] | null | undefined;
|
|
276
276
|
sourceFormat?: "remnic" | "openai" | "anthropic" | "openclaw" | "pi" | "lossless-claw" | null | undefined;
|
|
@@ -281,12 +281,12 @@ declare const observeRequestSchema: z.ZodObject<{
|
|
|
281
281
|
parts?: {
|
|
282
282
|
kind: "snapshot" | "text" | "tool_call" | "tool_result" | "patch" | "file_read" | "file_write" | "step_start" | "step_finish" | "retry";
|
|
283
283
|
payload: Record<string, unknown>;
|
|
284
|
+
createdAt?: string | null | undefined;
|
|
284
285
|
filePath?: string | null | undefined;
|
|
285
286
|
ordinal?: number | null | undefined;
|
|
286
287
|
toolName?: string | null | undefined;
|
|
287
288
|
tool_name?: string | null | undefined;
|
|
288
289
|
file_path?: string | null | undefined;
|
|
289
|
-
createdAt?: string | null | undefined;
|
|
290
290
|
created_at?: string | null | undefined;
|
|
291
291
|
}[] | null | undefined;
|
|
292
292
|
sourceFormat?: "remnic" | "openai" | "anthropic" | "openclaw" | "pi" | "lossless-claw" | null | undefined;
|
|
@@ -317,12 +317,12 @@ declare const observeRequestSchema: z.ZodObject<{
|
|
|
317
317
|
parts?: {
|
|
318
318
|
kind: "snapshot" | "text" | "tool_call" | "tool_result" | "patch" | "file_read" | "file_write" | "step_start" | "step_finish" | "retry";
|
|
319
319
|
payload: Record<string, unknown>;
|
|
320
|
+
createdAt?: string | null | undefined;
|
|
320
321
|
filePath?: string | null | undefined;
|
|
321
322
|
ordinal?: number | null | undefined;
|
|
322
323
|
toolName?: string | null | undefined;
|
|
323
324
|
tool_name?: string | null | undefined;
|
|
324
325
|
file_path?: string | null | undefined;
|
|
325
|
-
createdAt?: string | null | undefined;
|
|
326
326
|
created_at?: string | null | undefined;
|
|
327
327
|
}[] | null | undefined;
|
|
328
328
|
sourceFormat?: "remnic" | "openai" | "anthropic" | "openclaw" | "pi" | "lossless-claw" | null | undefined;
|
|
@@ -341,12 +341,12 @@ declare const observeRequestSchema: z.ZodObject<{
|
|
|
341
341
|
parts?: {
|
|
342
342
|
kind: "snapshot" | "text" | "tool_call" | "tool_result" | "patch" | "file_read" | "file_write" | "step_start" | "step_finish" | "retry";
|
|
343
343
|
payload: Record<string, unknown>;
|
|
344
|
+
createdAt?: string | null | undefined;
|
|
344
345
|
filePath?: string | null | undefined;
|
|
345
346
|
ordinal?: number | null | undefined;
|
|
346
347
|
toolName?: string | null | undefined;
|
|
347
348
|
tool_name?: string | null | undefined;
|
|
348
349
|
file_path?: string | null | undefined;
|
|
349
|
-
createdAt?: string | null | undefined;
|
|
350
350
|
created_at?: string | null | undefined;
|
|
351
351
|
}[] | null | undefined;
|
|
352
352
|
sourceFormat?: "remnic" | "openai" | "anthropic" | "openclaw" | "pi" | "lossless-claw" | 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
380
|
dryRun?: boolean | undefined;
|
|
382
381
|
category?: "fact" | "preference" | "correction" | "entity" | "decision" | "relationship" | "principle" | "commitment" | "moment" | "skill" | "rule" | "procedure" | "reasoning_trace" | undefined;
|
|
383
382
|
confidence?: number | undefined;
|
|
383
|
+
tags?: string[] | undefined;
|
|
384
384
|
entityRef?: string | undefined;
|
|
385
|
-
|
|
385
|
+
schemaVersion?: number | undefined;
|
|
386
386
|
ttl?: string | undefined;
|
|
387
387
|
sourceReason?: string | undefined;
|
|
388
388
|
cwd?: string | undefined;
|
|
@@ -390,14 +390,14 @@ declare const memoryStoreRequestSchema: z.ZodObject<{
|
|
|
390
390
|
idempotencyKey?: string | undefined;
|
|
391
391
|
}, {
|
|
392
392
|
content: string;
|
|
393
|
-
|
|
393
|
+
namespace?: string | undefined;
|
|
394
394
|
sessionKey?: string | undefined;
|
|
395
|
-
tags?: string[] | undefined;
|
|
396
395
|
dryRun?: boolean | undefined;
|
|
397
396
|
category?: "fact" | "preference" | "correction" | "entity" | "decision" | "relationship" | "principle" | "commitment" | "moment" | "skill" | "rule" | "procedure" | "reasoning_trace" | undefined;
|
|
398
397
|
confidence?: number | undefined;
|
|
398
|
+
tags?: string[] | undefined;
|
|
399
399
|
entityRef?: string | undefined;
|
|
400
|
-
|
|
400
|
+
schemaVersion?: number | undefined;
|
|
401
401
|
ttl?: string | undefined;
|
|
402
402
|
sourceReason?: string | undefined;
|
|
403
403
|
cwd?: 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
426
|
dryRun?: boolean | undefined;
|
|
428
427
|
category?: "fact" | "preference" | "correction" | "entity" | "decision" | "relationship" | "principle" | "commitment" | "moment" | "skill" | "rule" | "procedure" | "reasoning_trace" | undefined;
|
|
429
428
|
confidence?: number | undefined;
|
|
429
|
+
tags?: string[] | undefined;
|
|
430
430
|
entityRef?: string | undefined;
|
|
431
|
-
|
|
431
|
+
schemaVersion?: number | undefined;
|
|
432
432
|
ttl?: string | undefined;
|
|
433
433
|
sourceReason?: string | undefined;
|
|
434
434
|
cwd?: string | undefined;
|
|
@@ -436,14 +436,14 @@ declare const suggestionSubmitRequestSchema: z.ZodObject<{
|
|
|
436
436
|
idempotencyKey?: string | undefined;
|
|
437
437
|
}, {
|
|
438
438
|
content: string;
|
|
439
|
-
|
|
439
|
+
namespace?: string | undefined;
|
|
440
440
|
sessionKey?: string | undefined;
|
|
441
|
-
tags?: string[] | undefined;
|
|
442
441
|
dryRun?: boolean | undefined;
|
|
443
442
|
category?: "fact" | "preference" | "correction" | "entity" | "decision" | "relationship" | "principle" | "commitment" | "moment" | "skill" | "rule" | "procedure" | "reasoning_trace" | undefined;
|
|
444
443
|
confidence?: number | undefined;
|
|
444
|
+
tags?: string[] | undefined;
|
|
445
445
|
entityRef?: string | undefined;
|
|
446
|
-
|
|
446
|
+
schemaVersion?: number | undefined;
|
|
447
447
|
ttl?: string | undefined;
|
|
448
448
|
sourceReason?: string | undefined;
|
|
449
449
|
cwd?: 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>;
|
|
@@ -693,8 +693,8 @@ declare const offlineSyncSnapshotRequestSchema: z.ZodObject<{
|
|
|
693
693
|
sha256: string;
|
|
694
694
|
bytes: number;
|
|
695
695
|
}[] | undefined;
|
|
696
|
-
baseCapturedAt?: string | undefined;
|
|
697
696
|
includeContent?: boolean | undefined;
|
|
697
|
+
baseCapturedAt?: string | undefined;
|
|
698
698
|
}, {
|
|
699
699
|
namespace?: string | undefined;
|
|
700
700
|
includeTranscripts?: boolean | undefined;
|
|
@@ -704,8 +704,8 @@ declare const offlineSyncSnapshotRequestSchema: z.ZodObject<{
|
|
|
704
704
|
sha256: string;
|
|
705
705
|
bytes: number;
|
|
706
706
|
}[] | undefined;
|
|
707
|
-
baseCapturedAt?: string | undefined;
|
|
708
707
|
includeContent?: boolean | undefined;
|
|
708
|
+
baseCapturedAt?: string | undefined;
|
|
709
709
|
}>;
|
|
710
710
|
declare const offlineSyncApplyRequestSchema: z.ZodEffects<z.ZodObject<{
|
|
711
711
|
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<"none" | "partial" | "sufficient"> | undefined, "none" | "partial" | "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<{
|
|
@@ -772,20 +772,20 @@ declare const actionConfidenceRequestSchema: z.ZodObject<{
|
|
|
772
772
|
matched: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodBoolean>>, boolean | undefined, boolean | null | undefined>;
|
|
773
773
|
}, "strict", z.ZodTypeAny, {
|
|
774
774
|
kind: "never" | "do-not-use-outside-this-context" | "ask-before" | "requires-escalation";
|
|
775
|
-
matched?: boolean | undefined;
|
|
776
775
|
description?: string | undefined;
|
|
776
|
+
matched?: boolean | undefined;
|
|
777
777
|
}, {
|
|
778
778
|
kind: "never" | "do-not-use-outside-this-context" | "ask-before" | "requires-escalation";
|
|
779
|
-
matched?: boolean | null | undefined;
|
|
780
779
|
description?: string | null | undefined;
|
|
780
|
+
matched?: boolean | null | undefined;
|
|
781
781
|
}>, "many">>>, {
|
|
782
782
|
kind: "never" | "do-not-use-outside-this-context" | "ask-before" | "requires-escalation";
|
|
783
|
-
matched?: boolean | undefined;
|
|
784
783
|
description?: string | undefined;
|
|
784
|
+
matched?: boolean | undefined;
|
|
785
785
|
}[] | undefined, {
|
|
786
786
|
kind: "never" | "do-not-use-outside-this-context" | "ask-before" | "requires-escalation";
|
|
787
|
-
matched?: boolean | null | undefined;
|
|
788
787
|
description?: string | null | undefined;
|
|
788
|
+
matched?: boolean | null | undefined;
|
|
789
789
|
}[] | null | undefined>;
|
|
790
790
|
retrievedMemories: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
791
791
|
source: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
|
|
@@ -797,63 +797,63 @@ declare const actionConfidenceRequestSchema: z.ZodObject<{
|
|
|
797
797
|
confidence: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodNumber>>, number | undefined, number | null | undefined>;
|
|
798
798
|
stale: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodBoolean>>, boolean | undefined, boolean | null | undefined>;
|
|
799
799
|
corrected: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodBoolean>>, boolean | undefined, boolean | null | undefined>;
|
|
800
|
-
correctionState: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodEnum<["none", "correction", "superseded", "disputed", "forgotten"]>>>, NonNullable<"
|
|
800
|
+
correctionState: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodEnum<["none", "correction", "superseded", "disputed", "forgotten"]>>>, NonNullable<"superseded" | "forgotten" | "correction" | "none" | "disputed"> | undefined, "superseded" | "forgotten" | "correction" | "none" | "disputed" | null | undefined>;
|
|
801
801
|
safeToUse: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodBoolean>>, boolean | undefined, boolean | null | undefined>;
|
|
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
|
+
confidence?: number | undefined;
|
|
805
807
|
source?: string | undefined;
|
|
806
808
|
stale?: boolean | undefined;
|
|
807
809
|
created?: string | undefined;
|
|
808
|
-
updated?: string | undefined;
|
|
809
|
-
confidence?: number | undefined;
|
|
810
810
|
scope?: string | undefined;
|
|
811
811
|
retrievalReason?: string | undefined;
|
|
812
812
|
safety?: NonNullable<"safe" | "requires-review" | "blocked"> | undefined;
|
|
813
813
|
safeToUse?: boolean | undefined;
|
|
814
|
-
correctionState?: NonNullable<"
|
|
814
|
+
correctionState?: NonNullable<"superseded" | "forgotten" | "correction" | "none" | "disputed"> | undefined;
|
|
815
815
|
corrected?: boolean | undefined;
|
|
816
816
|
safetyReasons?: string[] | undefined;
|
|
817
817
|
userContextScopes?: string[] | undefined;
|
|
818
818
|
}, {
|
|
819
|
+
updated?: string | null | undefined;
|
|
820
|
+
confidence?: number | null | undefined;
|
|
819
821
|
source?: string | null | undefined;
|
|
820
822
|
stale?: boolean | null | undefined;
|
|
821
823
|
created?: string | null | undefined;
|
|
822
|
-
updated?: string | null | undefined;
|
|
823
|
-
confidence?: number | null | undefined;
|
|
824
824
|
scope?: string | null | undefined;
|
|
825
825
|
retrievalReason?: string | null | undefined;
|
|
826
826
|
safety?: "safe" | "requires-review" | "blocked" | null | undefined;
|
|
827
827
|
safeToUse?: boolean | null | undefined;
|
|
828
|
-
correctionState?: "
|
|
828
|
+
correctionState?: "superseded" | "forgotten" | "correction" | "none" | "disputed" | null | undefined;
|
|
829
829
|
corrected?: boolean | null | undefined;
|
|
830
830
|
safetyReasons?: string[] | null | undefined;
|
|
831
831
|
userContextScopes?: string[] | null | undefined;
|
|
832
832
|
}>, "many">>>, {
|
|
833
|
+
updated?: string | undefined;
|
|
834
|
+
confidence?: number | undefined;
|
|
833
835
|
source?: string | undefined;
|
|
834
836
|
stale?: boolean | undefined;
|
|
835
837
|
created?: string | undefined;
|
|
836
|
-
updated?: string | undefined;
|
|
837
|
-
confidence?: number | undefined;
|
|
838
838
|
scope?: string | undefined;
|
|
839
839
|
retrievalReason?: string | undefined;
|
|
840
840
|
safety?: NonNullable<"safe" | "requires-review" | "blocked"> | undefined;
|
|
841
841
|
safeToUse?: boolean | undefined;
|
|
842
|
-
correctionState?: NonNullable<"
|
|
842
|
+
correctionState?: NonNullable<"superseded" | "forgotten" | "correction" | "none" | "disputed"> | undefined;
|
|
843
843
|
corrected?: boolean | undefined;
|
|
844
844
|
safetyReasons?: string[] | undefined;
|
|
845
845
|
userContextScopes?: string[] | undefined;
|
|
846
846
|
}[] | undefined, {
|
|
847
|
+
updated?: string | null | undefined;
|
|
848
|
+
confidence?: number | null | undefined;
|
|
847
849
|
source?: string | null | undefined;
|
|
848
850
|
stale?: boolean | null | undefined;
|
|
849
851
|
created?: string | null | undefined;
|
|
850
|
-
updated?: string | null | undefined;
|
|
851
|
-
confidence?: number | null | undefined;
|
|
852
852
|
scope?: string | null | undefined;
|
|
853
853
|
retrievalReason?: string | null | undefined;
|
|
854
854
|
safety?: "safe" | "requires-review" | "blocked" | null | undefined;
|
|
855
855
|
safeToUse?: boolean | null | undefined;
|
|
856
|
-
correctionState?: "
|
|
856
|
+
correctionState?: "superseded" | "forgotten" | "correction" | "none" | "disputed" | null | undefined;
|
|
857
857
|
corrected?: boolean | null | undefined;
|
|
858
858
|
safetyReasons?: string[] | null | undefined;
|
|
859
859
|
userContextScopes?: string[] | null | undefined;
|
|
@@ -862,24 +862,24 @@ 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<"none" | "partial" | "sufficient"> | undefined;
|
|
867
867
|
userRules?: {
|
|
868
868
|
kind: "never" | "do-not-use-outside-this-context" | "ask-before" | "requires-escalation";
|
|
869
|
-
matched?: boolean | undefined;
|
|
870
869
|
description?: string | undefined;
|
|
870
|
+
matched?: boolean | undefined;
|
|
871
871
|
}[] | undefined;
|
|
872
872
|
retrievedMemories?: {
|
|
873
|
+
updated?: string | undefined;
|
|
874
|
+
confidence?: number | undefined;
|
|
873
875
|
source?: string | undefined;
|
|
874
876
|
stale?: boolean | undefined;
|
|
875
877
|
created?: string | undefined;
|
|
876
|
-
updated?: string | undefined;
|
|
877
|
-
confidence?: number | undefined;
|
|
878
878
|
scope?: string | undefined;
|
|
879
879
|
retrievalReason?: string | undefined;
|
|
880
880
|
safety?: NonNullable<"safe" | "requires-review" | "blocked"> | undefined;
|
|
881
881
|
safeToUse?: boolean | undefined;
|
|
882
|
-
correctionState?: NonNullable<"
|
|
882
|
+
correctionState?: NonNullable<"superseded" | "forgotten" | "correction" | "none" | "disputed"> | undefined;
|
|
883
883
|
corrected?: boolean | undefined;
|
|
884
884
|
safetyReasons?: string[] | undefined;
|
|
885
885
|
userContextScopes?: string[] | undefined;
|
|
@@ -888,24 +888,24 @@ 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?: "none" | "partial" | "sufficient" | null | undefined;
|
|
893
893
|
userRules?: {
|
|
894
894
|
kind: "never" | "do-not-use-outside-this-context" | "ask-before" | "requires-escalation";
|
|
895
|
-
matched?: boolean | null | undefined;
|
|
896
895
|
description?: string | null | undefined;
|
|
896
|
+
matched?: boolean | null | undefined;
|
|
897
897
|
}[] | null | undefined;
|
|
898
898
|
retrievedMemories?: {
|
|
899
|
+
updated?: string | null | undefined;
|
|
900
|
+
confidence?: number | null | undefined;
|
|
899
901
|
source?: string | null | undefined;
|
|
900
902
|
stale?: boolean | null | undefined;
|
|
901
903
|
created?: string | null | undefined;
|
|
902
|
-
updated?: string | null | undefined;
|
|
903
|
-
confidence?: number | null | undefined;
|
|
904
904
|
scope?: string | null | undefined;
|
|
905
905
|
retrievalReason?: string | null | undefined;
|
|
906
906
|
safety?: "safe" | "requires-review" | "blocked" | null | undefined;
|
|
907
907
|
safeToUse?: boolean | null | undefined;
|
|
908
|
-
correctionState?: "
|
|
908
|
+
correctionState?: "superseded" | "forgotten" | "correction" | "none" | "disputed" | null | undefined;
|
|
909
909
|
corrected?: boolean | null | undefined;
|
|
910
910
|
safetyReasons?: string[] | null | undefined;
|
|
911
911
|
userContextScopes?: string[] | null | undefined;
|
package/dist/access-schema.js
CHANGED
|
@@ -26,7 +26,7 @@ import {
|
|
|
26
26
|
trustZoneDemoSeedRequestSchema,
|
|
27
27
|
trustZonePromoteRequestSchema,
|
|
28
28
|
validateRequest
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-IRXMJLTW.js";
|
|
30
30
|
import "./chunk-5W7CTZ2E.js";
|
|
31
31
|
import "./chunk-UVYI6VIX.js";
|
|
32
32
|
import "./chunk-WEHSQBFR.js";
|