MCPcopy Create free account
hub / github.com/Facets-cloud/flow / RenderTranscript

Method RenderTranscript

internal/harness/harness.go:236–236  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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

Callers 1

cmdTranscriptFunction · 0.65

Implementers 1

claudeinternal/harness/claude/claude.go

Calls

no outgoing calls

Tested by

no test coverage detected