Configuration
TOML config covers node identity, storage paths, admin binding, peers, optional facades, security mode, and energy thresholds.
Operations
NexusFS is meant to be operable as a single local process first, then expanded into a networked system with stronger replication, security, and scheduling policies over time.
TOML config covers node identity, storage paths, admin binding, peers, optional facades, security mode, and energy thresholds.
Local data includes the storage backend, generated identities, head metadata, and the foundation for future peer state.
The embedded admin layer is the local control plane for status, storage, oplog inspection, and future replication telemetry.
The codebase is staged to keep every milestone runnable while new transport, proof, and facade features arrive incrementally.