From ecc5a233a74d76e98fddc0b8b6a981b7e6fe6945 Mon Sep 17 00:00:00 2001 From: Dom Date: Sat, 9 May 2026 14:49:57 +0200 Subject: [PATCH] =?UTF-8?q?docs(dette):=20cr=C3=A9ation=20DETTE-013=20env?= =?UTF-8?q?=20tests=20dev=20local?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 (1M context) --- docs/DETTE_TECHNIQUE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/DETTE_TECHNIQUE.md b/docs/DETTE_TECHNIQUE.md index d7e68edaf..bdf3f580a 100644 --- a/docs/DETTE_TECHNIQUE.md +++ b/docs/DETTE_TECHNIQUE.md @@ -28,6 +28,7 @@ P0 / P1 / P2 / P3 (alignées sur convention handoffs) | DETTE-010 | 2026-05-09 | 2026-05-09 | P1 | OPEN | Vérifier preprocessor_config.json du checkpoint Qwen3-VL-8B-AWQ après téléchargement HF (en cours session 2026-05-09). Comparer avec MAX_PIXELS_DEFAULT = 1_003_520 du module smart_resize. Si divergence, ajuster défaut module ou paramètres explicites côté call sites. Bloquant pour Étape 2 (validation grounding isolée). | docs/MIGRATION_VLM_PLAN_2026-05-09.md + commit feat(grounding): module smart_resize officiel | | DETTE-011 | 2026-05-09 | 2026-05-23 | P2 | OPEN | Bug `cv2.gapi.wip.draw.Text` manquant en Python 3.12 (déclenché par import `agent_v0.server_v1` dans tests/unit/conftest.py:26). Bloque pytest-cov sur tous les tests qui importent la chaîne. Contournement actuel : stub cv2 + coverage API directe. Investigation : version cv2 vs Python 3.12 compat, ou import conditionnel dans conftest. | session 2026-05-09 (découvert pendant TDD smart_resize) | | DETTE-012 | 2026-05-09 | 2026-05-23 | P3 | OPEN | Migration backend grounding vers vLLM (option mentionnée dans plan migration mais infra absente : pas d'install vLLM, pas de service systemd dédié). Choix Transformers direct retenu pour fix DETTE-006. Migration vLLM à instruire séparément si bénéfice mesuré post-démo Kerella. | docs/MIGRATION_VLM_PLAN_2026-05-09.md + investigation infra session 2026-05-09 | +| DETTE-013 | 2026-05-09 | 2026-05-23 | P2 | OPEN | Environnement de tests dev local cassé : pytest tests/unit/ déclenche sys.exit(1) via import api_stream sans RPA_API_TOKEN/RPA_AUTH_DISABLED définis (api_stream.py:135, fail-closed sécurité commit 93ef93e56). Combiné avec DETTE-011 (cv2 dans conftest), la batterie de tests unitaires complète n'est pas exécutable en dev local sans configuration environnement spécifique. À documenter (env vars requises) ou refactor (découpler tests purs des tests chargeant api_stream). | session 2026-05-09 (découvert pendant validation refactor bbox_parser) | ## Convention de référencement