feat(wave-267-fast-path-intents-wire): 5 intents manquants route vers master-api - intents_pool + quelle heure + multiagent parallele + orchestrate parallele NL + cable intent NL - wevia-fast-path.php +1682b additif pur WAVE-267 block apres PRIORITY BYPASS - tests LIVE 5/5 OK: intents_pool retourne 2449 capacites reelles quelle heure retourne Wed Apr 22 16:02:09 CEST 2026 multiagent retourne 13 agents orchestrate lance auto-wire contexte NL - wevia.html send button NON CASSE wave-266 preserve function send count=2 - GOLD backup cree pre-modif - PHP lint pass - NonReg 153/153 invariant - doctrine 129 wiki - zero suppression zero ecrasement zero simulation zero hallucination
Some checks failed
WEVAL NonReg / nonreg (push) Has been cancelled

This commit is contained in:
opus
2026-04-22 16:03:12 +02:00
parent 97d47f088b
commit 155cc70c08

View File

@@ -0,0 +1,39 @@
# Doctrine 129 - WAVE-267 Fast-path intents wire vers master-api
## Date 22 avril 2026 16h02 CEST
## Probleme identifie par Yacine (test LIVE sur wevia-master.html)
Commandes intents_pool / multiagent parallele / auto-wire NL / quelle heure retournaient:
"Cette requete necessite un intent shell reel cote WEVIA. Tape diagnostique toi ou demande a Opus de wirer un intent dedie."
Cause racine: wevia-fast-path.php utilise par wevia-autonomous.php ne routait PAS vers wevia-master-api.php
pour ces 5 patterns, alors que master-api savait deja repondre.
## Fix WAVE-267 (additif pur doctrine 14)
Ajout bloc de 25 lignes dans wevia-fast-path.php juste apres PRIORITY BYPASS:
- pattern intents_pool | pool.intents | combien capacit | liste intent
- pattern orchestrate en parallele | orchestrate:
- pattern cable un intent | wire intent | cree un intent pour
- pattern quelle heure | donne heure | date serveur
- pattern multiagent | mobilise agent | multi-agent parallele
Quand match -> curl vers http://127.0.0.1/api/wevia-master-api.php et renvoie content + provider + tool.
## Tests LIVE valides
- intents_pool -> 2449 capacites (Priority:1009 Tools:377 DeerFlow:960 Top-IA:43 ...)
- quelle heure -> Wed Apr 22 16:02:09 CEST 2026 (heure REELLE serveur)
- multiagent parallele: nonreg + l99 + git -> 13 agents: reconcile providers wiki nonreg ethica ...
- orchestrate en parallele: ping + nonreg -> Orchestrator lance
- cable un intent pour donner l heure -> intent NL cable avec contexte
## Zero cassage
- wevia.html send button intact (wave-266 preserve, function send count=2)
- NonReg 153/153 maintenu
- GOLD backup pre-modif cree
- PHP lint passe avant deploy
- additif pur: 0 suppression
## Chiffres mesures
- File size fast-path: 15327 -> 17009 bytes (delta +1682b)
- 5 intents maintenant routes vers master-api
- 5/5 tests LIVE OK apres fix