Implements AI-driven time slot selection algorithm for booking system Adds intelligent slot scoring mechanism that considers: - Minimizing calendar gaps - Optimizing employee time utilization - Providing recommended time slots for customers Introduces new AI features across booking interfaces to improve scheduling efficiency
29 lines
945 B
JSON
29 lines
945 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:*)",
|
|
"Bash(powershell -Command \"Get-ChildItem -Path src -Directory | Select-Object -ExpandProperty Name\")",
|
|
"Bash(powershell -Command \"Get-ChildItem -Path src -Filter ''index.ts'' -Recurse | Select-Object -ExpandProperty FullName\")",
|
|
"Bash(powershell -Command:*)",
|
|
"WebFetch(domain:www.npmjs.com)",
|
|
"WebFetch(domain:unpkg.com)",
|
|
"Bash(node -e:*)",
|
|
"Bash(ls:*)",
|
|
"Bash(find:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|