9 lines
711 B
JSON
9 lines
711 B
JSON
{
|
|
"id": "tools_bridge_setup",
|
|
"type": "powershell",
|
|
"priority": "P0",
|
|
"description": "Setup WEVIA Tools Bridge — Blade can now call 134 tools via API",
|
|
"cmd": "$bridge = \"https://weval-consulting.com/api/blade-tools-bridge.php\"; $h = Invoke-RestMethod -Uri $bridge -Method POST -ContentType \"application/json\" -Body (ConvertTo-Json @{action=\"health\"}); Write-Host \"BRIDGE: $($h.engine) | $($h.tools) tools | $($h.skills) skills\"; $t = Invoke-RestMethod -Uri $bridge -Method POST -ContentType \"application/json\" -Body (ConvertTo-Json @{action=\"list\"}); Write-Host \"TOOLS: $($t.count) available\"; Write-Host \"BRIDGE READY\"",
|
|
"created": "2026-04-12T23:50:00Z",
|
|
"status": "pending"
|
|
} |