You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
383 B
383 B
| title | status | type | created_at | updated_at | parent |
|---|---|---|---|---|---|
| Implement JSONL session file reader | todo | task | 2026-03-27T19:39:15Z | 2026-03-27T19:39:15Z | 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).