auto-commit via WEVIA vault_git intent 2026-04-19T19:30:31+00:00
Some checks failed
WEVAL NonReg / nonreg (push) Has been cancelled

This commit is contained in:
opus
2026-04-19 21:30:32 +02:00
parent c81416a6ae
commit 2d59cbc7eb
8 changed files with 1976 additions and 21 deletions

View File

@@ -1,10 +1,10 @@
{
"agent": "V41_Disk_Monitor",
"ts": "2026-04-19T21:00:01+02:00",
"disk_pct": 84,
"disk_free_gb": 24,
"ts": "2026-04-19T21:30:02+02:00",
"disk_pct": 79,
"disk_free_gb": 31,
"growth_per_day_gb": 1.5,
"runway_days": 16,
"runway_days": 20,
"alert": "WARN_runway_under_30d",
"action_auto_if_under_7d": "trigger_hetzner_volume_extension_api",
"hetzner_volume_size_gb_recommended": 500,

View File

@@ -1,6 +1,6 @@
{
"agent": "V41_Risk_Escalation",
"ts": "2026-04-19T21:15:03+02:00",
"ts": "2026-04-19T21:30:02+02:00",
"dg_alerts_active": 7,
"wevia_life_stats_preview": "File not found.",
"escalation_rules": {

View File

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

File diff suppressed because it is too large Load Diff

View File

@@ -40,8 +40,10 @@ try {
$stats = $stmt->fetch(PDO::FETCH_ASSOC);
// Per-ERP breakdown
$stmt = $pdo->prepare("SELECT
erp_id, erp_name,
$stmt = $pdo->prepare("-- V96.4: GROUP BY erp_id only (not erp_name) to avoid duplicates (Oracle Fusion vs Oracle Fusion Cloud ERP)
SELECT
erp_id,
MAX(erp_name) as erp_name, -- canonical display name
COUNT(*) as gaps_count,
ROUND(AVG(confidence_score)::NUMERIC, 3) as avg_conf,
MAX(scanned_at) as last_scan,
@@ -52,7 +54,7 @@ try {
ELSE 'Other'
END) as sources
FROM erp_gap_scans" . $source_clause . "
GROUP BY erp_id, erp_name
GROUP BY erp_id
ORDER BY gaps_count DESC");
$stmt->execute($params_stats);
$per_erp = $stmt->fetchAll(PDO::FETCH_ASSOC);

View File

@@ -1,27 +1,27 @@
{
"ok": true,
"agent": "V42_MQL_Scoring_Agent_REAL",
"ts": "2026-04-19T19:20:02+00:00",
"ts": "2026-04-19T19:30:02+00:00",
"status": "DEPLOYED_AUTO",
"deployed": true,
"algorithm": "weighted_behavioral_signals",
"signals_tracked": {
"wtp_engagement": 100,
"chat_engagement": 57,
"chat_engagement": 100,
"roi_tool": 0,
"email_opened": 0
},
"avg_score": 39.3,
"avg_score": 50,
"mql_threshold": 50,
"sql_threshold": 75,
"leads_captured": 48,
"mql_auto_scored": 22,
"mql_auto_scored": 23,
"sql_auto_scored": 9,
"mql_auto_pct": 45,
"mql_auto_pct": 48,
"improvement_vs_manual": {
"before_manual_pct": 33.3,
"after_auto_pct": 45,
"delta": 11.700000000000003
"after_auto_pct": 48,
"delta": 14.700000000000003
},
"paperclip_db_ok": true,
"paperclip_tables": 1,

View File

@@ -1,5 +1,5 @@
{
"timestamp": "2026-04-19T21:00:11",
"timestamp": "2026-04-19T21:30:04",
"features": {
"total": 36,
"pass": 35
@@ -8,12 +8,12 @@
"aa": 0,
"rm": 0,
"ok": false,
"err": "Page.evaluate: ReferenceError: AA is not defined\n at eval (eval at evaluate (:290:30), <anonymous"
"err": "BrowserType.launch: Executable doesn't exist at /root/.cache/ms-playwright/chromium_headless_shell-1"
},
"score": 97.2,
"log": [
"=== UX AGENT v1.0 ===",
"Time: 2026-04-19 21:00:01",
"Time: 2026-04-19 21:30:02",
" core: 4/4",
" layout: 3/4",
" interaction: 6/6",
@@ -21,6 +21,6 @@
" premium: 8/8",
" tools: 6/6",
"\nFEATURES: 35/36",
"PLAYWRIGHT: FAIL Page.evaluate: ReferenceError: AA is not defined\n at eval (eval at evaluate (:290:30), <anonymous"
"PLAYWRIGHT: FAIL BrowserType.launch: Executable doesn't exist at /root/.cache/ms-playwright/chromium_headless_shell-1"
]
}

View File

@@ -1,7 +1,7 @@
{
"ok": true,
"version": "V83-business-kpi",
"ts": "2026-04-19T19:29:47+00:00",
"ts": "2026-04-19T19:30:16+00:00",
"summary": {
"total_categories": 7,
"total_kpis": 56,