A Claude Code agent deleted 717 GB of a guy's Windows install with one backslash. The command was supposed to remove a project folder. But the escape character collapsed across four different shell parsers. What cmd actually received: rd /S /Q A single backslash. Root of C:.
