File: C:/Users/fred/fixHttp/.commandcode/taste/taste.md
# Taste (Continuously Learned by [CommandCode][cmd])
[cmd]: https://commandcode.ai/
# environment
- This project runs on a Windows XAMPP setup (C:\xampp) where Unix shell commands like grep/find fail; use PowerShell for file searches. Confidence: 0.70
- PowerShell script execution policy is disabled on this machine, so running .ps1 scripts requires first running `Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser` (or bypass). Confidence: 0.70
# communication
- During long-running tasks, provide frequent progress updates (user repeatedly asks for status every ~30 sec / "report to me every 30 sec" / "how many found right now?") and clearly state whether the user needs to take any action (the assistant works automatically unless told otherwise). Confidence: 0.85
# workflow
- Malware-cleanup scripts must be conservative and approved before running: a too-aggressive cleaner that removed matching patterns from legitimate WordPress files broke the user's site ("now my web is not functional, you didn't consider the solution very thoroughly"). Always ensure a working restore path exists before executing destructive modifications. Confidence: 0.70