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.
This commit is contained in:
2026-03-19 00:37:49 +00:00
parent 3c13d01bce
commit 2895bc053e

View File

@@ -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*)"
]
}
}