From 2b538464e1aca5577563f90d46b68b10f7ff9f2e Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 4 Apr 2026 06:31:30 +0100 Subject: [PATCH] fix(docs): format dreaming memory tables --- docs/concepts/memory-dreaming.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/concepts/memory-dreaming.md b/docs/concepts/memory-dreaming.md index b96628df175..0d7e20e8818 100644 --- a/docs/concepts/memory-dreaming.md +++ b/docs/concepts/memory-dreaming.md @@ -39,12 +39,12 @@ Promotion requires all configured threshold gates to pass, not just one signal. ### Signal weights -| Signal | Weight | Description | -| --------- | ------ | -------------------------------------------------- | -| Frequency | 0.35 | How often the same entry was recalled | -| Relevance | 0.35 | Average recall scores when retrieved | -| Diversity | 0.15 | Count of distinct query intents that surfaced it | -| Recency | 0.15 | Temporal decay (14-day half-life) | +| Signal | Weight | Description | +| --------- | ------ | ------------------------------------------------ | +| Frequency | 0.35 | How often the same entry was recalled | +| Relevance | 0.35 | Average recall scores when retrieved | +| Diversity | 0.15 | Count of distinct query intents that surfaced it | +| Recency | 0.15 | Temporal decay (14-day half-life) | ## How it works @@ -62,12 +62,12 @@ Promotion requires all configured threshold gates to pass, not just one signal. `dreaming.mode` controls cadence and default thresholds: -| Mode | Cadence | minScore | minRecallCount | minUniqueQueries | -| ------ | ------------- | -------- | -------------- | ---------------- | -| `off` | Disabled | -- | -- | -- | -| `core` | Daily 3 AM | 0.75 | 3 | 2 | -| `rem` | Every 6 hours | 0.85 | 4 | 3 | -| `deep` | Every 12 hours | 0.80 | 3 | 3 | +| Mode | Cadence | minScore | minRecallCount | minUniqueQueries | +| ------ | -------------- | -------- | -------------- | ---------------- | +| `off` | Disabled | -- | -- | -- | +| `core` | Daily 3 AM | 0.75 | 3 | 2 | +| `rem` | Every 6 hours | 0.85 | 4 | 3 | +| `deep` | Every 12 hours | 0.80 | 3 | 3 | ## Scheduling model