fix: make profile subprocess HOME policy explicit
This commit is contained in:
@@ -45,10 +45,10 @@ _PROFILE_DIRS = [
|
||||
"plans",
|
||||
"workspace",
|
||||
"cron",
|
||||
# Per-profile HOME for subprocesses: isolates system tool configs (git,
|
||||
# ssh, gh, npm …) so credentials don't bleed between profiles. In Docker
|
||||
# this also ensures tool configs land inside the persistent volume.
|
||||
# See hermes_constants.get_subprocess_home() and issue #4426.
|
||||
# Back-compat/Docker HOME for tool subprocesses. Host subprocesses keep
|
||||
# the user's real HOME by default so normal CLI credentials remain visible;
|
||||
# containers still use this directory for persistent HOME state.
|
||||
# See hermes_constants.get_subprocess_home().
|
||||
"home",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user