- Split auth into agent-token (public) and controller-token (secret) - Agent token in scripts can't be used to control devices - Add agent.html: step-by-step guide for customers (Win/Mac/Linux) - Update agent binaries with new token defaults
- agent.ps1: Windows one-line install script (irm u-claw.org/agent.ps1 | iex) - agent.sh: macOS/Linux install script (curl -fsSL u-claw.org/agent.sh | bash) - downloads/: agent binaries for Windows, macOS, Linux - vercel.json: add Content-Type headers for binary downloads