From e768836684f8eb9fc7953b27d9d30d96191fd0d6 Mon Sep 17 00:00:00 2001 From: zzstoatzz Date: Mon, 2 Mar 2026 02:20:28 -0600 Subject: [PATCH] docs: add getHostStatus to endpoint list, drop fan-out contrast Co-Authored-By: Claude Opus 4.6 --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c6c5363..4c5168e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ an [AT Protocol](https://atproto.com/) relay in zig. subscribes to every PDS on ## design -- **direct PDS crawl** — the bootstrap relay (`bsky.network`) is called once at startup for the host list via `listHosts`, then all data flows directly from each PDS. no fan-out relay in between. +- **direct PDS crawl** — the bootstrap relay (`bsky.network`) is called once at startup for the host list via `listHosts`, then all data flows directly from each PDS. - **optimistic signature validation** — on signing key cache miss, the frame passes through immediately and the DID is queued for background resolution. the first commit from an unknown account is unvalidated; all subsequent commits are verified against the cached key. >99.9% cache hit rate after warmup. @@ -24,10 +24,9 @@ an [AT Protocol](https://atproto.com/) relay in zig. subscribes to every PDS on | `com.atproto.sync.getLatestCommit` | GET | | `com.atproto.sync.listReposByCollection` | GET | | `com.atproto.sync.listHosts` | GET | +| `com.atproto.sync.getHostStatus` | GET | | `com.atproto.sync.requestCrawl` | POST | -`getRepo` is not implemented — the relay does not serve full repository exports. - ## dependencies | dependency | purpose | -- 2.51.2