auto-sync-0040
17
api/ambre-v139-git.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
header("Content-Type: text/plain");
|
||||
$out = @shell_exec("cd /var/www/html && git log --oneline -5 2>&1");
|
||||
echo "=== git log -5 ===
|
||||
" . ($out ?: "(empty)") . "
|
||||
";
|
||||
$status = @shell_exec("cd /var/www/html && git status --short 2>&1 | head -20");
|
||||
echo "
|
||||
=== git status ===
|
||||
" . ($status ?: "(clean)") . "
|
||||
";
|
||||
// Tag wave-228
|
||||
$tag = @shell_exec("cd /var/www/html && git tag wave-228-premium-tools 2>&1 && git push origin wave-228-premium-tools 2>&1 | tail -3");
|
||||
echo "
|
||||
=== tag push ===
|
||||
" . ($tag ?: "(no output)") . "
|
||||
";
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"ok": true,
|
||||
"version": "V83-business-kpi",
|
||||
"ts": "2026-04-21T22:34:41+00:00",
|
||||
"ts": "2026-04-21T22:39:41+00:00",
|
||||
"summary": {
|
||||
"total_categories": 8,
|
||||
"total_kpis": 64,
|
||||
|
||||
BIN
screenshots/l99-pw-20260422-003741/01-agents-archi.png
Normal file
|
After Width: | Height: | Size: 550 KiB |
BIN
screenshots/l99-pw-20260422-003741/02-meeting-rooms.png
Normal file
|
After Width: | Height: | Size: 402 KiB |
BIN
screenshots/l99-pw-20260422-003741/03-enterprise-model.png
Normal file
|
After Width: | Height: | Size: 474 KiB |
BIN
screenshots/l99-pw-20260422-003741/04-director-center.png
Normal file
|
After Width: | Height: | Size: 216 KiB |
BIN
screenshots/l99-pw-20260422-003741/05-l99-brain.png
Normal file
|
After Width: | Height: | Size: 109 KiB |
BIN
screenshots/l99-pw-20260422-003741/06-wevia-master.png
Normal file
|
After Width: | Height: | Size: 352 KiB |
BIN
screenshots/l99-pw-20260422-003741/07-paperclip.png
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
screenshots/l99-pw-20260422-003741/09-arena-v2.png
Normal file
|
After Width: | Height: | Size: 192 KiB |
BIN
screenshots/l99-pw-20260422-003741/10-ethica.png
Normal file
|
After Width: | Height: | Size: 141 KiB |
BIN
screenshots/l99-pw-20260422-003741/11-v85-biz-kpi-tech.png
Normal file
|
After Width: | Height: | Size: 326 KiB |
BIN
screenshots/l99-pw-20260422-003741/12-v83-biz-kpi-dashboard.png
Normal file
|
After Width: | Height: | Size: 742 KiB |