From 519d956a0883d2ddcd679f85b62487b847b079a8 Mon Sep 17 00:00:00 2001 From: Victor Sima Date: Mon, 16 Mar 2026 01:02:03 -0400 Subject: [PATCH] Update CLAUDE.md for v0.3.0 Add A2AVapor source/test directories to project structure and bump current version to 0.3.0. Co-Authored-By: Claude Opus 4.6 --- CLAUDE.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 1b01d3c..52f35f2 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -30,7 +30,9 @@ Swift SDK for the A2A (Agent-to-Agent) protocol v1.0. ## Project Structure - `Sources/A2A/` — Core SDK (models, client, server) -- `Tests/A2ATests/` — Test suite (Swift Testing framework) +- `Sources/A2AVapor/` — Vapor integration (`app.mountA2A(handler:)`) +- `Tests/A2ATests/` — Core SDK tests (Swift Testing framework) +- `Tests/A2AVaporTests/` — Vapor integration tests - `Examples/` — Single-file usage examples - `Samples/A2AServer/` — Dockerized Vapor server with product catalog agent + Ollama - `Samples/A2AChatClient/` — macOS SwiftUI chat client with Foundation Models orchestration @@ -41,4 +43,4 @@ Swift SDK for the A2A (Agent-to-Agent) protocol v1.0. - Run specific suite: `swift test --filter EventQueueManagerTests` ## Current Version -- Latest release: `0.2.0` (spec compliance: align wire format with A2A v1.0 proto) +- Latest release: `0.3.0` (A2AVapor integration target, AgentCardResolver with caching)