From 6e6b5aec220acb6de16f911ff13c76bc51998530 Mon Sep 17 00:00:00 2001 From: "Benjamin R. J. Schwedler" Date: Mon, 9 Feb 2026 10:50:07 -0600 Subject: [PATCH] Add related directories/project to Claude settings The images project is spread across multiple repositories. --- .claude/settings.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.claude/settings.json b/.claude/settings.json index b724c20b..5b699bbb 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -1,8 +1,15 @@ { - "lsp": { - "pyright": true + "enabledPlugins": { + "pyright-lsp@claude-plugins-official": true }, "permissions": { + "additionalDirectories": [ + "../images", + "../images-examples", + "../images-connect", + "../images-package-manager", + "../images-workbench" + ], "allow": [ "Bash(bakery build:*)", "Bash(find:*)", @@ -12,6 +19,7 @@ "Bash(just test:*)", "Bash(ls:*)", "Bash(poetry run:*)", + "Bash(python3:*)", "Bash(tree:*)", "Bash(wc:*)", "WebFetch(domain:github.com)",