Real sessions from SWE-chat illustrating key interaction patterns between users and coding agents. Each example is drawn from a real session in the dataset.
PrepareCommitMsg doesn't have access to the transcript path — that's passed to the Stop hook by Claude Code. What we do have in PrepareCommitMsg: session state (FilesTouched, BaseCommit, etc.) and staged changes from git. So we'd need to find another approach to access the transcript content.
session.CondensedTranscriptLines ...?
.graph.md files wrapping mermaid in markdown fences. I want it to output raw .mmd files instead.
.graph.md file wrapping mermaid in markdown fences (with a header and generated date). The .mmd file should contain raw mermaid only — no markdown wrapper. Two command files also reference .graph.md and will need updating.