Skip to content

Commit 74d2830

Browse files
potiukclaude
andauthored
docs(agent-isolation): mention claude=claude-iso alias in README (#16)
Add the `alias claude='claude-iso'` line to the "Usage at a glance" block, with a one-line cross-reference to the trade-off discussion in `secure-agent-setup.md`. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 97dca75 commit 74d2830

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tools/agent-isolation/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ npm install -g --no-save @anthropic-ai/claude-code@2.1.117
3939
# Source the wrapper into your shell:
4040
source /path/to/airflow-steward/tools/agent-isolation/claude-iso.sh
4141

42+
# Optional: make claude-iso the default `claude` (see secure-agent-setup.md
43+
# for the trade-off — the alias also strips env in non-tracker sessions):
44+
alias claude='claude-iso'
45+
4246
# Launch a session with no inherited credentials:
4347
cd ~/code/<tracker>
4448
claude-iso

0 commit comments

Comments
 (0)