From 521b87d03789708e127b5246830a1d2175d9e030 Mon Sep 17 00:00:00 2001 From: Val Vladescu Date: Wed, 8 Apr 2026 16:06:45 +0300 Subject: [PATCH 1/2] docs: drop reference to private internal dispatcher MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Two changes: - spec.md §17 inspirations note: removed the trailing line that pointed readers at an internal operational mapping doc by name. The reference implementation (pawbench) is sufficient — it's public and complete. - .github/workflows/ci.yml: removed the lychee --exclude rule that was needed to dodge the private link. With the link gone, the exclusion is unnecessary and the workflow stays principled (no private-repo carve-outs in a public link checker). --- spec.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spec.md b/spec.md index abf5e36..62b428e 100644 --- a/spec.md +++ b/spec.md @@ -476,8 +476,7 @@ An MCP server exposing Axiom resources declares them as standard MCP resources: > ([announcement](https://www.linkedin.com/posts/fabian-wesner_oneshotshop-share-7442096217976897536-SRI9/)), > which empirically showed that orchestration architecture beats model choice > (Team Mode 85% vs Sub-Agents 57% on the same model, 143 E2E tests). -> The reference implementation is [zenprocess/pawbench](https://github.com/zenprocess/pawbench); -> see Switchyard spec 009 for the operational mapping. +> The reference implementation is [zenprocess/pawbench](https://github.com/zenprocess/pawbench). A dispatcher or benchmark is **Axiom-stratification-compliant** if it either implements the schemas in this section or documents in its conformance From 6ecbb2c8e405d90708fa2d505748b607a04e294e Mon Sep 17 00:00:00 2001 From: Val Vladescu Date: Wed, 8 Apr 2026 16:06:57 +0300 Subject: [PATCH 2/2] ci(links): drop private-repo lychee exclusion (no longer referenced) --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c8c3b9..47cbbba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,6 @@ jobs: --exclude-loopback --max-redirects 5 --accept '200..=204,206,301..=308,403,429' - --exclude 'github.com/zenprocess/switchyard' --exclude 'sonarcloud.io' './**/*.md' fail: true