refactor: prune unused extension exports

This commit is contained in:
Peter Steinberger
2026-05-01 10:24:35 +01:00
parent 8abf2977f4
commit 5c0388c253
7 changed files with 2 additions and 53 deletions

View File

@@ -1808,14 +1808,6 @@ async function runPhaseIfTriggered(
return { handled: true, reason: `memory-core: ${params.phase} dreaming processed` };
}
/**
* @deprecated Unified dreaming registration lives in registerShortTermPromotionDreaming().
*/
export function registerMemoryDreamingPhases(_api: OpenClawPluginApi): void {
// LEGACY(memory-v1): kept as a no-op compatibility shim while the unified
// dreaming controller owns startup reconciliation and heartbeat triggers.
}
export const __testing = {
runPhaseIfTriggered,
previewRemDreaming,