diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 338946f..2f17a6b 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -107,7 +107,13 @@ "Bash(git commit -m 'Optimize: Skip color photo processing when not uploading new photos *)", "Bash(git commit -m 'Optimize: Fetch only necessary fields from database *)", "Bash(git commit -m 'Fix: Always update print area coordinates when editing product *)", - "Bash(git commit -m 'Fix: Include imageUrl/imageUrlBack in database select query *)" + "Bash(git commit -m 'Fix: Include imageUrl/imageUrlBack in database select query *)", + "Bash(xargs grep -l \"printArea\\\\|DesignCanvas\")", + "Bash(ls -la \"C:\\\\Program Files\\\\PostgreSQL\\\\\" 2>/dev/null || echo \"PostgreSQL not found in standard location\")", + "PowerShell(cd \"D:\\\\Craft2Prints\"; powershell -ExecutionPolicy Bypass -File .\\\\backup-database.ps1)", + "PowerShell($action = New-ScheduledTaskAction -Execute \"powershell.exe\" -Argument \"-ExecutionPolicy Bypass -File `\"D:\\\\Craft2Prints\\\\backup-database.ps1`\"\" -WorkingDirectory \"D:\\\\Craft2Prints\"; $trigger = New-ScheduledTaskTrigger -Daily -At 2am; $principal = New-ScheduledTaskPrincipal -UserID \"SYSTEM\" -LogonType ServiceAccount -RunLevel Highest; Register-ScheduledTask -Action $action -Trigger $trigger -Principal $principal -TaskName \"Craft2Prints Database Backup\" -Description \"Daily backup of Craft2Prints database\" -Force | Select-Object -Property TaskName, State)", + "Bash(ls -la ~/.ssh/ 2>/dev/null || echo \"No .ssh directory found\")", + "Bash(ssh -vvv -i ~/.ssh/sshkey git@192.168.0.190 -p 3000 \"echo test\")" ] } }