profile: claude-share binds to ~/.local/bin/claude matching host install path; add ~/.local/bin to container PATH
Author:
Chris Tusa <chris.tusa@leafscale.com>
Date:
May 11, 2026 16:55
Node:
a30b60dbeb6baec8af924c9f71edb419d149ea67
Branch:
default
Changed files:
Diff
diff -r a52a1e934b31 -r a30b60dbeb6b profiles/claude-share.yml --- a/profiles/claude-share.yml Mon May 11 16:37:33 2026 -0500 +++ b/profiles/claude-share.yml Mon May 11 16:55:45 2026 -0500 @@ -1,6 +1,7 @@ name: claude-share description: Share host's Claude CLI state (auth, history, plugins, top-level config) into containers. -config: {} +config: + environment.PATH: ${HOME}/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin devices: claude-state: type: disk @@ -15,6 +16,6 @@ claude-bin: type: disk source: ${HOME}/.local/bin/claude - path: /usr/local/bin/claude + path: ${HOME}/.local/bin/claude readonly: "true" shift: "true"