Expand description
Dream process — 4-phase background memory consolidation.
Phase 1: Orient — scan current state, build map Phase 2: Gather Signal — find patterns, auto-protect, auto-classify Phase 3: Consolidate — compress, dedupe, resolve conflicts Phase 4: Prune & Index — update ROOT, remove stale entries
Supports checkpointing for crash recovery.
Structs§
- Consolidation
Plan - Consolidation plan from Phase 3.
- Decay
Candidate - A decay/deletion candidate.
- Dream
Checkpoint - Dream execution state (checkpoint for crash recovery).
- Dream
Config - Configuration extracted for Dream use.
- Dream
Process - The Dream process — 4-phase background memory consolidation.
- Dream
Report - Report from a dream (consolidation) run.
- Dream
State - State snapshot from Phase 1 (Orient).
- Merge
Plan - A merge plan for duplicate entries.
- Page
Rank Update - A PageRank-based importance update.
- Protection
Change - A protection level change.
- Reclassify
Plan - A type reclassification plan.
- Tier
Change - A tier change suggestion.
- Type
Promotion - A type promotion suggestion.
Enums§
- Memory
Signal - A signal detected during Dream Phase 2.