Files
html/api/wired-pending/intent-opus4-ACTIVATED-opus_disk_prune_safe.php
2026-04-23 21:55:04 +02:00

23 lines
626 B
PHP

<?php
return array (
'name' => 'opus_disk_prune_safe',
'triggers' =>
array (
0 => '(disk',
1 => 'storage',
2 => 'space).{0,20}(prune',
3 => 'clean',
4 => 'free',
5 => 'saturat)',
6 => 'vault.{0,20}dedupe',
7 => '(gold',
8 => 'backup).{0,20}(old',
9 => 'rotate',
10 => 'archive)',
),
'cmd' => 'bash -c \'df -h /; docker system prune -f 2>&1 | tail -2; find /tmp -type f -atime +7 ! -path /tmp/nuclei* -delete 2>/dev/null; echo pruned; df -h /\'',
'status' => 'PENDING_APPROVAL',
'created_at' => '2026-04-23T19:47:32+00:00',
'source' => 'opus4-autowire-early-v2',
);