docs(ai): remove stale design documents (#43512)

This commit is contained in:
Kit Langton
2026-08-19 17:32:23 -04:00
committed by GitHub
parent 8fb534d03e
commit 83ffd292f8
17 changed files with 38 additions and 1882 deletions
+1 -1
View File
@@ -188,7 +188,7 @@ const FakeProtocol = Protocol.make<FakeBody, string, string, void>({
},
})
// An route is the runnable binding for that protocol. It adds the deployment
// A route is the runnable binding for that protocol. It adds the deployment
// axes that the protocol deliberately does not know: URL, auth, and framing.
const FakeAdapter = Route.make({
id: "fake-echo",