mirror of
https://github.com/affaan-m/ECC.git
synced 2026-09-03 06:34:16 +08:00
* docs(ito-compute): document ito accept and ito_accept MCP workflow Updates the canonical ECC skill to cover the new quote acceptance path: - CLI: ecc ito accept <ticket-id> - MCP: ito_accept tool - Explicit buyer-authority guard before accepting - Clear statement that accept routes to desk, does not purchase * test(ito-compute): assert the four-tool MCP boundary including ito_accept The exact-boundary test pinned the three-tool description. Runtime ito-compute-cli now exposes ito_accept (Ito-Markets/ito-cloud-runtime#1453), so the template boundary assertion moves to four tools. * 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).