Transcripts ------------------------------------------------------ RenderTranscript reads the harness's on-disk transcript for (cwd, sessionID) and writes a normalized human-readable form to w. Each impl owns both path resolution AND format decoding — claude's jsonl, codex's event log, gemini's sing
(cwd, sessionID string, compact bool, w io.Writer)
| 234 | // output to entries after tasks.session_started, but that elided |
| 235 | // all real work on retrospective `flow do --here` binds, where |
| 236 | // session_started is stamped at bind time AFTER the conversation.) |
| 237 | // Returns an error if the transcript can't be found or decoded. |
| 238 | RenderTranscript(cwd, sessionID string, compact bool, w io.Writer) error |
| 239 |
no outgoing calls
no test coverage detected