From 7c412d85e132ab1375b5252c6304fdca4f269534 Mon Sep 17 00:00:00 2001 From: "helen@cloud" Date: Mon, 16 Mar 2026 22:40:48 -0400 Subject: [PATCH 1/3] docs: add opencode-a2a-server to projects --- data/projects/opencode-a2a-server.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/projects/opencode-a2a-server.yaml diff --git a/data/projects/opencode-a2a-server.yaml b/data/projects/opencode-a2a-server.yaml new file mode 100644 index 0000000..728b059 --- /dev/null +++ b/data/projects/opencode-a2a-server.yaml @@ -0,0 +1,4 @@ +name: Opencode A2A Server +repo: https://github.com/Intelligent-Internet/opencode-a2a-server +tagline: Standardized A2A adapter layer for OpenCode. +description: An adapter layer that exposes OpenCode as a standardized Agent-to-Agent service, enabling seamless cross-agent collaboration and automated workflows. From 9d8848224596d13a315e94d2e6fddedb0ea662da Mon Sep 17 00:00:00 2001 From: "helen@cloud" Date: Sun, 22 Mar 2026 09:20:21 -0400 Subject: [PATCH 2/3] rename opencode-a2a project --- data/projects/{opencode-a2a-server.yaml => opencode-a2a.yaml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename data/projects/{opencode-a2a-server.yaml => opencode-a2a.yaml} (70%) diff --git a/data/projects/opencode-a2a-server.yaml b/data/projects/opencode-a2a.yaml similarity index 70% rename from data/projects/opencode-a2a-server.yaml rename to data/projects/opencode-a2a.yaml index 728b059..41dbd1f 100644 --- a/data/projects/opencode-a2a-server.yaml +++ b/data/projects/opencode-a2a.yaml @@ -1,4 +1,4 @@ -name: Opencode A2A Server -repo: https://github.com/Intelligent-Internet/opencode-a2a-server +name: Opencode A2A +repo: https://github.com/Intelligent-Internet/opencode-a2a tagline: Standardized A2A adapter layer for OpenCode. description: An adapter layer that exposes OpenCode as a standardized Agent-to-Agent service, enabling seamless cross-agent collaboration and automated workflows. From 5c8a17ad753b9203b3e39a711115073688d1b8bc Mon Sep 17 00:00:00 2001 From: "helen@cloud" Date: Sun, 22 Mar 2026 09:38:41 -0400 Subject: [PATCH 3/3] docs: clarify full A2A protocol support --- data/projects/opencode-a2a.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/projects/opencode-a2a.yaml b/data/projects/opencode-a2a.yaml index 41dbd1f..43581ac 100644 --- a/data/projects/opencode-a2a.yaml +++ b/data/projects/opencode-a2a.yaml @@ -1,4 +1,4 @@ name: Opencode A2A repo: https://github.com/Intelligent-Internet/opencode-a2a -tagline: Standardized A2A adapter layer for OpenCode. -description: An adapter layer that exposes OpenCode as a standardized Agent-to-Agent service, enabling seamless cross-agent collaboration and automated workflows. +tagline: Full A2A Protocol support for OpenCode. +description: A production-ready A2A Protocol implementation that exposes OpenCode as a standardized Agent-to-Agent service, enabling seamless cross-agent collaboration and automated workflows.