@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.
Files changed (34) hide show
  1. package/dist/access-admin-ops-surface.d.ts +2 -2
  2. package/dist/access-boundary.d.ts +2 -2
  3. package/dist/access-cli.js +2 -2
  4. package/dist/access-http.d.ts +2 -2
  5. package/dist/access-identity-continuity-surface.d.ts +1 -1
  6. package/dist/access-lcm-surface.d.ts +2 -2
  7. package/dist/access-mcp.d.ts +2 -2
  8. package/dist/access-observe-write-surface.d.ts +2 -2
  9. package/dist/access-operations.d.ts +2 -2
  10. package/dist/access-recall-surface.d.ts +2 -2
  11. package/dist/{access-service-BjiJMXBo.d.ts → access-service-DVrdUFNx.d.ts} +1 -1
  12. package/dist/access-service.d.ts +2 -2
  13. package/dist/access-surface-catalog.d.ts +2 -2
  14. package/dist/bootstrap.d.ts +1 -1
  15. package/dist/{chunk-DTL3OPAJ.js → chunk-BQUE75AB.js} +16 -6
  16. package/dist/chunk-BQUE75AB.js.map +1 -0
  17. package/dist/{chunk-IVE2J73I.js → chunk-MVAQLXM2.js} +1 -11
  18. package/dist/chunk-MVAQLXM2.js.map +1 -0
  19. package/dist/{cli-BkZQIerV.d.ts → cli-Dzh-d4Y3.d.ts} +32 -14
  20. package/dist/cli.d.ts +9 -9
  21. package/dist/cli.js +1 -1
  22. package/dist/explicit-capture.d.ts +1 -1
  23. package/dist/index.d.ts +4 -4
  24. package/dist/index.js +2 -2
  25. package/dist/mcp-memory-inspector-app.d.ts +2 -2
  26. package/dist/{orchestrator-BTbvvmgN.d.ts → orchestrator-DiFog4aM.d.ts} +8 -15
  27. package/dist/orchestrator.d.ts +1 -1
  28. package/dist/orchestrator.js +2 -2
  29. package/package.json +2 -2
  30. package/src/cli.ts +65 -9
  31. package/src/orchestration/tier-migration-coordinator.ts +7 -9
  32. package/src/orchestrator.ts +0 -16
  33. package/dist/chunk-DTL3OPAJ.js.map +0 -1
  34. 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-IVE2J73I.js.map
22960
+ //# sourceMappingURL=chunk-MVAQLXM2.js.map