From 61284004142437d8cf798ea1479c12c3a491fe27 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Tue, 25 Aug 2026 20:28:20 +0200 Subject: [PATCH] ci(temp): ajoute un run de calibrate-tech-step-threshold.ts pour observation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Etape temporaire pour lire le sweep de seuils de confiance contre le vrai service tech-step-intent-service en CI (aucun Postgres/service disponible localement dans cette session) — sera retiree une fois CONFIDENCE_THRESHOLD recalibre dans tech-step-matcher.ts. Co-Authored-By: Claude Sonnet 5 --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba6ceff..c812299 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,6 +98,11 @@ jobs: - run: pnpm install --frozen-lockfile - run: pnpm --filter api exec prisma migrate deploy + # TEMPORAIRE — recalibration de CONFIDENCE_THRESHOLD (tech-step-matcher.ts) + # contre le vrai service Python démarré ci-dessus. À retirer une fois + # la valeur choisie et reportée dans le code (voir le plan de migration). + - run: pnpm --filter api exec prisma db seed + - run: pnpm --filter api exec tsx src/scripts/calibrate-tech-step-threshold.ts - run: pnpm --filter api test intent-service-test: