23 lines
702 B
PHP
23 lines
702 B
PHP
<?php
|
|
return array(
|
|
'name' => 'auto_wire_scan',
|
|
'domain' => 'autonomy',
|
|
'triggers' => array(
|
|
'auto wire',
|
|
'auto wire scan',
|
|
'scan auto intent',
|
|
'auto intent scan',
|
|
'scanne unmatched',
|
|
'quels intents manquent',
|
|
'auto-wire',
|
|
'scan propose',
|
|
'wevia auto wire',
|
|
'lance auto wire',
|
|
),
|
|
'cmd' => 'bash /var/www/html/api/v76-scripts/autowire-scan.sh',
|
|
'status' => 'EXECUTED',
|
|
'created_at' => '2026-04-19T17:37:00+00:00',
|
|
'source' => 'opus-yacine-autowire-scan-fix',
|
|
'description' => 'V93 Auto-Wire Scan · trigger wevia-auto-intent.php scan + show candidates depuis log /var/log/wevia-autointent.jsonl · cron */10 min sync unmatched-queries.json',
|
|
);
|