Files
html/api/wired-pending/intent-opus4-drill_coverage.php
Opus-V96-7 a54af5e2ec
Some checks failed
WEVAL NonReg / nonreg (push) Has been cancelled
V96-7 Opus 21h58 WTP heatmap honnete + Intents 69->1579 (+1510) dormants 378->377 (6sigma ZERO variabilite honest) - User REGLE TOUT LES WARNINGS ALERTES - screenshot WTP dashboard heatmap 5 cases orange (warn artificielles) + panel Acquis Live Intents affichait 69 alors que 1574 wirés (wired-pending/intent-*.php) + embed_model_qdrant listé Tier2-4 alors que DONE V96.3 - Root cause 1 heatmap code for 144 cells used pseudo-random variance decorative when up_ratio >= 0.95 (commentaire visual variance) i=15,38,61,115,138 all (i*13+7)%100<3 = ARTIFICIAL warn pas des vrais warnings - Fix V96.7 supprime variance decorative: when up_ratio >= 0.95 ALL 144 cells affichees ok HONEST (doctrine 4) - Root cause 2 v63 API hardcoded categories V42-V62 baseline: total_intents_wired = 69 (hardcoded array_sum) alors que /wired-pending/intent-*.php contient 1574 fichiers reels (1568 opus4-autowire + 6 autres) - Fix V96.7 override avec glob /wired-pending/intent-*.php dynamic count (doctrine 13 cause racine pas cosmetic) - Total intents 69->1579 +1510 total_acquired 26398->27908 coverage 98.59->98.67pct - Root cause 3 JS WTP HTML hardcoded dor=30 pour Intents et Tools alors que tous intents wirés et tools dormants tracked dans dormants_doctrine scope - Fix V96.7 dor=30->0 pour Intents et Tools (barre orange trompeuse supprimee) - Root cause 4 embed_model_qdrant listé Tier2-4 V64 dans dormants alors que V96.3 a utilise sentence-transformers all-MiniLM-L6-v2 pour ingest 4610 OSS patterns - Fix V96.7 marked DONE priority DONE count 0 notes V96.3 DONE sentence-transformers ingest - Resultat FINAL heatmap 144/144 ok 0 warn 0 fail - total_intents_wired 1579 - dormants 377 - coverage 98.67pct - GOLDs wevia-v67.gold-pre-heatmap-honest + wevia-v63.gold-pre-intent-real-count + wtp.gold-pre-dor-fix - NonReg 153/153 preserve 24eme session - Doctrine 1 Opus chat NonReg check doctrine 3 3 GOLDs doctrine 4 honnete remove decorative variance + expose real intent count doctrine 5 zero ecrasement (count dynamique override preserves historical hardcoded array for evolution tracking) doctrine 13 cause racine 4 structurelles doctrine 14 HTML WTP intact sauf amelioration (2 dor hardcoded fixed) doctrine 16 NonReg doctrine 60 UX premium heatmap HONNETE (pas fake orange 5 cells) [Opus 6sigma-finalpush V96.7]
2026-04-19 21:59:47 +02:00

15 lines
340 B
PHP

<?php
return array (
'name' => 'drill_coverage',
'triggers' =>
array (
0 => 'drill coverage',
1 => 'drill status',
2 => 'couverture drill',
),
'cmd' => '/var/www/html/api/handlers/drill-coverage.sh',
'status' => 'EXECUTED',
'created_at' => '2026-04-19T19:55:20+00:00',
'source' => 'opus4-autowire-early-v2',
);