Three Persistence Channels
- Entity ID:
ent-20260423-p2a022000001 - Type:
concept - Scope:
private - Status:
active
Description
Claude Code persists session state across three independent channels: session transcripts (project-scoped JSONL, one per session), global prompt history (history.jsonl at the config home directory, reverse-read for Up-arrow), and subagent sidechains (separate .jsonl + .meta.json per subagent).
Key claims
- Three independent persistence channels
Relations
- Auditability Over Query Power Principle --[motivates]--> Three Persistence Channels