2e92f58750
bao-conf 1.0.0's init() threw when VAULT_TOKEN was unset, crashing boot (.catch -> process.exit(1)) in any deployment without an OpenBao sidecar (standalone Docker, bare metal). 1.0.1 makes init() fail-soft on a missing token (warn + continue from CONF_SECRETS). The theta-env stack is unaffected (it always sets a scoped VAULT_TOKEN). Co-Authored-By: Claude <noreply@anthropic.com>