From 1e1ff72e3aaea2b9f1b6460708c48b27fd9dafb9 Mon Sep 17 00:00:00 2001 From: FanouZeng-TT <18280587072@163.com> Date: Fri, 21 Aug 2026 23:41:50 +0800 Subject: [PATCH] fix(a2a): publish reachable specification URLs --- a2a/business_agent/src/business_agent/data/agent_card.json | 6 +++--- a2a/business_agent/src/business_agent/data/ucp.json | 6 +++--- a2a/chat-client/profile/agent_profile.json | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/a2a/business_agent/src/business_agent/data/agent_card.json b/a2a/business_agent/src/business_agent/data/agent_card.json index 2b2eae3b..b562638f 100644 --- a/a2a/business_agent/src/business_agent/data/agent_card.json +++ b/a2a/business_agent/src/business_agent/data/agent_card.json @@ -9,18 +9,18 @@ "capabilities": [ { "version": "2026-01-23", - "spec": "https://ucp.dev/2026-01-23/specification/shopping/checkout", + "spec": "https://ucp.dev/2026-01-23/specification/checkout", "schema": "https://ucp.dev/2026-01-23/schemas/shopping/checkout.json" }, { "version": "2026-01-23", - "spec": "https://ucp.dev/2026-01-23/specification/shopping/fulfillment", + "spec": "https://ucp.dev/2026-01-23/specification/fulfillment", "schema": "https://ucp.dev/2026-01-23/schemas/shopping/fulfillment.json", "extends": "dev.ucp.shopping.checkout" }, { "version": "2026-01-23", - "spec": "https://ucp.dev/2026-01-23/specification/shopping/discount", + "spec": "https://ucp.dev/2026-01-23/specification/discount", "schema": "https://ucp.dev/2026-01-23/schemas/shopping/discount.json", "extends": "dev.ucp.shopping.checkout" } diff --git a/a2a/business_agent/src/business_agent/data/ucp.json b/a2a/business_agent/src/business_agent/data/ucp.json index 0517fad1..d1f85c83 100644 --- a/a2a/business_agent/src/business_agent/data/ucp.json +++ b/a2a/business_agent/src/business_agent/data/ucp.json @@ -4,7 +4,7 @@ "services": { "dev.ucp.shopping": { "version": "2026-01-23", - "spec": "https://ucp.dev/2026-01-23/specification/shopping", + "spec": "https://ucp.dev/2026-01-23/specification/overview", "a2a": { "endpoint": "http://localhost:10999/.well-known/agent-card.json" } @@ -13,12 +13,12 @@ "capabilities": [ { "version": "2026-01-23", - "spec": "https://ucp.dev/2026-01-23/specification/shopping/checkout", + "spec": "https://ucp.dev/2026-01-23/specification/checkout", "schema": "https://ucp.dev/2026-01-23/schemas/shopping/checkout.json" }, { "version": "2026-01-23", - "spec": "https://ucp.dev/2026-01-23/specification/shopping/fulfillment", + "spec": "https://ucp.dev/2026-01-23/specification/fulfillment", "schema": "https://ucp.dev/2026-01-23/schemas/shopping/fulfillment.json", "extends": "dev.ucp.shopping.checkout" } diff --git a/a2a/chat-client/profile/agent_profile.json b/a2a/chat-client/profile/agent_profile.json index 651c7905..2fef4576 100644 --- a/a2a/chat-client/profile/agent_profile.json +++ b/a2a/chat-client/profile/agent_profile.json @@ -4,18 +4,18 @@ "capabilities": [ { "version": "2026-01-23", - "spec": "https://ucp.dev/2026-01-23/specification/shopping/checkout", + "spec": "https://ucp.dev/2026-01-23/specification/checkout", "schema": "https://ucp.dev/2026-01-23/schemas/shopping/checkout.json" }, { "version": "2026-01-23", - "spec": "https://ucp.dev/2026-01-23/specification/shopping/fulfillment", + "spec": "https://ucp.dev/2026-01-23/specification/fulfillment", "schema": "https://ucp.dev/2026-01-23/schemas/shopping/fulfillment.json", "extends": "dev.ucp.shopping.checkout" }, { "version": "2026-01-23", - "spec": "https://ucp.dev/2026-01-23/specification/shopping/discount", + "spec": "https://ucp.dev/2026-01-23/specification/discount", "schema": "https://ucp.dev/2026-01-23/schemas/shopping/discount.json", "extends": "dev.ucp.shopping.checkout" },