(workspaceId: string)
| 143 | } |
| 144 | |
| 145 | private getPartialPath(workspaceId: string): string { |
| 146 | return path.join(this.config.getSessionDir(workspaceId), this.PARTIAL_FILE); |
| 147 | } |
| 148 | |
| 149 | // ── Reverse-read infrastructure ───────────────────────────────────────────── |
| 150 | // Reads a history JSONL file from the tail to avoid O(total-history) parsing on |
no test coverage detected