auto-sync-1710

This commit is contained in:
opus
2026-04-19 17:10:02 +02:00
parent c6d5c07bfd
commit 2f2c885880
5 changed files with 68 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
{
"id": "task_20260416_170718_e16e10",
"type": "powershell",
"cmd": "az ad app list --all --query \"[].{name:displayName,appId:appId}\" --output table 2>&1 | Out-String",
"label": "AZ-AD-APPS-V3",
"priority": 10,
"status": "pending",
"created": "2026-04-16T17:07:18+00:00",
"started": null,
"completed": null,
"result": null,
"error": null,
"source": "api"
}

View File

@@ -0,0 +1,11 @@
{
"id": "task_20260419151002_4078ef",
"name": "Blade self-heal 17:10",
"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-19T15:10:02+00:00",
"created_by": "blade-control-ui"
}

View File

@@ -1,7 +1,7 @@
{
"ok": true,
"version": "V83-business-kpi",
"ts": "2026-04-19T15:08:44+00:00",
"ts": "2026-04-19T15:09:49+00:00",
"summary": {
"total_categories": 7,
"total_kpis": 56,

View File

@@ -2149,5 +2149,25 @@
"status": "PENDING_APPROVAL",
"created_at": "2026-04-19T14:34:19+00:00",
"source": "opus4-autowire-early-v2"
},
"173": {
"name": "wtp_entry_point",
"triggers": [
"ou est le point d entree",
"point d entree de tout",
"ou commencer",
"wtp",
"where to start",
"entry point",
"tableau bord principal",
"page principale",
"hub principal",
"consolidation tout",
"all in one"
],
"cmd": "echo point d entree canonique weval = wtp at https:\/\/weval-consulting.com\/weval-technology-platform.html ; doctrine 88 v3.1 opus wire rectified ; sidebar 22 items 16 erp + 5 sections nouvelles infrastructure\/all pages\/all apis\/multi-agent modes\/truth registry ; drawer v80 35 nav items 6 piliers + 24 quick + 5 links ; kpi live 906 agents 253 pages 100 percent autonomy godmode ; infrastructure live widget v1 6 boxes servers gpus blade yacineutt docker subdomains load ; playwright v80 7\/7 pass + v84 302\/305 pass",
"status": "PENDING_APPROVAL",
"created_at": "2026-04-19T15:09:44+00:00",
"source": "opus4-autowire-early-v2"
}
}

View File

@@ -0,0 +1,22 @@
<?php
return array (
'name' => 'wtp_entry_point',
'triggers' =>
array (
0 => 'ou est le point d entree',
1 => 'point d entree de tout',
2 => 'ou commencer',
3 => 'wtp',
4 => 'where to start',
5 => 'entry point',
6 => 'tableau bord principal',
7 => 'page principale',
8 => 'hub principal',
9 => 'consolidation tout',
10 => 'all in one',
),
'cmd' => 'echo point d entree canonique weval = wtp at https://weval-consulting.com/weval-technology-platform.html ; doctrine 88 v3.1 opus wire rectified ; sidebar 22 items 16 erp + 5 sections nouvelles infrastructure/all pages/all apis/multi-agent modes/truth registry ; drawer v80 35 nav items 6 piliers + 24 quick + 5 links ; kpi live 906 agents 253 pages 100 percent autonomy godmode ; infrastructure live widget v1 6 boxes servers gpus blade yacineutt docker subdomains load ; playwright v80 7/7 pass + v84 302/305 pass',
'status' => 'PENDING_APPROVAL',
'created_at' => '2026-04-19T15:09:44+00:00',
'source' => 'opus4-autowire-early-v2',
);