18 lines
549 B
PHP
18 lines
549 B
PHP
<?php
|
|
// V26 B2 Mass Agent Factory Opus WIRE
|
|
return array(
|
|
'name' => 'scalebridge',
|
|
'triggers' => array(
|
|
0 => 'scalebridge',
|
|
1 => 'scalebridge',
|
|
2 => 'agent scalebridge',
|
|
3 => 'invoque scalebridge',
|
|
),
|
|
'cmd' => 'echo {"agent":"ScaleBridge","slug":"scalebridge","status":"registered","ts":"\$(date -Iseconds)"}',
|
|
'status' => 'EXECUTED',
|
|
'created_at' => '2026-04-19T17:50:00+00:00',
|
|
'source' => 'opus-wire-v26-b2-truth-registry',
|
|
'description' => 'ScaleBridge agent (dorm ) from truth registry',
|
|
'role' => 'dorm',
|
|
);
|