Skip to content

Commit 0439d61

Browse files
committed
Commit local changes
1 parent 23c3e9f commit 0439d61

File tree

4 files changed

+1026
-125
lines changed

4 files changed

+1026
-125
lines changed

CLAUDE.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Development Guidelines for LLMBenchMCPServer.jl
22

3+
## Important Notes
4+
5+
### Unix Domain Sockets
6+
- **Always use `ispath()` not `isfile()` to check for Unix domain sockets**
7+
- Unix domain sockets are not regular files, so `isfile()` returns false
8+
- This applies to checking SSH_AUTH_SOCK, server sockets, and any socket cleanup
9+
10+
### Environment Variables
11+
- **ANTHROPIC_API_KEY is automatically forwarded to the sandbox**
12+
- If set in the host environment, it will be available in the sandboxed process
13+
- This allows tools inside the sandbox to use the Anthropic API
14+
315
## Shipping Code
416

517
When asked to "ship it" or after making changes:

0 commit comments

Comments
 (0)