(cwd: string)
| 235 | |
| 236 | // ── Transcript detection (used only when capabilities.transcriptDiscovery === 'fs-watch') |
| 237 | transcriptDir?(cwd: string): string; |
| 238 | transcriptFileRe?: RegExp; |
| 239 | extractSessionId?(filename: string): string | null; |
| 240 |
no outgoing calls
no test coverage detected