This repository is a clean-slate Rust workspace for a minimal Minmo protocol implementation.
Current priorities:
minmo-core: protocol kinds, content types, validation, replayable state, policy, and Nostr mappingminmo-cli: proof-of-concept command line interface
Development workflow:
direnv allownix developjust buildjust testjust fmtjust lintjust check
The Nix shell is the authoritative development environment.
The repo-root .envrc is the local shell entrypoint for direnv.
The justfile is the canonical command interface inside that shell.