From bb5dad4bda43380b64ebbc65bc5a08b6de10cd34 Mon Sep 17 00:00:00 2001 From: Affaan Mustafa Date: Thu, 23 Jul 2026 17:07:36 -0400 Subject: [PATCH] feat(skills): ito-compute installs via npm (ito-compute-cli@0.1.0 live) Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_0149VwNuynam6rvEfcMmiHHa --- skills/ito-compute/SKILL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skills/ito-compute/SKILL.md b/skills/ito-compute/SKILL.md index e1825baea..d0a0d6880 100644 --- a/skills/ito-compute/SKILL.md +++ b/skills/ito-compute/SKILL.md @@ -17,7 +17,7 @@ functionality. ## Where the skill lives The full skill definition and its runtime ship in the `cli/` directory of -`https://github.com/Ito-Markets/agentic-otc-compute-platform` at the +`https://www.npmjs.com/package/ito-compute-cli` at the ECC-standard cross-harness skills path: ```text @@ -30,7 +30,7 @@ boundaries, and the honesty rules agents must preserve. ## Install -1. Clone `https://github.com/Ito-Markets/agentic-otc-compute-platform` and +1. Clone `https://www.npmjs.com/package/ito-compute-cli` and build the CLI from its `cli/` directory: ```sh