Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading