auto-sync-0100
This commit is contained in:
@@ -11,4 +11,3 @@ $c = str_replace('<span class="sp">', '<span class="spnr">', $c);
|
||||
file_put_contents($f, $c);
|
||||
echo json_encode(['ok'=>true, 'size'=>strlen($c), 'spnr'=>substr_count($c,'spnr'), 'kh_sp'=>substr_count($c,'.kh.sp')]);
|
||||
|
||||
FIXEOF 2>&1
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ts": "2026-04-16T22:59:14+00:00",
|
||||
"ts": "2026-04-16T23:00:02+00:00",
|
||||
"hostname": "blade",
|
||||
"cpu": "?",
|
||||
"ram": "?",
|
||||
|
||||
@@ -1,4 +1,12 @@
|
||||
<?php
|
||||
// CLI_ONLY_GUARD — batch job, not HTTP endpoint
|
||||
if (php_sapi_name() !== 'cli' && empty($_GET['cli_run'])) {
|
||||
header('Content-Type: application/json');
|
||||
http_response_code(200);
|
||||
echo json_encode(['info'=>'batch job, CLI only','usage'=>'php generate-training.php','estimated_duration'=>'5-10min']);
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* WEVIA Training Data Generator — uses Groq API
|
||||
* Run on S204: php /var/www/weval/wevia-ia/generate-training.php
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ts": "2026-04-16 22:59:17",
|
||||
"ts": "2026-04-16 22:59:18",
|
||||
"r": {
|
||||
"reconcile": "OK",
|
||||
"nonreg": "NONREG: 153\/153 (100%)",
|
||||
@@ -7,7 +7,8 @@
|
||||
"docker": 19,
|
||||
"disk": 84,
|
||||
"hubs": 29,
|
||||
"dirty": 0,
|
||||
"dirty": 1,
|
||||
"pushed": true,
|
||||
"alerts": [
|
||||
"CLEAR"
|
||||
]
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"timestamp": "2026-04-16 22:55:22",
|
||||
"timestamp": "2026-04-16 22:59:32",
|
||||
"healthy": false,
|
||||
"global_pass": 292,
|
||||
"global_fail": 2,
|
||||
@@ -34,24 +34,24 @@
|
||||
"total": 93
|
||||
},
|
||||
"chat_monitor": {
|
||||
"pass": 0,
|
||||
"fail": 3,
|
||||
"pass": 3,
|
||||
"fail": 0,
|
||||
"total": 3,
|
||||
"caps": {
|
||||
"Lean Six Sigma": {
|
||||
"ok": false,
|
||||
"code": 429,
|
||||
"json": false
|
||||
"ok": true,
|
||||
"code": 200,
|
||||
"json": true
|
||||
},
|
||||
"Qdrant": {
|
||||
"ok": false,
|
||||
"code": 429,
|
||||
"json": false
|
||||
"ok": true,
|
||||
"code": 200,
|
||||
"json": true
|
||||
},
|
||||
"SearXNG": {
|
||||
"ok": false,
|
||||
"code": 429,
|
||||
"json": false
|
||||
"ok": true,
|
||||
"code": 200,
|
||||
"json": true
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -83,10 +83,9 @@
|
||||
},
|
||||
"issues": [
|
||||
"L99 Command: 2 failures",
|
||||
"Chat Monitor: 3 capabilities returning non-JSON",
|
||||
"Auth Agent: unhealthy",
|
||||
"Chatbot POST: returning maintenance\/crash (provider cascade broken)",
|
||||
"L99 Mission: 2 failures (QUALITY, ssl)"
|
||||
],
|
||||
"issues_count": 5
|
||||
"issues_count": 4
|
||||
}
|
||||
Reference in New Issue
Block a user