@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
|
@@ -6,8 +6,8 @@ import {
|
|
|
6
6
|
readMemoryGovernanceRunArtifact,
|
|
7
7
|
restoreMemoryGovernanceRun,
|
|
8
8
|
runMemoryGovernance
|
|
9
|
-
} from "../chunk-
|
|
10
|
-
import "../chunk-
|
|
9
|
+
} from "../chunk-76FLAAUC.js";
|
|
10
|
+
import "../chunk-VBJ7V5SK.js";
|
|
11
11
|
import "../chunk-5UZXUTVO.js";
|
|
12
12
|
import "../chunk-NN2DKE4T.js";
|
|
13
13
|
import "../chunk-Q7P4WJDP.js";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
rebuildMemoryLifecycleLedger
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-BVF3AGJP.js";
|
|
4
4
|
import "../chunk-KJTKLXTH.js";
|
|
5
|
-
import "../chunk-
|
|
5
|
+
import "../chunk-VBJ7V5SK.js";
|
|
6
6
|
import "../chunk-5UZXUTVO.js";
|
|
7
7
|
import "../chunk-NN2DKE4T.js";
|
|
8
8
|
import "../chunk-Q7P4WJDP.js";
|
|
@@ -2,11 +2,11 @@ import {
|
|
|
2
2
|
rebuildMemoryProjection,
|
|
3
3
|
repairMemoryProjection,
|
|
4
4
|
verifyMemoryProjection
|
|
5
|
-
} from "../chunk-
|
|
5
|
+
} from "../chunk-2IWUMAES.js";
|
|
6
6
|
import "../chunk-KJTKLXTH.js";
|
|
7
7
|
import "../chunk-7SEAZFFB.js";
|
|
8
|
-
import "../chunk-
|
|
9
|
-
import "../chunk-
|
|
8
|
+
import "../chunk-76FLAAUC.js";
|
|
9
|
+
import "../chunk-VBJ7V5SK.js";
|
|
10
10
|
import "../chunk-5UZXUTVO.js";
|
|
11
11
|
import "../chunk-NN2DKE4T.js";
|
|
12
12
|
import "../chunk-Q7P4WJDP.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as EngramAccessRecallResponse } from './access-service-
|
|
1
|
+
import { a as EngramAccessRecallResponse } from './access-service-CkZyb35d.js';
|
|
2
2
|
import { ActionConfidenceRequest } from './access-schema.js';
|
|
3
3
|
import { RecallXraySnapshot } from './recall-xray.js';
|
|
4
4
|
import { ActionConfidenceResult } from './action-confidence.js';
|
|
@@ -2,8 +2,8 @@ import {
|
|
|
2
2
|
listNamespaces,
|
|
3
3
|
runNamespaceMigration,
|
|
4
4
|
verifyNamespaces
|
|
5
|
-
} from "../chunk-
|
|
6
|
-
import "../chunk-
|
|
5
|
+
} from "../chunk-77H5NU3M.js";
|
|
6
|
+
import "../chunk-RR2PKP3I.js";
|
|
7
7
|
import "../chunk-575RMLWN.js";
|
|
8
8
|
import "../chunk-I5GLV3VE.js";
|
|
9
9
|
import "../chunk-NJ3MJQZX.js";
|
|
@@ -21,7 +21,7 @@ import "../chunk-3TNBOMQT.js";
|
|
|
21
21
|
import "../chunk-PVGDJXVK.js";
|
|
22
22
|
import "../chunk-NNVTUXEB.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";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
NamespaceStorageRouter
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-RR2PKP3I.js";
|
|
4
4
|
import "../chunk-U3PN77QT.js";
|
|
5
|
-
import "../chunk-
|
|
5
|
+
import "../chunk-VBJ7V5SK.js";
|
|
6
6
|
import "../chunk-5UZXUTVO.js";
|
|
7
7
|
import "../chunk-NN2DKE4T.js";
|
|
8
8
|
import "../chunk-Q7P4WJDP.js";
|
package/dist/offline-sync.d.ts
CHANGED
|
@@ -4,6 +4,8 @@ declare const OFFLINE_SYNC_STATE_VERSION = 1;
|
|
|
4
4
|
declare const OFFLINE_SYNC_FILE_CONTENT_MAX_CHUNK_BYTES: number;
|
|
5
5
|
declare const OFFLINE_SYNC_FILE_CONTENT_TRANSFER_CHUNK_BYTES: number;
|
|
6
6
|
declare const OFFLINE_SYNC_APPLY_MAX_BODY_BYTES: number;
|
|
7
|
+
declare const OFFLINE_SYNC_SNAPSHOT_BASE_MAX_BODY_BYTES: number;
|
|
8
|
+
declare const OFFLINE_SYNC_MAX_MTIME_MS = 8640000000000000;
|
|
7
9
|
interface OfflineSyncFileState {
|
|
8
10
|
path: string;
|
|
9
11
|
sha256: string;
|
|
@@ -14,6 +16,10 @@ interface OfflineSyncFileState {
|
|
|
14
16
|
interface OfflineSyncFileRecord extends OfflineSyncFileState {
|
|
15
17
|
contentBase64?: string;
|
|
16
18
|
}
|
|
19
|
+
interface OfflineSyncFileDigest {
|
|
20
|
+
sha256: string;
|
|
21
|
+
bytes: number;
|
|
22
|
+
}
|
|
17
23
|
interface OfflineSyncSnapshot {
|
|
18
24
|
format: typeof OFFLINE_SYNC_SNAPSHOT_FORMAT;
|
|
19
25
|
schemaVersion: 1;
|
|
@@ -72,6 +78,7 @@ interface OfflineSyncApplyChangesetResult {
|
|
|
72
78
|
skipped: number;
|
|
73
79
|
conflicts: OfflineSyncConflict[];
|
|
74
80
|
currentFiles: OfflineSyncFileState[];
|
|
81
|
+
currentFilesComplete?: boolean;
|
|
75
82
|
}
|
|
76
83
|
interface OfflineSyncChangesetSummary {
|
|
77
84
|
upserts: number;
|
|
@@ -114,6 +121,14 @@ declare function normalizeOfflineSyncSnapshot(input: unknown, options?: {
|
|
|
114
121
|
requireContent?: boolean;
|
|
115
122
|
}): OfflineSyncSnapshot;
|
|
116
123
|
declare function normalizeOfflineSyncChangeset(input: unknown): OfflineSyncChangeset;
|
|
124
|
+
declare function shouldPreferIncomingOfflineRuntimeFile(relPosix: string): boolean;
|
|
125
|
+
declare function iterateOfflineSyncSnapshotFileRecords(options: {
|
|
126
|
+
root: string;
|
|
127
|
+
includeContent?: boolean;
|
|
128
|
+
includeTranscripts?: boolean;
|
|
129
|
+
readFile?: (target: OfflineSyncFileTarget) => Promise<Buffer>;
|
|
130
|
+
readFileDigest?: (target: OfflineSyncFileTarget) => Promise<OfflineSyncFileDigest>;
|
|
131
|
+
}): AsyncIterable<OfflineSyncFileRecord>;
|
|
117
132
|
declare function buildOfflineSyncSnapshot(options: {
|
|
118
133
|
root: string;
|
|
119
134
|
sourceId: string;
|
|
@@ -121,6 +136,18 @@ declare function buildOfflineSyncSnapshot(options: {
|
|
|
121
136
|
includeTranscripts?: boolean;
|
|
122
137
|
now?: Date;
|
|
123
138
|
readFile?: (target: OfflineSyncFileTarget) => Promise<Buffer>;
|
|
139
|
+
readFileDigest?: (target: OfflineSyncFileTarget) => Promise<OfflineSyncFileDigest>;
|
|
140
|
+
}): Promise<OfflineSyncSnapshot>;
|
|
141
|
+
declare function buildOfflineSyncSnapshotFromBase(options: {
|
|
142
|
+
root: string;
|
|
143
|
+
sourceId: string;
|
|
144
|
+
baseFiles?: readonly OfflineSyncFileState[];
|
|
145
|
+
baseCapturedAt?: Date;
|
|
146
|
+
includeContent?: boolean;
|
|
147
|
+
includeTranscripts?: boolean;
|
|
148
|
+
now?: Date;
|
|
149
|
+
readFile?: (target: OfflineSyncFileTarget) => Promise<Buffer>;
|
|
150
|
+
readFileDigest?: (target: OfflineSyncFileTarget) => Promise<OfflineSyncFileDigest>;
|
|
124
151
|
}): Promise<OfflineSyncSnapshot>;
|
|
125
152
|
declare function buildOfflineSyncSnapshotForPaths(options: {
|
|
126
153
|
root: string;
|
|
@@ -130,6 +157,7 @@ declare function buildOfflineSyncSnapshotForPaths(options: {
|
|
|
130
157
|
includeTranscripts?: boolean;
|
|
131
158
|
now?: Date;
|
|
132
159
|
readFile?: (target: OfflineSyncFileTarget) => Promise<Buffer>;
|
|
160
|
+
readFileDigest?: (target: OfflineSyncFileTarget) => Promise<OfflineSyncFileDigest>;
|
|
133
161
|
}): Promise<OfflineSyncSnapshot>;
|
|
134
162
|
declare function readOfflineSyncFileContentChunk(options: {
|
|
135
163
|
root: string;
|
|
@@ -143,6 +171,18 @@ declare function buildOfflineSyncChangeset(options: {
|
|
|
143
171
|
root: string;
|
|
144
172
|
sourceId: string;
|
|
145
173
|
baseFiles?: readonly OfflineSyncFileState[];
|
|
174
|
+
baseCapturedAt?: Date;
|
|
175
|
+
excludePaths?: readonly string[];
|
|
176
|
+
includeTranscripts?: boolean;
|
|
177
|
+
now?: Date;
|
|
178
|
+
readFile?: (target: OfflineSyncFileTarget) => Promise<Buffer>;
|
|
179
|
+
readFileDigest?: (target: OfflineSyncFileTarget) => Promise<OfflineSyncFileDigest>;
|
|
180
|
+
}): Promise<OfflineSyncChangeset>;
|
|
181
|
+
declare function buildOfflineSyncChangesetFromSnapshot(options: {
|
|
182
|
+
root: string;
|
|
183
|
+
sourceId: string;
|
|
184
|
+
currentFiles: readonly OfflineSyncFileState[];
|
|
185
|
+
baseFiles?: readonly OfflineSyncFileState[];
|
|
146
186
|
excludePaths?: readonly string[];
|
|
147
187
|
includeTranscripts?: boolean;
|
|
148
188
|
now?: Date;
|
|
@@ -153,24 +193,38 @@ declare function summarizeOfflineSyncPendingChanges(options: {
|
|
|
153
193
|
root: string;
|
|
154
194
|
sourceId: string;
|
|
155
195
|
baseFiles?: readonly OfflineSyncFileState[];
|
|
196
|
+
baseCapturedAt?: Date;
|
|
156
197
|
includeTranscripts?: boolean;
|
|
157
198
|
now?: Date;
|
|
158
199
|
readFile?: (target: OfflineSyncFileTarget) => Promise<Buffer>;
|
|
200
|
+
readFileDigest?: (target: OfflineSyncFileTarget) => Promise<OfflineSyncFileDigest>;
|
|
159
201
|
}): Promise<OfflineSyncChangesetSummary>;
|
|
202
|
+
declare function summarizeOfflineSyncPendingFiles(options: {
|
|
203
|
+
baseFiles?: readonly OfflineSyncFileState[];
|
|
204
|
+
currentFiles: readonly OfflineSyncFileState[];
|
|
205
|
+
includeTranscripts?: boolean;
|
|
206
|
+
}): OfflineSyncChangesetSummary;
|
|
160
207
|
declare function applyOfflineSyncSnapshot(options: {
|
|
161
208
|
root: string;
|
|
162
209
|
snapshot: unknown;
|
|
163
210
|
baseFiles?: readonly OfflineSyncFileState[];
|
|
211
|
+
currentFiles?: readonly OfflineSyncFileState[];
|
|
212
|
+
deferredPaths?: readonly string[];
|
|
213
|
+
allowMissingConflictContent?: boolean;
|
|
164
214
|
writeConflictCopies?: boolean;
|
|
165
215
|
readFile?: (target: OfflineSyncFileTarget) => Promise<Buffer>;
|
|
216
|
+
readFileDigest?: (target: OfflineSyncFileTarget) => Promise<OfflineSyncFileDigest>;
|
|
166
217
|
writeFile?: (target: OfflineSyncFileWriteTarget) => Promise<void>;
|
|
167
218
|
deleteFile?: (target: OfflineSyncFileTarget) => Promise<void>;
|
|
168
219
|
}): Promise<OfflineSyncApplySnapshotResult>;
|
|
169
220
|
declare function applyOfflineSyncChangeset(options: {
|
|
170
221
|
root: string;
|
|
171
222
|
changeset: unknown;
|
|
223
|
+
currentFiles?: readonly OfflineSyncFileState[];
|
|
224
|
+
returnCurrentFiles?: boolean;
|
|
172
225
|
writeConflictCopies?: boolean;
|
|
173
226
|
readFile?: (target: OfflineSyncFileTarget) => Promise<Buffer>;
|
|
227
|
+
readFileDigest?: (target: OfflineSyncFileTarget) => Promise<OfflineSyncFileDigest>;
|
|
174
228
|
writeFile?: (target: OfflineSyncFileWriteTarget) => Promise<void>;
|
|
175
229
|
deleteFile?: (target: OfflineSyncFileTarget) => Promise<void>;
|
|
176
230
|
}): Promise<OfflineSyncApplyChangesetResult>;
|
|
@@ -186,6 +240,7 @@ declare function applyOfflineSyncFileContentChunk(options: {
|
|
|
186
240
|
baseSha256?: string;
|
|
187
241
|
includeTranscripts?: boolean;
|
|
188
242
|
readFile?: (target: OfflineSyncFileTarget) => Promise<Buffer>;
|
|
243
|
+
readFileDigest?: (target: OfflineSyncFileTarget) => Promise<OfflineSyncFileDigest>;
|
|
189
244
|
writeFile?: (target: OfflineSyncFileWriteTarget) => Promise<void>;
|
|
190
245
|
writeStagingFile?: (target: OfflineSyncFileStagingWriteTarget) => Promise<void>;
|
|
191
246
|
writeFileChunks?: (target: OfflineSyncFileWriteChunksTarget) => Promise<void>;
|
|
@@ -202,4 +257,4 @@ declare function offlineSyncStateFromSnapshot(options: {
|
|
|
202
257
|
declare function normalizeOfflineSyncState(input: unknown): OfflineSyncState;
|
|
203
258
|
declare function fileStatesFromSnapshot(snapshot: OfflineSyncSnapshot): OfflineSyncFileState[];
|
|
204
259
|
|
|
205
|
-
export { OFFLINE_SYNC_APPLY_MAX_BODY_BYTES, OFFLINE_SYNC_CHANGESET_FORMAT, OFFLINE_SYNC_FILE_CONTENT_MAX_CHUNK_BYTES, OFFLINE_SYNC_FILE_CONTENT_TRANSFER_CHUNK_BYTES, OFFLINE_SYNC_SNAPSHOT_FORMAT, OFFLINE_SYNC_STATE_VERSION, type OfflineSyncApplyChangesetResult, type OfflineSyncApplyFileContentChunkResult, type OfflineSyncApplySnapshotResult, type OfflineSyncChange, type OfflineSyncChangeset, type OfflineSyncChangesetSummary, type OfflineSyncConflict, type OfflineSyncFileContentChunk, type OfflineSyncFileRecord, type OfflineSyncFileStagingWriteTarget, type OfflineSyncFileState, type OfflineSyncFileTarget, type OfflineSyncFileWriteChunksTarget, type OfflineSyncFileWriteTarget, type OfflineSyncSnapshot, type OfflineSyncState, applyOfflineSyncChangeset, applyOfflineSyncFileContentChunk, applyOfflineSyncSnapshot, buildOfflineSyncChangeset, buildOfflineSyncSnapshot, buildOfflineSyncSnapshotForPaths, defaultOfflineSyncStatePath, fileStatesFromSnapshot, normalizeOfflineSyncChangeset, normalizeOfflineSyncSnapshot, normalizeOfflineSyncState, offlineSyncStateFromSnapshot, readOfflineSyncFileContentChunk, readOfflineSyncState, summarizeOfflineSyncChangeset, summarizeOfflineSyncPendingChanges, writeOfflineSyncState };
|
|
260
|
+
export { OFFLINE_SYNC_APPLY_MAX_BODY_BYTES, OFFLINE_SYNC_CHANGESET_FORMAT, OFFLINE_SYNC_FILE_CONTENT_MAX_CHUNK_BYTES, OFFLINE_SYNC_FILE_CONTENT_TRANSFER_CHUNK_BYTES, OFFLINE_SYNC_MAX_MTIME_MS, OFFLINE_SYNC_SNAPSHOT_BASE_MAX_BODY_BYTES, OFFLINE_SYNC_SNAPSHOT_FORMAT, OFFLINE_SYNC_STATE_VERSION, type OfflineSyncApplyChangesetResult, type OfflineSyncApplyFileContentChunkResult, type OfflineSyncApplySnapshotResult, type OfflineSyncChange, type OfflineSyncChangeset, type OfflineSyncChangesetSummary, type OfflineSyncConflict, type OfflineSyncFileContentChunk, type OfflineSyncFileDigest, type OfflineSyncFileRecord, type OfflineSyncFileStagingWriteTarget, type OfflineSyncFileState, type OfflineSyncFileTarget, type OfflineSyncFileWriteChunksTarget, type OfflineSyncFileWriteTarget, type OfflineSyncSnapshot, type OfflineSyncState, applyOfflineSyncChangeset, applyOfflineSyncFileContentChunk, applyOfflineSyncSnapshot, buildOfflineSyncChangeset, buildOfflineSyncChangesetFromSnapshot, buildOfflineSyncSnapshot, buildOfflineSyncSnapshotForPaths, buildOfflineSyncSnapshotFromBase, defaultOfflineSyncStatePath, fileStatesFromSnapshot, iterateOfflineSyncSnapshotFileRecords, normalizeOfflineSyncChangeset, normalizeOfflineSyncSnapshot, normalizeOfflineSyncState, offlineSyncStateFromSnapshot, readOfflineSyncFileContentChunk, readOfflineSyncState, shouldPreferIncomingOfflineRuntimeFile, summarizeOfflineSyncChangeset, summarizeOfflineSyncPendingChanges, summarizeOfflineSyncPendingFiles, writeOfflineSyncState };
|
package/dist/offline-sync.js
CHANGED
|
@@ -3,26 +3,33 @@ import {
|
|
|
3
3
|
OFFLINE_SYNC_CHANGESET_FORMAT,
|
|
4
4
|
OFFLINE_SYNC_FILE_CONTENT_MAX_CHUNK_BYTES,
|
|
5
5
|
OFFLINE_SYNC_FILE_CONTENT_TRANSFER_CHUNK_BYTES,
|
|
6
|
+
OFFLINE_SYNC_MAX_MTIME_MS,
|
|
7
|
+
OFFLINE_SYNC_SNAPSHOT_BASE_MAX_BODY_BYTES,
|
|
6
8
|
OFFLINE_SYNC_SNAPSHOT_FORMAT,
|
|
7
9
|
OFFLINE_SYNC_STATE_VERSION,
|
|
8
10
|
applyOfflineSyncChangeset,
|
|
9
11
|
applyOfflineSyncFileContentChunk,
|
|
10
12
|
applyOfflineSyncSnapshot,
|
|
11
13
|
buildOfflineSyncChangeset,
|
|
14
|
+
buildOfflineSyncChangesetFromSnapshot,
|
|
12
15
|
buildOfflineSyncSnapshot,
|
|
13
16
|
buildOfflineSyncSnapshotForPaths,
|
|
17
|
+
buildOfflineSyncSnapshotFromBase,
|
|
14
18
|
defaultOfflineSyncStatePath,
|
|
15
19
|
fileStatesFromSnapshot,
|
|
20
|
+
iterateOfflineSyncSnapshotFileRecords,
|
|
16
21
|
normalizeOfflineSyncChangeset,
|
|
17
22
|
normalizeOfflineSyncSnapshot,
|
|
18
23
|
normalizeOfflineSyncState,
|
|
19
24
|
offlineSyncStateFromSnapshot,
|
|
20
25
|
readOfflineSyncFileContentChunk,
|
|
21
26
|
readOfflineSyncState,
|
|
27
|
+
shouldPreferIncomingOfflineRuntimeFile,
|
|
22
28
|
summarizeOfflineSyncChangeset,
|
|
23
29
|
summarizeOfflineSyncPendingChanges,
|
|
30
|
+
summarizeOfflineSyncPendingFiles,
|
|
24
31
|
writeOfflineSyncState
|
|
25
|
-
} from "./chunk-
|
|
32
|
+
} from "./chunk-U7EJOMFC.js";
|
|
26
33
|
import "./chunk-I6K5FBRQ.js";
|
|
27
34
|
import "./chunk-AGZQD76C.js";
|
|
28
35
|
import "./chunk-MXFBBHJU.js";
|
|
@@ -34,24 +41,31 @@ export {
|
|
|
34
41
|
OFFLINE_SYNC_CHANGESET_FORMAT,
|
|
35
42
|
OFFLINE_SYNC_FILE_CONTENT_MAX_CHUNK_BYTES,
|
|
36
43
|
OFFLINE_SYNC_FILE_CONTENT_TRANSFER_CHUNK_BYTES,
|
|
44
|
+
OFFLINE_SYNC_MAX_MTIME_MS,
|
|
45
|
+
OFFLINE_SYNC_SNAPSHOT_BASE_MAX_BODY_BYTES,
|
|
37
46
|
OFFLINE_SYNC_SNAPSHOT_FORMAT,
|
|
38
47
|
OFFLINE_SYNC_STATE_VERSION,
|
|
39
48
|
applyOfflineSyncChangeset,
|
|
40
49
|
applyOfflineSyncFileContentChunk,
|
|
41
50
|
applyOfflineSyncSnapshot,
|
|
42
51
|
buildOfflineSyncChangeset,
|
|
52
|
+
buildOfflineSyncChangesetFromSnapshot,
|
|
43
53
|
buildOfflineSyncSnapshot,
|
|
44
54
|
buildOfflineSyncSnapshotForPaths,
|
|
55
|
+
buildOfflineSyncSnapshotFromBase,
|
|
45
56
|
defaultOfflineSyncStatePath,
|
|
46
57
|
fileStatesFromSnapshot,
|
|
58
|
+
iterateOfflineSyncSnapshotFileRecords,
|
|
47
59
|
normalizeOfflineSyncChangeset,
|
|
48
60
|
normalizeOfflineSyncSnapshot,
|
|
49
61
|
normalizeOfflineSyncState,
|
|
50
62
|
offlineSyncStateFromSnapshot,
|
|
51
63
|
readOfflineSyncFileContentChunk,
|
|
52
64
|
readOfflineSyncState,
|
|
65
|
+
shouldPreferIncomingOfflineRuntimeFile,
|
|
53
66
|
summarizeOfflineSyncChangeset,
|
|
54
67
|
summarizeOfflineSyncPendingChanges,
|
|
68
|
+
summarizeOfflineSyncPendingFiles,
|
|
55
69
|
writeOfflineSyncState
|
|
56
70
|
};
|
|
57
71
|
//# sourceMappingURL=offline-sync.js.map
|
package/dist/operator-toolkit.js
CHANGED
|
@@ -11,11 +11,11 @@ import {
|
|
|
11
11
|
summarizeMemoryWorthLegacyCounters,
|
|
12
12
|
summarizeObservationThroughput,
|
|
13
13
|
summarizeTierDistribution
|
|
14
|
-
} from "./chunk-
|
|
15
|
-
import "./chunk-
|
|
14
|
+
} from "./chunk-W6AQJ2PY.js";
|
|
15
|
+
import "./chunk-77H5NU3M.js";
|
|
16
16
|
import "./chunk-5HRY2WRF.js";
|
|
17
17
|
import "./chunk-YBPYIAA5.js";
|
|
18
|
-
import "./chunk-
|
|
18
|
+
import "./chunk-RR2PKP3I.js";
|
|
19
19
|
import "./chunk-575RMLWN.js";
|
|
20
20
|
import "./chunk-I5GLV3VE.js";
|
|
21
21
|
import "./chunk-NJ3MJQZX.js";
|
|
@@ -39,13 +39,13 @@ import "./chunk-MZH6EHNR.js";
|
|
|
39
39
|
import "./chunk-PHK3HARR.js";
|
|
40
40
|
import "./chunk-Z5LAYHGJ.js";
|
|
41
41
|
import "./chunk-PVGDJXVK.js";
|
|
42
|
-
import "./chunk-
|
|
42
|
+
import "./chunk-76FLAAUC.js";
|
|
43
43
|
import "./chunk-NNVTUXEB.js";
|
|
44
44
|
import "./chunk-U3PN77QT.js";
|
|
45
45
|
import "./chunk-RK2Y4XOM.js";
|
|
46
46
|
import "./chunk-2LSZVONP.js";
|
|
47
47
|
import "./chunk-WIICJPET.js";
|
|
48
|
-
import "./chunk-
|
|
48
|
+
import "./chunk-VBJ7V5SK.js";
|
|
49
49
|
import "./chunk-5UZXUTVO.js";
|
|
50
50
|
import "./chunk-NN2DKE4T.js";
|
|
51
51
|
import "./chunk-Q7P4WJDP.js";
|
package/dist/orchestrator.js
CHANGED
|
@@ -26,7 +26,7 @@ import {
|
|
|
26
26
|
sanitizeSessionKeyForFilename,
|
|
27
27
|
shouldFilterLifecycleRecallCandidate,
|
|
28
28
|
summarizeGraphShadowComparison
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-QLLBRHAT.js";
|
|
30
30
|
import "./chunk-WNARATI3.js";
|
|
31
31
|
import "./chunk-KOSORCJG.js";
|
|
32
32
|
import "./chunk-BFBF3XEF.js";
|
|
@@ -41,7 +41,7 @@ import "./chunk-TPDBFYEG.js";
|
|
|
41
41
|
import "./chunk-ZTFCYYEZ.js";
|
|
42
42
|
import "./chunk-TECVW3JP.js";
|
|
43
43
|
import "./chunk-RYED3SPJ.js";
|
|
44
|
-
import "./chunk-
|
|
44
|
+
import "./chunk-A6KTB5R6.js";
|
|
45
45
|
import "./chunk-U4SCL7B7.js";
|
|
46
46
|
import "./chunk-UHGBNIOS.js";
|
|
47
47
|
import "./chunk-FSFEQI74.js";
|
|
@@ -82,7 +82,7 @@ import "./chunk-54V4BZWP.js";
|
|
|
82
82
|
import "./chunk-QR3C7BKQ.js";
|
|
83
83
|
import "./chunk-EDTHC6UD.js";
|
|
84
84
|
import "./chunk-DB5A3NHS.js";
|
|
85
|
-
import "./chunk-
|
|
85
|
+
import "./chunk-43PJZYGL.js";
|
|
86
86
|
import "./chunk-6NKAQ74D.js";
|
|
87
87
|
import "./chunk-OAZ5MFUB.js";
|
|
88
88
|
import "./chunk-PYPOFEMK.js";
|
|
@@ -93,22 +93,22 @@ import "./chunk-Y4FHOFJ2.js";
|
|
|
93
93
|
import "./chunk-NMZY542O.js";
|
|
94
94
|
import "./chunk-3PG3H5TD.js";
|
|
95
95
|
import "./chunk-2NMMFZ5T.js";
|
|
96
|
-
import "./chunk-
|
|
97
|
-
import "./chunk-
|
|
96
|
+
import "./chunk-XSZEP4SF.js";
|
|
97
|
+
import "./chunk-4KGVTPGD.js";
|
|
98
98
|
import "./chunk-RHY3HH7P.js";
|
|
99
99
|
import "./chunk-EJI5XIBB.js";
|
|
100
100
|
import "./chunk-2PRQG7PV.js";
|
|
101
101
|
import "./chunk-LUDTDZLK.js";
|
|
102
|
-
import "./chunk-
|
|
102
|
+
import "./chunk-JA3AK3PT.js";
|
|
103
103
|
import "./chunk-PYXS46O7.js";
|
|
104
104
|
import "./chunk-3QKK7QOS.js";
|
|
105
105
|
import "./chunk-W4RVMTHR.js";
|
|
106
|
-
import "./chunk-
|
|
106
|
+
import "./chunk-SAZS2QZB.js";
|
|
107
107
|
import "./chunk-CULXMQJH.js";
|
|
108
108
|
import "./chunk-5375UYTQ.js";
|
|
109
109
|
import "./chunk-FF4KLI5W.js";
|
|
110
110
|
import "./chunk-EABGC2TL.js";
|
|
111
|
-
import "./chunk-
|
|
111
|
+
import "./chunk-RR2PKP3I.js";
|
|
112
112
|
import "./chunk-575RMLWN.js";
|
|
113
113
|
import "./chunk-I5GLV3VE.js";
|
|
114
114
|
import "./chunk-NJ3MJQZX.js";
|
|
@@ -166,7 +166,7 @@ import "./chunk-U3PN77QT.js";
|
|
|
166
166
|
import "./chunk-RK2Y4XOM.js";
|
|
167
167
|
import "./chunk-2LSZVONP.js";
|
|
168
168
|
import "./chunk-WIICJPET.js";
|
|
169
|
-
import "./chunk-
|
|
169
|
+
import "./chunk-VBJ7V5SK.js";
|
|
170
170
|
import "./chunk-5UZXUTVO.js";
|
|
171
171
|
import "./chunk-NN2DKE4T.js";
|
|
172
172
|
import "./chunk-Q7P4WJDP.js";
|
package/dist/schemas.d.ts
CHANGED
|
@@ -217,12 +217,12 @@ declare const EntityMentionSchema: z.ZodObject<{
|
|
|
217
217
|
title: z.ZodString;
|
|
218
218
|
facts: z.ZodArray<z.ZodString, "many">;
|
|
219
219
|
}, "strip", z.ZodTypeAny, {
|
|
220
|
-
title: string;
|
|
221
220
|
key: string;
|
|
221
|
+
title: string;
|
|
222
222
|
facts: string[];
|
|
223
223
|
}, {
|
|
224
|
-
title: string;
|
|
225
224
|
key: string;
|
|
225
|
+
title: string;
|
|
226
226
|
facts: string[];
|
|
227
227
|
}>, "many">>>;
|
|
228
228
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -230,8 +230,8 @@ declare const EntityMentionSchema: z.ZodObject<{
|
|
|
230
230
|
name: string;
|
|
231
231
|
facts: string[];
|
|
232
232
|
structuredSections?: {
|
|
233
|
-
title: string;
|
|
234
233
|
key: string;
|
|
234
|
+
title: string;
|
|
235
235
|
facts: string[];
|
|
236
236
|
}[] | null | undefined;
|
|
237
237
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -240,8 +240,8 @@ declare const EntityMentionSchema: z.ZodObject<{
|
|
|
240
240
|
name: string;
|
|
241
241
|
facts: string[];
|
|
242
242
|
structuredSections?: {
|
|
243
|
-
title: string;
|
|
244
243
|
key: string;
|
|
244
|
+
title: string;
|
|
245
245
|
facts: string[];
|
|
246
246
|
}[] | null | undefined;
|
|
247
247
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -468,12 +468,12 @@ declare const ProactiveExtractionResultSchema: z.ZodObject<{
|
|
|
468
468
|
title: z.ZodString;
|
|
469
469
|
facts: z.ZodArray<z.ZodString, "many">;
|
|
470
470
|
}, "strip", z.ZodTypeAny, {
|
|
471
|
-
title: string;
|
|
472
471
|
key: string;
|
|
472
|
+
title: string;
|
|
473
473
|
facts: string[];
|
|
474
474
|
}, {
|
|
475
|
-
title: string;
|
|
476
475
|
key: string;
|
|
476
|
+
title: string;
|
|
477
477
|
facts: string[];
|
|
478
478
|
}>, "many">>>;
|
|
479
479
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -481,8 +481,8 @@ declare const ProactiveExtractionResultSchema: z.ZodObject<{
|
|
|
481
481
|
name: string;
|
|
482
482
|
facts: string[];
|
|
483
483
|
structuredSections?: {
|
|
484
|
-
title: string;
|
|
485
484
|
key: string;
|
|
485
|
+
title: string;
|
|
486
486
|
facts: string[];
|
|
487
487
|
}[] | null | undefined;
|
|
488
488
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -491,8 +491,8 @@ declare const ProactiveExtractionResultSchema: z.ZodObject<{
|
|
|
491
491
|
name: string;
|
|
492
492
|
facts: string[];
|
|
493
493
|
structuredSections?: {
|
|
494
|
-
title: string;
|
|
495
494
|
key: string;
|
|
495
|
+
title: string;
|
|
496
496
|
facts: string[];
|
|
497
497
|
}[] | null | undefined;
|
|
498
498
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -549,8 +549,8 @@ declare const ProactiveExtractionResultSchema: z.ZodObject<{
|
|
|
549
549
|
name: string;
|
|
550
550
|
facts: string[];
|
|
551
551
|
structuredSections?: {
|
|
552
|
-
title: string;
|
|
553
552
|
key: string;
|
|
553
|
+
title: string;
|
|
554
554
|
facts: string[];
|
|
555
555
|
}[] | null | undefined;
|
|
556
556
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -598,8 +598,8 @@ declare const ProactiveExtractionResultSchema: z.ZodObject<{
|
|
|
598
598
|
name: string;
|
|
599
599
|
facts: string[];
|
|
600
600
|
structuredSections?: {
|
|
601
|
-
title: string;
|
|
602
601
|
key: string;
|
|
602
|
+
title: string;
|
|
603
603
|
facts: string[];
|
|
604
604
|
}[] | null | undefined;
|
|
605
605
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -778,12 +778,12 @@ declare const ExtractionResultSchema: z.ZodObject<{
|
|
|
778
778
|
title: z.ZodString;
|
|
779
779
|
facts: z.ZodArray<z.ZodString, "many">;
|
|
780
780
|
}, "strip", z.ZodTypeAny, {
|
|
781
|
-
title: string;
|
|
782
781
|
key: string;
|
|
782
|
+
title: string;
|
|
783
783
|
facts: string[];
|
|
784
784
|
}, {
|
|
785
|
-
title: string;
|
|
786
785
|
key: string;
|
|
786
|
+
title: string;
|
|
787
787
|
facts: string[];
|
|
788
788
|
}>, "many">>>;
|
|
789
789
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -791,8 +791,8 @@ declare const ExtractionResultSchema: z.ZodObject<{
|
|
|
791
791
|
name: string;
|
|
792
792
|
facts: string[];
|
|
793
793
|
structuredSections?: {
|
|
794
|
-
title: string;
|
|
795
794
|
key: string;
|
|
795
|
+
title: string;
|
|
796
796
|
facts: string[];
|
|
797
797
|
}[] | null | undefined;
|
|
798
798
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -801,8 +801,8 @@ declare const ExtractionResultSchema: z.ZodObject<{
|
|
|
801
801
|
name: string;
|
|
802
802
|
facts: string[];
|
|
803
803
|
structuredSections?: {
|
|
804
|
-
title: string;
|
|
805
804
|
key: string;
|
|
805
|
+
title: string;
|
|
806
806
|
facts: string[];
|
|
807
807
|
}[] | null | undefined;
|
|
808
808
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -873,8 +873,8 @@ declare const ExtractionResultSchema: z.ZodObject<{
|
|
|
873
873
|
name: string;
|
|
874
874
|
facts: string[];
|
|
875
875
|
structuredSections?: {
|
|
876
|
-
title: string;
|
|
877
876
|
key: string;
|
|
877
|
+
title: string;
|
|
878
878
|
facts: string[];
|
|
879
879
|
}[] | null | undefined;
|
|
880
880
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -928,8 +928,8 @@ declare const ExtractionResultSchema: z.ZodObject<{
|
|
|
928
928
|
name: string;
|
|
929
929
|
facts: string[];
|
|
930
930
|
structuredSections?: {
|
|
931
|
-
title: string;
|
|
932
931
|
key: string;
|
|
932
|
+
title: string;
|
|
933
933
|
facts: string[];
|
|
934
934
|
}[] | null | undefined;
|
|
935
935
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -998,12 +998,12 @@ declare const ConsolidationResultSchema: z.ZodObject<{
|
|
|
998
998
|
title: z.ZodString;
|
|
999
999
|
facts: z.ZodArray<z.ZodString, "many">;
|
|
1000
1000
|
}, "strip", z.ZodTypeAny, {
|
|
1001
|
-
title: string;
|
|
1002
1001
|
key: string;
|
|
1002
|
+
title: string;
|
|
1003
1003
|
facts: string[];
|
|
1004
1004
|
}, {
|
|
1005
|
-
title: string;
|
|
1006
1005
|
key: string;
|
|
1006
|
+
title: string;
|
|
1007
1007
|
facts: string[];
|
|
1008
1008
|
}>, "many">>>;
|
|
1009
1009
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1011,8 +1011,8 @@ declare const ConsolidationResultSchema: z.ZodObject<{
|
|
|
1011
1011
|
name: string;
|
|
1012
1012
|
facts: string[];
|
|
1013
1013
|
structuredSections?: {
|
|
1014
|
-
title: string;
|
|
1015
1014
|
key: string;
|
|
1015
|
+
title: string;
|
|
1016
1016
|
facts: string[];
|
|
1017
1017
|
}[] | null | undefined;
|
|
1018
1018
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -1021,8 +1021,8 @@ declare const ConsolidationResultSchema: z.ZodObject<{
|
|
|
1021
1021
|
name: string;
|
|
1022
1022
|
facts: string[];
|
|
1023
1023
|
structuredSections?: {
|
|
1024
|
-
title: string;
|
|
1025
1024
|
key: string;
|
|
1025
|
+
title: string;
|
|
1026
1026
|
facts: string[];
|
|
1027
1027
|
}[] | null | undefined;
|
|
1028
1028
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -1041,8 +1041,8 @@ declare const ConsolidationResultSchema: z.ZodObject<{
|
|
|
1041
1041
|
name: string;
|
|
1042
1042
|
facts: string[];
|
|
1043
1043
|
structuredSections?: {
|
|
1044
|
-
title: string;
|
|
1045
1044
|
key: string;
|
|
1045
|
+
title: string;
|
|
1046
1046
|
facts: string[];
|
|
1047
1047
|
}[] | null | undefined;
|
|
1048
1048
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -1061,8 +1061,8 @@ declare const ConsolidationResultSchema: z.ZodObject<{
|
|
|
1061
1061
|
name: string;
|
|
1062
1062
|
facts: string[];
|
|
1063
1063
|
structuredSections?: {
|
|
1064
|
-
title: string;
|
|
1065
1064
|
key: string;
|
|
1065
|
+
title: string;
|
|
1066
1066
|
facts: string[];
|
|
1067
1067
|
}[] | null | undefined;
|
|
1068
1068
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -7,15 +7,15 @@ import {
|
|
|
7
7
|
materializeAfterSemanticConsolidation,
|
|
8
8
|
parseConsolidationResponse,
|
|
9
9
|
parseOperatorAwareConsolidationResponse
|
|
10
|
-
} from "./chunk-
|
|
11
|
-
import "./chunk-
|
|
10
|
+
} from "./chunk-XSZEP4SF.js";
|
|
11
|
+
import "./chunk-4KGVTPGD.js";
|
|
12
12
|
import "./chunk-RHY3HH7P.js";
|
|
13
13
|
import {
|
|
14
14
|
resolveExtensionsRoot
|
|
15
15
|
} from "./chunk-EJI5XIBB.js";
|
|
16
16
|
import "./chunk-3UXOZBHV.js";
|
|
17
17
|
import "./chunk-U3PN77QT.js";
|
|
18
|
-
import "./chunk-
|
|
18
|
+
import "./chunk-VBJ7V5SK.js";
|
|
19
19
|
import "./chunk-5UZXUTVO.js";
|
|
20
20
|
import "./chunk-NN2DKE4T.js";
|
|
21
21
|
import "./chunk-Q7P4WJDP.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
promoteSemanticRuleFromMemory
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-MRILGULB.js";
|
|
4
|
+
import "./chunk-VBJ7V5SK.js";
|
|
5
5
|
import "./chunk-5UZXUTVO.js";
|
|
6
6
|
import "./chunk-NN2DKE4T.js";
|
|
7
7
|
import "./chunk-Q7P4WJDP.js";
|
package/dist/storage.d.ts
CHANGED
|
@@ -234,6 +234,11 @@ declare class StorageManager {
|
|
|
234
234
|
private writeStorageSecureFile;
|
|
235
235
|
private assertManagedStoragePath;
|
|
236
236
|
readOfflineSyncFile(filePath: string): Promise<Buffer>;
|
|
237
|
+
digestOfflineSyncFile(filePath: string): Promise<{
|
|
238
|
+
sha256: string;
|
|
239
|
+
bytes: number;
|
|
240
|
+
}>;
|
|
241
|
+
private offlineSyncFileIsEncrypted;
|
|
237
242
|
writeOfflineSyncFile(filePath: string, content: Buffer): Promise<void>;
|
|
238
243
|
writeOfflineSyncStagingFile(filePath: string, content: Buffer): Promise<void>;
|
|
239
244
|
writeOfflineSyncFileChunks(filePath: string, chunks: AsyncIterable<Buffer>): Promise<void>;
|
package/dist/storage.js
CHANGED