Skip to content

Commit d8e6bcc

Browse files
docs: review fixes for mason-written pages
Corrected against source: /ctx-recomp emits no facts (structural-only), §N§ tags are not historian boundaries, user_memories default is ON, caveman config path post-graduation. Co-authored-by: Alfonso [Magic Context] <288211368+alfonso-magic-context@users.noreply.github.com>
1 parent 2e65236 commit d8e6bcc

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/docs/src/content/docs/concepts/session-modes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The automatic-only mode. The agent-facing reduction machinery is removed:
2323

2424
Everything else keeps running: the historian still compresses, heuristic drops still fire at the execute threshold, compartments still inject, memory still works, and synthetic-todowrite and auto-search hints still appear.
2525

26-
This mode is for users who want a fully automatic pipeline. You can optionally enable caveman text compression (`experimental.caveman_text_compression.enabled`) to recover some of the benefit that manual `ctx_reduce` provides for long user and assistant text parts. See the [configuration reference](/reference/configuration/) for the setting.
26+
This mode is for users who want a fully automatic pipeline. You can optionally enable caveman text compression (`caveman_text_compression.enabled`) to recover some of the benefit that manual `ctx_reduce` provides for long user and assistant text parts. See the [configuration reference](/reference/configuration/) for the setting.
2727

2828
### Subagent
2929

packages/docs/src/content/docs/getting-started/first-session.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Every message in your session is assigned a tag — a short identifier like `§1
3636
Tags serve two purposes:
3737

3838
- **Reference points** for the agent when calling `ctx_reduce` to mark stale content for removal
39-
- **Boundaries** for the historian when it creates compartments
39+
- **Bookkeeping** for Magic Context's automatic cleanup, which tracks every piece of content by tag
4040

4141
You will see tag references in the `/ctx-status` output and in `ctx_reduce` nudges. They are internal tracking identifiers; you do not need to interact with them directly.
4242

packages/docs/src/content/docs/reference/commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Use **`/ctx-session-upgrade`** for legacy session format upgrades, not `/ctx-rec
3535

3636
## /ctx-recomp
3737

38-
**What it does.** Rebuilds compartments from raw history; a **full** run also re-extracts facts. Partial runs snap your range to compartment boundaries.
38+
**What it does.** Rebuilds compartments from raw history — structure only. Recomp never writes memories or facts, so your curated project memory is untouched. Partial runs snap your range to compartment boundaries.
3939

4040
**When to use it.** Wrong or missing summaries/facts, or deliberate rebuild after historian config changes.
4141

packages/docs/src/content/docs/reference/dashboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Experimental **user-level** memories (separate from project memory): promoted en
8181
- **Edit** content, **dismiss**, or **delete** promoted memories.
8282
- **Delete** candidates you do not want promoted.
8383

84-
Requires the experimental user-memories feature in config.
84+
Controlled by `dreamer.user_memories.enabled` (on by default; set `false` to disable collection).
8585

8686
<!-- screenshot: user-memories -->
8787

0 commit comments

Comments
 (0)