docs: clarify pruning behavior and setup TL;DR orientation

This commit is contained in:
Vincent Koc
2026-04-23 20:26:17 -07:00
parent a42bd94b21
commit 031c3b22de
2 changed files with 6 additions and 4 deletions

View File

@@ -147,7 +147,7 @@ What persists across messages depends on the mechanism:
- **Normal history** persists in the session transcript until compacted/pruned by policy.
- **Compaction** persists a summary into the transcript and keeps recent messages intact.
- **Pruning** removes old tool results from the _in-memory_ prompt for a run, but does not rewrite the transcript.
- **Pruning** drops old tool results from the _in-memory_ prompt to free context-window space, but does not rewrite the session transcript — the full history is still inspectable on disk.
Docs: [Session](/concepts/session), [Compaction](/concepts/compaction), [Session pruning](/concepts/session-pruning).