Skip to main content

Module tracker

Module tracker 

Source
Expand description

JSONL session file tracking for shim classifiers.

Tails agent session files for higher-fidelity state detection. Claude tracker: ~/.claude/projects/<cwd_encoded>/<session_id>.jsonl Codex tracker: ~/.codex/sessions/<year>/<month>/<day>/<session_id>.jsonl

Structs§

SessionTracker
Tracks an agent’s JSONL session file, tailing from EOF.

Enums§

TrackerVerdict
Verdict from the JSONL session tracker.

Functions§

merge_verdicts
Final merged state after combining screen and tracker verdicts.