auto-sync via WEVIA git_sync_all intent 2026-04-21T11:49:49+02:00
Some checks failed
WEVAL NonReg / nonreg (push) Has been cancelled

This commit is contained in:
opus
2026-04-21 11:49:49 +02:00
parent a95152c14b
commit 7888a7a9e8
3 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
{"ts": "20260421_114111", "version": "3.2", "score": 100, "pass": 153, "fail": 0, "total": 153, "elapsed": 55.4, "categories": {"S204": {"pass": 9, "fail": 0}, "S95-WV": {"pass": 12, "fail": 0}, "S95-ARS": {"pass": 17, "fail": 0}, "S95-iR": {"pass": 1, "fail": 0}, "INFRA": {"pass": 5, "fail": 0}, "API": {"pass": 27, "fail": 0}, "SEC": {"pass": 4, "fail": 0}, "S95-BK": {"pass": 6, "fail": 0}, "C2-API": {"pass": 4, "fail": 0}, "C2-SPA": {"pass": 1, "fail": 0}, "C2-WV": {"pass": 3, "fail": 0}, "SSO": {"pass": 25, "fail": 0}, "DATA": {"pass": 5, "fail": 0}, "CRONS": {"pass": 2, "fail": 0}, "BLADE": {"pass": 7, "fail": 0}, "LIFE": {"pass": 3, "fail": 0}, "FUNC": {"pass": 7, "fail": 0}, "01AVR": {"pass": 10, "fail": 0}, "STRUCT": {"pass": 5, "fail": 0}}, "failures": []}
{"ts": "20260421_114842", "version": "3.2", "score": 100, "pass": 153, "fail": 0, "total": 153, "elapsed": 56.5, "categories": {"S204": {"pass": 9, "fail": 0}, "S95-WV": {"pass": 12, "fail": 0}, "S95-ARS": {"pass": 17, "fail": 0}, "S95-iR": {"pass": 1, "fail": 0}, "INFRA": {"pass": 5, "fail": 0}, "API": {"pass": 27, "fail": 0}, "SEC": {"pass": 4, "fail": 0}, "S95-BK": {"pass": 6, "fail": 0}, "C2-API": {"pass": 4, "fail": 0}, "C2-SPA": {"pass": 1, "fail": 0}, "C2-WV": {"pass": 3, "fail": 0}, "SSO": {"pass": 25, "fail": 0}, "DATA": {"pass": 5, "fail": 0}, "CRONS": {"pass": 2, "fail": 0}, "BLADE": {"pass": 7, "fail": 0}, "LIFE": {"pass": 3, "fail": 0}, "FUNC": {"pass": 7, "fail": 0}, "01AVR": {"pass": 10, "fail": 0}, "STRUCT": {"pass": 5, "fail": 0}}, "failures": []}

File diff suppressed because one or more lines are too long

View File

@@ -232,7 +232,7 @@ $kpis = [
["id" => "wtp_modules_erp", "label" => "WTP ERP modules (point entrée unique)", "value" => 16, "unit" => "modules", "target" => 16, "trend" => "live", "status" => "ok", "source" => "TREE.modules count", "drill" => "/weval-technology-platform.html"],
["id" => "wtp_submodules", "label" => "Submodules navigables depuis WTP", "value" => safe_int('curl -sk --max-time 3 "http://127.0.0.1/api/weval-technology-platform-api.php?lite=1" -H "Host: weval-consulting.com" 2>/dev/null | grep -o submodules | wc -l'), "unit" => "submodules", "target" => 150, "trend" => "live", "status" => "ok", "source" => "TREE.modules.*.submodules", "drill" => "All ERP subsections"],
["id" => "pages_total_s204", "label" => "Total HTML pages S204", "value" => safe_int("find /var/www/html -maxdepth 1 -name '*.html' 2>/dev/null | grep -vE '\\.(bak|gold|bk_|pre-)' | wc -l"), "unit" => "pages", "target" => 300, "trend" => "live", "status" => "ok", "source" => "find /var/www/html", "drill" => "All navigable pages"],
["id" => "tools_exec_ratio", "label" => "Tools exec-able ratio (V97)", "value" => safe_int('jq "([.tools[] | select(.exec==true)] | length) * 100 / (.tools | length)" /var/www/html/api/wevia-tool-registry.json 2>/dev/null | cut -d. -f1'), "unit" => "percent", "target" => 50, "trend" => "live", "status" => "warn", "source" => "wevia-tool-registry.json", "drill" => "V97 Zero Dormant 258 activated"],
["id" => "tools_exec_ratio", "label" => "Tools exec-able ratio (V97)", "value" => safe_int('jq "([.tools[] | select(.exec==true)] | length) * 100 / (.tools | length)" /var/www/html/api/wevia-tool-registry.json 2>/dev/null | cut -d. -f1'), "unit" => "percent", "target" => 50, "trend" => "live", "status" => (safe_int('jq "([.tools[] | select(.exec==true)] | length) * 100 / (.tools | length)" /var/www/html/api/wevia-tool-registry.json 2>/dev/null | cut -d. -f1') >= 50 ? "ok" : "warn"), "source" => "wevia-tool-registry.json", "drill" => "V97 Zero Dormant 258 activated"],
["id" => "l99_score", "label" => "L99 NonReg score (health)", "value" => safe_int("jq -r '.score // 0' /var/www/html/api/nonreg-latest.json 2>/dev/null"), "unit" => "percent", "target" => 100, "trend" => "live", "status" => "ok", "source" => "nonreg-latest.json", "drill" => "153/153 PASS maintained"]
]
]