ci(temp): ajoute un run de calibrate-tech-step-threshold.ts pour observation
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 <noreply@anthropic.com>
This commit is contained in:
parent
690125bec3
commit
6128400414
1 changed files with 5 additions and 0 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue