From 17286e6f60b1902c57f14c4510977ff726e1d728 Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Thu, 12 Feb 2026 08:38:20 +0200 Subject: [PATCH] Track Claude Code settings --- .claude/settings.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .claude/settings.json diff --git a/.claude/settings.json b/.claude/settings.json new file mode 100644 index 0000000..22d0c53 --- /dev/null +++ b/.claude/settings.json @@ -0,0 +1,36 @@ +{ + "permissions": { + "allow": [ + "Bash(/home/agent/.local/bin/pylsp:*)", + "Bash(apt list:*)", + "Bash(bash -n:*)", + "Bash(claude mcp list)", + "Bash(claude plugin --help:*)", + "Bash(claude plugin install --help:*)", + "Bash(claude plugin list:*)", + "Bash(claude plugin marketplace --help:*)", + "Bash(claude plugin marketplace list)", + "Bash(claude plugin validate --help:*)", + "Bash(dpkg -l:*)", + "Bash(echo:*)", + "Bash(env)", + "Bash(git log:*)", + "Bash(grep:*)", + "Bash(head:*)", + "Bash(ls:*)", + "Bash(pylsp:*)", + "Bash(tree:*)", + "Bash(uv run mypy:*)", + "Bash(uv run tach:*)", + "Bash(uv tool list:*)", + "Bash(wc:*)", + "Bash(xargs cat:*)", + "WebFetch(domain:docs.cloud.google.com)", + "WebFetch(domain:docs.gauge.sh)", + "WebFetch(domain:docs.temporal.io)" + ] + }, + "enabledPlugins": { + "gopls-lsp@claude-plugins-official": true + } +}