From 2895bc053eb11191212ce68b9d988cec8e25eca5 Mon Sep 17 00:00:00 2001 From: johndoe6345789 Date: Thu, 19 Mar 2026 00:37:49 +0000 Subject: [PATCH] Add find command to .claude settings Add a Bash entry to .claude/settings.local.json that runs a find under frontends/qt6 to locate markdown, CLAUDE.md, README.md, and roadmap files (improves document discovery). Also adjusts list punctuation to include the new entry. --- .claude/settings.local.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index ae52bc849..3a45deda8 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -4,7 +4,8 @@ "Bash(echo No metabuilder images found:*)", "Bash(docker compose:*)", "Bash(git pull:*)", - "Skill(commit-commands:commit-push-pr)" + "Skill(commit-commands:commit-push-pr)", + "Bash(find /Users/rmac/Documents/GitHub/metabuilder/frontends/qt6 -type f -name *.md -o -name CLAUDE.md -o -name README.md -o -name roadmap*)" ] } }