22 lines
793 B
PHP
22 lines
793 B
PHP
<?php
|
|
// OPUS5 PROMOTED 2026-04-19T16:03:06+00:00
|
|
return array (
|
|
'name' => 'gap_detect',
|
|
'triggers' =>
|
|
array (
|
|
0 => 'gap detect',
|
|
1 => 'agent gap detect',
|
|
2 => 'invoque gap detect',
|
|
),
|
|
'cmd' => 'echo {"agent":"Gap Detect","slug":"gap_detect","role":"agent","persona":"human","status":"registered","ts":"$(date -Iseconds)"}',
|
|
'status' => 'EXECUTED',
|
|
'created_at' => '2026-04-19T17:45:00+00:00',
|
|
'source' => 'opus-wire-v26-mass-factory-truth-registry',
|
|
'description' => 'Gap Detect agent (agent human) from truth registry',
|
|
'role' => 'agent',
|
|
'persona' => 'human',
|
|
'executed_at' => '2026-04-19T16:03:06+00:00',
|
|
'out_preview' => '{agent:Gap Detect,slug:gap_detect,role:agent,persona:human,status:registered,ts:2026-04-19T18:03:06+02:00}',
|
|
'ms' => 4.0,
|
|
);
|