Federated gRPC engine with thin CLI/TUI/MCP clients (engine-first), a keiretsu-themed web UI with ghostty terminal control, and an airgap-ready Zarf deployment path. Part of the zndx constellation; federates with sibling engines via the signals-protocol.
devenv shell # nix env; first entry builds RustFS from source (one-time)
just resolve-config # HOCON -> build/config/synth.{env,json}
just preflight # validate
just policy # conftest gate
devenv up # postgres :5566 · qdrant :6365/:6366 · rustfs (RUSTFS_ADDRESS)
just test # pytest
just behave # BDD (@tier-0 hermetic; SYNTH_BDD_TIER1=1 for services)
just docs-serve # mdbook on :3351See CLAUDE.md for the architecture-of-record and docs/current/ for the
book.