mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
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:
@@ -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*)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user