auto-sync-1655

This commit is contained in:
opus
2026-04-20 16:55:02 +02:00
parent a8ecd53466
commit bb56b83685
5 changed files with 17 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
"agent": "V45_Leads_Sync",
"ts": "2026-04-20T16:40:03+02:00",
"ts": "2026-04-20T16:50:02+02:00",
"paperclip_total": 48,
"active_customer": 4,
"warm_prospect": 5,

View File

@@ -1,7 +1,7 @@
{
"generated_at": "2026-04-20T16:45:01.258027",
"generated_at": "2026-04-20T16:55:02.061953",
"stats": {
"total": 34,
"total": 35,
"pending": 20,
"kaouther_surfaced": 18,
"chrome_surfaced": 2,

View File

@@ -0,0 +1,12 @@
{
"id": "task_v97_visual_audit_yacine",
"name": "V97 Visual audit 4 auth-gated pages + enterprise-model verify",
"type": "powershell",
"priority": "high",
"status": "dispatched",
"created": "2026-04-20T16:50:00+00:00",
"created_by": "opus-v97-blade-ia",
"description": "Audit visuel 4 pages auth-gated + validation V93 enterprise-model. Upload screenshots vers S204.",
"command": "$ErrorActionPreference = 'SilentlyContinue'\n$out = 'C:\\temp\\weval-v97'\nNew-Item -ItemType Directory -Force -Path $out | Out-Null\n$pages = @(\n @{name='01-weval-tech-platform'; url='https:\/\/weval-consulting.com\/weval-technology-platform.html'},\n @{name='02-enterprise-model-v93'; url='https:\/\/weval-consulting.com\/enterprise-model.html'},\n @{name='03-wevia-em-big4'; url='https:\/\/weval-consulting.com\/wevia-em-big4.html'},\n @{name='04-agents-archi'; url='https:\/\/weval-consulting.com\/agents-archi.html'},\n @{name='05-value-streaming'; url='https:\/\/weval-consulting.com\/value-streaming.html'},\n @{name='06-wevia-master'; url='https:\/\/weval-consulting.com\/wevia-master.html'}\n)\nAdd-Type -AssemblyName System.Windows.Forms\nAdd-Type -AssemblyName System.Drawing\nforeach ($p in $pages) {\n Write-Host \"[V97] Opening: $($p.name) -> $($p.url)\"\n Start-Process chrome -ArgumentList \"--new-window\", $p.url\n Start-Sleep -Seconds 10\n # Screenshot active window\n $b = [System.Windows.Forms.SystemInformation]::VirtualScreen\n $bmp = New-Object System.Drawing.Bitmap $b.Width, $b.Height\n $g = [System.Drawing.Graphics]::FromImage($bmp)\n $g.CopyFromScreen($b.Location, [System.Drawing.Point]::Empty, $b.Size)\n $path = \"$out\\$($p.name).png\"\n $bmp.Save($path, [System.Drawing.Imaging.ImageFormat]::Png)\n $g.Dispose(); $bmp.Dispose()\n Write-Host \"[V97] Saved: $path\"\n # Upload to S204 via HTTPS POST\n try {\n $b64 = [Convert]::ToBase64String([IO.File]::ReadAllBytes($path))\n $body = @{k='BLADE2026'; name=\"v97_$($p.name).png\"; b64=$b64} | ConvertTo-Json -Compress\n Invoke-RestMethod -Uri 'https:\/\/weval-consulting.com\/api\/blade-upload.php' -Method Post -Body $body -ContentType 'application\/json' -TimeoutSec 30\n Write-Host \"[V97] Uploaded $($p.name)\"\n } catch {\n Write-Host \"[V97] Upload failed: $_\"\n }\n}\nNew-BurntToastNotification -Text 'WEVAL V97 Blade IA', 'Audit visuel 6 pages - done' -ErrorAction SilentlyContinue\nWrite-Host '[V97] ALL DONE'\n",
"dispatched_at": "2026-04-20T14:54:33+00:00"
}

View File

@@ -1,7 +1,7 @@
{
"ok": true,
"agent": "V42_MQL_Scoring_Agent_REAL",
"ts": "2026-04-20T14:40:02+00:00",
"ts": "2026-04-20T14:50:01+00:00",
"status": "DEPLOYED_AUTO",
"deployed": true,
"algorithm": "weighted_behavioral_signals",

View File

@@ -1,7 +1,7 @@
{
"ok": true,
"version": "V83-business-kpi",
"ts": "2026-04-20T14:45:17+00:00",
"ts": "2026-04-20T14:50:59+00:00",
"summary": {
"total_categories": 7,
"total_kpis": 56,