diff --git a/api/wave-wiring-queue.json b/api/wave-wiring-queue.json index f3aee9d9f..2b603404e 100644 --- a/api/wave-wiring-queue.json +++ b/api/wave-wiring-queue.json @@ -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" } } \ No newline at end of file diff --git a/api/wired-pending/intent-opus4-opus_w289_scan_existing.php b/api/wired-pending/intent-opus4-opus_w289_scan_existing.php new file mode 100644 index 000000000..5a90d2ba8 --- /dev/null +++ b/api/wired-pending/intent-opus4-opus_w289_scan_existing.php @@ -0,0 +1,12 @@ + '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', +);