From 6d35ed6057982a5a94eb0737837ab6d2d92b8a67 Mon Sep 17 00:00:00 2001 From: goodboy Date: Thu, 26 Feb 2026 19:16:01 -0500 Subject: [PATCH] Add `claude` settings config `.json` --- .claude/settings.local.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .claude/settings.local.json diff --git a/.claude/settings.local.json b/.claude/settings.local.json new file mode 100644 index 00000000..5404a5dd --- /dev/null +++ b/.claude/settings.local.json @@ -0,0 +1,11 @@ +{ + "permissions": { + "allow": [ + "Bash(chmod:*)", + "Bash(/tmp/piker_commits.txt)", + "Bash(python:*)" + ], + "deny": [], + "ask": [] + } +}