{
  "name": "uc",
  "version": "1.0.0",
  "description": "Standalone UC Agent",
  "steps": [
    { "type": "download", "source": "/artifacts/agents/uc/latest/UCAgent.exe", "target": "UCAgent.exe" },
    { "type": "download", "source": "/artifacts/scripts/onboarding/install-uc.ps1", "target": "install-uc.ps1" },
    { "type": "exec", "command": "powershell.exe -ExecutionPolicy Bypass -File install-uc.ps1" }
  ]
}
