Previous commit (e931f77) only fixed GetAllProductsAsync and GetProductByIdAsync.
This commit fixes GetProductsByCategoryAsync which also had the broken filtered Include syntax.
**Impact**: Variants will now appear when browsing products by category in TeleBot.
🤖 Generated with Claude Code
https://claude.com/claude-code
Co-Authored-By: Claude <noreply@anthropic.com>
50 lines
1.8 KiB
JSON
50 lines
1.8 KiB
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"WebSearch",
|
|
"Bash(curl:*)",
|
|
"Bash(cmd.exe /c \"cd /d C:\\Production\\Source\\LittleShop && git status\")",
|
|
"Bash(cmd.exe /c \"cd /d C:\\Production\\Source\\LittleShop && git add .\")",
|
|
"Bash(cmd.exe /c \"cd /d C:\\Production\\Source\\LittleShop && git add LittleShop/Models/PushSubscription.cs\")",
|
|
"Bash(cmd.exe /c \"cd /d C:\\Production\\Source\\LittleShop && git add LittleShop/DTOs/PushSubscriptionDto.cs\")",
|
|
"Bash(cmd.exe /c \"cd /d C:\\Production\\Source\\LittleShop && git add LittleShop/Services/IPushNotificationService.cs\")",
|
|
"Bash(dotnet run:*)",
|
|
"Bash(cmd.exe:*)",
|
|
"Read(//mnt/c/production/source/claudeenhancement/**)",
|
|
"Bash(netstat:*)",
|
|
"Read(//home/sysadmin/.config/claude/**)",
|
|
"Bash(claude --version)",
|
|
"Bash(cat:*)",
|
|
"Bash(timeout:*)",
|
|
"Bash(/mcp)",
|
|
"Read(//home/sysadmin/**)",
|
|
"Bash(claude mcp:*)",
|
|
"Read(//tmp/**)",
|
|
"Bash(chmod:*)",
|
|
"Bash(sshpass:*)",
|
|
"Bash(ssh:*)",
|
|
"Bash(git pull:*)",
|
|
"Bash(git branch:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git push:*)",
|
|
"Bash(tasklist)",
|
|
"Bash(findstr:*)",
|
|
"Read(//mnt/c/Production/Source/SilverLABS/SilverPAY/**)",
|
|
"Bash(git commit:*)",
|
|
"Bash(docker build:*)",
|
|
"Bash(git fetch:*)",
|
|
"Bash(./deploy-telebot-hostinger.sh:*)",
|
|
"Bash(./deploy-watchonly-update.sh:*)",
|
|
"Bash(./deploy-watchonly-quick.sh:*)",
|
|
"Bash(bash:*)",
|
|
"Bash(./check-api-key.sh:*)",
|
|
"Bash(/tmp/fix-celery-beat.sh:*)",
|
|
"Bash(/tmp/bypass-hdwallet-unlock.sh:*)",
|
|
"Bash(/tmp/fix-db-initialization.sh:*)",
|
|
"SlashCommand(/code-review)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
},
|
|
"outputStyle": "enterprise-full-stack-developer"
|
|
} |