16 lines
351 B
PHP
16 lines
351 B
PHP
<?php
|
|
return array (
|
|
'name' => 'nonreg_run',
|
|
'triggers' =>
|
|
array (
|
|
0 => 'run nonreg',
|
|
1 => 'nonreg status',
|
|
2 => 'check 72 tests',
|
|
3 => 'sigma score',
|
|
),
|
|
'cmd' => '/var/www/html/api/handlers/nonreg-run.sh',
|
|
'status' => 'EXECUTED',
|
|
'created_at' => '2026-04-19T19:55:18+00:00',
|
|
'source' => 'opus4-autowire-early-v2',
|
|
);
|