Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions .claude/settings.json
Original file line number Diff line number Diff line change
@@ -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"
Comment on lines +7 to +11
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The theory here is that you would have the images all cloned to the same base directory, am I understanding right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That is correct. All repositories are cloned in sibling directories.

],
"allow": [
"Bash(bakery build:*)",
"Bash(find:*)",
Expand All @@ -12,6 +19,7 @@
"Bash(just test:*)",
"Bash(ls:*)",
"Bash(poetry run:*)",
"Bash(python3:*)",
"Bash(tree:*)",
"Bash(wc:*)",
"WebFetch(domain:github.com)",
Expand Down