diff --git a/api/wired-pending/intent-opus4-plan_action_status.php b/api/wired-pending/intent-opus4-plan_action_status.php index 75d5618c1..55446b1db 100644 --- a/api/wired-pending/intent-opus4-plan_action_status.php +++ b/api/wired-pending/intent-opus4-plan_action_status.php @@ -1,24 +1,14 @@ "plan not found"]); - exit; -} -$content = file_get_contents($file); -$v_count = preg_match_all("/^## V\d+/m", $content); -$lines = substr_count($content, " -"); -$last_v = ""; -if (preg_match_all("/## V(\d+)/", $content, $m)) { - $last_v = "V" . max(array_map("intval", $m[1])); -} -echo json_encode([ - "plan_file" => $file, - "versions_total" => $v_count, - "last_version" => $last_v, - "lines" => $lines, - "nonreg" => "153/153", - "wtp" => "HTTP 200", - "autonomy" => "92-95 percent", - "sigma_6_status" => "on_track_zero_regression" -], JSON_PRETTY_PRINT); \ No newline at end of file +// V130 - DISABLED malformed stub by Option C wiki V129 +// Reason: echoed_json_270bytes_pollution_sse +// Original preserved in /opt/wevads/vault/v130-malformed-stubs-20260421-133735/ +// PendingLoader skips via status DISABLED tag (wpl_match_intent filter) +return array ( + 'name' => 'plan_action_status', + 'triggers' => array(), + 'cmd' => 'echo "stub disabled V130"', + 'status' => 'DISABLED_MALFORMED_ECHO_V130', + 'created_at' => '2026-04-21T13:40:00+00:00', + 'source' => 'opus-v130-option-c-sse-pollution-fix', + 'description' => 'V130 Option C: stub disabled to prevent SSE stream pollution. See wiki V129.', +); diff --git a/api/wired-pending/intent-opus4-playwright_login_test.php b/api/wired-pending/intent-opus4-playwright_login_test.php index aa99a4b89..25e91a49f 100644 --- a/api/wired-pending/intent-opus4-playwright_login_test.php +++ b/api/wired-pending/intent-opus4-playwright_login_test.php @@ -1,2 +1,14 @@ 'playwright_login_test', + 'triggers' => array(), + 'cmd' => 'echo "stub disabled V130"', + 'status' => 'DISABLED_MALFORMED_ECHO_V130', + 'created_at' => '2026-04-21T13:40:00+00:00', + 'source' => 'opus-v130-option-c-sse-pollution-fix', + 'description' => 'V130 Option C: stub disabled to prevent SSE stream pollution. See wiki V129.', +);