Files
html/api/wired-pending/intent-opus4-run_install_patchright.php
Opus 1a91e34885
Some checks failed
WEVAL NonReg / nonreg (push) Has been cancelled
auto-sync via WEVIA git_sync_all intent 2026-04-23T23:27:22+02:00
2026-04-23 23:27:22 +02:00

13 lines
384 B
PHP

<?php
return array (
'name' => 'run_install_patchright',
'triggers' =>
array (
0 => 'run install patchright,install patchright now,deploy patchright real',
),
'cmd' => 'bash -c "sudo -n pip install --break-system-packages patchright 2>&1 | tail -6"',
'status' => 'ACTIVATED',
'created_at' => '2026-04-23T17:50:03+00:00',
'source' => 'opus4-autowire-early-v2',
);