@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
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
} from "./chunk-KJTKLXTH.js";
|
|
4
4
|
import {
|
|
5
5
|
StorageManager
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-VBJ7V5SK.js";
|
|
7
7
|
import {
|
|
8
8
|
buildLifecycleEventsForMemory,
|
|
9
9
|
sortMemoryLifecycleEvents
|
|
@@ -59,4 +59,4 @@ async function rebuildMemoryLifecycleLedger(options) {
|
|
|
59
59
|
export {
|
|
60
60
|
rebuildMemoryLifecycleLedger
|
|
61
61
|
};
|
|
62
|
-
//# sourceMappingURL=chunk-
|
|
62
|
+
//# sourceMappingURL=chunk-BVF3AGJP.js.map
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
} from "./chunk-NZL6GGQE.js";
|
|
4
4
|
import {
|
|
5
5
|
StorageManager
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-VBJ7V5SK.js";
|
|
7
7
|
import {
|
|
8
8
|
getCachedEpisodeMap,
|
|
9
9
|
setCachedEpisodeMap
|
|
@@ -105,4 +105,4 @@ async function searchVerifiedEpisodes(options) {
|
|
|
105
105
|
export {
|
|
106
106
|
searchVerifiedEpisodes
|
|
107
107
|
};
|
|
108
|
-
//# sourceMappingURL=chunk-
|
|
108
|
+
//# sourceMappingURL=chunk-JA3AK3PT.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
StorageManager
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-VBJ7V5SK.js";
|
|
4
4
|
|
|
5
5
|
// src/semantic-rule-promotion.ts
|
|
6
6
|
function normalizeRuleWhitespace(value) {
|
|
@@ -132,4 +132,4 @@ async function promoteSemanticRuleFromMemory(options) {
|
|
|
132
132
|
export {
|
|
133
133
|
promoteSemanticRuleFromMemory
|
|
134
134
|
};
|
|
135
|
-
//# sourceMappingURL=chunk-
|
|
135
|
+
//# sourceMappingURL=chunk-MRILGULB.js.map
|
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
import {
|
|
23
23
|
CompoundingEngine,
|
|
24
24
|
defaultTierMigrationCycleBudget
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-A6KTB5R6.js";
|
|
26
26
|
import {
|
|
27
27
|
SharedContextManager
|
|
28
28
|
} from "./chunk-U4SCL7B7.js";
|
|
@@ -168,7 +168,7 @@ import {
|
|
|
168
168
|
buildEntityRecallSection,
|
|
169
169
|
entityRecentTranscriptLookbackHours,
|
|
170
170
|
readRecentEntityTranscriptEntries
|
|
171
|
-
} from "./chunk-
|
|
171
|
+
} from "./chunk-43PJZYGL.js";
|
|
172
172
|
import {
|
|
173
173
|
buildEventOrderRecallSection,
|
|
174
174
|
shouldRecallEventOrderEvidence
|
|
@@ -203,7 +203,7 @@ import {
|
|
|
203
203
|
materializeAfterSemanticConsolidation,
|
|
204
204
|
parseConsolidationResponse,
|
|
205
205
|
parseOperatorAwareConsolidationResponse
|
|
206
|
-
} from "./chunk-
|
|
206
|
+
} from "./chunk-XSZEP4SF.js";
|
|
207
207
|
import {
|
|
208
208
|
normalizeReplaySessionKey
|
|
209
209
|
} from "./chunk-2PRQG7PV.js";
|
|
@@ -212,13 +212,13 @@ import {
|
|
|
212
212
|
} from "./chunk-LUDTDZLK.js";
|
|
213
213
|
import {
|
|
214
214
|
searchVerifiedEpisodes
|
|
215
|
-
} from "./chunk-
|
|
215
|
+
} from "./chunk-JA3AK3PT.js";
|
|
216
216
|
import {
|
|
217
217
|
ThreadingManager
|
|
218
218
|
} from "./chunk-W4RVMTHR.js";
|
|
219
219
|
import {
|
|
220
220
|
searchVerifiedSemanticRules
|
|
221
|
-
} from "./chunk-
|
|
221
|
+
} from "./chunk-SAZS2QZB.js";
|
|
222
222
|
import {
|
|
223
223
|
searchWorkProductLedgerEntries
|
|
224
224
|
} from "./chunk-CULXMQJH.js";
|
|
@@ -230,7 +230,7 @@ import {
|
|
|
230
230
|
} from "./chunk-EABGC2TL.js";
|
|
231
231
|
import {
|
|
232
232
|
NamespaceStorageRouter
|
|
233
|
-
} from "./chunk-
|
|
233
|
+
} from "./chunk-RR2PKP3I.js";
|
|
234
234
|
import {
|
|
235
235
|
NamespaceSearchRouter
|
|
236
236
|
} from "./chunk-575RMLWN.js";
|
|
@@ -340,7 +340,7 @@ import {
|
|
|
340
340
|
normalizeAttributePairs,
|
|
341
341
|
normalizeEntityName,
|
|
342
342
|
parseEntityFile
|
|
343
|
-
} from "./chunk-
|
|
343
|
+
} from "./chunk-VBJ7V5SK.js";
|
|
344
344
|
import {
|
|
345
345
|
attachCitation,
|
|
346
346
|
hasCitationForTemplate,
|
|
@@ -12433,4 +12433,4 @@ export {
|
|
|
12433
12433
|
resolvePersistedMemoryRelativePath,
|
|
12434
12434
|
Orchestrator
|
|
12435
12435
|
};
|
|
12436
|
-
//# sourceMappingURL=chunk-
|
|
12436
|
+
//# sourceMappingURL=chunk-QLLBRHAT.js.map
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
} from "./chunk-U3PN77QT.js";
|
|
4
4
|
import {
|
|
5
5
|
StorageManager
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-VBJ7V5SK.js";
|
|
7
7
|
|
|
8
8
|
// src/namespaces/storage.ts
|
|
9
9
|
import path from "path";
|
|
@@ -60,4 +60,4 @@ var NamespaceStorageRouter = class {
|
|
|
60
60
|
export {
|
|
61
61
|
NamespaceStorageRouter
|
|
62
62
|
};
|
|
63
|
-
//# sourceMappingURL=chunk-
|
|
63
|
+
//# sourceMappingURL=chunk-RR2PKP3I.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
|
getCachedRuleMemories,
|
|
6
6
|
setCachedRuleMemories
|
|
@@ -115,4 +115,4 @@ async function searchVerifiedSemanticRules(options) {
|
|
|
115
115
|
export {
|
|
116
116
|
searchVerifiedSemanticRules
|
|
117
117
|
};
|
|
118
|
-
//# sourceMappingURL=chunk-
|
|
118
|
+
//# sourceMappingURL=chunk-SAZS2QZB.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
StorageManager,
|
|
3
3
|
normalizeEntityName
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-VBJ7V5SK.js";
|
|
5
5
|
import {
|
|
6
6
|
readEnvVar,
|
|
7
7
|
resolveHomeDir
|
|
@@ -824,4 +824,4 @@ export {
|
|
|
824
824
|
resolveBriefingSaveDir,
|
|
825
825
|
briefingFilename
|
|
826
826
|
};
|
|
827
|
-
//# sourceMappingURL=chunk-
|
|
827
|
+
//# sourceMappingURL=chunk-SIC6U3GZ.js.map
|
|
@@ -44,12 +44,12 @@ import {
|
|
|
44
44
|
} from "./chunk-TPMQ3G6Z.js";
|
|
45
45
|
import {
|
|
46
46
|
rebuildMemoryLifecycleLedger
|
|
47
|
-
} from "./chunk-
|
|
47
|
+
} from "./chunk-BVF3AGJP.js";
|
|
48
48
|
import {
|
|
49
49
|
rebuildMemoryProjection,
|
|
50
50
|
repairMemoryProjection,
|
|
51
51
|
verifyMemoryProjection
|
|
52
|
-
} from "./chunk-
|
|
52
|
+
} from "./chunk-2IWUMAES.js";
|
|
53
53
|
import {
|
|
54
54
|
rebuildObservations
|
|
55
55
|
} from "./chunk-PZIAX57I.js";
|
|
@@ -64,7 +64,7 @@ import {
|
|
|
64
64
|
} from "./chunk-TMM4S4IJ.js";
|
|
65
65
|
import {
|
|
66
66
|
promoteSemanticRuleFromMemory
|
|
67
|
-
} from "./chunk-
|
|
67
|
+
} from "./chunk-MRILGULB.js";
|
|
68
68
|
import {
|
|
69
69
|
resolveAgentAccessAuthToken
|
|
70
70
|
} from "./chunk-MXC3AP5I.js";
|
|
@@ -92,12 +92,12 @@ import {
|
|
|
92
92
|
runOperatorInventory,
|
|
93
93
|
runOperatorRepair,
|
|
94
94
|
runOperatorSetup
|
|
95
|
-
} from "./chunk-
|
|
95
|
+
} from "./chunk-W6AQJ2PY.js";
|
|
96
96
|
import {
|
|
97
97
|
listNamespaces,
|
|
98
98
|
runNamespaceMigration,
|
|
99
99
|
verifyNamespaces
|
|
100
|
-
} from "./chunk-
|
|
100
|
+
} from "./chunk-77H5NU3M.js";
|
|
101
101
|
import {
|
|
102
102
|
GraphDashboardServer
|
|
103
103
|
} from "./chunk-ZPKBYX2F.js";
|
|
@@ -110,7 +110,7 @@ import {
|
|
|
110
110
|
} from "./chunk-LUDTDZLK.js";
|
|
111
111
|
import {
|
|
112
112
|
searchVerifiedEpisodes
|
|
113
|
-
} from "./chunk-
|
|
113
|
+
} from "./chunk-JA3AK3PT.js";
|
|
114
114
|
import {
|
|
115
115
|
getUtilityLearningStatus,
|
|
116
116
|
learnUtilityPromotionWeights
|
|
@@ -124,7 +124,7 @@ import {
|
|
|
124
124
|
} from "./chunk-W4RVMTHR.js";
|
|
125
125
|
import {
|
|
126
126
|
searchVerifiedSemanticRules
|
|
127
|
-
} from "./chunk-
|
|
127
|
+
} from "./chunk-SAZS2QZB.js";
|
|
128
128
|
import {
|
|
129
129
|
getWorkProductLedgerStatus,
|
|
130
130
|
recordWorkProductLedgerEntry,
|
|
@@ -196,13 +196,13 @@ import {
|
|
|
196
196
|
} from "./chunk-NGAVDO7E.js";
|
|
197
197
|
import {
|
|
198
198
|
EngramAccessHttpServer
|
|
199
|
-
} from "./chunk-
|
|
199
|
+
} from "./chunk-YU5KIWYQ.js";
|
|
200
200
|
import {
|
|
201
201
|
EngramMcpServer
|
|
202
|
-
} from "./chunk-
|
|
202
|
+
} from "./chunk-3ZLVGM76.js";
|
|
203
203
|
import {
|
|
204
204
|
EngramAccessService
|
|
205
|
-
} from "./chunk-
|
|
205
|
+
} from "./chunk-ZAVUCJ4H.js";
|
|
206
206
|
import {
|
|
207
207
|
WorkStorage
|
|
208
208
|
} from "./chunk-WELDCG6C.js";
|
|
@@ -224,7 +224,7 @@ import {
|
|
|
224
224
|
readMemoryGovernanceRunArtifact,
|
|
225
225
|
restoreMemoryGovernanceRun,
|
|
226
226
|
runMemoryGovernance
|
|
227
|
-
} from "./chunk-
|
|
227
|
+
} from "./chunk-76FLAAUC.js";
|
|
228
228
|
import {
|
|
229
229
|
selectRouteRule,
|
|
230
230
|
validateRouteTarget
|
|
@@ -6755,4 +6755,4 @@ export {
|
|
|
6755
6755
|
resolveMemoryDirForNamespace,
|
|
6756
6756
|
registerCli
|
|
6757
6757
|
};
|
|
6758
|
-
//# sourceMappingURL=chunk-
|
|
6758
|
+
//# sourceMappingURL=chunk-TPU5L5EY.js.map
|