Skip to main content

Module checkpoint

Module checkpoint 

Source
Expand description

Checkpoint creation — saves a conversation snapshot before context compression.

Supports two paths:

  1. JSONL hook — called by Claude Code PreCompact hook (standalone)
  2. Pulse-null — called with in-memory Messages (behind feature flag)

Functions§

run_from_hook
Checkpoint from a JSONL transcript (Claude Code hook). Reads hook input from stdin.
run_from_hook_with_paths