chore: sync derniers changements code/docs/tests avant restart services

This commit is contained in:
4NK IA 2025-09-18 16:39:25 +00:00
parent 9712d9f375
commit 3519b948f8
11 changed files with 93 additions and 100 deletions

View File

@ -41,5 +41,3 @@ FOLDER_HASH=xxxx FILE_HASH=yyyy ./tests/enrich_address_pipeline.test.sh
- OK: test validé
- SKIP: conditions non remplies (variables/env ou données manquantes)
- ERR: action attendue non réalisée

View File

@ -5,7 +5,7 @@
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>IA - Lecoffre.io</title>
<script type="module" crossorigin src="/assets/index-CedKFzDs.js"></script>
<script type="module" crossorigin src="/assets/index-D2TD1aux.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CLc7aCgS.css">
</head>
<body>

View File

@ -399,4 +399,3 @@ export async function getEnrichmentStatus(folderHash: string, fileHash: string,
if (!res.ok) throw new Error('Erreur statut enrichissement')
return res.json() as Promise<{ success: boolean; state?: string; sources?: string[]; message?: string }>
}

View File

@ -25,5 +25,3 @@ else
echo "[ERR] Statut introuvable: $STATUS_PATH" >&2
exit 1
fi

View File

@ -21,5 +21,3 @@ else
echo "[ERR] Extraction refusée (HTTP $HTTP_CODE)" >&2
exit 1
fi