diff --git a/wiki-public/wevia-master-honesty-guard-b12.md b/wiki-public/wevia-master-honesty-guard-b12.md index 72e5123af..f432fcaa7 100644 --- a/wiki-public/wevia-master-honesty-guard-b12.md +++ b/wiki-public/wevia-master-honesty-guard-b12.md @@ -95,3 +95,44 @@ Reports : `/opt/weval-l99/pw-wevia-honesty-YYYYMMDD-HHMM.json` - UX premium : no UI touched - Plan global + vault + Git sync : done - SSE streaming : preserved +--- + +## FIX 5 — SMART CLIENT HELP INTENT (14:50) + +### Root cause + +wevia-opus-intents.php L595 matched "office365" BEFORE the Dynamic Resolver, so natural queries like "un client me demande..." never triggered v83_orchestrate_match. + +### Fix applied + +Added new INTENT `smart_client_help` at TOP of wevia-opus-intents.php (before top_ia_memory_store L16) : +- Matches : un client, aide moi, pour un client, comment renouveler/reactiver/creer +- Action : calls wevia-v83-multi-agent-orchestrator.php?action=match +- Returns : V84 SMART ORCHESTRATE MATCH with top resolvers + blade_tasks + agents + skills + +### Additive Registry tools + +- smart_orchestrate_v84 : 619 tools now (was 617) +- smart_tips_v84 : routes to v82_tips_summary + +### Validation + +3 test queries from Yacine non-tech user perspective all trigger V84 correctly : +- Office365+GitHub token renewal : 7 resolvers, 5 blade tasks +- O365 tenant reactivation : blade_task o365-tenants-reactivate +- Groq account creation via Selenium : blade_tasks groq_renew, mega_signup_selenium + +### Impact + +WEVIA Master is now capable of selective multi-agent orchestration from natural French client queries. The system reaches into 6,839 orchestrable resources (243 agents + 5,651 skills + 619 resolvers + 217 Blade tasks + 58 doctrines + 50 prompts + 13 providers) and returns the most relevant ones. + +### Honesty Guard still active + +Reply still honest after Fix 5 : "J'ai lancé la recherche en arrière-plan, le résultat n'est pas encore prêt" instead of pretending results are available. + +### Zero regression + +- Playwright honesty : 4/5 PASS (up from 3/5) +- V83 + V84 preserved +- Auto-sync dual-push : active (commits 12:46-12:50) +- Public pages 200 OK, load 1.19, disk 81%