Files
openclaw/extensions/memory-core/src/cli.runtime.ts
Peter Steinberger f0bf74bad4 feat(memory): backfill retained session transcripts (#115162)
* feat(memory): enumerate retained session transcripts

* feat(memory): add session transcript backfill

* test(memory): cover session backfill workflows

* docs(memory): document session transcript backfill

* fix(memory): preserve oldest session backfill ordering

* fix(memory): harden session archive backfill

* test(memory): prove owner-turn provenance gating

* fix(memory): persist session backfill progress

* fix(memory): preserve ranged backfill progress

* fix(memory): order per-file backfill candidates

* fix(memory): retain paged backfill diary entries

* fix(memory): preserve rem backfill diary history

* fix(memory): adapt backfill to retained session identity

* fix(memory): keep rem backfill preview-only

* fix(memory): satisfy backfill CI guards
2026-07-28 08:12:30 -04:00

13 lines
307 B
TypeScript

export {
runMemoryIndex,
runMemoryPromote,
runMemoryPromoteExplain,
runMemorySearch,
} from "./cli-index-search.runtime.js";
export {
runMemoryRemBackfill,
runMemoryRemHarness,
runMemorySessionBackfill,
} from "./cli-rem.runtime.js";
export { runMemoryStatus } from "./cli-status.runtime.js";