()
| 114 | // ── I/O ────────────────────────────────────────────────────────────────────── |
| 115 | |
| 116 | function failuresPath(): string { |
| 117 | return path.join(os.homedir(), '.qodex', 'failures.jsonl'); |
| 118 | } |
| 119 | |
| 120 | export async function recordFailure(ev: Omit<FailureEvent, 'ts'>): Promise<void> { |
| 121 | try { |
no outgoing calls
no test coverage detected