9 lines
661 B
JSON
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"
|
|
} |