···44Commands (run with, eg, `go run ./cmd/bigsky`):
5566- `cmd/bigsky`: BGS+indexer daemon
77+- `cmd/palomar`: search indexer and query servcie (OpenSearch)
78- `cmd/gosky`: client CLI for talking to a PDS
89- `cmd/lexgen`: codegen tool for lexicons (Lexicon JSON to Go package)
910- `cmd/laputa`: PDS daemon
···2930- `plc`: implementation of a *fake* PLC server (not persisted), and a PLC client
3031- `repo`: implements atproto repo on top of a blockstore. CBOR types
3132- `repomgr`: wraps many repos with a single carstore backend. handles events, locking
3333+- `search`: search server implementation
3234- `testing`: integration tests; testing helpers
3335- `util`: a few common definitions (may rename)
3436- `xrpc`: XRPC client (not server) helpers