22 lines
769 B
PHP
22 lines
769 B
PHP
<?php
|
|
// OPUS5 PROMOTED 2026-04-19T15:31:57+00:00
|
|
return array (
|
|
'name' => 'nginx_config',
|
|
'category' => 'ops',
|
|
'type' => 'sub_agent',
|
|
'triggers' =>
|
|
array (
|
|
0 => 'nginx config',
|
|
1 => 'nginx_config agent',
|
|
2 => 'invoke nginx_config',
|
|
),
|
|
'cmd' => 'echo "agent nginx_config · category ops · Nginx config generator · status READY · source claude-code-subagents-pattern"',
|
|
'status' => 'EXECUTED',
|
|
'created_at' => '2026-04-19T01:30:00+00:00',
|
|
'source' => 'opus-yacine-19avr-godmode-100',
|
|
'description' => 'Nginx config generator',
|
|
'executed_at' => '2026-04-19T15:31:57+00:00',
|
|
'out_preview' => 'agent nginx_config · category ops · Nginx config generator · status READY · source claude-code-subagents-pattern',
|
|
'ms' => 5.0,
|
|
);
|