AUTO-BACKUP 20260419-1650

This commit is contained in:
opus
2026-04-19 16:50:02 +02:00
parent c1c2feaa18
commit 0666b6f052
6 changed files with 1146 additions and 5 deletions

View File

@@ -1,15 +1,15 @@
{
"generated_at": "2026-04-19T16:40:01.180412",
"generated_at": "2026-04-19T16:50:01.904000",
"stats": {
"total": 446,
"pending": 853,
"total": 448,
"pending": 857,
"kaouther_surfaced": 29,
"chrome_surfaced": 10,
"notif_only_done": 0,
"autofix_archived": 0,
"cerebras_archived": 0,
"older_3d_archived": 0,
"unknown": 407,
"unknown": 409,
"errors": 0
},
"actions": [

View File

@@ -0,0 +1,11 @@
{
"id": "task_20260419144502_156bc7",
"name": "Blade self-heal 16:45",
"type": "powershell",
"command": "\n# Blade self-heal\nWrite-Host \"Self-heal triggered $(Get-Date)\"\n$agentProc = Get-Process powershell | Where-Object { $_.CommandLine -match 'sentinel-agent' }\nif (!$agentProc) {\n Write-Host \"Agent not running, starting...\"\n Start-Process powershell -ArgumentList \"-ExecutionPolicy\",\"Bypass\",\"-File\",\"C:\\ProgramData\\WEVAL\\sentinel-agent.ps1\" -WindowStyle Hidden\n}\n# Clear stale tasks > 3 days locally\n$cutoff = (Get-Date).AddDays(-3)\nGet-ChildItem \"C:\\ProgramData\\WEVAL\\tasks\\*.json\" -ErrorAction SilentlyContinue | Where-Object { $_.LastWriteTime -lt $cutoff } | Move-Item -Destination \"C:\\ProgramData\\WEVAL\\tasks\\archived\\\" -Force -ErrorAction SilentlyContinue\nWrite-Host \"Self-heal complete\"\n",
"cmd": "\n# Blade self-heal\nWrite-Host \"Self-heal triggered $(Get-Date)\"\n$agentProc = Get-Process powershell | Where-Object { $_.CommandLine -match 'sentinel-agent' }\nif (!$agentProc) {\n Write-Host \"Agent not running, starting...\"\n Start-Process powershell -ArgumentList \"-ExecutionPolicy\",\"Bypass\",\"-File\",\"C:\\ProgramData\\WEVAL\\sentinel-agent.ps1\" -WindowStyle Hidden\n}\n# Clear stale tasks > 3 days locally\n$cutoff = (Get-Date).AddDays(-3)\nGet-ChildItem \"C:\\ProgramData\\WEVAL\\tasks\\*.json\" -ErrorAction SilentlyContinue | Where-Object { $_.LastWriteTime -lt $cutoff } | Move-Item -Destination \"C:\\ProgramData\\WEVAL\\tasks\\archived\\\" -Force -ErrorAction SilentlyContinue\nWrite-Host \"Self-heal complete\"\n",
"priority": "high",
"status": "pending",
"created": "2026-04-19T14:45:02+00:00",
"created_by": "blade-control-ui"
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,47 @@
{
"ts": "2026-04-19T16:46:58",
"total_urls": 6,
"tested": 6,
"pass": 6,
"fail": 0,
"sso_redirect": 0,
"integrity_score_pct": 100.0,
"results": [
{
"url": "/agent-roi-simulator.html",
"http": "200",
"ms": 119,
"status": "PASS"
},
{
"url": "/dg-command-center.html",
"http": "200",
"ms": 121,
"status": "PASS"
},
{
"url": "/enterprise-complete.html",
"http": "200",
"ms": 128,
"status": "PASS"
},
{
"url": "/erp-gap-fill-offer.html",
"http": "200",
"ms": 117,
"status": "PASS"
},
{
"url": "/intelligence-growth.html",
"http": "200",
"ms": 123,
"status": "PASS"
},
{
"url": "/pain-points-atlas.html",
"http": "200",
"ms": 125,
"status": "PASS"
}
]
}

View File

@@ -1,7 +1,7 @@
{
"ok": true,
"version": "V83-business-kpi",
"ts": "2026-04-19T14:44:46+00:00",
"ts": "2026-04-19T14:50:01+00:00",
"summary": {
"total_categories": 7,
"total_kpis": 56,

View File

@@ -0,0 +1,29 @@
<?php
// Opus WIRE 19-avr doctrine 88 v4 - WTP official entry point
return array(
'name' => 'wtp_official',
'triggers' => array(
0 => 'wtp',
1 => 'weval technology platform',
2 => 'technology platform',
3 => 'point d entree officiel',
4 => 'point entree principal',
5 => 'entree officielle',
6 => 'tableau de bord principal',
7 => 'dashboard principal',
8 => 'erp platform',
9 => 'erp dashboard',
10 => 'wtp erp',
11 => 'quel est le point d entree',
12 => 'accueil officiel',
13 => '16 modules erp',
14 => 'modules erp',
15 => 'visual management',
16 => 'point entree unique',
),
'cmd' => 'cat /opt/weval-l99/wtp-official-catalog.json',
'status' => 'EXECUTED',
'created_at' => '2026-04-19T16:47:00+00:00',
'source' => 'opus-wire-19avr-doctrine-88-v4',
'description' => 'Point entree officiel WEVAL = WTP (weval-technology-platform.html) - 16 modules ERP + 10 KPIs + recherche globale + chat WEVIA integre - doctrine 90 Opus5 autonomy KPI',
);