| 74 | } |
| 75 | |
| 76 | type rawInput struct { |
| 77 | Command string `json:"command"` |
| 78 | FilePath string `json:"file_path"` |
| 79 | } |
| 80 | |
| 81 | // ScanJSONL reads a Claude session jsonl byte-stream and extracts a |
| 82 | // FileRollup. ownSlug is the slug of the task that owns this transcript, |
nothing calls this directly
no outgoing calls
no test coverage detected