fix: make profile subprocess HOME policy explicit
This commit is contained in:
@@ -941,6 +941,13 @@ DEFAULT_CONFIG = {
|
||||
# (terminal and execute_code). Skill-declared required_environment_variables
|
||||
# are passed through automatically; this list is for non-skill use cases.
|
||||
"env_passthrough": [],
|
||||
# HOME handling for host tool subprocesses:
|
||||
# auto — host keeps the real OS-user HOME; containers use
|
||||
# HERMES_HOME/home for persistent state (default)
|
||||
# real — force the real OS-user HOME
|
||||
# profile — force HERMES_HOME/home when it exists (old strict
|
||||
# per-profile CLI config isolation)
|
||||
"home_mode": "auto",
|
||||
# Extra files to source in the login shell when building the
|
||||
# per-session environment snapshot. Use this when tools like nvm,
|
||||
# pyenv, asdf, or custom PATH entries are registered by files that
|
||||
|
||||
Reference in New Issue
Block a user