@remnic/core 9.6.4 → 9.6.6
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-boundary.d.ts +2 -2
- package/dist/access-cli.js +2 -2
- package/dist/access-http.d.ts +2 -2
- package/dist/access-identity-continuity-surface.d.ts +1 -1
- package/dist/access-lcm-surface.d.ts +2 -2
- package/dist/access-mcp.d.ts +2 -2
- package/dist/access-observe-write-surface.d.ts +2 -2
- package/dist/access-operations.d.ts +2 -2
- package/dist/access-recall-surface.d.ts +2 -2
- package/dist/{access-service-BjiJMXBo.d.ts → access-service-DVrdUFNx.d.ts} +1 -1
- package/dist/access-service.d.ts +2 -2
- package/dist/access-surface-catalog.d.ts +2 -2
- package/dist/bootstrap.d.ts +1 -1
- package/dist/{chunk-DTL3OPAJ.js → chunk-BQUE75AB.js} +16 -6
- package/dist/chunk-BQUE75AB.js.map +1 -0
- package/dist/{chunk-IVE2J73I.js → chunk-MVAQLXM2.js} +1 -11
- package/dist/chunk-MVAQLXM2.js.map +1 -0
- package/dist/{cli-BkZQIerV.d.ts → cli-Dzh-d4Y3.d.ts} +32 -14
- package/dist/cli.d.ts +9 -9
- package/dist/cli.js +1 -1
- package/dist/explicit-capture.d.ts +1 -1
- package/dist/index.d.ts +4 -4
- package/dist/index.js +2 -2
- package/dist/mcp-memory-inspector-app.d.ts +2 -2
- package/dist/{orchestrator-BTbvvmgN.d.ts → orchestrator-DiFog4aM.d.ts} +8 -15
- package/dist/orchestrator.d.ts +1 -1
- package/dist/orchestrator.js +2 -2
- package/package.json +2 -2
- package/src/cli.ts +65 -9
- package/src/orchestration/tier-migration-coordinator.ts +7 -9
- package/src/orchestrator.ts +0 -16
- package/dist/chunk-DTL3OPAJ.js.map +0 -1
- package/dist/chunk-IVE2J73I.js.map +0 -1
|
@@ -17174,16 +17174,6 @@ ${doc.content}` : doc.content,
|
|
|
17174
17174
|
async runTierMigrationCycle(storage, trigger, options) {
|
|
17175
17175
|
return this.tierMigrationCoordinator.runCycle(storage, trigger, options);
|
|
17176
17176
|
}
|
|
17177
|
-
async getTierMigrationStatus() {
|
|
17178
|
-
return this.tierMigrationStatus.get();
|
|
17179
|
-
}
|
|
17180
|
-
async runTierMigrationNow(options) {
|
|
17181
|
-
return this.runTierMigrationCycle(this.storage, "manual", {
|
|
17182
|
-
dryRun: options?.dryRun === true,
|
|
17183
|
-
limitOverride: options?.limit,
|
|
17184
|
-
force: false
|
|
17185
|
-
});
|
|
17186
|
-
}
|
|
17187
17177
|
maybeScheduleConsolidation(nonZeroExtraction) {
|
|
17188
17178
|
this.maintenanceScheduler.maybeScheduleConsolidation(
|
|
17189
17179
|
nonZeroExtraction,
|
|
@@ -22967,4 +22957,4 @@ export {
|
|
|
22967
22957
|
blendGraphExpandedRecallScore,
|
|
22968
22958
|
Orchestrator
|
|
22969
22959
|
};
|
|
22970
|
-
//# sourceMappingURL=chunk-
|
|
22960
|
+
//# sourceMappingURL=chunk-MVAQLXM2.js.map
|