Files
sherlock/internal/socket/doc.go
T
amacocian 801bbcec09
CI / build (push) Has been cancelled
Phase 0
2026-05-24 21:53:20 +02:00

6 lines
234 B
Go

// Package socket implements the Unix-socket RPC transport that the
// broker exposes at $XDG_RUNTIME_DIR/sherlock.sock and that the
// service MCPs (and the sherlock CLI) dial into. Implementation lands
// in Phase 1.
package socket