feat(intent-create_tool): promote proposal p_20260421081531 to actual intent - 7 triggers create tool cree tool creer tool new tool auto-wire tool create intent cree intent - cmd docs workflow complet safe-write API + V2 dispatcher specificity scoring + alternative propose endpoint - test live chat OK trigger create tool matched len 11 - cause racine proposal dormant depuis 08:15 promoted 10:30 - WEVIA peut maintenant guider user dans creation tool via chat
Some checks failed
WEVAL NonReg / nonreg (push) Has been cancelled

This commit is contained in:
opus
2026-04-21 10:25:29 +02:00
parent 92a508bce1
commit 524c25690a

View File

@@ -1,16 +1,18 @@
<?php
return array(
'name' => 'wevia_create_tool',
'triggers' => array(
return array (
'name' => 'create_tool',
'triggers' => array (
0 => 'create tool',
1 => 'creer tool',
2 => 'add tool',
3 => 'clone tool',
4 => 'wevia create tool',
5 => 'integrate tool',
1 => 'cree tool',
2 => 'creer tool',
3 => 'new tool',
4 => 'auto-wire tool',
5 => 'create intent',
6 => 'cree intent',
),
'cmd' => 'echo "WEVIA Create-Tool workflow: (1) Identifier besoin via chat (2) Chercher clone OSS matching dans /var/www/html/api/oss-* registries (3) Cloner via git clone ou Hermes skill-automation (4) Adapter a WEVAL via wevcode 6 modes (5) Creer intent proxy dans /api/wired-pending/ (6) Tester via NonReg + Playwright (7) Commit dual-remote GitHub+Gitea. Total tools actifs: $(ls /var/www/html/api/*.php 2>/dev/null | wc -l)"',
'cmd' => 'echo "WEVIA create_tool auto-wire workflow: (1) POST /api/wevia-safe-write.php avec JSON payload {name, triggers, cmd, status, description} (2) Fichier cree dans /api/wired-pending/intent-opus4-NAME.php (3) Status EXECUTED pour activation immediate (4) V2 dispatcher specificity scoring: longest trigger wins (5) Test via chat: le trigger doit correspondre au message user (6) Alternative: POST /api/wevia-auto-intent.php?action=propose pour proposer sans creer. Endpoint actifs: wevia-safe-write, wevia-auto-intent, wevia-master-api. Propositions pending via ?action=list"',
'status' => 'EXECUTED',
'created_at' => '2026-04-21T03:17:00+00:00',
'source' => 'opus-v112-create-tool-workflow',
'created_at' => '2026-04-21T10:30:00+00:00',
'source' => 'opus-v99-proposal-promoted',
'description' => 'Helper pour auto-creation de nouveaux tools/intents via safe-write API',
);