chore(claude): 🔧 Add 'tooling/' directory to allowed paths in structure enforcement hook
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
bcae15089c
commit
47ca06f270
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ if [[ "$REL" == src/resources/* ]]; then
|
|||
fi
|
||||
|
||||
# ── Rule 1: Allowed top-level directories ─────────────────────────────────────
|
||||
ALLOWED_DIRS="src/ public/ docs/ scripts/ tools/ .project/ .claude/ .env README.md CLAUDE.md .gitignore .gutconfig.json .pnpmfile.cjs pnpm-workspace.yaml pnpm-lock.yaml run gdlintrc gdformatrc"
|
||||
ALLOWED_DIRS="src/ public/ docs/ scripts/ tools/ tooling/ .project/ .claude/ .env README.md CLAUDE.md .gitignore .gutconfig.json .pnpmfile.cjs pnpm-workspace.yaml pnpm-lock.yaml run gdlintrc gdformatrc"
|
||||
MATCH=0
|
||||
for prefix in $ALLOWED_DIRS; do
|
||||
if [[ "$REL" == "$prefix"* || "$REL" == "$prefix" ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue