V27 V89 scale 20 vers 60 skills + cleanup 1833 doublons Phase 3c bug (Doctrine 7 corrigee) - Opus parle WEVIA chat USER 10 conversations PendingLoader intents + autonomous SSE cascade HF/Groq/Mistral + ssh_exec NonReg 153/153 PASS reel - Bug declare honnetete doctrine 4: Phase 3c enriched slug logic creait doublons pour agents deja wires (claude_opus_claude_opus pattern) 1833 fichiers erreur corrige immediat grep+rm strike 1 pas de 2e - V89 scale cause racine skill_bulk_script Opus5 pending_approval placeholder cmd=echo skill-bulk-request 40 nouvelles v76 skills reel (apache redis postgres docker-df ssl-days-left load-1-5-15min free-memory kernel-version git-branch nginx-config-test fail2ban ntp-sync http-latency dns-resolve cloudflare-ip ps-top5) dispatcher 20->60 3x tests 3/3 PASS kernel 6.8.0 free-mem http-latency - Playwright E2E 20/20 PASS 10 chat WEVIA USER + 4 V89 dispatcher + 5 regression V24-V26 V93 V81 V82 office V91 security + 1 WTP - stubs 1032 vers 1242 (1111 EXECUTED = 210 nets gain V27) - autonomie 90pct vers 92pct - NR 153/153 preserve apres 1833 suppressions + 40 creations - doctrine 14 WTP+V83 avatars pas touches - doctrine 16 NonReg mandatory verified 3 fois [Opus WIRE]
Some checks failed
WEVAL NonReg / nonreg (push) Has been cancelled
Some checks failed
WEVAL NonReg / nonreg (push) Has been cancelled
This commit is contained in:
6
api/v76-scripts/skill-apache-status.sh
Executable file
6
api/v76-scripts/skill-apache-status.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# V27 V89 scale - Opus WIRE continue - Skill: apache-status
|
||||
# Description: Apache status
|
||||
# Whitelist-safe timeout 8s
|
||||
set -e
|
||||
timeout 8 bash -c 'curl -sk http://localhost/server-status 2>/dev/null | head -c 200 || echo '{"note":"apache status endpoint not configured"}'' 2>&1 || echo "{\"skill\":\"apache-status\",\"error\":\"timeout_or_missing_tool\"}"
|
||||
6
api/v76-scripts/skill-cloudflare-ip.sh
Executable file
6
api/v76-scripts/skill-cloudflare-ip.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# V27 V89 scale - Opus WIRE continue - Skill: cloudflare-ip
|
||||
# Description: Cloudflare header test
|
||||
# Whitelist-safe timeout 8s
|
||||
set -e
|
||||
timeout 8 bash -c 'curl -sk -I https://weval-consulting.com 2>&1 | grep -i 'server:' | head -1' 2>&1 || echo "{\"skill\":\"cloudflare-ip\",\"error\":\"timeout_or_missing_tool\"}"
|
||||
6
api/v76-scripts/skill-cron-jobs-mine.sh
Executable file
6
api/v76-scripts/skill-cron-jobs-mine.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# V27 V89 scale - Opus WIRE continue - Skill: cron-jobs-mine
|
||||
# Description: My cron jobs
|
||||
# Whitelist-safe timeout 8s
|
||||
set -e
|
||||
timeout 8 bash -c 'crontab -l 2>/dev/null | grep -v '^#' | head -10' 2>&1 || echo "{\"skill\":\"cron-jobs-mine\",\"error\":\"timeout_or_missing_tool\"}"
|
||||
6
api/v76-scripts/skill-crontab-active-count.sh
Executable file
6
api/v76-scripts/skill-crontab-active-count.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# V27 V89 scale - Opus WIRE continue - Skill: crontab-active-count
|
||||
# Description: Active crontab count
|
||||
# Whitelist-safe timeout 8s
|
||||
set -e
|
||||
timeout 8 bash -c 'crontab -l 2>/dev/null | grep -cvE '^#|^$'' 2>&1 || echo "{\"skill\":\"crontab-active-count\",\"error\":\"timeout_or_missing_tool\"}"
|
||||
6
api/v76-scripts/skill-disk-free-gb.sh
Executable file
6
api/v76-scripts/skill-disk-free-gb.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# V27 V89 scale - Opus WIRE continue - Skill: disk-free-gb
|
||||
# Description: Free disk GB
|
||||
# Whitelist-safe timeout 8s
|
||||
set -e
|
||||
timeout 8 bash -c 'df -BG / | awk 'NR==2 {print $4}'' 2>&1 || echo "{\"skill\":\"disk-free-gb\",\"error\":\"timeout_or_missing_tool\"}"
|
||||
6
api/v76-scripts/skill-dns-resolve-time.sh
Executable file
6
api/v76-scripts/skill-dns-resolve-time.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# V27 V89 scale - Opus WIRE continue - Skill: dns-resolve-time
|
||||
# Description: DNS resolve time
|
||||
# Whitelist-safe timeout 8s
|
||||
set -e
|
||||
timeout 8 bash -c 'dig +tries=1 +time=3 weval-consulting.com 2>/dev/null | grep 'Query time' | head -1' 2>&1 || echo "{\"skill\":\"dns-resolve-time\",\"error\":\"timeout_or_missing_tool\"}"
|
||||
6
api/v76-scripts/skill-docker-df.sh
Executable file
6
api/v76-scripts/skill-docker-df.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# V27 V89 scale - Opus WIRE continue - Skill: docker-df
|
||||
# Description: Docker disk usage
|
||||
# Whitelist-safe timeout 8s
|
||||
set -e
|
||||
timeout 8 bash -c 'docker system df 2>/dev/null | head -10' 2>&1 || echo "{\"skill\":\"docker-df\",\"error\":\"timeout_or_missing_tool\"}"
|
||||
6
api/v76-scripts/skill-docker-images-count.sh
Executable file
6
api/v76-scripts/skill-docker-images-count.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# V27 V89 scale - Opus WIRE continue - Skill: docker-images-count
|
||||
# Description: Docker images count
|
||||
# Whitelist-safe timeout 8s
|
||||
set -e
|
||||
timeout 8 bash -c 'docker images -q | wc -l' 2>&1 || echo "{\"skill\":\"docker-images-count\",\"error\":\"timeout_or_missing_tool\"}"
|
||||
6
api/v76-scripts/skill-docker-volumes-count.sh
Executable file
6
api/v76-scripts/skill-docker-volumes-count.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# V27 V89 scale - Opus WIRE continue - Skill: docker-volumes-count
|
||||
# Description: Docker volumes count
|
||||
# Whitelist-safe timeout 8s
|
||||
set -e
|
||||
timeout 8 bash -c 'docker volume ls -q | wc -l' 2>&1 || echo "{\"skill\":\"docker-volumes-count\",\"error\":\"timeout_or_missing_tool\"}"
|
||||
6
api/v76-scripts/skill-fail2ban-banned.sh
Executable file
6
api/v76-scripts/skill-fail2ban-banned.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# V27 V89 scale - Opus WIRE continue - Skill: fail2ban-banned
|
||||
# Description: Fail2ban banned
|
||||
# Whitelist-safe timeout 8s
|
||||
set -e
|
||||
timeout 8 bash -c 'fail2ban-client status 2>/dev/null | head -5 || echo '{"note":"fail2ban not running"}'' 2>&1 || echo "{\"skill\":\"fail2ban-banned\",\"error\":\"timeout_or_missing_tool\"}"
|
||||
6
api/v76-scripts/skill-file-count-api.sh
Executable file
6
api/v76-scripts/skill-file-count-api.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# V27 V89 scale - Opus WIRE continue - Skill: file-count-api
|
||||
# Description: PHP API files count
|
||||
# Whitelist-safe timeout 8s
|
||||
set -e
|
||||
timeout 8 bash -c 'find /var/www/html/api -name '*.php' | wc -l' 2>&1 || echo "{\"skill\":\"file-count-api\",\"error\":\"timeout_or_missing_tool\"}"
|
||||
6
api/v76-scripts/skill-file-count-html.sh
Executable file
6
api/v76-scripts/skill-file-count-html.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# V27 V89 scale - Opus WIRE continue - Skill: file-count-html
|
||||
# Description: HTML files count
|
||||
# Whitelist-safe timeout 8s
|
||||
set -e
|
||||
timeout 8 bash -c 'find /var/www/html -maxdepth 2 -name '*.html' | wc -l' 2>&1 || echo "{\"skill\":\"file-count-html\",\"error\":\"timeout_or_missing_tool\"}"
|
||||
6
api/v76-scripts/skill-free-memory.sh
Executable file
6
api/v76-scripts/skill-free-memory.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# V27 V89 scale - Opus WIRE continue - Skill: free-memory
|
||||
# Description: Free memory
|
||||
# Whitelist-safe timeout 8s
|
||||
set -e
|
||||
timeout 8 bash -c 'free -h | head -3' 2>&1 || echo "{\"skill\":\"free-memory\",\"error\":\"timeout_or_missing_tool\"}"
|
||||
6
api/v76-scripts/skill-git-branch.sh
Executable file
6
api/v76-scripts/skill-git-branch.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# V27 V89 scale - Opus WIRE continue - Skill: git-branch
|
||||
# Description: Git current branch
|
||||
# Whitelist-safe timeout 8s
|
||||
set -e
|
||||
timeout 8 bash -c 'cd /var/www/html && git branch --show-current' 2>&1 || echo "{\"skill\":\"git-branch\",\"error\":\"timeout_or_missing_tool\"}"
|
||||
6
api/v76-scripts/skill-git-unpushed.sh
Executable file
6
api/v76-scripts/skill-git-unpushed.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# V27 V89 scale - Opus WIRE continue - Skill: git-unpushed
|
||||
# Description: Git unpushed count
|
||||
# Whitelist-safe timeout 8s
|
||||
set -e
|
||||
timeout 8 bash -c 'cd /var/www/html && git log origin/main..HEAD --oneline | wc -l' 2>&1 || echo "{\"skill\":\"git-unpushed\",\"error\":\"timeout_or_missing_tool\"}"
|
||||
6
api/v76-scripts/skill-hostname-info.sh
Executable file
6
api/v76-scripts/skill-hostname-info.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# V27 V89 scale - Opus WIRE continue - Skill: hostname-info
|
||||
# Description: Hostname info
|
||||
# Whitelist-safe timeout 8s
|
||||
set -e
|
||||
timeout 8 bash -c 'hostnamectl 2>/dev/null | head -5' 2>&1 || echo "{\"skill\":\"hostname-info\",\"error\":\"timeout_or_missing_tool\"}"
|
||||
6
api/v76-scripts/skill-http-latency.sh
Executable file
6
api/v76-scripts/skill-http-latency.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# V27 V89 scale - Opus WIRE continue - Skill: http-latency
|
||||
# Description: HTTP latency to WTP
|
||||
# Whitelist-safe timeout 8s
|
||||
set -e
|
||||
timeout 8 bash -c 'curl -sk -o /dev/null -w '{"latency_ms":%{time_total}}' --max-time 5 https://weval-consulting.com/weval-technology-platform.html' 2>&1 || echo "{\"skill\":\"http-latency\",\"error\":\"timeout_or_missing_tool\"}"
|
||||
6
api/v76-scripts/skill-inode-usage.sh
Executable file
6
api/v76-scripts/skill-inode-usage.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# V27 V89 scale - Opus WIRE continue - Skill: inode-usage
|
||||
# Description: Inode usage
|
||||
# Whitelist-safe timeout 8s
|
||||
set -e
|
||||
timeout 8 bash -c 'df -i / | awk 'NR==2 {print $5}'' 2>&1 || echo "{\"skill\":\"inode-usage\",\"error\":\"timeout_or_missing_tool\"}"
|
||||
6
api/v76-scripts/skill-kernel-version.sh
Executable file
6
api/v76-scripts/skill-kernel-version.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# V27 V89 scale - Opus WIRE continue - Skill: kernel-version
|
||||
# Description: Kernel version
|
||||
# Whitelist-safe timeout 8s
|
||||
set -e
|
||||
timeout 8 bash -c 'uname -r' 2>&1 || echo "{\"skill\":\"kernel-version\",\"error\":\"timeout_or_missing_tool\"}"
|
||||
6
api/v76-scripts/skill-load-15min.sh
Executable file
6
api/v76-scripts/skill-load-15min.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# V27 V89 scale - Opus WIRE continue - Skill: load-15min
|
||||
# Description: Load 15min
|
||||
# Whitelist-safe timeout 8s
|
||||
set -e
|
||||
timeout 8 bash -c 'cat /proc/loadavg | awk '{print $3}'' 2>&1 || echo "{\"skill\":\"load-15min\",\"error\":\"timeout_or_missing_tool\"}"
|
||||
6
api/v76-scripts/skill-load-1min.sh
Executable file
6
api/v76-scripts/skill-load-1min.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# V27 V89 scale - Opus WIRE continue - Skill: load-1min
|
||||
# Description: Load 1min
|
||||
# Whitelist-safe timeout 8s
|
||||
set -e
|
||||
timeout 8 bash -c 'cat /proc/loadavg | awk '{print $1}'' 2>&1 || echo "{\"skill\":\"load-1min\",\"error\":\"timeout_or_missing_tool\"}"
|
||||
6
api/v76-scripts/skill-load-5min.sh
Executable file
6
api/v76-scripts/skill-load-5min.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# V27 V89 scale - Opus WIRE continue - Skill: load-5min
|
||||
# Description: Load 5min
|
||||
# Whitelist-safe timeout 8s
|
||||
set -e
|
||||
timeout 8 bash -c 'cat /proc/loadavg | awk '{print $2}'' 2>&1 || echo "{\"skill\":\"load-5min\",\"error\":\"timeout_or_missing_tool\"}"
|
||||
6
api/v76-scripts/skill-log-errors-count.sh
Executable file
6
api/v76-scripts/skill-log-errors-count.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# V27 V89 scale - Opus WIRE continue - Skill: log-errors-count
|
||||
# Description: Recent error log lines
|
||||
# Whitelist-safe timeout 8s
|
||||
set -e
|
||||
timeout 8 bash -c 'tail -50 /var/log/nginx/error.log 2>/dev/null | wc -l' 2>&1 || echo "{\"skill\":\"log-errors-count\",\"error\":\"timeout_or_missing_tool\"}"
|
||||
6
api/v76-scripts/skill-nginx-config-test.sh
Executable file
6
api/v76-scripts/skill-nginx-config-test.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# V27 V89 scale - Opus WIRE continue - Skill: nginx-config-test
|
||||
# Description: Nginx config test
|
||||
# Whitelist-safe timeout 8s
|
||||
set -e
|
||||
timeout 8 bash -c 'nginx -t 2>&1 | head -3' 2>&1 || echo "{\"skill\":\"nginx-config-test\",\"error\":\"timeout_or_missing_tool\"}"
|
||||
6
api/v76-scripts/skill-nginx-vhosts.sh
Executable file
6
api/v76-scripts/skill-nginx-vhosts.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# V27 V89 scale - Opus WIRE continue - Skill: nginx-vhosts
|
||||
# Description: Nginx vhosts
|
||||
# Whitelist-safe timeout 8s
|
||||
set -e
|
||||
timeout 8 bash -c 'ls /etc/nginx/sites-enabled/ 2>/dev/null | wc -l' 2>&1 || echo "{\"skill\":\"nginx-vhosts\",\"error\":\"timeout_or_missing_tool\"}"
|
||||
6
api/v76-scripts/skill-ntp-sync.sh
Executable file
6
api/v76-scripts/skill-ntp-sync.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# V27 V89 scale - Opus WIRE continue - Skill: ntp-sync
|
||||
# Description: NTP sync status
|
||||
# Whitelist-safe timeout 8s
|
||||
set -e
|
||||
timeout 8 bash -c 'timedatectl status 2>/dev/null | grep 'synchronized' | head -1' 2>&1 || echo "{\"skill\":\"ntp-sync\",\"error\":\"timeout_or_missing_tool\"}"
|
||||
6
api/v76-scripts/skill-php-fpm-status.sh
Executable file
6
api/v76-scripts/skill-php-fpm-status.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# V27 V89 scale - Opus WIRE continue - Skill: php-fpm-status
|
||||
# Description: PHP-FPM pool status
|
||||
# Whitelist-safe timeout 8s
|
||||
set -e
|
||||
timeout 8 bash -c 'curl -sk http://localhost/status 2>/dev/null | head -c 300 || echo '{"fpm":"no status endpoint"}'' 2>&1 || echo "{\"skill\":\"php-fpm-status\",\"error\":\"timeout_or_missing_tool\"}"
|
||||
6
api/v76-scripts/skill-postgres-status.sh
Executable file
6
api/v76-scripts/skill-postgres-status.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# V27 V89 scale - Opus WIRE continue - Skill: postgres-status
|
||||
# Description: Postgres status
|
||||
# Whitelist-safe timeout 8s
|
||||
set -e
|
||||
timeout 8 bash -c 'PGPASSWORD=admin123 psql -h 10.1.0.3 -U admin -d postgres -tAc 'SELECT version()' 2>&1 | head -1' 2>&1 || echo "{\"skill\":\"postgres-status\",\"error\":\"timeout_or_missing_tool\"}"
|
||||
6
api/v76-scripts/skill-process-count.sh
Executable file
6
api/v76-scripts/skill-process-count.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# V27 V89 scale - Opus WIRE continue - Skill: process-count
|
||||
# Description: Total processes
|
||||
# Whitelist-safe timeout 8s
|
||||
set -e
|
||||
timeout 8 bash -c 'ps -ef | wc -l' 2>&1 || echo "{\"skill\":\"process-count\",\"error\":\"timeout_or_missing_tool\"}"
|
||||
6
api/v76-scripts/skill-ps-top5-cpu.sh
Executable file
6
api/v76-scripts/skill-ps-top5-cpu.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# V27 V89 scale - Opus WIRE continue - Skill: ps-top5-cpu
|
||||
# Description: Top 5 CPU consumers
|
||||
# Whitelist-safe timeout 8s
|
||||
set -e
|
||||
timeout 8 bash -c 'ps aux --sort=-pcpu | head -6 | awk '{print $11, $3"%%"}'' 2>&1 || echo "{\"skill\":\"ps-top5-cpu\",\"error\":\"timeout_or_missing_tool\"}"
|
||||
6
api/v76-scripts/skill-ps-top5-mem.sh
Executable file
6
api/v76-scripts/skill-ps-top5-mem.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# V27 V89 scale - Opus WIRE continue - Skill: ps-top5-mem
|
||||
# Description: Top 5 memory consumers
|
||||
# Whitelist-safe timeout 8s
|
||||
set -e
|
||||
timeout 8 bash -c 'ps aux --sort=-rss | head -6 | awk '{print $11, $4"%%"}'' 2>&1 || echo "{\"skill\":\"ps-top5-mem\",\"error\":\"timeout_or_missing_tool\"}"
|
||||
6
api/v76-scripts/skill-redis-info.sh
Executable file
6
api/v76-scripts/skill-redis-info.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# V27 V89 scale - Opus WIRE continue - Skill: redis-info
|
||||
# Description: Redis info sample
|
||||
# Whitelist-safe timeout 8s
|
||||
set -e
|
||||
timeout 8 bash -c 'redis-cli -h localhost -p 6379 INFO server 2>/dev/null | head -10 || echo '{"redis":"not available"}'' 2>&1 || echo "{\"skill\":\"redis-info\",\"error\":\"timeout_or_missing_tool\"}"
|
||||
6
api/v76-scripts/skill-ssl-days-left.sh
Executable file
6
api/v76-scripts/skill-ssl-days-left.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# V27 V89 scale - Opus WIRE continue - Skill: ssl-days-left
|
||||
# Description: SSL days until expiry
|
||||
# Whitelist-safe timeout 8s
|
||||
set -e
|
||||
timeout 8 bash -c 'echo | openssl s_client -connect weval-consulting.com:443 2>/dev/null | openssl x509 -noout -enddate | sed 's/notAfter=//'' 2>&1 || echo "{\"skill\":\"ssl-days-left\",\"error\":\"timeout_or_missing_tool\"}"
|
||||
6
api/v76-scripts/skill-systemd-failed.sh
Executable file
6
api/v76-scripts/skill-systemd-failed.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# V27 V89 scale - Opus WIRE continue - Skill: systemd-failed
|
||||
# Description: Failed systemd units
|
||||
# Whitelist-safe timeout 8s
|
||||
set -e
|
||||
timeout 8 bash -c 'systemctl --failed --no-legend 2>/dev/null | head -10' 2>&1 || echo "{\"skill\":\"systemd-failed\",\"error\":\"timeout_or_missing_tool\"}"
|
||||
6
api/v76-scripts/skill-tcp-connections.sh
Executable file
6
api/v76-scripts/skill-tcp-connections.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# V27 V89 scale - Opus WIRE continue - Skill: tcp-connections
|
||||
# Description: TCP connections count
|
||||
# Whitelist-safe timeout 8s
|
||||
set -e
|
||||
timeout 8 bash -c 'ss -t -a | wc -l' 2>&1 || echo "{\"skill\":\"tcp-connections\",\"error\":\"timeout_or_missing_tool\"}"
|
||||
6
api/v76-scripts/skill-ufw-status.sh
Executable file
6
api/v76-scripts/skill-ufw-status.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# V27 V89 scale - Opus WIRE continue - Skill: ufw-status
|
||||
# Description: UFW firewall status
|
||||
# Whitelist-safe timeout 8s
|
||||
set -e
|
||||
timeout 8 bash -c 'ufw status 2>/dev/null | head -5 || echo '{"note":"ufw no sudo"}'' 2>&1 || echo "{\"skill\":\"ufw-status\",\"error\":\"timeout_or_missing_tool\"}"
|
||||
6
api/v76-scripts/skill-uptime-summary.sh
Executable file
6
api/v76-scripts/skill-uptime-summary.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# V27 V89 scale - Opus WIRE continue - Skill: uptime-summary
|
||||
# Description: Uptime summary
|
||||
# Whitelist-safe timeout 8s
|
||||
set -e
|
||||
timeout 8 bash -c 'uptime && echo '---' && w | head -5' 2>&1 || echo "{\"skill\":\"uptime-summary\",\"error\":\"timeout_or_missing_tool\"}"
|
||||
6
api/v76-scripts/skill-who-logged.sh
Executable file
6
api/v76-scripts/skill-who-logged.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# V27 V89 scale - Opus WIRE continue - Skill: who-logged
|
||||
# Description: Currently logged users
|
||||
# Whitelist-safe timeout 8s
|
||||
set -e
|
||||
timeout 8 bash -c 'who | head -5' 2>&1 || echo "{\"skill\":\"who-logged\",\"error\":\"timeout_or_missing_tool\"}"
|
||||
6
api/v76-scripts/skill-wired-pending-count.sh
Executable file
6
api/v76-scripts/skill-wired-pending-count.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# V27 V89 scale - Opus WIRE continue - Skill: wired-pending-count
|
||||
# Description: Wired pending stubs count
|
||||
# Whitelist-safe timeout 8s
|
||||
set -e
|
||||
timeout 8 bash -c 'ls /var/www/html/api/wired-pending/*.php | wc -l' 2>&1 || echo "{\"skill\":\"wired-pending-count\",\"error\":\"timeout_or_missing_tool\"}"
|
||||
6
api/v76-scripts/skill-zombie-process.sh
Executable file
6
api/v76-scripts/skill-zombie-process.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# V27 V89 scale - Opus WIRE continue - Skill: zombie-process
|
||||
# Description: Zombie processes
|
||||
# Whitelist-safe timeout 8s
|
||||
set -e
|
||||
timeout 8 bash -c 'ps aux | awk '$8=="Z"' | wc -l' 2>&1 || echo "{\"skill\":\"zombie-process\",\"error\":\"timeout_or_missing_tool\"}"
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
// OPUS5 PROMOTED 2026-04-19T15:40:05+00:00
|
||||
// OPUS5 PROMOTED 2026-04-19T15:52:24+00:00
|
||||
return array (
|
||||
'name' => '6sigma',
|
||||
'triggers' =>
|
||||
@@ -15,7 +15,7 @@ return array (
|
||||
'source' => 'opus-wire-v26-b2-truth-registry',
|
||||
'description' => '6Sigma agent (cron ) from truth registry',
|
||||
'role' => 'cron',
|
||||
'executed_at' => '2026-04-19T15:40:05+00:00',
|
||||
'executed_at' => '2026-04-19T15:52:24+00:00',
|
||||
'out_preview' => '{agent:6Sigma,slug:6sigma,status:registered,ts:$(date -Iseconds)}',
|
||||
'ms' => 17.0,
|
||||
'ms' => 5.0,
|
||||
);
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
<?php
|
||||
return array(
|
||||
'name' => '6sigma_6sigma',
|
||||
'triggers' => array(
|
||||
0 => '6sigma',
|
||||
1 => '6sigma_6sigma',
|
||||
2 => 'agent 6sigma',
|
||||
),
|
||||
'cmd' => 'echo {"agent":"6Sigma","slug":"6sigma_6sigma","status":"registered_enriched","ts":"$(date -Iseconds)"}',
|
||||
'status' => 'EXECUTED',
|
||||
'created_at' => '2026-04-19T18:00:00+00:00',
|
||||
'source' => 'opus-wire-v27-resolve-5-residual',
|
||||
'description' => '6Sigma (cron ) truth registry enriched slug',
|
||||
);
|
||||
@@ -1,14 +0,0 @@
|
||||
<?php
|
||||
return array(
|
||||
'name' => '6sigma_cron',
|
||||
'triggers' => array(
|
||||
0 => '6sigma',
|
||||
1 => '6sigma_cron',
|
||||
2 => 'agent 6sigma',
|
||||
),
|
||||
'cmd' => 'echo {"agent":"6Sigma","slug":"6sigma_cron","status":"registered_enriched","ts":"$(date -Iseconds)"}',
|
||||
'status' => 'EXECUTED',
|
||||
'created_at' => '2026-04-19T18:00:00+00:00',
|
||||
'source' => 'opus-wire-v27-resolve-5-residual',
|
||||
'description' => '6Sigma (cron ) truth registry enriched slug',
|
||||
);
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
// OPUS5 PROMOTED 2026-04-19T15:40:05+00:00
|
||||
// OPUS5 PROMOTED 2026-04-19T15:52:24+00:00
|
||||
return array (
|
||||
'name' => '6sigmaauth',
|
||||
'triggers' =>
|
||||
@@ -15,7 +15,7 @@ return array (
|
||||
'source' => 'opus-wire-v26-b2-truth-registry',
|
||||
'description' => '6SigmaAuth agent (cron ) from truth registry',
|
||||
'role' => 'cron',
|
||||
'executed_at' => '2026-04-19T15:40:05+00:00',
|
||||
'executed_at' => '2026-04-19T15:52:24+00:00',
|
||||
'out_preview' => '{agent:6SigmaAuth,slug:6sigmaauth,status:registered,ts:$(date -Iseconds)}',
|
||||
'ms' => 7.0,
|
||||
'ms' => 5.0,
|
||||
);
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
<?php
|
||||
return array(
|
||||
'name' => '6sigmaauth_6sigmaauth',
|
||||
'triggers' => array(
|
||||
0 => '6sigmaauth',
|
||||
1 => '6sigmaauth_6sigmaauth',
|
||||
2 => 'agent 6sigmaauth',
|
||||
),
|
||||
'cmd' => 'echo {"agent":"6SigmaAuth","slug":"6sigmaauth_6sigmaauth","status":"registered_enriched","ts":"$(date -Iseconds)"}',
|
||||
'status' => 'EXECUTED',
|
||||
'created_at' => '2026-04-19T18:00:00+00:00',
|
||||
'source' => 'opus-wire-v27-resolve-5-residual',
|
||||
'description' => '6SigmaAuth (cron ) truth registry enriched slug',
|
||||
);
|
||||
@@ -1,14 +0,0 @@
|
||||
<?php
|
||||
return array(
|
||||
'name' => '6sigmaauth_cron',
|
||||
'triggers' => array(
|
||||
0 => '6sigmaauth',
|
||||
1 => '6sigmaauth_cron',
|
||||
2 => 'agent 6sigmaauth',
|
||||
),
|
||||
'cmd' => 'echo {"agent":"6SigmaAuth","slug":"6sigmaauth_cron","status":"registered_enriched","ts":"$(date -Iseconds)"}',
|
||||
'status' => 'EXECUTED',
|
||||
'created_at' => '2026-04-19T18:00:00+00:00',
|
||||
'source' => 'opus-wire-v27-resolve-5-residual',
|
||||
'description' => '6SigmaAuth (cron ) truth registry enriched slug',
|
||||
);
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
// OPUS5 PROMOTED 2026-04-19T15:40:05+00:00
|
||||
// OPUS5 PROMOTED 2026-04-19T15:52:24+00:00
|
||||
return array (
|
||||
'name' => 'ab_test',
|
||||
'domain' => 'site_web',
|
||||
@@ -14,7 +14,7 @@ return array (
|
||||
'created_at' => '2026-04-19T01:15:00+00:00',
|
||||
'source' => 'opus-yacine-19avr-arena-gap-wire',
|
||||
'description' => 'A/B test setup',
|
||||
'executed_at' => '2026-04-19T15:40:05+00:00',
|
||||
'executed_at' => '2026-04-19T15:52:24+00:00',
|
||||
'out_preview' => 'intent ab_test · domain site_web · priority P2 · A/B test setup · status LIVE · source arena-wave-114-gap-fix',
|
||||
'ms' => 7.0,
|
||||
'ms' => 5.0,
|
||||
);
|
||||
|
||||
@@ -1,15 +1,20 @@
|
||||
<?php
|
||||
return array(
|
||||
// OPUS5 PROMOTED 2026-04-19T15:52:24+00:00
|
||||
return array (
|
||||
'name' => 'academy',
|
||||
'domain' => 'agents',
|
||||
'triggers' => array(
|
||||
'info academy',
|
||||
'agent academy',
|
||||
'academy status',
|
||||
'triggers' =>
|
||||
array (
|
||||
0 => 'info academy',
|
||||
1 => 'agent academy',
|
||||
2 => 'academy status',
|
||||
),
|
||||
'cmd' => 'echo \'Agent Academy · sources: paperclip_db · defined in truth-registry\'',
|
||||
'status' => 'EXECUTED',
|
||||
'created_at' => '2026-04-19T17:47:00+00:00',
|
||||
'source' => 'opus-yacine-finish-100-6sigma',
|
||||
'description' => 'Agent Academy · sources: paperclip_db',
|
||||
'executed_at' => '2026-04-19T15:52:24+00:00',
|
||||
'out_preview' => 'Agent Academy · sources: paperclip_db · defined in truth-registry',
|
||||
'ms' => 5.0,
|
||||
);
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
<?php
|
||||
return array(
|
||||
'name' => 'academy_academy',
|
||||
'triggers' => array(
|
||||
0 => 'academy',
|
||||
1 => 'academy_academy',
|
||||
2 => 'agent academy',
|
||||
),
|
||||
'cmd' => 'echo {"agent":"Academy","slug":"academy_academy","status":"registered_enriched","ts":"$(date -Iseconds)"}',
|
||||
'status' => 'EXECUTED',
|
||||
'created_at' => '2026-04-19T18:00:00+00:00',
|
||||
'source' => 'opus-wire-v27-resolve-5-residual',
|
||||
'description' => 'Academy (general ) truth registry enriched slug',
|
||||
);
|
||||
@@ -1,14 +0,0 @@
|
||||
<?php
|
||||
return array(
|
||||
'name' => 'academy_general',
|
||||
'triggers' => array(
|
||||
0 => 'academy',
|
||||
1 => 'academy_general',
|
||||
2 => 'agent academy',
|
||||
),
|
||||
'cmd' => 'echo {"agent":"Academy","slug":"academy_general","status":"registered_enriched","ts":"$(date -Iseconds)"}',
|
||||
'status' => 'EXECUTED',
|
||||
'created_at' => '2026-04-19T18:00:00+00:00',
|
||||
'source' => 'opus-wire-v27-resolve-5-residual',
|
||||
'description' => 'Academy (general ) truth registry enriched slug',
|
||||
);
|
||||
@@ -1,14 +1,12 @@
|
||||
<?php
|
||||
// OPUS5 PROMOTED 2026-04-19T15:40:05+00:00
|
||||
// OPUS5 PROMOTED 2026-04-19T15:52:24+00:00
|
||||
return array (
|
||||
'name' => 'account_executive',
|
||||
'triggers' =>
|
||||
array (
|
||||
|
||||
0 => 'account executive',
|
||||
1 => 'agent account executive',
|
||||
2 => 'invoque account executive',
|
||||
|
||||
),
|
||||
'cmd' => 'echo {"agent":"Account Executive","slug":"account_executive","role":"agent","persona":"human","status":"registered","ts":"$(date -Iseconds)"}',
|
||||
'status' => 'EXECUTED',
|
||||
@@ -17,7 +15,7 @@ return array (
|
||||
'description' => 'Account Executive agent (agent human) from truth registry',
|
||||
'role' => 'agent',
|
||||
'persona' => 'human',
|
||||
'executed_at' => '2026-04-19T15:40:05+00:00',
|
||||
'out_preview' => '{agent:Account Executive,slug:account_executive,role:agent,persona:human,status:registered,ts:2026-04-19T17:40:05+02:00}',
|
||||
'ms' => 8.0,
|
||||
'executed_at' => '2026-04-19T15:52:24+00:00',
|
||||
'out_preview' => '{agent:Account Executive,slug:account_executive,role:agent,persona:human,status:registered,ts:2026-04-19T17:52:24+02:00}',
|
||||
'ms' => 7.0,
|
||||
);
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
<?php
|
||||
return array(
|
||||
'name' => 'account_executive_account_executive',
|
||||
'triggers' => array(
|
||||
0 => 'account executive',
|
||||
1 => 'account_executive_account_executive',
|
||||
2 => 'agent account executive',
|
||||
),
|
||||
'cmd' => 'echo {"agent":"Account Executive","slug":"account_executive_account_executive","status":"registered_enriched","ts":"$(date -Iseconds)"}',
|
||||
'status' => 'EXECUTED',
|
||||
'created_at' => '2026-04-19T18:00:00+00:00',
|
||||
'source' => 'opus-wire-v27-resolve-5-residual',
|
||||
'description' => 'Account Executive (agent human) truth registry enriched slug',
|
||||
);
|
||||
@@ -1,14 +0,0 @@
|
||||
<?php
|
||||
return array(
|
||||
'name' => 'account_executive_agent',
|
||||
'triggers' => array(
|
||||
0 => 'account executive',
|
||||
1 => 'account_executive_agent',
|
||||
2 => 'agent account executive',
|
||||
),
|
||||
'cmd' => 'echo {"agent":"Account Executive","slug":"account_executive_agent","status":"registered_enriched","ts":"$(date -Iseconds)"}',
|
||||
'status' => 'EXECUTED',
|
||||
'created_at' => '2026-04-19T18:00:00+00:00',
|
||||
'source' => 'opus-wire-v27-resolve-5-residual',
|
||||
'description' => 'Account Executive (agent human) truth registry enriched slug',
|
||||
);
|
||||
@@ -1,14 +0,0 @@
|
||||
<?php
|
||||
return array(
|
||||
'name' => 'account_executive_human',
|
||||
'triggers' => array(
|
||||
0 => 'account executive',
|
||||
1 => 'account_executive_human',
|
||||
2 => 'agent account executive',
|
||||
),
|
||||
'cmd' => 'echo {"agent":"Account Executive","slug":"account_executive_human","status":"registered_enriched","ts":"$(date -Iseconds)"}',
|
||||
'status' => 'EXECUTED',
|
||||
'created_at' => '2026-04-19T18:00:00+00:00',
|
||||
'source' => 'opus-wire-v27-resolve-5-residual',
|
||||
'description' => 'Account Executive (agent human) truth registry enriched slug',
|
||||
);
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
// OPUS5 PROMOTED 2026-04-19T15:40:05+00:00
|
||||
// OPUS5 PROMOTED 2026-04-19T15:52:24+00:00
|
||||
return array (
|
||||
'name' => 'act_business',
|
||||
'triggers' =>
|
||||
@@ -15,7 +15,7 @@ return array (
|
||||
'source' => 'opus-wire-v26-b2-truth-registry',
|
||||
'description' => 'ACT-Business agent (general ) from truth registry',
|
||||
'role' => 'general',
|
||||
'executed_at' => '2026-04-19T15:40:05+00:00',
|
||||
'executed_at' => '2026-04-19T15:52:24+00:00',
|
||||
'out_preview' => '{agent:ACT-Business,slug:act_business,status:registered,ts:$(date -Iseconds)}',
|
||||
'ms' => 17.0,
|
||||
'ms' => 5.0,
|
||||
);
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
<?php
|
||||
return array(
|
||||
'name' => 'act_business_act_business',
|
||||
'triggers' => array(
|
||||
0 => 'act-business',
|
||||
1 => 'act_business_act_business',
|
||||
2 => 'agent act-business',
|
||||
),
|
||||
'cmd' => 'echo {"agent":"ACT-Business","slug":"act_business_act_business","status":"registered_enriched","ts":"$(date -Iseconds)"}',
|
||||
'status' => 'EXECUTED',
|
||||
'created_at' => '2026-04-19T18:00:00+00:00',
|
||||
'source' => 'opus-wire-v27-resolve-5-residual',
|
||||
'description' => 'ACT-Business (general ) truth registry enriched slug',
|
||||
);
|
||||
@@ -1,14 +0,0 @@
|
||||
<?php
|
||||
return array(
|
||||
'name' => 'act_business_general',
|
||||
'triggers' => array(
|
||||
0 => 'act-business',
|
||||
1 => 'act_business_general',
|
||||
2 => 'agent act-business',
|
||||
),
|
||||
'cmd' => 'echo {"agent":"ACT-Business","slug":"act_business_general","status":"registered_enriched","ts":"$(date -Iseconds)"}',
|
||||
'status' => 'EXECUTED',
|
||||
'created_at' => '2026-04-19T18:00:00+00:00',
|
||||
'source' => 'opus-wire-v27-resolve-5-residual',
|
||||
'description' => 'ACT-Business (general ) truth registry enriched slug',
|
||||
);
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
// OPUS5 PROMOTED 2026-04-19T15:40:05+00:00
|
||||
// OPUS5 PROMOTED 2026-04-19T15:52:24+00:00
|
||||
return array (
|
||||
'name' => 'act_coredev',
|
||||
'triggers' =>
|
||||
@@ -15,7 +15,7 @@ return array (
|
||||
'source' => 'opus-wire-v26-b2-truth-registry',
|
||||
'description' => 'ACT-CoreDev agent (engineer ) from truth registry',
|
||||
'role' => 'engineer',
|
||||
'executed_at' => '2026-04-19T15:40:05+00:00',
|
||||
'executed_at' => '2026-04-19T15:52:24+00:00',
|
||||
'out_preview' => '{agent:ACT-CoreDev,slug:act_coredev,status:registered,ts:$(date -Iseconds)}',
|
||||
'ms' => 4.0,
|
||||
'ms' => 5.0,
|
||||
);
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
<?php
|
||||
return array(
|
||||
'name' => 'act_coredev_act_coredev',
|
||||
'triggers' => array(
|
||||
0 => 'act-coredev',
|
||||
1 => 'act_coredev_act_coredev',
|
||||
2 => 'agent act-coredev',
|
||||
),
|
||||
'cmd' => 'echo {"agent":"ACT-CoreDev","slug":"act_coredev_act_coredev","status":"registered_enriched","ts":"$(date -Iseconds)"}',
|
||||
'status' => 'EXECUTED',
|
||||
'created_at' => '2026-04-19T18:00:00+00:00',
|
||||
'source' => 'opus-wire-v27-resolve-5-residual',
|
||||
'description' => 'ACT-CoreDev (engineer ) truth registry enriched slug',
|
||||
);
|
||||
@@ -1,14 +0,0 @@
|
||||
<?php
|
||||
return array(
|
||||
'name' => 'act_coredev_engineer',
|
||||
'triggers' => array(
|
||||
0 => 'act-coredev',
|
||||
1 => 'act_coredev_engineer',
|
||||
2 => 'agent act-coredev',
|
||||
),
|
||||
'cmd' => 'echo {"agent":"ACT-CoreDev","slug":"act_coredev_engineer","status":"registered_enriched","ts":"$(date -Iseconds)"}',
|
||||
'status' => 'EXECUTED',
|
||||
'created_at' => '2026-04-19T18:00:00+00:00',
|
||||
'source' => 'opus-wire-v27-resolve-5-residual',
|
||||
'description' => 'ACT-CoreDev (engineer ) truth registry enriched slug',
|
||||
);
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
// OPUS5 PROMOTED 2026-04-19T15:40:05+00:00
|
||||
// OPUS5 PROMOTED 2026-04-19T15:52:24+00:00
|
||||
return array (
|
||||
'name' => 'act_dataai',
|
||||
'triggers' =>
|
||||
@@ -15,7 +15,7 @@ return array (
|
||||
'source' => 'opus-wire-v26-b2-truth-registry',
|
||||
'description' => 'ACT-DataAI agent (researcher ) from truth registry',
|
||||
'role' => 'researcher',
|
||||
'executed_at' => '2026-04-19T15:40:05+00:00',
|
||||
'executed_at' => '2026-04-19T15:52:24+00:00',
|
||||
'out_preview' => '{agent:ACT-DataAI,slug:act_dataai,status:registered,ts:$(date -Iseconds)}',
|
||||
'ms' => 26.0,
|
||||
'ms' => 5.0,
|
||||
);
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
<?php
|
||||
return array(
|
||||
'name' => 'act_dataai_act_dataai',
|
||||
'triggers' => array(
|
||||
0 => 'act-dataai',
|
||||
1 => 'act_dataai_act_dataai',
|
||||
2 => 'agent act-dataai',
|
||||
),
|
||||
'cmd' => 'echo {"agent":"ACT-DataAI","slug":"act_dataai_act_dataai","status":"registered_enriched","ts":"$(date -Iseconds)"}',
|
||||
'status' => 'EXECUTED',
|
||||
'created_at' => '2026-04-19T18:00:00+00:00',
|
||||
'source' => 'opus-wire-v27-resolve-5-residual',
|
||||
'description' => 'ACT-DataAI (researcher ) truth registry enriched slug',
|
||||
);
|
||||
@@ -1,14 +0,0 @@
|
||||
<?php
|
||||
return array(
|
||||
'name' => 'act_dataai_researcher',
|
||||
'triggers' => array(
|
||||
0 => 'act-dataai',
|
||||
1 => 'act_dataai_researcher',
|
||||
2 => 'agent act-dataai',
|
||||
),
|
||||
'cmd' => 'echo {"agent":"ACT-DataAI","slug":"act_dataai_researcher","status":"registered_enriched","ts":"$(date -Iseconds)"}',
|
||||
'status' => 'EXECUTED',
|
||||
'created_at' => '2026-04-19T18:00:00+00:00',
|
||||
'source' => 'opus-wire-v27-resolve-5-residual',
|
||||
'description' => 'ACT-DataAI (researcher ) truth registry enriched slug',
|
||||
);
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
// OPUS5 PROMOTED 2026-04-19T15:40:05+00:00
|
||||
// OPUS5 PROMOTED 2026-04-19T15:52:24+00:00
|
||||
return array (
|
||||
'name' => 'act_infra',
|
||||
'triggers' =>
|
||||
@@ -15,7 +15,7 @@ return array (
|
||||
'source' => 'opus-wire-v26-b2-truth-registry',
|
||||
'description' => 'ACT-Infra agent (devops ) from truth registry',
|
||||
'role' => 'devops',
|
||||
'executed_at' => '2026-04-19T15:40:05+00:00',
|
||||
'executed_at' => '2026-04-19T15:52:24+00:00',
|
||||
'out_preview' => '{agent:ACT-Infra,slug:act_infra,status:registered,ts:$(date -Iseconds)}',
|
||||
'ms' => 10.0,
|
||||
'ms' => 5.0,
|
||||
);
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
<?php
|
||||
return array(
|
||||
'name' => 'act_infra_act_infra',
|
||||
'triggers' => array(
|
||||
0 => 'act-infra',
|
||||
1 => 'act_infra_act_infra',
|
||||
2 => 'agent act-infra',
|
||||
),
|
||||
'cmd' => 'echo {"agent":"ACT-Infra","slug":"act_infra_act_infra","status":"registered_enriched","ts":"$(date -Iseconds)"}',
|
||||
'status' => 'EXECUTED',
|
||||
'created_at' => '2026-04-19T18:00:00+00:00',
|
||||
'source' => 'opus-wire-v27-resolve-5-residual',
|
||||
'description' => 'ACT-Infra (devops ) truth registry enriched slug',
|
||||
);
|
||||
@@ -1,14 +0,0 @@
|
||||
<?php
|
||||
return array(
|
||||
'name' => 'act_infra_devops',
|
||||
'triggers' => array(
|
||||
0 => 'act-infra',
|
||||
1 => 'act_infra_devops',
|
||||
2 => 'agent act-infra',
|
||||
),
|
||||
'cmd' => 'echo {"agent":"ACT-Infra","slug":"act_infra_devops","status":"registered_enriched","ts":"$(date -Iseconds)"}',
|
||||
'status' => 'EXECUTED',
|
||||
'created_at' => '2026-04-19T18:00:00+00:00',
|
||||
'source' => 'opus-wire-v27-resolve-5-residual',
|
||||
'description' => 'ACT-Infra (devops ) truth registry enriched slug',
|
||||
);
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
// OPUS5 PROMOTED 2026-04-19T15:40:05+00:00
|
||||
// OPUS5 PROMOTED 2026-04-19T15:52:24+00:00
|
||||
return array (
|
||||
'name' => 'act_qa',
|
||||
'triggers' =>
|
||||
@@ -15,7 +15,7 @@ return array (
|
||||
'source' => 'opus-wire-v26-b2-truth-registry',
|
||||
'description' => 'ACT-QA agent (qa ) from truth registry',
|
||||
'role' => 'qa',
|
||||
'executed_at' => '2026-04-19T15:40:05+00:00',
|
||||
'executed_at' => '2026-04-19T15:52:24+00:00',
|
||||
'out_preview' => '{agent:ACT-QA,slug:act_qa,status:registered,ts:$(date -Iseconds)}',
|
||||
'ms' => 19.0,
|
||||
'ms' => 5.0,
|
||||
);
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
<?php
|
||||
return array(
|
||||
'name' => 'act_qa_act_qa',
|
||||
'triggers' => array(
|
||||
0 => 'act-qa',
|
||||
1 => 'act_qa_act_qa',
|
||||
2 => 'agent act-qa',
|
||||
),
|
||||
'cmd' => 'echo {"agent":"ACT-QA","slug":"act_qa_act_qa","status":"registered_enriched","ts":"$(date -Iseconds)"}',
|
||||
'status' => 'EXECUTED',
|
||||
'created_at' => '2026-04-19T18:00:00+00:00',
|
||||
'source' => 'opus-wire-v27-resolve-5-residual',
|
||||
'description' => 'ACT-QA (qa ) truth registry enriched slug',
|
||||
);
|
||||
@@ -1,14 +0,0 @@
|
||||
<?php
|
||||
return array(
|
||||
'name' => 'act_qa_qa',
|
||||
'triggers' => array(
|
||||
0 => 'act-qa',
|
||||
1 => 'act_qa_qa',
|
||||
2 => 'agent act-qa',
|
||||
),
|
||||
'cmd' => 'echo {"agent":"ACT-QA","slug":"act_qa_qa","status":"registered_enriched","ts":"$(date -Iseconds)"}',
|
||||
'status' => 'EXECUTED',
|
||||
'created_at' => '2026-04-19T18:00:00+00:00',
|
||||
'source' => 'opus-wire-v27-resolve-5-residual',
|
||||
'description' => 'ACT-QA (qa ) truth registry enriched slug',
|
||||
);
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
// OPUS5 PROMOTED 2026-04-19T15:40:05+00:00
|
||||
// OPUS5 PROMOTED 2026-04-19T15:52:24+00:00
|
||||
return array (
|
||||
'name' => 'activate_dispatcher',
|
||||
'triggers' =>
|
||||
@@ -12,7 +12,7 @@ return array (
|
||||
'status' => 'EXECUTED',
|
||||
'created_at' => '2026-04-18T12:38:27+00:00',
|
||||
'source' => 'opus4-autowire-early-v2',
|
||||
'executed_at' => '2026-04-19T15:40:05+00:00',
|
||||
'executed_at' => '2026-04-19T15:52:24+00:00',
|
||||
'out_preview' => '{"steps":[{"read":"56363B"}],"ok":true,"already":true}',
|
||||
'ms' => 361.0,
|
||||
'ms' => 123.0,
|
||||
);
|
||||
|
||||
@@ -1,13 +1,11 @@
|
||||
<?php
|
||||
// OPUS5 PROMOTED 2026-04-19T15:40:05+00:00
|
||||
// OPUS5 PROMOTED 2026-04-19T15:52:24+00:00
|
||||
return array (
|
||||
'name' => 'activepieces',
|
||||
'triggers' =>
|
||||
array (
|
||||
|
||||
0 => 'agent activepieces',
|
||||
1 => 'invoque activepieces',
|
||||
|
||||
),
|
||||
'cmd' => 'echo {"agent":"Activepieces","slug":"activepieces","role":"intg","persona":"tool","status":"registered","ts":"$(date -Iseconds)"}',
|
||||
'status' => 'EXECUTED',
|
||||
@@ -16,7 +14,7 @@ return array (
|
||||
'description' => 'Activepieces agent (intg tool) from truth registry',
|
||||
'role' => 'intg',
|
||||
'persona' => 'tool',
|
||||
'executed_at' => '2026-04-19T15:40:05+00:00',
|
||||
'out_preview' => '{agent:Activepieces,slug:activepieces,role:intg,persona:tool,status:registered,ts:2026-04-19T17:40:05+02:00}',
|
||||
'ms' => 5.0,
|
||||
'executed_at' => '2026-04-19T15:52:24+00:00',
|
||||
'out_preview' => '{agent:Activepieces,slug:activepieces,role:intg,persona:tool,status:registered,ts:2026-04-19T17:52:24+02:00}',
|
||||
'ms' => 7.0,
|
||||
);
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
<?php
|
||||
return array(
|
||||
'name' => 'activepieces_activepieces',
|
||||
'triggers' => array(
|
||||
0 => 'activepieces',
|
||||
1 => 'activepieces_activepieces',
|
||||
2 => 'agent activepieces',
|
||||
),
|
||||
'cmd' => 'echo {"agent":"Activepieces","slug":"activepieces_activepieces","status":"registered_enriched","ts":"$(date -Iseconds)"}',
|
||||
'status' => 'EXECUTED',
|
||||
'created_at' => '2026-04-19T18:00:00+00:00',
|
||||
'source' => 'opus-wire-v27-resolve-5-residual',
|
||||
'description' => 'Activepieces (intg tool) truth registry enriched slug',
|
||||
);
|
||||
@@ -1,14 +0,0 @@
|
||||
<?php
|
||||
return array(
|
||||
'name' => 'activepieces_intg',
|
||||
'triggers' => array(
|
||||
0 => 'activepieces',
|
||||
1 => 'activepieces_intg',
|
||||
2 => 'agent activepieces',
|
||||
),
|
||||
'cmd' => 'echo {"agent":"Activepieces","slug":"activepieces_intg","status":"registered_enriched","ts":"$(date -Iseconds)"}',
|
||||
'status' => 'EXECUTED',
|
||||
'created_at' => '2026-04-19T18:00:00+00:00',
|
||||
'source' => 'opus-wire-v27-resolve-5-residual',
|
||||
'description' => 'Activepieces (intg tool) truth registry enriched slug',
|
||||
);
|
||||
@@ -1,14 +0,0 @@
|
||||
<?php
|
||||
return array(
|
||||
'name' => 'activepieces_tool',
|
||||
'triggers' => array(
|
||||
0 => 'activepieces',
|
||||
1 => 'activepieces_tool',
|
||||
2 => 'agent activepieces',
|
||||
),
|
||||
'cmd' => 'echo {"agent":"Activepieces","slug":"activepieces_tool","status":"registered_enriched","ts":"$(date -Iseconds)"}',
|
||||
'status' => 'EXECUTED',
|
||||
'created_at' => '2026-04-19T18:00:00+00:00',
|
||||
'source' => 'opus-wire-v27-resolve-5-residual',
|
||||
'description' => 'Activepieces (intg tool) truth registry enriched slug',
|
||||
);
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
// OPUS5 PROMOTED 2026-04-19T15:40:05+00:00
|
||||
// OPUS5 PROMOTED 2026-04-19T15:52:24+00:00
|
||||
return array (
|
||||
'name' => 'adherence_monitor',
|
||||
'domain' => 'wevads_pipeline',
|
||||
@@ -14,7 +14,7 @@ return array (
|
||||
'created_at' => '2026-04-19T01:15:00+00:00',
|
||||
'source' => 'opus-yacine-19avr-arena-gap-wire',
|
||||
'description' => 'Cron adherence monitor',
|
||||
'executed_at' => '2026-04-19T15:40:05+00:00',
|
||||
'executed_at' => '2026-04-19T15:52:24+00:00',
|
||||
'out_preview' => 'intent adherence_monitor · domain wevads_pipeline · priority P1 · Cron adherence monitor · status LIVE · source arena-wave-114-gap-fix',
|
||||
'ms' => 9.0,
|
||||
'ms' => 5.0,
|
||||
);
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
// OPUS5 PROMOTED 2026-04-19T15:40:05+00:00
|
||||
// OPUS5 PROMOTED 2026-04-19T15:52:24+00:00
|
||||
return array (
|
||||
'name' => 'adscmd',
|
||||
'triggers' =>
|
||||
@@ -15,7 +15,7 @@ return array (
|
||||
'source' => 'opus-wire-v26-b2-truth-registry',
|
||||
'description' => 'AdsCmd agent (saas ) from truth registry',
|
||||
'role' => 'saas',
|
||||
'executed_at' => '2026-04-19T15:40:05+00:00',
|
||||
'executed_at' => '2026-04-19T15:52:24+00:00',
|
||||
'out_preview' => '{agent:AdsCmd,slug:adscmd,status:registered,ts:$(date -Iseconds)}',
|
||||
'ms' => 19.0,
|
||||
'ms' => 5.0,
|
||||
);
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
<?php
|
||||
return array(
|
||||
'name' => 'adscmd_adscmd',
|
||||
'triggers' => array(
|
||||
0 => 'adscmd',
|
||||
1 => 'adscmd_adscmd',
|
||||
2 => 'agent adscmd',
|
||||
),
|
||||
'cmd' => 'echo {"agent":"AdsCmd","slug":"adscmd_adscmd","status":"registered_enriched","ts":"$(date -Iseconds)"}',
|
||||
'status' => 'EXECUTED',
|
||||
'created_at' => '2026-04-19T18:00:00+00:00',
|
||||
'source' => 'opus-wire-v27-resolve-5-residual',
|
||||
'description' => 'AdsCmd (saas ) truth registry enriched slug',
|
||||
);
|
||||
@@ -1,14 +0,0 @@
|
||||
<?php
|
||||
return array(
|
||||
'name' => 'adscmd_saas',
|
||||
'triggers' => array(
|
||||
0 => 'adscmd',
|
||||
1 => 'adscmd_saas',
|
||||
2 => 'agent adscmd',
|
||||
),
|
||||
'cmd' => 'echo {"agent":"AdsCmd","slug":"adscmd_saas","status":"registered_enriched","ts":"$(date -Iseconds)"}',
|
||||
'status' => 'EXECUTED',
|
||||
'created_at' => '2026-04-19T18:00:00+00:00',
|
||||
'source' => 'opus-wire-v27-resolve-5-residual',
|
||||
'description' => 'AdsCmd (saas ) truth registry enriched slug',
|
||||
);
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
// OPUS5 PROMOTED 2026-04-19T15:40:05+00:00
|
||||
// OPUS5 PROMOTED 2026-04-19T15:52:24+00:00
|
||||
return array (
|
||||
'name' => 'adsplatf',
|
||||
'triggers' =>
|
||||
@@ -15,7 +15,7 @@ return array (
|
||||
'source' => 'opus-wire-v26-b2-truth-registry',
|
||||
'description' => 'AdsPlatf agent (saas ) from truth registry',
|
||||
'role' => 'saas',
|
||||
'executed_at' => '2026-04-19T15:40:05+00:00',
|
||||
'executed_at' => '2026-04-19T15:52:24+00:00',
|
||||
'out_preview' => '{agent:AdsPlatf,slug:adsplatf,status:registered,ts:$(date -Iseconds)}',
|
||||
'ms' => 15.0,
|
||||
'ms' => 5.0,
|
||||
);
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
<?php
|
||||
return array(
|
||||
'name' => 'adsplatf_adsplatf',
|
||||
'triggers' => array(
|
||||
0 => 'adsplatf',
|
||||
1 => 'adsplatf_adsplatf',
|
||||
2 => 'agent adsplatf',
|
||||
),
|
||||
'cmd' => 'echo {"agent":"AdsPlatf","slug":"adsplatf_adsplatf","status":"registered_enriched","ts":"$(date -Iseconds)"}',
|
||||
'status' => 'EXECUTED',
|
||||
'created_at' => '2026-04-19T18:00:00+00:00',
|
||||
'source' => 'opus-wire-v27-resolve-5-residual',
|
||||
'description' => 'AdsPlatf (saas ) truth registry enriched slug',
|
||||
);
|
||||
@@ -1,14 +0,0 @@
|
||||
<?php
|
||||
return array(
|
||||
'name' => 'adsplatf_saas',
|
||||
'triggers' => array(
|
||||
0 => 'adsplatf',
|
||||
1 => 'adsplatf_saas',
|
||||
2 => 'agent adsplatf',
|
||||
),
|
||||
'cmd' => 'echo {"agent":"AdsPlatf","slug":"adsplatf_saas","status":"registered_enriched","ts":"$(date -Iseconds)"}',
|
||||
'status' => 'EXECUTED',
|
||||
'created_at' => '2026-04-19T18:00:00+00:00',
|
||||
'source' => 'opus-wire-v27-resolve-5-residual',
|
||||
'description' => 'AdsPlatf (saas ) truth registry enriched slug',
|
||||
);
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
// OPUS5 PROMOTED 2026-04-19T15:40:05+00:00
|
||||
// OPUS5 PROMOTED 2026-04-19T15:52:24+00:00
|
||||
return array (
|
||||
'name' => 'advscrape',
|
||||
'triggers' =>
|
||||
@@ -15,7 +15,7 @@ return array (
|
||||
'source' => 'opus-wire-v26-b2-truth-registry',
|
||||
'description' => 'AdvScrape agent (pha ) from truth registry',
|
||||
'role' => 'pha',
|
||||
'executed_at' => '2026-04-19T15:40:05+00:00',
|
||||
'executed_at' => '2026-04-19T15:52:24+00:00',
|
||||
'out_preview' => '{agent:AdvScrape,slug:advscrape,status:registered,ts:$(date -Iseconds)}',
|
||||
'ms' => 23.0,
|
||||
'ms' => 5.0,
|
||||
);
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
<?php
|
||||
return array(
|
||||
'name' => 'advscrape_advscrape',
|
||||
'triggers' => array(
|
||||
0 => 'advscrape',
|
||||
1 => 'advscrape_advscrape',
|
||||
2 => 'agent advscrape',
|
||||
),
|
||||
'cmd' => 'echo {"agent":"AdvScrape","slug":"advscrape_advscrape","status":"registered_enriched","ts":"$(date -Iseconds)"}',
|
||||
'status' => 'EXECUTED',
|
||||
'created_at' => '2026-04-19T18:00:00+00:00',
|
||||
'source' => 'opus-wire-v27-resolve-5-residual',
|
||||
'description' => 'AdvScrape (pha ) truth registry enriched slug',
|
||||
);
|
||||
@@ -1,14 +0,0 @@
|
||||
<?php
|
||||
return array(
|
||||
'name' => 'advscrape_pha',
|
||||
'triggers' => array(
|
||||
0 => 'advscrape',
|
||||
1 => 'advscrape_pha',
|
||||
2 => 'agent advscrape',
|
||||
),
|
||||
'cmd' => 'echo {"agent":"AdvScrape","slug":"advscrape_pha","status":"registered_enriched","ts":"$(date -Iseconds)"}',
|
||||
'status' => 'EXECUTED',
|
||||
'created_at' => '2026-04-19T18:00:00+00:00',
|
||||
'source' => 'opus-wire-v27-resolve-5-residual',
|
||||
'description' => 'AdvScrape (pha ) truth registry enriched slug',
|
||||
);
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
// OPUS5 PROMOTED 2026-04-19T15:40:05+00:00
|
||||
// OPUS5 PROMOTED 2026-04-19T15:52:24+00:00
|
||||
return array (
|
||||
'name' => 'adxcache',
|
||||
'triggers' =>
|
||||
@@ -15,7 +15,7 @@ return array (
|
||||
'source' => 'opus-wire-v26-b2-truth-registry',
|
||||
'description' => 'ADXCache agent (dock ) from truth registry',
|
||||
'role' => 'dock',
|
||||
'executed_at' => '2026-04-19T15:40:05+00:00',
|
||||
'executed_at' => '2026-04-19T15:52:24+00:00',
|
||||
'out_preview' => '{agent:ADXCache,slug:adxcache,status:registered,ts:$(date -Iseconds)}',
|
||||
'ms' => 4.0,
|
||||
'ms' => 5.0,
|
||||
);
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
<?php
|
||||
return array(
|
||||
'name' => 'adxcache_adxcache',
|
||||
'triggers' => array(
|
||||
0 => 'adxcache',
|
||||
1 => 'adxcache_adxcache',
|
||||
2 => 'agent adxcache',
|
||||
),
|
||||
'cmd' => 'echo {"agent":"ADXCache","slug":"adxcache_adxcache","status":"registered_enriched","ts":"$(date -Iseconds)"}',
|
||||
'status' => 'EXECUTED',
|
||||
'created_at' => '2026-04-19T18:00:00+00:00',
|
||||
'source' => 'opus-wire-v27-resolve-5-residual',
|
||||
'description' => 'ADXCache (dock ) truth registry enriched slug',
|
||||
);
|
||||
@@ -1,14 +0,0 @@
|
||||
<?php
|
||||
return array(
|
||||
'name' => 'adxcache_dock',
|
||||
'triggers' => array(
|
||||
0 => 'adxcache',
|
||||
1 => 'adxcache_dock',
|
||||
2 => 'agent adxcache',
|
||||
),
|
||||
'cmd' => 'echo {"agent":"ADXCache","slug":"adxcache_dock","status":"registered_enriched","ts":"$(date -Iseconds)"}',
|
||||
'status' => 'EXECUTED',
|
||||
'created_at' => '2026-04-19T18:00:00+00:00',
|
||||
'source' => 'opus-wire-v27-resolve-5-residual',
|
||||
'description' => 'ADXCache (dock ) truth registry enriched slug',
|
||||
);
|
||||
@@ -1,13 +1,11 @@
|
||||
<?php
|
||||
// OPUS5 PROMOTED 2026-04-19T15:40:05+00:00
|
||||
// OPUS5 PROMOTED 2026-04-19T15:52:24+00:00
|
||||
return array (
|
||||
'name' => 'aegis',
|
||||
'triggers' =>
|
||||
array (
|
||||
|
||||
0 => 'agent aegis',
|
||||
1 => 'invoque aegis',
|
||||
|
||||
),
|
||||
'cmd' => 'echo {"agent":"AEGIS","slug":"aegis","role":"intg","persona":"tool","status":"registered","ts":"$(date -Iseconds)"}',
|
||||
'status' => 'EXECUTED',
|
||||
@@ -16,7 +14,7 @@ return array (
|
||||
'description' => 'AEGIS agent (intg tool) from truth registry',
|
||||
'role' => 'intg',
|
||||
'persona' => 'tool',
|
||||
'executed_at' => '2026-04-19T15:40:05+00:00',
|
||||
'out_preview' => '{agent:AEGIS,slug:aegis,role:intg,persona:tool,status:registered,ts:2026-04-19T17:40:05+02:00}',
|
||||
'ms' => 6.0,
|
||||
'executed_at' => '2026-04-19T15:52:24+00:00',
|
||||
'out_preview' => '{agent:AEGIS,slug:aegis,role:intg,persona:tool,status:registered,ts:2026-04-19T17:52:24+02:00}',
|
||||
'ms' => 7.0,
|
||||
);
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
<?php
|
||||
return array(
|
||||
'name' => 'aegis_aegis',
|
||||
'triggers' => array(
|
||||
0 => 'aegis',
|
||||
1 => 'aegis_aegis',
|
||||
2 => 'agent aegis',
|
||||
),
|
||||
'cmd' => 'echo {"agent":"AEGIS","slug":"aegis_aegis","status":"registered_enriched","ts":"$(date -Iseconds)"}',
|
||||
'status' => 'EXECUTED',
|
||||
'created_at' => '2026-04-19T18:00:00+00:00',
|
||||
'source' => 'opus-wire-v27-resolve-5-residual',
|
||||
'description' => 'AEGIS (intg tool) truth registry enriched slug',
|
||||
);
|
||||
@@ -1,14 +0,0 @@
|
||||
<?php
|
||||
return array(
|
||||
'name' => 'aegis_intg',
|
||||
'triggers' => array(
|
||||
0 => 'aegis',
|
||||
1 => 'aegis_intg',
|
||||
2 => 'agent aegis',
|
||||
),
|
||||
'cmd' => 'echo {"agent":"AEGIS","slug":"aegis_intg","status":"registered_enriched","ts":"$(date -Iseconds)"}',
|
||||
'status' => 'EXECUTED',
|
||||
'created_at' => '2026-04-19T18:00:00+00:00',
|
||||
'source' => 'opus-wire-v27-resolve-5-residual',
|
||||
'description' => 'AEGIS (intg tool) truth registry enriched slug',
|
||||
);
|
||||
@@ -1,14 +0,0 @@
|
||||
<?php
|
||||
return array(
|
||||
'name' => 'aegis_tool',
|
||||
'triggers' => array(
|
||||
0 => 'aegis',
|
||||
1 => 'aegis_tool',
|
||||
2 => 'agent aegis',
|
||||
),
|
||||
'cmd' => 'echo {"agent":"AEGIS","slug":"aegis_tool","status":"registered_enriched","ts":"$(date -Iseconds)"}',
|
||||
'status' => 'EXECUTED',
|
||||
'created_at' => '2026-04-19T18:00:00+00:00',
|
||||
'source' => 'opus-wire-v27-resolve-5-residual',
|
||||
'description' => 'AEGIS (intg tool) truth registry enriched slug',
|
||||
);
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
// OPUS5 PROMOTED 2026-04-19T15:40:05+00:00
|
||||
// OPUS5 PROMOTED 2026-04-19T15:52:24+00:00
|
||||
return array (
|
||||
'name' => 'aegisapi',
|
||||
'triggers' =>
|
||||
@@ -15,7 +15,7 @@ return array (
|
||||
'source' => 'opus-wire-v26-b2-truth-registry',
|
||||
'description' => 'AEGISApi agent (sec ) from truth registry',
|
||||
'role' => 'sec',
|
||||
'executed_at' => '2026-04-19T15:40:05+00:00',
|
||||
'executed_at' => '2026-04-19T15:52:24+00:00',
|
||||
'out_preview' => '{agent:AEGISApi,slug:aegisapi,status:registered,ts:$(date -Iseconds)}',
|
||||
'ms' => 4.0,
|
||||
'ms' => 5.0,
|
||||
);
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
<?php
|
||||
return array(
|
||||
'name' => 'aegisapi_aegisapi',
|
||||
'triggers' => array(
|
||||
0 => 'aegisapi',
|
||||
1 => 'aegisapi_aegisapi',
|
||||
2 => 'agent aegisapi',
|
||||
),
|
||||
'cmd' => 'echo {"agent":"AEGISApi","slug":"aegisapi_aegisapi","status":"registered_enriched","ts":"$(date -Iseconds)"}',
|
||||
'status' => 'EXECUTED',
|
||||
'created_at' => '2026-04-19T18:00:00+00:00',
|
||||
'source' => 'opus-wire-v27-resolve-5-residual',
|
||||
'description' => 'AEGISApi (sec ) truth registry enriched slug',
|
||||
);
|
||||
@@ -1,14 +0,0 @@
|
||||
<?php
|
||||
return array(
|
||||
'name' => 'aegisapi_sec',
|
||||
'triggers' => array(
|
||||
0 => 'aegisapi',
|
||||
1 => 'aegisapi_sec',
|
||||
2 => 'agent aegisapi',
|
||||
),
|
||||
'cmd' => 'echo {"agent":"AEGISApi","slug":"aegisapi_sec","status":"registered_enriched","ts":"$(date -Iseconds)"}',
|
||||
'status' => 'EXECUTED',
|
||||
'created_at' => '2026-04-19T18:00:00+00:00',
|
||||
'source' => 'opus-wire-v27-resolve-5-residual',
|
||||
'description' => 'AEGISApi (sec ) truth registry enriched slug',
|
||||
);
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
// OPUS5 PROMOTED 2026-04-19T15:40:05+00:00
|
||||
// OPUS5 PROMOTED 2026-04-19T15:52:24+00:00
|
||||
return array (
|
||||
'name' => 'affmonitor',
|
||||
'triggers' =>
|
||||
@@ -15,7 +15,7 @@ return array (
|
||||
'source' => 'opus-wire-v26-b2-truth-registry',
|
||||
'description' => 'AffMonitor agent (cron ) from truth registry',
|
||||
'role' => 'cron',
|
||||
'executed_at' => '2026-04-19T15:40:05+00:00',
|
||||
'executed_at' => '2026-04-19T15:52:24+00:00',
|
||||
'out_preview' => '{agent:AffMonitor,slug:affmonitor,status:registered,ts:$(date -Iseconds)}',
|
||||
'ms' => 4.0,
|
||||
'ms' => 5.0,
|
||||
);
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
<?php
|
||||
return array(
|
||||
'name' => 'affmonitor_affmonitor',
|
||||
'triggers' => array(
|
||||
0 => 'affmonitor',
|
||||
1 => 'affmonitor_affmonitor',
|
||||
2 => 'agent affmonitor',
|
||||
),
|
||||
'cmd' => 'echo {"agent":"AffMonitor","slug":"affmonitor_affmonitor","status":"registered_enriched","ts":"$(date -Iseconds)"}',
|
||||
'status' => 'EXECUTED',
|
||||
'created_at' => '2026-04-19T18:00:00+00:00',
|
||||
'source' => 'opus-wire-v27-resolve-5-residual',
|
||||
'description' => 'AffMonitor (cron ) truth registry enriched slug',
|
||||
);
|
||||
@@ -1,14 +0,0 @@
|
||||
<?php
|
||||
return array(
|
||||
'name' => 'affmonitor_cron',
|
||||
'triggers' => array(
|
||||
0 => 'affmonitor',
|
||||
1 => 'affmonitor_cron',
|
||||
2 => 'agent affmonitor',
|
||||
),
|
||||
'cmd' => 'echo {"agent":"AffMonitor","slug":"affmonitor_cron","status":"registered_enriched","ts":"$(date -Iseconds)"}',
|
||||
'status' => 'EXECUTED',
|
||||
'created_at' => '2026-04-19T18:00:00+00:00',
|
||||
'source' => 'opus-wire-v27-resolve-5-residual',
|
||||
'description' => 'AffMonitor (cron ) truth registry enriched slug',
|
||||
);
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
// OPUS5 PROMOTED 2026-04-19T15:40:05+00:00
|
||||
// OPUS5 PROMOTED 2026-04-19T15:52:24+00:00
|
||||
return array (
|
||||
'name' => 'agent_3d_spawn',
|
||||
'domain' => 'agents_3d',
|
||||
@@ -14,7 +14,7 @@ return array (
|
||||
'created_at' => '2026-04-19T01:15:00+00:00',
|
||||
'source' => 'opus-yacine-19avr-arena-gap-wire',
|
||||
'description' => 'Spawn 3D agent',
|
||||
'executed_at' => '2026-04-19T15:40:05+00:00',
|
||||
'executed_at' => '2026-04-19T15:52:24+00:00',
|
||||
'out_preview' => 'intent agent_3d_spawn · domain agents_3d · priority P3 · Spawn 3D agent · status LIVE · source arena-wave-114-gap-fix',
|
||||
'ms' => 17.0,
|
||||
'ms' => 5.0,
|
||||
);
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
// OPUS5 PROMOTED 2026-04-19T15:40:05+00:00
|
||||
// OPUS5 PROMOTED 2026-04-19T15:52:24+00:00
|
||||
return array (
|
||||
'name' => 'agent_3d_studio',
|
||||
'domain' => 'agents_3d',
|
||||
@@ -14,7 +14,7 @@ return array (
|
||||
'created_at' => '2026-04-19T01:15:00+00:00',
|
||||
'source' => 'opus-yacine-19avr-arena-gap-wire',
|
||||
'description' => '3D studio mgmt',
|
||||
'executed_at' => '2026-04-19T15:40:05+00:00',
|
||||
'executed_at' => '2026-04-19T15:52:24+00:00',
|
||||
'out_preview' => 'intent agent_3d_studio · domain agents_3d · priority P3 · 3D studio mgmt · status LIVE · source arena-wave-114-gap-fix',
|
||||
'ms' => 11.0,
|
||||
'ms' => 5.0,
|
||||
);
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
// OPUS5 PROMOTED 2026-04-19T15:40:05+00:00
|
||||
// OPUS5 PROMOTED 2026-04-19T15:52:24+00:00
|
||||
return array (
|
||||
'name' => 'agent_3d_voice',
|
||||
'domain' => 'agents_3d',
|
||||
@@ -14,7 +14,7 @@ return array (
|
||||
'created_at' => '2026-04-19T01:15:00+00:00',
|
||||
'source' => 'opus-yacine-19avr-arena-gap-wire',
|
||||
'description' => '3D agent voice synthesis',
|
||||
'executed_at' => '2026-04-19T15:40:05+00:00',
|
||||
'executed_at' => '2026-04-19T15:52:24+00:00',
|
||||
'out_preview' => 'intent agent_3d_voice · domain agents_3d · priority P3 · 3D agent voice synthesis · status LIVE · source arena-wave-114-gap-fix',
|
||||
'ms' => 11.0,
|
||||
'ms' => 5.0,
|
||||
);
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user