feat: connect ECC to canonical Ito compute CLI (#2558)

This commit is contained in:
Affaan Mustafa 2026-07-23 19:28:55 -07:00 committed by GitHub
parent 9d54ee222d
commit bc774282e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
32 changed files with 1043 additions and 1275 deletions

View file

@ -194,6 +194,14 @@
"prediction-market-skills"
]
},
{
"id": "capability:ito-compute",
"family": "capability",
"description": "Authenticated Itô GPU inventory, RFQ, and status workflows through the separately installed canonical CLI.",
"modules": [
"ito-compute"
]
},
{
"id": "capability:social",
"family": "capability",

View file

@ -571,6 +571,36 @@
"cost": "medium",
"stability": "beta"
},
{
"id": "ito-compute",
"kind": "skills",
"description": "Authenticated Itô GPU inventory, RFQ, and status workflows through the separately installed canonical CLI.",
"paths": [
"skills/ito-compute"
],
"targets": [
"claude",
"claude-project",
"cursor",
"antigravity",
"codex",
"gemini",
"opencode",
"codebuddy",
"joycode",
"qwen",
"zed",
"hermes",
"openclaw",
"kimi"
],
"dependencies": [
"platform-configs"
],
"defaultInstall": false,
"cost": "light",
"stability": "beta"
},
{
"id": "social-distribution",
"kind": "skills",

View file

@ -87,6 +87,7 @@
"operator-workflows",
"optimization-workflows",
"prediction-market-skills",
"ito-compute",
"social-distribution",
"media-generation",
"orchestration",