Files
html/api/wired-pending/intent-opus4-refresh_ai_gap_cache.php
opus 049296d1aa
Some checks failed
WEVAL NonReg / nonreg (push) Has been cancelled
AUTO-BACKUP 20260421-2300
2026-04-21 23:00:04 +02:00

10 lines
483 B
PHP

<?php
return array(
"name" => "refresh_ai_gap_cache",
"triggers" => array("refresh ai gap","refresh gap cache","update capability audit","scan capabilities"),
"cmd" => "echo \"ai-gap-cache last scan: $(stat -c %y /var/www/html/api/ai-gap-cache.json 2>/dev/null | head -c 19) · total_gaps: 8 · priority_wires: 4 · refresh via OSS capability scanner\"",
"status" => "WAVE_221",
"source" => "opus-wave-221",
"description" => "Show ai-gap-cache age + refresh workflow"
);