@remnic/core 1.1.29 → 1.1.31
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-cli.js +13 -13
- package/dist/access-http.d.ts +2 -1
- package/dist/access-http.js +8 -8
- package/dist/access-mcp.d.ts +1 -1
- package/dist/access-mcp.js +7 -7
- package/dist/access-schema.d.ts +55 -5
- package/dist/access-schema.js +4 -2
- package/dist/{access-service-CEyV8XJ5.d.ts → access-service-CkZyb35d.d.ts} +10 -2
- package/dist/access-service.d.ts +1 -1
- package/dist/access-service.js +5 -5
- package/dist/briefing.js +2 -2
- package/dist/causal-consolidation.js +3 -3
- package/dist/{chunk-25YQM6XW.js → chunk-2IWUMAES.js} +3 -3
- package/dist/{chunk-6CB4E7ZV.js → chunk-3ZLVGM76.js} +4 -4
- package/dist/{chunk-QYHQ2JHL.js → chunk-43PJZYGL.js} +2 -2
- package/dist/{chunk-YITUHONZ.js → chunk-4KGVTPGD.js} +2 -2
- package/dist/{chunk-TR4DK5OH.js → chunk-76FLAAUC.js} +2 -2
- package/dist/{chunk-6BFAEWQS.js → chunk-77H5NU3M.js} +2 -2
- package/dist/{chunk-IANK6Y5W.js → chunk-A6KTB5R6.js} +2 -2
- package/dist/{chunk-7D6O46PF.js → chunk-BVF3AGJP.js} +2 -2
- package/dist/{chunk-4H6DURG6.js → chunk-JA3AK3PT.js} +2 -2
- package/dist/{chunk-RCZRL5BE.js → chunk-MRILGULB.js} +2 -2
- package/dist/{chunk-CWWDIQZB.js → chunk-QLLBRHAT.js} +8 -8
- package/dist/{chunk-2WIPXV3Y.js → chunk-RR2PKP3I.js} +2 -2
- package/dist/{chunk-3F24QTRI.js → chunk-SAZS2QZB.js} +2 -2
- package/dist/{chunk-VYU7PXUS.js → chunk-SIC6U3GZ.js} +2 -2
- package/dist/{chunk-WDSIV3AK.js → chunk-TPU5L5EY.js} +12 -12
- package/dist/{chunk-AMVN77EU.js → chunk-U7EJOMFC.js} +371 -91
- package/dist/chunk-U7EJOMFC.js.map +1 -0
- package/dist/{chunk-F33CJ5CH.js → chunk-VBJ7V5SK.js} +40 -8
- package/dist/chunk-VBJ7V5SK.js.map +1 -0
- package/dist/{chunk-6WV2HYTZ.js → chunk-W6AQJ2PY.js} +4 -4
- package/dist/{chunk-PUXCIHRL.js → chunk-XSZEP4SF.js} +2 -2
- package/dist/{chunk-NW7JW5GA.js → chunk-YROHKYBY.js} +41 -6
- package/dist/chunk-YROHKYBY.js.map +1 -0
- package/dist/{chunk-JUYT2J3K.js → chunk-YU5KIWYQ.js} +136 -8
- package/dist/chunk-YU5KIWYQ.js.map +1 -0
- package/dist/{chunk-LCTP7YRU.js → chunk-ZAVUCJ4H.js} +38 -7
- package/dist/chunk-ZAVUCJ4H.js.map +1 -0
- package/dist/{cli-BguVmIwO.d.ts → cli-kuh9PwZ5.d.ts} +1 -1
- package/dist/cli.d.ts +2 -2
- package/dist/cli.js +17 -17
- package/dist/compounding/engine.js +2 -2
- package/dist/connectors/codex-materialize-runner.js +2 -2
- package/dist/connectors/index.js +2 -2
- package/dist/entity-retrieval.js +2 -2
- package/dist/index.d.ts +4 -4
- package/dist/index.js +34 -22
- package/dist/index.js.map +1 -1
- package/dist/maintenance/memory-governance.js +2 -2
- package/dist/maintenance/rebuild-memory-lifecycle-ledger.js +2 -2
- package/dist/maintenance/rebuild-memory-projection.js +3 -3
- package/dist/mcp-memory-inspector-app.d.ts +1 -1
- package/dist/namespaces/migrate.js +3 -3
- package/dist/namespaces/storage.js +2 -2
- package/dist/offline-sync.d.ts +56 -1
- package/dist/offline-sync.js +15 -1
- package/dist/operator-toolkit.js +5 -5
- package/dist/orchestrator.js +9 -9
- package/dist/schemas.d.ts +22 -22
- package/dist/semantic-consolidation.js +3 -3
- package/dist/semantic-rule-promotion.js +2 -2
- package/dist/semantic-rule-verifier.js +2 -2
- package/dist/storage.d.ts +5 -0
- package/dist/storage.js +1 -1
- package/dist/transfer/types.d.ts +12 -12
- package/dist/verified-recall.js +2 -2
- package/package.json +1 -1
- package/src/access-http.test.ts +355 -0
- package/src/access-http.ts +149 -1
- package/src/access-schema.ts +58 -3
- package/src/access-service-namespace.test.ts +56 -1
- package/src/access-service-offline-file-content.test.ts +17 -0
- package/src/access-service.ts +47 -1
- package/src/index.ts +7 -0
- package/src/offline-sync.test.ts +1055 -1
- package/src/offline-sync.ts +465 -97
- package/src/storage.ts +36 -2
- package/dist/chunk-AMVN77EU.js.map +0 -1
- package/dist/chunk-F33CJ5CH.js.map +0 -1
- package/dist/chunk-JUYT2J3K.js.map +0 -1
- package/dist/chunk-LCTP7YRU.js.map +0 -1
- package/dist/chunk-NW7JW5GA.js.map +0 -1
- /package/dist/{chunk-25YQM6XW.js.map → chunk-2IWUMAES.js.map} +0 -0
- /package/dist/{chunk-6CB4E7ZV.js.map → chunk-3ZLVGM76.js.map} +0 -0
- /package/dist/{chunk-QYHQ2JHL.js.map → chunk-43PJZYGL.js.map} +0 -0
- /package/dist/{chunk-YITUHONZ.js.map → chunk-4KGVTPGD.js.map} +0 -0
- /package/dist/{chunk-TR4DK5OH.js.map → chunk-76FLAAUC.js.map} +0 -0
- /package/dist/{chunk-6BFAEWQS.js.map → chunk-77H5NU3M.js.map} +0 -0
- /package/dist/{chunk-IANK6Y5W.js.map → chunk-A6KTB5R6.js.map} +0 -0
- /package/dist/{chunk-7D6O46PF.js.map → chunk-BVF3AGJP.js.map} +0 -0
- /package/dist/{chunk-4H6DURG6.js.map → chunk-JA3AK3PT.js.map} +0 -0
- /package/dist/{chunk-RCZRL5BE.js.map → chunk-MRILGULB.js.map} +0 -0
- /package/dist/{chunk-CWWDIQZB.js.map → chunk-QLLBRHAT.js.map} +0 -0
- /package/dist/{chunk-2WIPXV3Y.js.map → chunk-RR2PKP3I.js.map} +0 -0
- /package/dist/{chunk-3F24QTRI.js.map → chunk-SAZS2QZB.js.map} +0 -0
- /package/dist/{chunk-VYU7PXUS.js.map → chunk-SIC6U3GZ.js.map} +0 -0
- /package/dist/{chunk-WDSIV3AK.js.map → chunk-TPU5L5EY.js.map} +0 -0
- /package/dist/{chunk-6WV2HYTZ.js.map → chunk-W6AQJ2PY.js.map} +0 -0
- /package/dist/{chunk-PUXCIHRL.js.map → chunk-XSZEP4SF.js.map} +0 -0
package/dist/access-cli.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Orchestrator
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-QLLBRHAT.js";
|
|
4
4
|
import "./chunk-WNARATI3.js";
|
|
5
5
|
import "./chunk-KOSORCJG.js";
|
|
6
6
|
import "./chunk-BFBF3XEF.js";
|
|
@@ -15,7 +15,7 @@ import "./chunk-TPDBFYEG.js";
|
|
|
15
15
|
import "./chunk-ZTFCYYEZ.js";
|
|
16
16
|
import "./chunk-TECVW3JP.js";
|
|
17
17
|
import "./chunk-RYED3SPJ.js";
|
|
18
|
-
import "./chunk-
|
|
18
|
+
import "./chunk-A6KTB5R6.js";
|
|
19
19
|
import "./chunk-U4SCL7B7.js";
|
|
20
20
|
import "./chunk-UHGBNIOS.js";
|
|
21
21
|
import "./chunk-FSFEQI74.js";
|
|
@@ -56,7 +56,7 @@ import "./chunk-54V4BZWP.js";
|
|
|
56
56
|
import "./chunk-QR3C7BKQ.js";
|
|
57
57
|
import "./chunk-EDTHC6UD.js";
|
|
58
58
|
import "./chunk-DB5A3NHS.js";
|
|
59
|
-
import "./chunk-
|
|
59
|
+
import "./chunk-43PJZYGL.js";
|
|
60
60
|
import "./chunk-6NKAQ74D.js";
|
|
61
61
|
import "./chunk-OAZ5MFUB.js";
|
|
62
62
|
import "./chunk-PYPOFEMK.js";
|
|
@@ -67,22 +67,22 @@ import "./chunk-Y4FHOFJ2.js";
|
|
|
67
67
|
import "./chunk-NMZY542O.js";
|
|
68
68
|
import "./chunk-3PG3H5TD.js";
|
|
69
69
|
import "./chunk-2NMMFZ5T.js";
|
|
70
|
-
import "./chunk-
|
|
71
|
-
import "./chunk-
|
|
70
|
+
import "./chunk-XSZEP4SF.js";
|
|
71
|
+
import "./chunk-4KGVTPGD.js";
|
|
72
72
|
import "./chunk-RHY3HH7P.js";
|
|
73
73
|
import "./chunk-EJI5XIBB.js";
|
|
74
74
|
import "./chunk-2PRQG7PV.js";
|
|
75
75
|
import "./chunk-LUDTDZLK.js";
|
|
76
|
-
import "./chunk-
|
|
76
|
+
import "./chunk-JA3AK3PT.js";
|
|
77
77
|
import "./chunk-PYXS46O7.js";
|
|
78
78
|
import "./chunk-3QKK7QOS.js";
|
|
79
79
|
import "./chunk-W4RVMTHR.js";
|
|
80
|
-
import "./chunk-
|
|
80
|
+
import "./chunk-SAZS2QZB.js";
|
|
81
81
|
import "./chunk-CULXMQJH.js";
|
|
82
82
|
import "./chunk-5375UYTQ.js";
|
|
83
83
|
import "./chunk-FF4KLI5W.js";
|
|
84
84
|
import "./chunk-EABGC2TL.js";
|
|
85
|
-
import "./chunk-
|
|
85
|
+
import "./chunk-RR2PKP3I.js";
|
|
86
86
|
import "./chunk-575RMLWN.js";
|
|
87
87
|
import "./chunk-I5GLV3VE.js";
|
|
88
88
|
import "./chunk-NJ3MJQZX.js";
|
|
@@ -135,7 +135,7 @@ import "./chunk-PVGDJXVK.js";
|
|
|
135
135
|
import "./chunk-NGAVDO7E.js";
|
|
136
136
|
import {
|
|
137
137
|
EngramAccessService
|
|
138
|
-
} from "./chunk-
|
|
138
|
+
} from "./chunk-ZAVUCJ4H.js";
|
|
139
139
|
import "./chunk-ZKSK55RC.js";
|
|
140
140
|
import "./chunk-WELDCG6C.js";
|
|
141
141
|
import "./chunk-ZYVPLJ4T.js";
|
|
@@ -149,7 +149,7 @@ import "./chunk-MGKYQQYF.js";
|
|
|
149
149
|
import "./chunk-GL6I6MEQ.js";
|
|
150
150
|
import "./chunk-3APJ5EVB.js";
|
|
151
151
|
import "./chunk-5UM2VJ6D.js";
|
|
152
|
-
import "./chunk-
|
|
152
|
+
import "./chunk-76FLAAUC.js";
|
|
153
153
|
import "./chunk-EIR5VLIH.js";
|
|
154
154
|
import "./chunk-PCUKNJAZ.js";
|
|
155
155
|
import "./chunk-RRF5UOBJ.js";
|
|
@@ -162,8 +162,8 @@ import "./chunk-U3PN77QT.js";
|
|
|
162
162
|
import "./chunk-RK2Y4XOM.js";
|
|
163
163
|
import "./chunk-2LSZVONP.js";
|
|
164
164
|
import "./chunk-WIICJPET.js";
|
|
165
|
-
import "./chunk-
|
|
166
|
-
import "./chunk-
|
|
165
|
+
import "./chunk-SIC6U3GZ.js";
|
|
166
|
+
import "./chunk-VBJ7V5SK.js";
|
|
167
167
|
import "./chunk-5UZXUTVO.js";
|
|
168
168
|
import "./chunk-NN2DKE4T.js";
|
|
169
169
|
import "./chunk-Q7P4WJDP.js";
|
|
@@ -204,7 +204,7 @@ import "./chunk-J4EB7DNW.js";
|
|
|
204
204
|
import "./chunk-BJMBJZ2Y.js";
|
|
205
205
|
import "./chunk-UKJAGEXH.js";
|
|
206
206
|
import "./chunk-FP2373TW.js";
|
|
207
|
-
import "./chunk-
|
|
207
|
+
import "./chunk-U7EJOMFC.js";
|
|
208
208
|
import "./chunk-I6K5FBRQ.js";
|
|
209
209
|
import "./chunk-AGZQD76C.js";
|
|
210
210
|
import "./chunk-MXFBBHJU.js";
|
package/dist/access-http.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IncomingMessage } from 'node:http';
|
|
2
|
-
import { E as EngramAccessService } from './access-service-
|
|
2
|
+
import { E as EngramAccessService } from './access-service-CkZyb35d.js';
|
|
3
3
|
import { ResolvedIdentity } from './adapters/types.js';
|
|
4
4
|
import { AdapterRegistry } from './adapters/registry.js';
|
|
5
5
|
import './storage.js';
|
|
@@ -173,6 +173,7 @@ declare class EngramAccessHttpServer {
|
|
|
173
173
|
private handleGraphEventsSSE;
|
|
174
174
|
private handleMcpRequest;
|
|
175
175
|
private respondJson;
|
|
176
|
+
private respondOfflineSnapshotStream;
|
|
176
177
|
private respondBinary;
|
|
177
178
|
private handleAdminConsole;
|
|
178
179
|
private respondStatic;
|
package/dist/access-http.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
EngramAccessHttpServer
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-YU5KIWYQ.js";
|
|
4
4
|
import "./chunk-SEDEKFYQ.js";
|
|
5
5
|
import "./chunk-6FC5EGNV.js";
|
|
6
6
|
import "./chunk-3Y4P7RXM.js";
|
|
@@ -8,10 +8,10 @@ import "./chunk-6LVVDPJ4.js";
|
|
|
8
8
|
import "./chunk-7MNMYOFP.js";
|
|
9
9
|
import "./chunk-FKFMOY3N.js";
|
|
10
10
|
import "./chunk-FAJ7FZYM.js";
|
|
11
|
-
import "./chunk-
|
|
11
|
+
import "./chunk-3ZLVGM76.js";
|
|
12
12
|
import "./chunk-C5BCH4ZS.js";
|
|
13
13
|
import "./chunk-IQT3XTKW.js";
|
|
14
|
-
import "./chunk-
|
|
14
|
+
import "./chunk-ZAVUCJ4H.js";
|
|
15
15
|
import "./chunk-ZKSK55RC.js";
|
|
16
16
|
import "./chunk-WELDCG6C.js";
|
|
17
17
|
import "./chunk-ZYVPLJ4T.js";
|
|
@@ -25,7 +25,7 @@ import "./chunk-MGKYQQYF.js";
|
|
|
25
25
|
import "./chunk-GL6I6MEQ.js";
|
|
26
26
|
import "./chunk-3APJ5EVB.js";
|
|
27
27
|
import "./chunk-5UM2VJ6D.js";
|
|
28
|
-
import "./chunk-
|
|
28
|
+
import "./chunk-76FLAAUC.js";
|
|
29
29
|
import "./chunk-EIR5VLIH.js";
|
|
30
30
|
import "./chunk-PCUKNJAZ.js";
|
|
31
31
|
import "./chunk-RRF5UOBJ.js";
|
|
@@ -38,8 +38,8 @@ import "./chunk-U3PN77QT.js";
|
|
|
38
38
|
import "./chunk-RK2Y4XOM.js";
|
|
39
39
|
import "./chunk-2LSZVONP.js";
|
|
40
40
|
import "./chunk-WIICJPET.js";
|
|
41
|
-
import "./chunk-
|
|
42
|
-
import "./chunk-
|
|
41
|
+
import "./chunk-SIC6U3GZ.js";
|
|
42
|
+
import "./chunk-VBJ7V5SK.js";
|
|
43
43
|
import "./chunk-5UZXUTVO.js";
|
|
44
44
|
import "./chunk-NN2DKE4T.js";
|
|
45
45
|
import "./chunk-Q7P4WJDP.js";
|
|
@@ -68,7 +68,7 @@ import "./chunk-TVVEYCNW.js";
|
|
|
68
68
|
import "./chunk-RFYAYKTD.js";
|
|
69
69
|
import "./chunk-LBLXEFWK.js";
|
|
70
70
|
import "./chunk-XKECPATV.js";
|
|
71
|
-
import "./chunk-
|
|
71
|
+
import "./chunk-YROHKYBY.js";
|
|
72
72
|
import "./chunk-QA2ZAPBU.js";
|
|
73
73
|
import "./chunk-WEHSQBFR.js";
|
|
74
74
|
import "./chunk-KNKUID7G.js";
|
|
@@ -76,7 +76,7 @@ import "./chunk-J4EB7DNW.js";
|
|
|
76
76
|
import "./chunk-BJMBJZ2Y.js";
|
|
77
77
|
import "./chunk-UKJAGEXH.js";
|
|
78
78
|
import "./chunk-FP2373TW.js";
|
|
79
|
-
import "./chunk-
|
|
79
|
+
import "./chunk-U7EJOMFC.js";
|
|
80
80
|
import "./chunk-I6K5FBRQ.js";
|
|
81
81
|
import "./chunk-AGZQD76C.js";
|
|
82
82
|
import "./chunk-MXFBBHJU.js";
|
package/dist/access-mcp.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Readable, Writable } from 'node:stream';
|
|
2
|
-
import { E as EngramAccessService } from './access-service-
|
|
2
|
+
import { E as EngramAccessService } from './access-service-CkZyb35d.js';
|
|
3
3
|
import './storage.js';
|
|
4
4
|
import './page-versioning.js';
|
|
5
5
|
import './consolidation-operator.js';
|
package/dist/access-mcp.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
EngramMcpServer
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-3ZLVGM76.js";
|
|
4
4
|
import "./chunk-C5BCH4ZS.js";
|
|
5
5
|
import "./chunk-IQT3XTKW.js";
|
|
6
|
-
import "./chunk-
|
|
6
|
+
import "./chunk-ZAVUCJ4H.js";
|
|
7
7
|
import "./chunk-ZKSK55RC.js";
|
|
8
8
|
import "./chunk-WELDCG6C.js";
|
|
9
9
|
import "./chunk-ZYVPLJ4T.js";
|
|
@@ -17,7 +17,7 @@ import "./chunk-MGKYQQYF.js";
|
|
|
17
17
|
import "./chunk-GL6I6MEQ.js";
|
|
18
18
|
import "./chunk-3APJ5EVB.js";
|
|
19
19
|
import "./chunk-5UM2VJ6D.js";
|
|
20
|
-
import "./chunk-
|
|
20
|
+
import "./chunk-76FLAAUC.js";
|
|
21
21
|
import "./chunk-EIR5VLIH.js";
|
|
22
22
|
import "./chunk-PCUKNJAZ.js";
|
|
23
23
|
import "./chunk-RRF5UOBJ.js";
|
|
@@ -30,8 +30,8 @@ import "./chunk-U3PN77QT.js";
|
|
|
30
30
|
import "./chunk-RK2Y4XOM.js";
|
|
31
31
|
import "./chunk-2LSZVONP.js";
|
|
32
32
|
import "./chunk-WIICJPET.js";
|
|
33
|
-
import "./chunk-
|
|
34
|
-
import "./chunk-
|
|
33
|
+
import "./chunk-SIC6U3GZ.js";
|
|
34
|
+
import "./chunk-VBJ7V5SK.js";
|
|
35
35
|
import "./chunk-5UZXUTVO.js";
|
|
36
36
|
import "./chunk-NN2DKE4T.js";
|
|
37
37
|
import "./chunk-Q7P4WJDP.js";
|
|
@@ -60,7 +60,7 @@ import "./chunk-TVVEYCNW.js";
|
|
|
60
60
|
import "./chunk-RFYAYKTD.js";
|
|
61
61
|
import "./chunk-LBLXEFWK.js";
|
|
62
62
|
import "./chunk-XKECPATV.js";
|
|
63
|
-
import "./chunk-
|
|
63
|
+
import "./chunk-YROHKYBY.js";
|
|
64
64
|
import "./chunk-QA2ZAPBU.js";
|
|
65
65
|
import "./chunk-WEHSQBFR.js";
|
|
66
66
|
import "./chunk-KNKUID7G.js";
|
|
@@ -68,7 +68,7 @@ import "./chunk-J4EB7DNW.js";
|
|
|
68
68
|
import "./chunk-BJMBJZ2Y.js";
|
|
69
69
|
import "./chunk-UKJAGEXH.js";
|
|
70
70
|
import "./chunk-FP2373TW.js";
|
|
71
|
-
import "./chunk-
|
|
71
|
+
import "./chunk-U7EJOMFC.js";
|
|
72
72
|
import "./chunk-I6K5FBRQ.js";
|
|
73
73
|
import "./chunk-AGZQD76C.js";
|
|
74
74
|
import "./chunk-MXFBBHJU.js";
|
package/dist/access-schema.d.ts
CHANGED
|
@@ -559,26 +559,75 @@ declare const capsuleListRequestSchema: z.ZodObject<{
|
|
|
559
559
|
}, {
|
|
560
560
|
namespace?: string | undefined;
|
|
561
561
|
}>;
|
|
562
|
+
declare const offlineSyncSnapshotRequestSchema: z.ZodObject<{
|
|
563
|
+
namespace: z.ZodOptional<z.ZodString>;
|
|
564
|
+
includeTranscripts: z.ZodOptional<z.ZodBoolean>;
|
|
565
|
+
includeContent: z.ZodOptional<z.ZodBoolean>;
|
|
566
|
+
baseCapturedAt: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
567
|
+
baseFiles: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
568
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
|
569
|
+
sha256: z.ZodString;
|
|
570
|
+
bytes: z.ZodNumber;
|
|
571
|
+
mtimeMs: z.ZodNumber;
|
|
572
|
+
}, "strip", z.ZodTypeAny, {
|
|
573
|
+
path: string;
|
|
574
|
+
sha256: string;
|
|
575
|
+
bytes: number;
|
|
576
|
+
mtimeMs: number;
|
|
577
|
+
}, {
|
|
578
|
+
path: string;
|
|
579
|
+
sha256: string;
|
|
580
|
+
bytes: number;
|
|
581
|
+
mtimeMs: number;
|
|
582
|
+
}>, "many">>;
|
|
583
|
+
}, "strip", z.ZodTypeAny, {
|
|
584
|
+
namespace?: string | undefined;
|
|
585
|
+
includeTranscripts?: boolean | undefined;
|
|
586
|
+
baseFiles?: {
|
|
587
|
+
path: string;
|
|
588
|
+
sha256: string;
|
|
589
|
+
bytes: number;
|
|
590
|
+
mtimeMs: number;
|
|
591
|
+
}[] | undefined;
|
|
592
|
+
baseCapturedAt?: string | undefined;
|
|
593
|
+
includeContent?: boolean | undefined;
|
|
594
|
+
}, {
|
|
595
|
+
namespace?: string | undefined;
|
|
596
|
+
includeTranscripts?: boolean | undefined;
|
|
597
|
+
baseFiles?: {
|
|
598
|
+
path: string;
|
|
599
|
+
sha256: string;
|
|
600
|
+
bytes: number;
|
|
601
|
+
mtimeMs: number;
|
|
602
|
+
}[] | undefined;
|
|
603
|
+
baseCapturedAt?: string | undefined;
|
|
604
|
+
includeContent?: boolean | undefined;
|
|
605
|
+
}>;
|
|
562
606
|
declare const offlineSyncApplyRequestSchema: z.ZodEffects<z.ZodObject<{
|
|
563
607
|
namespace: z.ZodOptional<z.ZodString>;
|
|
564
608
|
changeset: z.ZodUnknown;
|
|
609
|
+
returnCurrentFiles: z.ZodOptional<z.ZodBoolean>;
|
|
565
610
|
}, "strip", z.ZodTypeAny, {
|
|
566
611
|
namespace?: string | undefined;
|
|
567
612
|
changeset?: unknown;
|
|
613
|
+
returnCurrentFiles?: boolean | undefined;
|
|
568
614
|
}, {
|
|
569
615
|
namespace?: string | undefined;
|
|
570
616
|
changeset?: unknown;
|
|
617
|
+
returnCurrentFiles?: boolean | undefined;
|
|
571
618
|
}>, {
|
|
572
619
|
namespace?: string | undefined;
|
|
573
620
|
changeset?: unknown;
|
|
621
|
+
returnCurrentFiles?: boolean | undefined;
|
|
574
622
|
}, {
|
|
575
623
|
namespace?: string | undefined;
|
|
576
624
|
changeset?: unknown;
|
|
625
|
+
returnCurrentFiles?: boolean | undefined;
|
|
577
626
|
}>;
|
|
578
627
|
declare const offlineSyncFilesRequestSchema: z.ZodObject<{
|
|
579
628
|
namespace: z.ZodOptional<z.ZodString>;
|
|
580
629
|
includeTranscripts: z.ZodOptional<z.ZodBoolean>;
|
|
581
|
-
paths: z.ZodArray<z.ZodString, "many">;
|
|
630
|
+
paths: z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">;
|
|
582
631
|
}, "strip", z.ZodTypeAny, {
|
|
583
632
|
paths: string[];
|
|
584
633
|
namespace?: string | undefined;
|
|
@@ -591,7 +640,7 @@ declare const offlineSyncFilesRequestSchema: z.ZodObject<{
|
|
|
591
640
|
declare const offlineSyncFileContentRequestSchema: z.ZodObject<{
|
|
592
641
|
namespace: z.ZodOptional<z.ZodString>;
|
|
593
642
|
includeTranscripts: z.ZodOptional<z.ZodBoolean>;
|
|
594
|
-
path: z.ZodString
|
|
643
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
|
595
644
|
offset: z.ZodOptional<z.ZodNumber>;
|
|
596
645
|
length: z.ZodOptional<z.ZodNumber>;
|
|
597
646
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -775,11 +824,12 @@ type CapsuleExportRequest = z.infer<typeof capsuleExportRequestSchema>;
|
|
|
775
824
|
type CapsuleImportRequest = z.infer<typeof capsuleImportRequestSchema>;
|
|
776
825
|
type CapsuleListRequest = z.infer<typeof capsuleListRequestSchema>;
|
|
777
826
|
type OfflineSyncApplyRequest = z.infer<typeof offlineSyncApplyRequestSchema>;
|
|
827
|
+
type OfflineSyncSnapshotRequest = z.infer<typeof offlineSyncSnapshotRequestSchema>;
|
|
778
828
|
type OfflineSyncFilesRequest = z.infer<typeof offlineSyncFilesRequestSchema>;
|
|
779
829
|
type OfflineSyncFileContentRequest = z.infer<typeof offlineSyncFileContentRequestSchema>;
|
|
780
830
|
type ActionConfidenceRequest = z.infer<typeof actionConfidenceRequestSchema>;
|
|
781
|
-
type SchemaName = "recall" | "recallExplain" | "setCodingContext" | "observe" | "memoryStore" | "suggestionSubmit" | "reviewDisposition" | "trustZonePromote" | "trustZoneDemoSeed" | "lcmSearch" | "lcmCompactionFlush" | "lcmCompactionRecord" | "daySummary" | "capsuleExport" | "capsuleImport" | "capsuleList" | "offlineSyncFiles" | "offlineSyncFileContent" | "offlineSyncApply" | "actionConfidence";
|
|
782
|
-
type SchemaTypeFor<N extends SchemaName> = N extends "recall" ? RecallRequest : N extends "recallExplain" ? RecallExplainRequest : N extends "setCodingContext" ? SetCodingContextRequest : N extends "observe" ? ObserveRequest : N extends "memoryStore" ? MemoryStoreRequest : N extends "suggestionSubmit" ? SuggestionSubmitRequest : N extends "reviewDisposition" ? ReviewDispositionRequest : N extends "trustZonePromote" ? TrustZonePromoteRequest : N extends "trustZoneDemoSeed" ? TrustZoneDemoSeedRequest : N extends "lcmSearch" ? LcmSearchRequest : N extends "lcmCompactionFlush" ? LcmCompactionFlushRequest : N extends "lcmCompactionRecord" ? LcmCompactionRecordRequest : N extends "daySummary" ? DaySummaryRequest : N extends "capsuleExport" ? CapsuleExportRequest : N extends "capsuleImport" ? CapsuleImportRequest : N extends "capsuleList" ? CapsuleListRequest : N extends "offlineSyncFiles" ? OfflineSyncFilesRequest : N extends "offlineSyncFileContent" ? OfflineSyncFileContentRequest : N extends "offlineSyncApply" ? OfflineSyncApplyRequest : N extends "actionConfidence" ? ActionConfidenceRequest : never;
|
|
831
|
+
type SchemaName = "recall" | "recallExplain" | "setCodingContext" | "observe" | "memoryStore" | "suggestionSubmit" | "reviewDisposition" | "trustZonePromote" | "trustZoneDemoSeed" | "lcmSearch" | "lcmCompactionFlush" | "lcmCompactionRecord" | "daySummary" | "capsuleExport" | "capsuleImport" | "capsuleList" | "offlineSyncSnapshot" | "offlineSyncFiles" | "offlineSyncFileContent" | "offlineSyncApply" | "actionConfidence";
|
|
832
|
+
type SchemaTypeFor<N extends SchemaName> = N extends "recall" ? RecallRequest : N extends "recallExplain" ? RecallExplainRequest : N extends "setCodingContext" ? SetCodingContextRequest : N extends "observe" ? ObserveRequest : N extends "memoryStore" ? MemoryStoreRequest : N extends "suggestionSubmit" ? SuggestionSubmitRequest : N extends "reviewDisposition" ? ReviewDispositionRequest : N extends "trustZonePromote" ? TrustZonePromoteRequest : N extends "trustZoneDemoSeed" ? TrustZoneDemoSeedRequest : N extends "lcmSearch" ? LcmSearchRequest : N extends "lcmCompactionFlush" ? LcmCompactionFlushRequest : N extends "lcmCompactionRecord" ? LcmCompactionRecordRequest : N extends "daySummary" ? DaySummaryRequest : N extends "capsuleExport" ? CapsuleExportRequest : N extends "capsuleImport" ? CapsuleImportRequest : N extends "capsuleList" ? CapsuleListRequest : N extends "offlineSyncSnapshot" ? OfflineSyncSnapshotRequest : N extends "offlineSyncFiles" ? OfflineSyncFilesRequest : N extends "offlineSyncFileContent" ? OfflineSyncFileContentRequest : N extends "offlineSyncApply" ? OfflineSyncApplyRequest : N extends "actionConfidence" ? ActionConfidenceRequest : never;
|
|
783
833
|
/**
|
|
784
834
|
* Validate a request body against the named schema.
|
|
785
835
|
* Returns `{ success: true, data }` on pass or
|
|
@@ -793,4 +843,4 @@ declare function validateRequest<T = unknown>(schemaName: SchemaName, body: unkn
|
|
|
793
843
|
error: SchemaValidationError;
|
|
794
844
|
};
|
|
795
845
|
|
|
796
|
-
export { type ActionConfidenceRequest, type CapsuleExportRequest, type CapsuleImportRequest, type CapsuleListRequest, type DaySummaryRequest, type LcmCompactionFlushRequest, type LcmCompactionRecordRequest, type LcmSearchRequest, type MemoryStoreRequest, type ObserveRequest, type OfflineSyncApplyRequest, type OfflineSyncFileContentRequest, type OfflineSyncFilesRequest, type RecallExplainRequest, type RecallRequest, type ReviewDispositionRequest, type SchemaName, type SchemaTypeFor, type SchemaValidationError, type SetCodingContextRequest, type SuggestionSubmitRequest, type TrustZoneDemoSeedRequest, type TrustZonePromoteRequest, actionConfidenceRequestSchema, capsuleExportRequestSchema, capsuleImportRequestSchema, capsuleListRequestSchema, codingContextSchema, daySummaryRequestSchema, formatZodError, lcmCompactionFlushRequestSchema, lcmCompactionRecordRequestSchema, lcmSearchRequestSchema, memoryStoreRequestSchema, observeRequestSchema, offlineSyncApplyRequestSchema, offlineSyncFileContentRequestSchema, offlineSyncFilesRequestSchema, recallDisclosureSchema, recallExplainRequestSchema, recallRequestSchema, reviewDispositionRequestSchema, setCodingContextRequestSchema, suggestionSubmitRequestSchema, tagMatchSchema, trustZoneDemoSeedRequestSchema, trustZonePromoteRequestSchema, validateRequest };
|
|
846
|
+
export { type ActionConfidenceRequest, type CapsuleExportRequest, type CapsuleImportRequest, type CapsuleListRequest, type DaySummaryRequest, type LcmCompactionFlushRequest, type LcmCompactionRecordRequest, type LcmSearchRequest, type MemoryStoreRequest, type ObserveRequest, type OfflineSyncApplyRequest, type OfflineSyncFileContentRequest, type OfflineSyncFilesRequest, type OfflineSyncSnapshotRequest, type RecallExplainRequest, type RecallRequest, type ReviewDispositionRequest, type SchemaName, type SchemaTypeFor, type SchemaValidationError, type SetCodingContextRequest, type SuggestionSubmitRequest, type TrustZoneDemoSeedRequest, type TrustZonePromoteRequest, actionConfidenceRequestSchema, capsuleExportRequestSchema, capsuleImportRequestSchema, capsuleListRequestSchema, codingContextSchema, daySummaryRequestSchema, formatZodError, lcmCompactionFlushRequestSchema, lcmCompactionRecordRequestSchema, lcmSearchRequestSchema, memoryStoreRequestSchema, observeRequestSchema, offlineSyncApplyRequestSchema, offlineSyncFileContentRequestSchema, offlineSyncFilesRequestSchema, offlineSyncSnapshotRequestSchema, recallDisclosureSchema, recallExplainRequestSchema, recallRequestSchema, reviewDispositionRequestSchema, setCodingContextRequestSchema, suggestionSubmitRequestSchema, tagMatchSchema, trustZoneDemoSeedRequestSchema, trustZonePromoteRequestSchema, validateRequest };
|
package/dist/access-schema.js
CHANGED
|
@@ -14,6 +14,7 @@ import {
|
|
|
14
14
|
offlineSyncApplyRequestSchema,
|
|
15
15
|
offlineSyncFileContentRequestSchema,
|
|
16
16
|
offlineSyncFilesRequestSchema,
|
|
17
|
+
offlineSyncSnapshotRequestSchema,
|
|
17
18
|
recallDisclosureSchema,
|
|
18
19
|
recallExplainRequestSchema,
|
|
19
20
|
recallRequestSchema,
|
|
@@ -24,7 +25,7 @@ import {
|
|
|
24
25
|
trustZoneDemoSeedRequestSchema,
|
|
25
26
|
trustZonePromoteRequestSchema,
|
|
26
27
|
validateRequest
|
|
27
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-YROHKYBY.js";
|
|
28
29
|
import "./chunk-QA2ZAPBU.js";
|
|
29
30
|
import "./chunk-WEHSQBFR.js";
|
|
30
31
|
import "./chunk-KNKUID7G.js";
|
|
@@ -32,7 +33,7 @@ import "./chunk-J4EB7DNW.js";
|
|
|
32
33
|
import "./chunk-BJMBJZ2Y.js";
|
|
33
34
|
import "./chunk-UKJAGEXH.js";
|
|
34
35
|
import "./chunk-FP2373TW.js";
|
|
35
|
-
import "./chunk-
|
|
36
|
+
import "./chunk-U7EJOMFC.js";
|
|
36
37
|
import "./chunk-I6K5FBRQ.js";
|
|
37
38
|
import "./chunk-AGZQD76C.js";
|
|
38
39
|
import "./chunk-MXFBBHJU.js";
|
|
@@ -58,6 +59,7 @@ export {
|
|
|
58
59
|
offlineSyncApplyRequestSchema,
|
|
59
60
|
offlineSyncFileContentRequestSchema,
|
|
60
61
|
offlineSyncFilesRequestSchema,
|
|
62
|
+
offlineSyncSnapshotRequestSchema,
|
|
61
63
|
recallDisclosureSchema,
|
|
62
64
|
recallExplainRequestSchema,
|
|
63
65
|
recallRequestSchema,
|
|
@@ -19,7 +19,7 @@ import { MemoryOutcomeKind, RecordMemoryOutcomeResult } from './memory-worth-out
|
|
|
19
19
|
import { ImportCapsuleOptions, ImportCapsuleResult } from './transfer/capsule-import.js';
|
|
20
20
|
import { ExportCapsuleOptions, ExportCapsuleResult } from './transfer/capsule-export.js';
|
|
21
21
|
import { CapsuleListEntry } from './capsule-cli.js';
|
|
22
|
-
import { OfflineSyncSnapshot, OfflineSyncFileContentChunk, OfflineSyncApplyFileContentChunkResult, OfflineSyncApplyChangesetResult } from './offline-sync.js';
|
|
22
|
+
import { OfflineSyncFileState, OfflineSyncSnapshot, OfflineSyncFileRecord, OfflineSyncFileContentChunk, OfflineSyncApplyFileContentChunkResult, OfflineSyncApplyChangesetResult } from './offline-sync.js';
|
|
23
23
|
import { ActionConfidenceInput, ActionConfidenceResult } from './action-confidence.js';
|
|
24
24
|
|
|
25
25
|
/**
|
|
@@ -679,6 +679,8 @@ interface EngramAccessOfflineSyncSnapshotRequest {
|
|
|
679
679
|
principal?: string;
|
|
680
680
|
includeTranscripts?: boolean;
|
|
681
681
|
includeContent?: boolean;
|
|
682
|
+
baseCapturedAt?: Date;
|
|
683
|
+
baseFiles?: OfflineSyncFileState[];
|
|
682
684
|
}
|
|
683
685
|
interface EngramAccessOfflineSyncFilesRequest {
|
|
684
686
|
namespace?: string;
|
|
@@ -711,10 +713,15 @@ interface EngramAccessOfflineSyncApplyRequest {
|
|
|
711
713
|
namespace?: string;
|
|
712
714
|
principal?: string;
|
|
713
715
|
changeset: unknown;
|
|
716
|
+
returnCurrentFiles?: boolean;
|
|
714
717
|
}
|
|
715
718
|
interface EngramAccessOfflineSyncSnapshotResponse extends OfflineSyncSnapshot {
|
|
716
719
|
namespace: string;
|
|
717
720
|
}
|
|
721
|
+
interface EngramAccessOfflineSyncSnapshotStreamResponse extends Omit<OfflineSyncSnapshot, "files"> {
|
|
722
|
+
namespace: string;
|
|
723
|
+
files: AsyncIterable<OfflineSyncFileRecord>;
|
|
724
|
+
}
|
|
718
725
|
interface EngramAccessOfflineSyncFilesResponse extends OfflineSyncSnapshot {
|
|
719
726
|
namespace: string;
|
|
720
727
|
}
|
|
@@ -1571,6 +1578,7 @@ declare class EngramAccessService {
|
|
|
1571
1578
|
principal?: string;
|
|
1572
1579
|
}): Promise<EngramAccessCapsuleListResponse>;
|
|
1573
1580
|
offlineSyncSnapshot(options?: EngramAccessOfflineSyncSnapshotRequest): Promise<EngramAccessOfflineSyncSnapshotResponse>;
|
|
1581
|
+
offlineSyncSnapshotStream(options?: Omit<EngramAccessOfflineSyncSnapshotRequest, "baseCapturedAt" | "baseFiles">): Promise<EngramAccessOfflineSyncSnapshotStreamResponse>;
|
|
1574
1582
|
offlineSyncFiles(options: EngramAccessOfflineSyncFilesRequest): Promise<EngramAccessOfflineSyncFilesResponse>;
|
|
1575
1583
|
offlineSyncFileContent(options: EngramAccessOfflineSyncFileContentRequest): Promise<EngramAccessOfflineSyncFileContentResponse>;
|
|
1576
1584
|
offlineSyncApplyFileContent(options: EngramAccessOfflineSyncApplyFileContentRequest): Promise<EngramAccessOfflineSyncApplyFileContentResponse>;
|
|
@@ -1598,4 +1606,4 @@ declare class EngramAccessService {
|
|
|
1598
1606
|
}): Promise<DreamsRunResult>;
|
|
1599
1607
|
}
|
|
1600
1608
|
|
|
1601
|
-
export { type EngramAccessOfflineSyncSnapshotResponse as $, type EngramAccessLcmCompactionFlushResponse as A, type EngramAccessLcmCompactionRecordRequest as B, type EngramAccessLcmCompactionRecordResponse as C, type EngramAccessLcmSearchRequest as D, EngramAccessService as E, type EngramAccessLcmSearchResponse as F, type EngramAccessLcmStatusResponse as G, type EngramAccessMaintenanceResponse as H, type EngramAccessMemoryBrowseRequest as I, type EngramAccessMemoryBrowseResponse as J, type EngramAccessMemoryRecord as K, type EngramAccessMemoryResponse as L, type EngramAccessMemoryStoreRequest as M, type EngramAccessMemorySummary as N, type EngramAccessObserveMessage as O, type PeerInteractionLogEntry as P, type EngramAccessObserveRequest as Q, type EngramAccessObserveResponse as R, type EngramAccessOfflineSyncApplyFileContentRequest as S, type EngramAccessOfflineSyncApplyFileContentResponse as T, type EngramAccessOfflineSyncApplyRequest as U, type EngramAccessOfflineSyncApplyResponse as V, type EngramAccessOfflineSyncFileContentRequest as W, type EngramAccessOfflineSyncFileContentResponse as X, type EngramAccessOfflineSyncFilesRequest as Y, type EngramAccessOfflineSyncFilesResponse as Z, type EngramAccessOfflineSyncSnapshotRequest as _, type EngramAccessRecallResponse as a, type
|
|
1609
|
+
export { type EngramAccessOfflineSyncSnapshotResponse as $, type EngramAccessLcmCompactionFlushResponse as A, type EngramAccessLcmCompactionRecordRequest as B, type EngramAccessLcmCompactionRecordResponse as C, type EngramAccessLcmSearchRequest as D, EngramAccessService as E, type EngramAccessLcmSearchResponse as F, type EngramAccessLcmStatusResponse as G, type EngramAccessMaintenanceResponse as H, type EngramAccessMemoryBrowseRequest as I, type EngramAccessMemoryBrowseResponse as J, type EngramAccessMemoryRecord as K, type EngramAccessMemoryResponse as L, type EngramAccessMemoryStoreRequest as M, type EngramAccessMemorySummary as N, type EngramAccessObserveMessage as O, type PeerInteractionLogEntry as P, type EngramAccessObserveRequest as Q, type EngramAccessObserveResponse as R, type EngramAccessOfflineSyncApplyFileContentRequest as S, type EngramAccessOfflineSyncApplyFileContentResponse as T, type EngramAccessOfflineSyncApplyRequest as U, type EngramAccessOfflineSyncApplyResponse as V, type EngramAccessOfflineSyncFileContentRequest as W, type EngramAccessOfflineSyncFileContentResponse as X, type EngramAccessOfflineSyncFilesRequest as Y, type EngramAccessOfflineSyncFilesResponse as Z, type EngramAccessOfflineSyncSnapshotRequest as _, type EngramAccessRecallResponse as a, type EngramAccessOfflineSyncSnapshotStreamResponse as a0, type EngramAccessQualityResponse as a1, type EngramAccessRecallExplainRequest as a2, type EngramAccessRecallExplainResponse as a3, type EngramAccessRecallRequest as a4, type EngramAccessReviewDispositionRequest as a5, type EngramAccessReviewDispositionResponse as a6, type EngramAccessReviewQueueResponse as a7, type EngramAccessSetCodingContextRequest as a8, type EngramAccessSuggestionSubmitRequest as a9, type EngramAccessTimelineResponse as aa, type EngramAccessTrustZoneBrowseRequest as ab, type EngramAccessTrustZoneBrowseResponse as ac, type EngramAccessTrustZoneDemoSeedRequest as ad, type EngramAccessTrustZoneDemoSeedResponse as ae, type EngramAccessTrustZonePromoteRequest as af, type EngramAccessTrustZonePromoteResponse as ag, type EngramAccessTrustZoneRecordSummary as ah, type EngramAccessTrustZoneStatusResponse as ai, type EngramAccessWriteEnvelope as aj, type EngramAccessWriteResponse as ak, shapeMemorySummary as al, type Peer as b, type PeerProfile as c, EngramAccessInputError as d, PEER_ID_MAX_LENGTH as e, PEER_ID_PATTERN as f, type PeerKind as g, type PeerProfileFieldProvenance as h, type ProcedureStatsConfigSnapshot as i, type ProcedureStatsRecent as j, type ProcedureStatsReport as k, type ProcedureStatusCounts as l, computeProcedureStats as m, formatProcedureStatsText as n, ENGRAM_ACCESS_WRITE_SCHEMA_VERSION as o, type EngramAccessActionConfidenceRequest as p, type EngramAccessActionConfidenceResponse as q, type EngramAccessBriefingRequest as r, type EngramAccessBriefingResponse as s, type EngramAccessCapsuleListResponse as t, type EngramAccessDaySummaryRequest as u, type EngramAccessEntityListResponse as v, type EngramAccessEntityResponse as w, type EngramAccessEntitySummary as x, type EngramAccessHealthResponse as y, type EngramAccessLcmCompactionFlushRequest as z };
|
package/dist/access-service.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import './storage.js';
|
|
2
|
-
export { o as ENGRAM_ACCESS_WRITE_SCHEMA_VERSION, p as EngramAccessActionConfidenceRequest, q as EngramAccessActionConfidenceResponse, r as EngramAccessBriefingRequest, s as EngramAccessBriefingResponse, t as EngramAccessCapsuleListResponse, u as EngramAccessDaySummaryRequest, v as EngramAccessEntityListResponse, w as EngramAccessEntityResponse, x as EngramAccessEntitySummary, y as EngramAccessHealthResponse, d as EngramAccessInputError, z as EngramAccessLcmCompactionFlushRequest, A as EngramAccessLcmCompactionFlushResponse, B as EngramAccessLcmCompactionRecordRequest, C as EngramAccessLcmCompactionRecordResponse, D as EngramAccessLcmSearchRequest, F as EngramAccessLcmSearchResponse, G as EngramAccessLcmStatusResponse, H as EngramAccessMaintenanceResponse, I as EngramAccessMemoryBrowseRequest, J as EngramAccessMemoryBrowseResponse, K as EngramAccessMemoryRecord, L as EngramAccessMemoryResponse, M as EngramAccessMemoryStoreRequest, N as EngramAccessMemorySummary, O as EngramAccessObserveMessage, Q as EngramAccessObserveRequest, R as EngramAccessObserveResponse, S as EngramAccessOfflineSyncApplyFileContentRequest, T as EngramAccessOfflineSyncApplyFileContentResponse, U as EngramAccessOfflineSyncApplyRequest, V as EngramAccessOfflineSyncApplyResponse, W as EngramAccessOfflineSyncFileContentRequest, X as EngramAccessOfflineSyncFileContentResponse, Y as EngramAccessOfflineSyncFilesRequest, Z as EngramAccessOfflineSyncFilesResponse, _ as EngramAccessOfflineSyncSnapshotRequest, $ as EngramAccessOfflineSyncSnapshotResponse, a0 as
|
|
2
|
+
export { o as ENGRAM_ACCESS_WRITE_SCHEMA_VERSION, p as EngramAccessActionConfidenceRequest, q as EngramAccessActionConfidenceResponse, r as EngramAccessBriefingRequest, s as EngramAccessBriefingResponse, t as EngramAccessCapsuleListResponse, u as EngramAccessDaySummaryRequest, v as EngramAccessEntityListResponse, w as EngramAccessEntityResponse, x as EngramAccessEntitySummary, y as EngramAccessHealthResponse, d as EngramAccessInputError, z as EngramAccessLcmCompactionFlushRequest, A as EngramAccessLcmCompactionFlushResponse, B as EngramAccessLcmCompactionRecordRequest, C as EngramAccessLcmCompactionRecordResponse, D as EngramAccessLcmSearchRequest, F as EngramAccessLcmSearchResponse, G as EngramAccessLcmStatusResponse, H as EngramAccessMaintenanceResponse, I as EngramAccessMemoryBrowseRequest, J as EngramAccessMemoryBrowseResponse, K as EngramAccessMemoryRecord, L as EngramAccessMemoryResponse, M as EngramAccessMemoryStoreRequest, N as EngramAccessMemorySummary, O as EngramAccessObserveMessage, Q as EngramAccessObserveRequest, R as EngramAccessObserveResponse, S as EngramAccessOfflineSyncApplyFileContentRequest, T as EngramAccessOfflineSyncApplyFileContentResponse, U as EngramAccessOfflineSyncApplyRequest, V as EngramAccessOfflineSyncApplyResponse, W as EngramAccessOfflineSyncFileContentRequest, X as EngramAccessOfflineSyncFileContentResponse, Y as EngramAccessOfflineSyncFilesRequest, Z as EngramAccessOfflineSyncFilesResponse, _ as EngramAccessOfflineSyncSnapshotRequest, $ as EngramAccessOfflineSyncSnapshotResponse, a0 as EngramAccessOfflineSyncSnapshotStreamResponse, a1 as EngramAccessQualityResponse, a2 as EngramAccessRecallExplainRequest, a3 as EngramAccessRecallExplainResponse, a4 as EngramAccessRecallRequest, a as EngramAccessRecallResponse, a5 as EngramAccessReviewDispositionRequest, a6 as EngramAccessReviewDispositionResponse, a7 as EngramAccessReviewQueueResponse, E as EngramAccessService, a8 as EngramAccessSetCodingContextRequest, a9 as EngramAccessSuggestionSubmitRequest, aa as EngramAccessTimelineResponse, ab as EngramAccessTrustZoneBrowseRequest, ac as EngramAccessTrustZoneBrowseResponse, ad as EngramAccessTrustZoneDemoSeedRequest, ae as EngramAccessTrustZoneDemoSeedResponse, af as EngramAccessTrustZonePromoteRequest, ag as EngramAccessTrustZonePromoteResponse, ah as EngramAccessTrustZoneRecordSummary, ai as EngramAccessTrustZoneStatusResponse, aj as EngramAccessWriteEnvelope, ak as EngramAccessWriteResponse, al as shapeMemorySummary } from './access-service-CkZyb35d.js';
|
|
3
3
|
import './recall-explain-renderer.js';
|
|
4
4
|
import './types.js';
|
|
5
5
|
import './recall-audit-anomaly.js';
|
package/dist/access-service.js
CHANGED
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
EngramAccessInputError,
|
|
4
4
|
EngramAccessService,
|
|
5
5
|
shapeMemorySummary
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-ZAVUCJ4H.js";
|
|
7
7
|
import "./chunk-ZKSK55RC.js";
|
|
8
8
|
import "./chunk-WELDCG6C.js";
|
|
9
9
|
import "./chunk-ZYVPLJ4T.js";
|
|
@@ -17,7 +17,7 @@ import "./chunk-MGKYQQYF.js";
|
|
|
17
17
|
import "./chunk-GL6I6MEQ.js";
|
|
18
18
|
import "./chunk-3APJ5EVB.js";
|
|
19
19
|
import "./chunk-5UM2VJ6D.js";
|
|
20
|
-
import "./chunk-
|
|
20
|
+
import "./chunk-76FLAAUC.js";
|
|
21
21
|
import "./chunk-EIR5VLIH.js";
|
|
22
22
|
import "./chunk-PCUKNJAZ.js";
|
|
23
23
|
import "./chunk-RRF5UOBJ.js";
|
|
@@ -30,8 +30,8 @@ import "./chunk-U3PN77QT.js";
|
|
|
30
30
|
import "./chunk-RK2Y4XOM.js";
|
|
31
31
|
import "./chunk-2LSZVONP.js";
|
|
32
32
|
import "./chunk-WIICJPET.js";
|
|
33
|
-
import "./chunk-
|
|
34
|
-
import "./chunk-
|
|
33
|
+
import "./chunk-SIC6U3GZ.js";
|
|
34
|
+
import "./chunk-VBJ7V5SK.js";
|
|
35
35
|
import "./chunk-5UZXUTVO.js";
|
|
36
36
|
import "./chunk-NN2DKE4T.js";
|
|
37
37
|
import "./chunk-Q7P4WJDP.js";
|
|
@@ -67,7 +67,7 @@ import "./chunk-J4EB7DNW.js";
|
|
|
67
67
|
import "./chunk-BJMBJZ2Y.js";
|
|
68
68
|
import "./chunk-UKJAGEXH.js";
|
|
69
69
|
import "./chunk-FP2373TW.js";
|
|
70
|
-
import "./chunk-
|
|
70
|
+
import "./chunk-U7EJOMFC.js";
|
|
71
71
|
import "./chunk-I6K5FBRQ.js";
|
|
72
72
|
import "./chunk-AGZQD76C.js";
|
|
73
73
|
import "./chunk-MXFBBHJU.js";
|
package/dist/briefing.js
CHANGED
|
@@ -16,8 +16,8 @@ import {
|
|
|
16
16
|
renderBriefingMarkdown,
|
|
17
17
|
resolveBriefingSaveDir,
|
|
18
18
|
validateBriefingFormat
|
|
19
|
-
} from "./chunk-
|
|
20
|
-
import "./chunk-
|
|
19
|
+
} from "./chunk-SIC6U3GZ.js";
|
|
20
|
+
import "./chunk-VBJ7V5SK.js";
|
|
21
21
|
import "./chunk-5UZXUTVO.js";
|
|
22
22
|
import "./chunk-NN2DKE4T.js";
|
|
23
23
|
import "./chunk-Q7P4WJDP.js";
|
|
@@ -4,10 +4,10 @@ import {
|
|
|
4
4
|
} from "./chunk-VLXA6PI2.js";
|
|
5
5
|
import {
|
|
6
6
|
buildExtensionsBlockForConsolidation
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-XSZEP4SF.js";
|
|
8
8
|
import {
|
|
9
9
|
runPostConsolidationMaterialize
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-4KGVTPGD.js";
|
|
11
11
|
import "./chunk-RHY3HH7P.js";
|
|
12
12
|
import "./chunk-EJI5XIBB.js";
|
|
13
13
|
import "./chunk-3UXOZBHV.js";
|
|
@@ -21,7 +21,7 @@ import "./chunk-UZB5KHKX.js";
|
|
|
21
21
|
import "./chunk-RK6F44Y6.js";
|
|
22
22
|
import "./chunk-NZL6GGQE.js";
|
|
23
23
|
import "./chunk-U3PN77QT.js";
|
|
24
|
-
import "./chunk-
|
|
24
|
+
import "./chunk-VBJ7V5SK.js";
|
|
25
25
|
import "./chunk-5UZXUTVO.js";
|
|
26
26
|
import "./chunk-NN2DKE4T.js";
|
|
27
27
|
import "./chunk-Q7P4WJDP.js";
|
|
@@ -7,10 +7,10 @@ import {
|
|
|
7
7
|
import {
|
|
8
8
|
listMemoryGovernanceRuns,
|
|
9
9
|
readMemoryGovernanceRunArtifact
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-76FLAAUC.js";
|
|
11
11
|
import {
|
|
12
12
|
StorageManager
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-VBJ7V5SK.js";
|
|
14
14
|
import {
|
|
15
15
|
normalizeProjectionPreview,
|
|
16
16
|
normalizeProjectionTags
|
|
@@ -914,4 +914,4 @@ export {
|
|
|
914
914
|
verifyMemoryProjection,
|
|
915
915
|
repairMemoryProjection
|
|
916
916
|
};
|
|
917
|
-
//# sourceMappingURL=chunk-
|
|
917
|
+
//# sourceMappingURL=chunk-2IWUMAES.js.map
|
|
@@ -11,10 +11,10 @@ import {
|
|
|
11
11
|
} from "./chunk-IQT3XTKW.js";
|
|
12
12
|
import {
|
|
13
13
|
EngramAccessInputError
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-ZAVUCJ4H.js";
|
|
15
15
|
import {
|
|
16
16
|
validateBriefingFormat
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-SIC6U3GZ.js";
|
|
18
18
|
import {
|
|
19
19
|
expandTildePath
|
|
20
20
|
} from "./chunk-QRNI5JBH.js";
|
|
@@ -23,7 +23,7 @@ import {
|
|
|
23
23
|
} from "./chunk-XIG5PDM7.js";
|
|
24
24
|
import {
|
|
25
25
|
validateRequest
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-YROHKYBY.js";
|
|
27
27
|
|
|
28
28
|
// src/access-mcp.ts
|
|
29
29
|
import { readFile } from "fs/promises";
|
|
@@ -2797,4 +2797,4 @@ ${body}`;
|
|
|
2797
2797
|
export {
|
|
2798
2798
|
EngramMcpServer
|
|
2799
2799
|
};
|
|
2800
|
-
//# sourceMappingURL=chunk-
|
|
2800
|
+
//# sourceMappingURL=chunk-3ZLVGM76.js.map
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
import {
|
|
5
5
|
compareEntityTimestamps,
|
|
6
6
|
normalizeEntityName
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-VBJ7V5SK.js";
|
|
8
8
|
import {
|
|
9
9
|
sanitizeMemoryContent
|
|
10
10
|
} from "./chunk-FVQJYWH7.js";
|
|
@@ -593,4 +593,4 @@ export {
|
|
|
593
593
|
entityIndexVersion,
|
|
594
594
|
entityRecentTranscriptLookbackHours
|
|
595
595
|
};
|
|
596
|
-
//# sourceMappingURL=chunk-
|
|
596
|
+
//# sourceMappingURL=chunk-43PJZYGL.js.map
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
} from "./chunk-U3PN77QT.js";
|
|
11
11
|
import {
|
|
12
12
|
StorageManager
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-VBJ7V5SK.js";
|
|
14
14
|
import {
|
|
15
15
|
log
|
|
16
16
|
} from "./chunk-2ODBA7MQ.js";
|
|
@@ -116,4 +116,4 @@ export {
|
|
|
116
116
|
runCodexMaterialize,
|
|
117
117
|
runPostConsolidationMaterialize
|
|
118
118
|
};
|
|
119
|
-
//# sourceMappingURL=chunk-
|
|
119
|
+
//# sourceMappingURL=chunk-4KGVTPGD.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
StorageManager
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-VBJ7V5SK.js";
|
|
4
4
|
import {
|
|
5
5
|
decideLifecycleTransition
|
|
6
6
|
} from "./chunk-TBBDFYXW.js";
|
|
@@ -718,4 +718,4 @@ export {
|
|
|
718
718
|
listMemoryGovernanceRuns,
|
|
719
719
|
readMemoryGovernanceRunArtifact
|
|
720
720
|
};
|
|
721
|
-
//# sourceMappingURL=chunk-
|
|
721
|
+
//# sourceMappingURL=chunk-76FLAAUC.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
NamespaceStorageRouter
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-RR2PKP3I.js";
|
|
4
4
|
import {
|
|
5
5
|
namespaceCollectionName
|
|
6
6
|
} from "./chunk-575RMLWN.js";
|
|
@@ -138,4 +138,4 @@ export {
|
|
|
138
138
|
verifyNamespaces,
|
|
139
139
|
runNamespaceMigration
|
|
140
140
|
};
|
|
141
|
-
//# sourceMappingURL=chunk-
|
|
141
|
+
//# sourceMappingURL=chunk-77H5NU3M.js.map
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
} from "./chunk-U4SCL7B7.js";
|
|
5
5
|
import {
|
|
6
6
|
StorageManager
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-VBJ7V5SK.js";
|
|
8
8
|
import {
|
|
9
9
|
parseContinuityImprovementLoops
|
|
10
10
|
} from "./chunk-QSVPYQPG.js";
|
|
@@ -1259,4 +1259,4 @@ export {
|
|
|
1259
1259
|
defaultTierMigrationCycleBudget,
|
|
1260
1260
|
CompoundingEngine
|
|
1261
1261
|
};
|
|
1262
|
-
//# sourceMappingURL=chunk-
|
|
1262
|
+
//# sourceMappingURL=chunk-A6KTB5R6.js.map
|