littleshop/.claude/settings.local.json
SysAdmin 127be759c8 Refactor payment verification to manual workflow and add comprehensive cleanup tools
Major changes:
• Remove BTCPay Server integration in favor of SilverPAY manual verification
• Add test data cleanup mechanisms (API endpoints and shell scripts)
• Fix compilation errors in TestController (IdentityReference vs CustomerIdentity)
• Add deployment automation scripts for Hostinger VPS
• Enhance integration testing with comprehensive E2E validation
• Add Blazor components and mobile-responsive CSS for admin interface
• Create production environment configuration scripts

Key Features Added:
• Manual payment verification through Admin panel Order Details
• Bulk test data cleanup with proper cascade handling
• Deployment automation with systemd service configuration
• Comprehensive E2E testing suite with SilverPAY integration validation
• Mobile-first admin interface improvements

Security & Production:
• Environment variable configuration for production secrets
• Proper JWT and VAPID key management
• SilverPAY API integration with live credentials
• Database cleanup and maintenance tools

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-25 19:29:00 +01:00

49 lines
1.7 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:*)"
],
"deny": [],
"ask": []
},
"outputStyle": "enterprise-full-stack-developer"
}