From ccc1fd01cab7175f4dabcccc9489a9bbb001ff22 Mon Sep 17 00:00:00 2001 From: Affaan Mustafa Date: Mon, 31 Aug 2026 00:58:52 -0400 Subject: [PATCH] docs(ito-compute): drop the firm-quote gate from the accept workflow Desk quotes are indicative_paper in production (a firm quote requires the separate human-held signing path and cannot reach the client), so gating accept on 'a firm quote is ready' described an unfireable condition. Align with the runtime contract: accept routes the current desk quote to human review and the result carries quote_class (ito-cloud-runtime#1453). --- skills/ito-compute/SKILL.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/skills/ito-compute/SKILL.md b/skills/ito-compute/SKILL.md index d0fe968b5..4970a757b 100644 --- a/skills/ito-compute/SKILL.md +++ b/skills/ito-compute/SKILL.md @@ -141,8 +141,10 @@ The server exposes only: `ito_auth` validates existing credentials; it does not start device login. Use `ito_auth`, gather explicit buyer authority and every hard constraint, call -`ito_find`, then poll with `ito_status` when needed. When a firm quote is ready -and the buyer explicitly approves, call `ito_accept` with the ticket id. +`ito_find`, then poll with `ito_status` when needed. When a quote is ready and +the buyer explicitly approves, call `ito_accept` with the ticket id. Desk +quotes are usually indicative and nonbinding until the desk confirms; the +result carries `quote_class`. ## Rent or purchase semantics