Enhances column key retrieval to use consistent key format Adds null check for filter template to prevent potential errors Uses buildKeyFromColumn() for more robust key generation
21 lines
520 B
JSON
21 lines
520 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(npm run build:*)",
|
|
"WebSearch",
|
|
"WebFetch(domain:web.dev)",
|
|
"WebFetch(domain:caniuse.com)",
|
|
"WebFetch(domain:blog.rasc.ch)",
|
|
"WebFetch(domain:developer.chrome.com)",
|
|
"Bash(npx tsc:*)",
|
|
"WebFetch(domain:github.com)",
|
|
"Bash(npm install:*)",
|
|
"WebFetch(domain:raw.githubusercontent.com)",
|
|
"Bash(npm run css:analyze:*)",
|
|
"Bash(npm run test:run:*)",
|
|
"Bash(cd:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|