auto-sync via WEVIA git_sync_all intent 2026-04-23T23:42:45+02:00
Some checks failed
WEVAL NonReg / nonreg (push) Has been cancelled

This commit is contained in:
Opus
2026-04-23 23:42:45 +02:00
parent 087e1c19a6
commit 41ad248b50
2 changed files with 22 additions and 0 deletions

View File

@@ -10613,5 +10613,15 @@
"status": "PENDING_APPROVAL",
"created_at": "2026-04-23T21:40:43+00:00",
"source": "opus4-autowire-early-v2"
},
"864": {
"name": "opus_w289_scan_existing",
"triggers": [
"opus w289 scan existing"
],
"cmd": "cd \/var\/www\/html; echo TOTAL_HTML; ls *.html 2>\/dev\/null | wc -l; echo COUNCIL_NAMED_PAGES; ls *council* 2>\/dev\/null; echo PAPERCLIP_NAMED_PAGES; ls *paperclip* 2>\/dev\/null | grep -v api\/; echo MEETING_NAMED_PAGES; ls *meeting* 2>\/dev\/null | grep -v api\/; echo BRAIN_NAMED_PAGES; ls *brain* 2>\/dev\/null | grep -v api\/; echo HUB_NAMED_PAGES; ls *hub*.html 2>\/dev\/null | head -20; echo CONTAINS_CASCADE_FALLBACK; grep -lE \"cascade.*fallback|brain.council\" *.html 2>\/dev\/null | head -10; echo CONTAINS_PAPERCLIP_BRIDGE_USAGE; grep -lE \"paperclip-bridge|paperclip-agents-api\" *.html 2>\/dev\/null | head -10; echo CONTAINS_MEETING_ROOMS_DISPLAY; grep -lE \"meeting-rooms-data|meeting-archi-agenda\" *.html 2>\/dev\/null | head -10; echo RECENT_COMMITS_LAST_2H; git log --since=\"2 hours ago\" --oneline 2>\/dev\/null | head -15; echo WTP_SIDEBAR_ITEMS; grep -oE \"href=\\\"[a-z-]+\\.html\\\"\" weval-technology-platform.html 2>\/dev\/null | sort -u | head -30",
"status": "PENDING_APPROVAL",
"created_at": "2026-04-23T21:42:41+00:00",
"source": "opus4-autowire-early-v2"
}
}

View File

@@ -0,0 +1,12 @@
<?php
return array (
'name' => 'opus_w289_scan_existing',
'triggers' =>
array (
0 => 'opus w289 scan existing',
),
'cmd' => 'cd /var/www/html; echo TOTAL_HTML; ls *.html 2>/dev/null | wc -l; echo COUNCIL_NAMED_PAGES; ls *council* 2>/dev/null; echo PAPERCLIP_NAMED_PAGES; ls *paperclip* 2>/dev/null | grep -v api/; echo MEETING_NAMED_PAGES; ls *meeting* 2>/dev/null | grep -v api/; echo BRAIN_NAMED_PAGES; ls *brain* 2>/dev/null | grep -v api/; echo HUB_NAMED_PAGES; ls *hub*.html 2>/dev/null | head -20; echo CONTAINS_CASCADE_FALLBACK; grep -lE "cascade.*fallback|brain.council" *.html 2>/dev/null | head -10; echo CONTAINS_PAPERCLIP_BRIDGE_USAGE; grep -lE "paperclip-bridge|paperclip-agents-api" *.html 2>/dev/null | head -10; echo CONTAINS_MEETING_ROOMS_DISPLAY; grep -lE "meeting-rooms-data|meeting-archi-agenda" *.html 2>/dev/null | head -10; echo RECENT_COMMITS_LAST_2H; git log --since="2 hours ago" --oneline 2>/dev/null | head -15; echo WTP_SIDEBAR_ITEMS; grep -oE "href=\\"[a-z-]+\\.html\\"" weval-technology-platform.html 2>/dev/null | sort -u | head -30',
'status' => 'PENDING_APPROVAL',
'created_at' => '2026-04-23T21:42:41+00:00',
'source' => 'opus4-autowire-early-v2',
);