Scrub references to older versions
Quality Gate / gate (push) Successful in 2m39s

This commit is contained in:
Jim Lancaster
2026-09-02 17:02:48 -05:00
parent eeb1888aa3
commit 065acad125
20 changed files with 70 additions and 545 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ async def seed_job(app_client: tuple[FastAPI, TestClient]) -> Callable[..., Awai
session.add(job_source)
await session.flush()
# V4.7: evidence lives on execution_attempt, not job_source.
# Evidence lives on execution_attempt, not job_source.
executed_at = datetime.now(UTC)
session.add(
ExecutionAttempt(