diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 31b5b2e81..8136d39f6 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -9,7 +9,10 @@ "Bash(findstr LISTENING)", "Bash(npx tsc:*)", "Bash(lsof -ti:8081)", - "Bash(curl -s http://localhost:8081/health)" + "Bash(curl -s http://localhost:8081/health)", + "Bash(npm -v)", + "Bash(cargo --version)", + "Bash(rustc --version)" ] } } diff --git a/.gitignore b/.gitignore index c0413a2f4..633a781d7 100644 --- a/.gitignore +++ b/.gitignore @@ -55,6 +55,7 @@ temp*build*/ .worktrees/ .rag/ .env.secrets.local +.claude/settings.local.json spacetime.local.json deploy/container/api-server.env deploy/container/worker-smoke/