@remnic/core 9.6.2 → 9.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/access-admin-ops-surface.d.ts +2 -2
- package/dist/access-admin-ops-surface.js +1 -1
- package/dist/access-boundary.d.ts +2 -2
- package/dist/access-boundary.js +2 -2
- package/dist/access-cli.js +8 -8
- package/dist/access-http.d.ts +2 -2
- package/dist/access-http.js +6 -6
- package/dist/access-identity-continuity-surface.d.ts +1 -1
- package/dist/access-identity-continuity-surface.js +1 -1
- package/dist/access-lcm-surface.d.ts +2 -2
- package/dist/access-lcm-surface.js +1 -1
- package/dist/access-mcp.d.ts +2 -2
- package/dist/access-mcp.js +5 -5
- package/dist/access-observe-write-surface.d.ts +2 -2
- package/dist/access-observe-write-surface.js +1 -1
- package/dist/access-operations-batch.js +3 -3
- package/dist/access-operations.d.ts +5 -5
- package/dist/access-operations.js +4 -4
- package/dist/access-recall-surface.d.ts +2 -2
- package/dist/access-recall-surface.js +1 -1
- package/dist/access-schema.d.ts +64 -64
- package/dist/{access-service-B_sc1w_k.d.ts → access-service-BjiJMXBo.d.ts} +1 -1
- package/dist/access-service.d.ts +2 -2
- package/dist/access-service.js +1 -1
- package/dist/access-surface-catalog.d.ts +2 -2
- package/dist/bootstrap.d.ts +1 -1
- package/dist/{chunk-F4I5NYBI.js → chunk-DKEBBOBM.js} +4 -4
- package/dist/{chunk-YAWJMR3Y.js → chunk-DTL3OPAJ.js} +4 -4
- package/dist/{chunk-7ARV32PI.js → chunk-F5NN5J7O.js} +3 -3
- package/dist/{chunk-4WRKKRTD.js → chunk-IVE2J73I.js} +6 -13
- package/dist/chunk-IVE2J73I.js.map +1 -0
- package/dist/{chunk-VRJG3HIZ.js → chunk-J7NJZPWW.js} +4 -4
- package/dist/{chunk-VRJG3HIZ.js.map → chunk-J7NJZPWW.js.map} +1 -1
- package/dist/{chunk-RRKPLLCC.js → chunk-N56UNLQ6.js} +3 -3
- package/dist/{chunk-M67TLMP6.js → chunk-R5OGPRLF.js} +2 -2
- package/dist/{chunk-GOEV7CYF.js → chunk-TML6D45I.js} +3 -3
- package/dist/{cli-CnRsWREp.d.ts → cli-BkZQIerV.d.ts} +2 -2
- package/dist/cli.d.ts +3 -3
- package/dist/cli.js +7 -7
- package/dist/explicit-capture.d.ts +1 -1
- package/dist/index.d.ts +4 -4
- package/dist/index.js +8 -8
- package/dist/mcp-memory-inspector-app.d.ts +2 -2
- package/dist/{orchestrator-NRLVXPpH.d.ts → orchestrator-BTbvvmgN.d.ts} +9 -34
- package/dist/orchestrator.d.ts +1 -1
- package/dist/orchestrator.js +8 -8
- package/dist/schemas.d.ts +74 -74
- package/dist/shared-context/manager.d.ts +8 -8
- package/dist/transfer/types.d.ts +66 -66
- package/package.json +2 -2
- package/src/access-admin-ops-surface.ts +1 -1
- package/src/access-service.ts +2 -2
- package/src/orchestration/entity-synthesis-coordinator.ts +8 -9
- package/src/orchestration/session-context.ts +3 -5
- package/src/orchestrator.ts +3 -25
- package/dist/chunk-4WRKKRTD.js.map +0 -1
- /package/dist/{chunk-F4I5NYBI.js.map → chunk-DKEBBOBM.js.map} +0 -0
- /package/dist/{chunk-YAWJMR3Y.js.map → chunk-DTL3OPAJ.js.map} +0 -0
- /package/dist/{chunk-7ARV32PI.js.map → chunk-F5NN5J7O.js.map} +0 -0
- /package/dist/{chunk-RRKPLLCC.js.map → chunk-N56UNLQ6.js.map} +0 -0
- /package/dist/{chunk-M67TLMP6.js.map → chunk-R5OGPRLF.js.map} +0 -0
- /package/dist/{chunk-GOEV7CYF.js.map → chunk-TML6D45I.js.map} +0 -0
|
@@ -319,7 +319,7 @@ import {
|
|
|
319
319
|
createCorrectionService,
|
|
320
320
|
detectPassiveCorrections,
|
|
321
321
|
qmdCollectionPathParts
|
|
322
|
-
} from "./chunk-
|
|
322
|
+
} from "./chunk-J7NJZPWW.js";
|
|
323
323
|
import {
|
|
324
324
|
importCapsule
|
|
325
325
|
} from "./chunk-CYWCKFCL.js";
|
|
@@ -15344,7 +15344,7 @@ var SessionContextCoordinator = class {
|
|
|
15344
15344
|
});
|
|
15345
15345
|
if (options?.dryRun !== true) {
|
|
15346
15346
|
try {
|
|
15347
|
-
await this.deps.
|
|
15347
|
+
await this.deps.entitySynthesisCoordinator.processQueue(
|
|
15348
15348
|
this.deps.storageDirNamespace(targetStorage.dir),
|
|
15349
15349
|
5
|
|
15350
15350
|
);
|
|
@@ -16646,9 +16646,6 @@ ${doc.content}` : doc.content,
|
|
|
16646
16646
|
const ns = namespace && namespace.length > 0 ? namespace : this.config.defaultNamespace;
|
|
16647
16647
|
return this.storageRouter.storageFor(ns);
|
|
16648
16648
|
}
|
|
16649
|
-
async processEntitySynthesisQueue(namespace, maxEntities = 5) {
|
|
16650
|
-
return this.entitySynthesisCoordinator.processQueue(namespace, maxEntities);
|
|
16651
|
-
}
|
|
16652
16649
|
async generateDaySummary(memories) {
|
|
16653
16650
|
return (this.sessionContextCoordinator ?? new SessionContextCoordinator(
|
|
16654
16651
|
selfDeps(this)
|
|
@@ -17274,14 +17271,10 @@ ${doc.content}` : doc.content,
|
|
|
17274
17271
|
async runConsolidation() {
|
|
17275
17272
|
return this.consolidationRunCoordinator.run();
|
|
17276
17273
|
}
|
|
17277
|
-
async optimizeCompressionGuidelines(options) {
|
|
17278
|
-
return this.compressionGuidelineCoordinator.optimizeCompressionGuidelines(options);
|
|
17279
|
-
}
|
|
17280
|
-
async activateCompressionGuidelineDraft(options) {
|
|
17281
|
-
return this.compressionGuidelineCoordinator.activateCompressionGuidelineDraft(options);
|
|
17282
|
-
}
|
|
17283
17274
|
// Issue #1526 (seam 4): compression-guideline learning moved to
|
|
17284
|
-
// CompressionGuidelineCoordinator.
|
|
17275
|
+
// CompressionGuidelineCoordinator. Public forwarding delegates were
|
|
17276
|
+
// removed; callers use the coordinator directly. This private helper
|
|
17277
|
+
// forwards recall-section formatting to the coordinator.
|
|
17285
17278
|
async buildCompressionGuidelineRecallSection() {
|
|
17286
17279
|
return this.compressionGuidelineCoordinator.buildCompressionGuidelineRecallSection();
|
|
17287
17280
|
}
|
|
@@ -22974,4 +22967,4 @@ export {
|
|
|
22974
22967
|
blendGraphExpandedRecallScore,
|
|
22975
22968
|
Orchestrator
|
|
22976
22969
|
};
|
|
22977
|
-
//# sourceMappingURL=chunk-
|
|
22970
|
+
//# sourceMappingURL=chunk-IVE2J73I.js.map
|