Configuration
TOML config covers node identity, storage paths, admin binding, peers, optional facades, security mode, and energy thresholds.
Operations
One process, one store, one exclusive lock — which is the fact that shapes everything below. Maintenance that changes state lives at the CLI because the daemon holds the store; the console is read-only by design, and the audit and collection surveys are the two panels that run on a button rather than on refresh.
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, pinned peer keys, and the repository key when encryption is on.
The embedded admin layer is the local control plane for status, storage, oplog inspection, peer sync state, verification reports, and the current energy budget — including which rule is throttling replication and why.
verify audits every signature and reads every file back,
gc surveys unreachable storage and only deletes with
--apply, migrate upgrades the on-disk format,
and peer enrols keys before first contact.
/api/peers lists sync targets and how they are
doing; /api/peers/enrolled lists trusted keys. The
mismatch between them is what to look at when replication is silently
doing nothing.