feat(env): add shared ~/.claude-jail/env.default defaults layer #20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/shared-env-default"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Introduce an optional env.default file in the jail directory that holds
settings common to every project. The wrapper loads .env.claude first
and env.default second, with the first file to define a key winning, so
.env.claude acts as a per-project override while shared settings live
centrally in ~/.claude-jail. Host env vars still take precedence over
both files, preserving the existing override order.
This avoids repeating the same CLAUDE_JAIL_* settings (image, mounts,
SSH toggle, etc.) in every workspace's .env.claude.