Files
html/api/blade-tasks/tools_exec_test.json
WEVIA 581f839045
Some checks failed
WEVAL NonReg / nonreg (push) Has been cancelled
final-119tools-snap-archiver-running-13emails-enriched
2026-04-12 23:53:31 +02:00

9 lines
661 B
JSON

{
"id": "tools_exec_test",
"type": "powershell",
"priority": "P1",
"description": "Test Blade Tools Bridge — exec disk + arena + skill",
"cmd": "$bridge = \"https://weval-consulting.com/api/blade-tools-bridge.php\"; $d = Invoke-RestMethod -Uri $bridge -Method POST -ContentType \"application/json\" -Body (ConvertTo-Json @{action=\"exec\";message=\"disk usage\"}); Write-Host \"DISK: $($d.tool) $($d.result)\"; $s = Invoke-RestMethod -Uri $bridge -Method POST -ContentType \"application/json\" -Body (ConvertTo-Json @{action=\"skill\"}); Write-Host \"SKILLS: $($s.skills -join \", \")\"",
"created": "2026-04-12T23:50:00Z",
"status": "pending"
}