home property
Overrides the home directory this node persists its UID under
(<home>/.omnyshell/node.uid). null uses the process default
(omnyshellHome).
The UID file is keyed by the machine, so two node runtimes in one process — an OmnyShell node embedded beside another agent, or several nodes in a test — otherwise contend on the same file and warn about the UID changing under them. Give each its own home to keep their identities separate.
Implementation
final String? home;