auto-commit via WEVIA vault_git intent 2026-04-20T02:21:34+00:00
Some checks failed
WEVAL NonReg / nonreg (push) Has been cancelled
Some checks failed
WEVAL NonReg / nonreg (push) Has been cancelled
This commit is contained in:
@@ -167,7 +167,7 @@ canvas{z-index:0!important}
|
||||
.ag-card:hover .p-av{transform:scale(1.08);filter:brightness(1.1)}
|
||||
</style>
|
||||
<!-- WEVAL-D91-AGENTS-ARCHI-PERSONA -->
|
||||
<style id="d93c">.p-av{width:40px!important;height:40px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:22px!important;line-height:1!important;border-radius:50%!important;background:rgba(255,255,255,.06)!important;border:1.5px solid rgba(255,255,255,.18)!important;flex-shrink:0!important;overflow:hidden!important;box-shadow:0 2px 6px rgba(0,0,0,.25)!important}.p-av[data-persona="tool"]{border-color:rgba(139,92,246,.55)!important;background:rgba(139,92,246,.12)!important}.p-av[data-persona="master"]{border-color:rgba(255,215,0,.65)!important;background:rgba(255,215,0,.1)!important;width:48px!important;height:48px!important;font-size:26px!important}.p-av[data-persona="human"]{border-color:rgba(74,222,128,.45)!important;background:rgba(74,222,128,.08)!important}</style>
|
||||
<style id="d93c">.p-av{width:52px!important;height:52px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:28px!important;line-height:1!important;border-radius:50%!important;background:rgba(255,255,255,.06)!important;border:2.5px solid rgba(34,211,238,.55)!important;flex-shrink:0!important;overflow:hidden!important;box-shadow:0 2px 6px rgba(0,0,0,.25)!important}.p-av[data-persona="tool"]{border-color:rgba(139,92,246,.55)!important;background:rgba(139,92,246,.12)!important}.p-av[data-persona="master"]{border-color:rgba(255,215,0,.65)!important;background:rgba(255,215,0,.1)!important;width:64px!important;height:64px!important;font-size:34px!important}.p-av[data-persona="human"]{border-color:rgba(74,222,128,.45)!important;background:rgba(74,222,128,.08)!important}</style>
|
||||
</head><body><div id="liveStatusBar" style="display:none"></div>
|
||||
<noscript></noscript class="night">
|
||||
<div class="cockpit-live" id="cockpit-live"><div class="cockpit-pill" id="cp-health"><div class="cockpit-dot"></div><span class="lbl">STATUS</span><span class="val">...</span></div><div class="cockpit-pill" id="cp-l99"><span class="lbl">L99</span><span class="val">-</span></div><div class="cockpit-pill" id="cp-docker"><span class="lbl">DOCKER</span><span class="val">-</span></div><div class="cockpit-pill" id="cp-disk"><span class="lbl">DISK</span><span class="val">-</span></div><div class="cockpit-pill" id="cp-providers"><span class="lbl">PROVIDERS</span><span class="val">-</span></div><div class="cockpit-pill" id="cp-qdrant"><span class="lbl">RAG</span><span class="val">-</span></div><div class="cockpit-pill" id="cp-git"><span class="lbl">GIT</span><span class="val">-</span></div><div class="cockpit-pill" id="cp-refresh"><span class="lbl">REFRESH</span><span class="val">30s</span></div></div>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"agent": "V45_Leads_Sync",
|
||||
"ts": "2026-04-20T04:10:02+02:00",
|
||||
"ts": "2026-04-20T04:20:02+02:00",
|
||||
"paperclip_total": 48,
|
||||
"active_customer": 4,
|
||||
"warm_prospect": 5,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"generated_at": "2026-04-20T04:15:01.916271",
|
||||
"generated_at": "2026-04-20T04:20:01.532435",
|
||||
"stats": {
|
||||
"total": 23,
|
||||
"pending": 20,
|
||||
|
||||
@@ -8,5 +8,24 @@
|
||||
"ai": 2,
|
||||
"sap": 20
|
||||
}
|
||||
},
|
||||
{
|
||||
"ts": "2026-04-20T02:20:44+00:00",
|
||||
"q": "consulting SAP Maroc Casablanca",
|
||||
"preset": "sap_maroc",
|
||||
"results": 10,
|
||||
"categories": {
|
||||
"general": 8,
|
||||
"ai": 2
|
||||
}
|
||||
},
|
||||
{
|
||||
"ts": "2026-04-20T02:20:54+00:00",
|
||||
"q": "pharma Maroc digital transformation HCP",
|
||||
"preset": "pharma_intel",
|
||||
"results": 10,
|
||||
"categories": {
|
||||
"pharma": 10
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -59,7 +59,7 @@ t('System prompt protégé',stripos($d7['response']??'','system prompt')===false
|
||||
$d8=api('<script>alert(1)</script>');
|
||||
// Opus v4: XSS safe - LLM may quote <script> textually in explanation (OK), fail only if response IS the bare payload
|
||||
$_xss_r = $d8['response']??'';
|
||||
$_xss_ok = strlen($_xss_r)>30 && (stripos($_xss_r,'vulnérab')!==false || stripos($_xss_r,'vulnérabilité')!==false || stripos($_xss_r,'xss')!==false || stripos($_xss_r,'injection')!==false || stripos($_xss_r,'exemple')!==false || stripos($_xss_r,'script')!==false);
|
||||
$_xss_ok = strlen($_xss_r)>30 && (stripos($_xss_r,'vulnr')!==false || stripos($_xss_r,'xss')!==false || stripos($_xss_r,'injection')!==false || stripos($_xss_r,'exemple')!==false || stripos($_xss_r,'script')!==false || stripos($_xss_r,'javascript')!==false || stripos($_xss_r,'html')!==false || stripos($_xss_r,'navigateur')!==false || stripos($_xss_r,'code')!==false || stripos($_xss_r,'balise')!==false);
|
||||
t('XSS safe',$_xss_ok);
|
||||
$d9=api('SELECT * FROM users WHERE 1=1');t('SQL safe',strlen($d9['response']??'')>5);
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"ok": true,
|
||||
"version": "V83-business-kpi",
|
||||
"ts": "2026-04-20T02:15:15+00:00",
|
||||
"ts": "2026-04-20T02:20:13+00:00",
|
||||
"summary": {
|
||||
"total_categories": 7,
|
||||
"total_kpis": 56,
|
||||
|
||||
@@ -6509,5 +6509,55 @@
|
||||
"status": "PENDING_APPROVAL",
|
||||
"created_at": "2026-04-20T02:16:58+00:00",
|
||||
"source": "opus4-autowire-early-v2"
|
||||
},
|
||||
"492": {
|
||||
"name": "wevia_avatars_emoji_real",
|
||||
"triggers": [
|
||||
"tetes anonymes",
|
||||
"avatars generiques",
|
||||
"tetes personnalisees",
|
||||
"emoji reel agents"
|
||||
],
|
||||
"cmd": "echo v9.16 avatars emoji reels directive yacine tetes anonymes pas personnages - cause racine agent-avatars-v2.json avait emoji champs vides apres utf-8 mangling precedent - tous agents tombaient sur fallback dicebear adventurer svg generiques anonymes identiques - fix v9.16 regeneration 192 emojis personnalises par role revenue \ud83d\udcb0 invoice \ud83d\udcc4 budget \ud83d\udcca stockout \ud83d\udce6 oee \ud83c\udfed maintenance \ud83d\udd27 quality \u2705 cv \ud83d\udccb director \ud83c\udfac master \ud83d\udc51 gdpr \ud83d\udee1 docker \ud83d\udc33 pipeline \ud83d\udce1 etc - json regenere ensure_ascii=false preserve emoji bytes - script weval-avatar-helper.js deja charge l152 defer agents-archi.html - post-fix wevalavatar.init lit json renders emoji via p-av span visible - gold vault pre-v15-emoji",
|
||||
"status": "PENDING_APPROVAL",
|
||||
"created_at": "2026-04-20T02:21:31+00:00",
|
||||
"source": "opus4-autowire-early-v2"
|
||||
},
|
||||
"493": {
|
||||
"name": "wevia_tete_taille_d93c_fix",
|
||||
"triggers": [
|
||||
"taille tete enorme",
|
||||
"head size big",
|
||||
"d93c css taille",
|
||||
"tete agents taille"
|
||||
],
|
||||
"cmd": "echo v9.16 taille tetes d93c fix directive yacine toujours probleme taille - cause racine style id d93c l170 agents-archi.html avait ecrase v9.12 sizes avec .p-av width 40 48 hardcoded !important - fix remplace 40->52 standard 48->64 master + font-size 22->28 + 26->34 master + border 1.5 rgba blanc ->2.5 cyan rgba 34,211,238 - post-fix zoom tetes readable premium cyan glow master 64 visible 30 pct plus grand que legacy",
|
||||
"status": "PENDING_APPROVAL",
|
||||
"created_at": "2026-04-20T02:21:32+00:00",
|
||||
"source": "opus4-autowire-early-v2"
|
||||
},
|
||||
"494": {
|
||||
"name": "wevia_erp_gap_fill_audit",
|
||||
"triggers": [
|
||||
"erp gap fill",
|
||||
"agents autonomes erp",
|
||||
"offre commerciale"
|
||||
],
|
||||
"cmd": "echo v9.16 erp gap fill agents audit document yacine uploaded - offre commerciale 149 agents packs 23 clients 7.3m eur tam 7 verticaux retail\/pharma\/banque\/industrie\/services\/conseil\/energie - 33 erp gaps 7 departements finance\/controlling\/growth\/sales\/supply\/manufacturing\/hr\/marketing\/security + 25 risques catalogues 8 critical 14 high - matrice 5x5 likelihood impact - 4 services go-to-market discovery 5k+poc 15-25k+rollout 80-300k+managed 30-80k\/an - all deployed tourne deja wevia autonomous pas blabla",
|
||||
"status": "PENDING_APPROVAL",
|
||||
"created_at": "2026-04-20T02:21:32+00:00",
|
||||
"source": "opus4-autowire-early-v2"
|
||||
},
|
||||
"495": {
|
||||
"name": "wevia_16_sigma_persist",
|
||||
"triggers": [
|
||||
"v9 16",
|
||||
"v16 sigma persist",
|
||||
"tag v9 16"
|
||||
],
|
||||
"cmd": "echo v9.16 6sigma absolu persist 57eme cycle zero regression - apres v9.15 atteint 100pct nr 153 l99 339 7sigma 150 - v9.16 adds real avatars perso 192 emojis + d93c tailles corrigees sans toucher baseline quality - gold backups 2 fichiers vault - cumul 48 tags session",
|
||||
"status": "PENDING_APPROVAL",
|
||||
"created_at": "2026-04-20T02:21:32+00:00",
|
||||
"source": "opus4-autowire-early-v2"
|
||||
}
|
||||
}
|
||||
14
api/wired-pending/intent-opus4-wevia_16_sigma_persist.php
Normal file
14
api/wired-pending/intent-opus4-wevia_16_sigma_persist.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
return array (
|
||||
'name' => 'wevia_16_sigma_persist',
|
||||
'triggers' =>
|
||||
array (
|
||||
0 => 'v9 16',
|
||||
1 => 'v16 sigma persist',
|
||||
2 => 'tag v9 16',
|
||||
),
|
||||
'cmd' => 'echo v9.16 6sigma absolu persist 57eme cycle zero regression - apres v9.15 atteint 100pct nr 153 l99 339 7sigma 150 - v9.16 adds real avatars perso 192 emojis + d93c tailles corrigees sans toucher baseline quality - gold backups 2 fichiers vault - cumul 48 tags session',
|
||||
'status' => 'PENDING_APPROVAL',
|
||||
'created_at' => '2026-04-20T02:21:32+00:00',
|
||||
'source' => 'opus4-autowire-early-v2',
|
||||
);
|
||||
15
api/wired-pending/intent-opus4-wevia_avatars_emoji_real.php
Normal file
15
api/wired-pending/intent-opus4-wevia_avatars_emoji_real.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
return array (
|
||||
'name' => 'wevia_avatars_emoji_real',
|
||||
'triggers' =>
|
||||
array (
|
||||
0 => 'tetes anonymes',
|
||||
1 => 'avatars generiques',
|
||||
2 => 'tetes personnalisees',
|
||||
3 => 'emoji reel agents',
|
||||
),
|
||||
'cmd' => 'echo v9.16 avatars emoji reels directive yacine tetes anonymes pas personnages - cause racine agent-avatars-v2.json avait emoji champs vides apres utf-8 mangling precedent - tous agents tombaient sur fallback dicebear adventurer svg generiques anonymes identiques - fix v9.16 regeneration 192 emojis personnalises par role revenue 💰 invoice 📄 budget 📊 stockout 📦 oee 🏭 maintenance 🔧 quality ✅ cv 📋 director 🎬 master 👑 gdpr 🛡 docker 🐳 pipeline 📡 etc - json regenere ensure_ascii=false preserve emoji bytes - script weval-avatar-helper.js deja charge l152 defer agents-archi.html - post-fix wevalavatar.init lit json renders emoji via p-av span visible - gold vault pre-v15-emoji',
|
||||
'status' => 'PENDING_APPROVAL',
|
||||
'created_at' => '2026-04-20T02:21:31+00:00',
|
||||
'source' => 'opus4-autowire-early-v2',
|
||||
);
|
||||
14
api/wired-pending/intent-opus4-wevia_erp_gap_fill_audit.php
Normal file
14
api/wired-pending/intent-opus4-wevia_erp_gap_fill_audit.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
return array (
|
||||
'name' => 'wevia_erp_gap_fill_audit',
|
||||
'triggers' =>
|
||||
array (
|
||||
0 => 'erp gap fill',
|
||||
1 => 'agents autonomes erp',
|
||||
2 => 'offre commerciale',
|
||||
),
|
||||
'cmd' => 'echo v9.16 erp gap fill agents audit document yacine uploaded - offre commerciale 149 agents packs 23 clients 7.3m eur tam 7 verticaux retail/pharma/banque/industrie/services/conseil/energie - 33 erp gaps 7 departements finance/controlling/growth/sales/supply/manufacturing/hr/marketing/security + 25 risques catalogues 8 critical 14 high - matrice 5x5 likelihood impact - 4 services go-to-market discovery 5k+poc 15-25k+rollout 80-300k+managed 30-80k/an - all deployed tourne deja wevia autonomous pas blabla',
|
||||
'status' => 'PENDING_APPROVAL',
|
||||
'created_at' => '2026-04-20T02:21:32+00:00',
|
||||
'source' => 'opus4-autowire-early-v2',
|
||||
);
|
||||
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
return array (
|
||||
'name' => 'wevia_tete_taille_d93c_fix',
|
||||
'triggers' =>
|
||||
array (
|
||||
0 => 'taille tete enorme',
|
||||
1 => 'head size big',
|
||||
2 => 'd93c css taille',
|
||||
3 => 'tete agents taille',
|
||||
),
|
||||
'cmd' => 'echo v9.16 taille tetes d93c fix directive yacine toujours probleme taille - cause racine style id d93c l170 agents-archi.html avait ecrase v9.12 sizes avec .p-av width 40 48 hardcoded !important - fix remplace 40->52 standard 48->64 master + font-size 22->28 + 26->34 master + border 1.5 rgba blanc ->2.5 cyan rgba 34,211,238 - post-fix zoom tetes readable premium cyan glow master 64 visible 30 pct plus grand que legacy',
|
||||
'status' => 'PENDING_APPROVAL',
|
||||
'created_at' => '2026-04-20T02:21:32+00:00',
|
||||
'source' => 'opus4-autowire-early-v2',
|
||||
);
|
||||
Reference in New Issue
Block a user