Remove generated artifacts and machine-specific paths

This commit is contained in:
2026-07-18 03:37:11 +08:00
parent 99c0f54998
commit cc3fb97be7
5713 changed files with 97 additions and 11438401 deletions
@@ -1,5 +1,5 @@
param(
[string]$AgentRoot = "D:\CSharpProjects\agent4",
[string]$AgentRoot = (Resolve-Path (Join-Path $PSScriptRoot "..\..")).Path,
[string]$ProgId = "AutoCAD.Application.23.1",
[int]$PollMs = 1000
)