claude-sonnet-5 review: Phase 5 (final) implemented by gpt-5.3-codex
Quality Gate / gate (push) Failing after 37s

This commit is contained in:
Jim Lancaster
2026-08-20 16:14:44 -05:00
parent 8b08478c9d
commit eaeb0bc806
12 changed files with 129 additions and 118 deletions
-1
View File
@@ -4,7 +4,6 @@ from __future__ import annotations
from pathlib import Path
PROJECT_ROOT = Path(__file__).resolve().parents[1]
UI_ROOT = PROJECT_ROOT / "src" / "transcription" / "ui"
API_ROOT = PROJECT_ROOT / "src" / "transcription" / "api"