The move command prompts for confirmation by default before overwriting an existing file, but not when invoked from a batch file (unless /-Y is specified). The AI agent may be executing commands by way of a batch file.
However, the blog post is incorrect in claiming that
move * "..\anuraag_xyz project"
would overwrite the same file repeatedly. Instead, move in that case aborts with "Cannot move multiple files to a single file".
However, the blog post is incorrect in claiming that
would overwrite the same file repeatedly. Instead, move in that case aborts with "Cannot move multiple files to a single file".