auto-sync-2325
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"ok": true,
|
||||
"version": "V83-business-kpi",
|
||||
"ts": "2026-04-23T21:20:46+00:00",
|
||||
"ts": "2026-04-23T21:23:25+00:00",
|
||||
"summary": {
|
||||
"total_categories": 8,
|
||||
"total_kpis": 64,
|
||||
|
||||
21
api/wtp-orphans-link-check.sh
Executable file
@@ -0,0 +1,21 @@
|
||||
#!/bin/bash
|
||||
# Check si wtp-orphans-registry est linké dans WTP, sinon informer
|
||||
WTP=/var/www/html/weval-technology-platform.html
|
||||
LINKED=$(grep -c "wtp-orphans-registry" "$WTP" 2>/dev/null || echo 0)
|
||||
TOTAL_PAGES=$(ls /var/www/html/*.html 2>/dev/null | wc -l)
|
||||
|
||||
# Count orphans from registry
|
||||
REGISTRY_LINKED=$(curl -sk -m 5 "https://weval-consulting.com/api/wtp-orphans-registry.php" 2>/dev/null | python3 -c "
|
||||
import sys, json
|
||||
try:
|
||||
d = json.loads(sys.stdin.read())
|
||||
print(d.get('linked', '?'), d.get('orphans', '?'))
|
||||
except: print('? ?')
|
||||
" 2>/dev/null)
|
||||
|
||||
echo "WTP-ORPHANS-LINK-STATUS: wtp-has-registry-link=$LINKED · total-pages=$TOTAL_PAGES · registry-linked/orphans=$REGISTRY_LINKED"
|
||||
if [ "$LINKED" -gt 0 ]; then
|
||||
echo "STATUS: PASS - wtp-orphans-registry.html est deja linke depuis WTP"
|
||||
else
|
||||
echo "STATUS: ACTION_NEEDED - ajouter lien wtp-orphans-registry.html dans weval-technology-platform.html"
|
||||
fi
|
||||
BIN
screenshots/l99-pw-20260423-232139/01-agents-archi.png
Normal file
|
After Width: | Height: | Size: 566 KiB |
BIN
screenshots/l99-pw-20260423-232139/02-meeting-rooms.png
Normal file
|
After Width: | Height: | Size: 403 KiB |
BIN
screenshots/l99-pw-20260423-232139/03-enterprise-model.png
Normal file
|
After Width: | Height: | Size: 478 KiB |
BIN
screenshots/l99-pw-20260423-232139/04-director-center.png
Normal file
|
After Width: | Height: | Size: 219 KiB |
BIN
screenshots/l99-pw-20260423-232139/05-l99-brain.png
Normal file
|
After Width: | Height: | Size: 114 KiB |
BIN
screenshots/l99-pw-20260423-232139/06-wevia-master.png
Normal file
|
After Width: | Height: | Size: 382 KiB |
BIN
screenshots/l99-pw-20260423-232139/07-paperclip.png
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
screenshots/l99-pw-20260423-232139/09-arena-v2.png
Normal file
|
After Width: | Height: | Size: 194 KiB |
BIN
screenshots/l99-pw-20260423-232139/10-ethica.png
Normal file
|
After Width: | Height: | Size: 133 KiB |