--- # claudbg-76fy title: Implement JSONL session file reader status: todo type: task created_at: 2026-03-27T19:39:15Z updated_at: 2026-03-27T19:39:15Z parent: claudbg-mztt --- Async function that reads a .jsonl file line by line using tokio, deserializes each line into SessionEntry, and skips/logs malformed lines gracefully. Must handle partial last lines (live session writes).