Expand description
Every filesystem location a node reads or writes, resolved ONCE at construction.
The node itself never consults the environment: the embedder picks a root
(NodePaths::under_root โ layout-identical to a mcpmesh --profile <root> dir),
and the daemon shell resolves the standard per-user layout (NodePaths::from_env).
Structsยง
- Node
Paths - The resolved on-disk world of one node. Config-file overrides (
[identity].device_key,[identity].user_key) still win over the two key paths here, exactly as for the daemon.