chore: update local Claude Code permission allowlist
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
50d5922dcd
commit
5702859e37
1 changed files with 6 additions and 1 deletions
|
|
@ -56,7 +56,12 @@
|
||||||
"Bash(break)",
|
"Bash(break)",
|
||||||
"Bash(sed -n \"/export function createDispatch/,/^}/p\" src/lib/db.ts)",
|
"Bash(sed -n \"/export function createDispatch/,/^}/p\" src/lib/db.ts)",
|
||||||
"Bash(sed -n \"/export function dispatchSlug/,/^}/p\" src/lib/format.ts)",
|
"Bash(sed -n \"/export function dispatchSlug/,/^}/p\" src/lib/format.ts)",
|
||||||
"Bash(git check-ignore *)"
|
"Bash(git check-ignore *)",
|
||||||
|
"Bash(sed -i -E 's/font-size: 15px/font-size: 16px/g; s/font-size: 14px/font-size: 15px/g; s/font-size: 13px/font-size: 14px/g; s/font-size: 12px/font-size: 13px/g; s/font-size: 11px/font-size: 12px/g; s/font-size: 10px/font-size: 11px/g; s/font-size: 9px/font-size: 10px/g' src/components/EventHeroCard.astro)",
|
||||||
|
"Bash(sed -n '/@media \\(max-width: 880px\\)/,/^ }/p' src/components/EventHeroCard.astro)",
|
||||||
|
"Bash(sed -n '1,80p' src/middleware.ts)",
|
||||||
|
"Bash(sed -n '1,80p' src/middleware/index.ts)",
|
||||||
|
"Bash(sed -n '1,40p' src/pages/api/join.ts)"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue