From 17facc3bdc9eaa78b3645c9b69d8e76987ff2f9f Mon Sep 17 00:00:00 2001 From: Sean Silvius Date: Wed, 29 Jul 2026 16:53:56 -0700 Subject: [PATCH 1/2] docs(implementations): smugglr http-sql profile has shipped Profile::http_sql landed in smugglr PR #132 (merged, dfde36d). The directory listed the one dogfooding client the spec's credibility rests on as 'in flight'. Authorized by smugglr, who owns the profile. Co-Authored-By: Claude Opus 5 (1M context) --- implementations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementations.md b/implementations.md index f2e5551..2798e30 100644 --- a/implementations.md +++ b/implementations.md @@ -15,7 +15,7 @@ A directory of known servers and clients speaking the [http-sql v0.1 spec](./SPE | Implementation | Form | Notes | |----------------|------|-------| | [examples/reference-client.ts](./examples/reference-client.ts) | TypeScript class, ~40 lines | Uses platform `fetch`. No dependencies. | -| smugglr `http-sql` profile | Rust / WASM | _in flight; tracked in [rafters-studio/smugglr](https://github.com/rafters-studio/smugglr) -- link will land here when the profile ships._ | +| [smugglr `http-sql` profile](https://github.com/rafters-studio/smugglr) | Rust / WASM | Shipped. `Profile::http_sql` in [rafters-studio/smugglr](https://github.com/rafters-studio/smugglr); emits single-statement request bodies. | ## Ways into the ecosystem From 8554dc76bf627b949ebe42c522c33d98a468c057 Mon Sep 17 00:00:00 2001 From: Sean Silvius Date: Sun, 2 Aug 2026 22:26:31 -0700 Subject: [PATCH 2/2] chore: retrigger CI (spec-sanity landed after this branch)