* feat(build): swap podman server resources for Lima (WS3)
- Upload limactl (arm64 + x64) to R2 via new 'browseros upload lima' CLI.
- Rewrite scripts/build/config/server-prod-resources.json: 2 Lima entries,
12 podman-family entries removed.
- Update codesign metadata (server_binaries.py) to add limactl, drop podman
family. Sign modules need no edits (data-driven).
- Delete orphaned podman-{vfkit,krunkit} entitlement plists.
- Release-gating note in browseros-agent/CLAUDE.md: don't cut releases off
dev between this commit and WS6 landing (OpenClaw still invokes podman).
* fix: address review comments for 0422-ws3_lima_resources
- Tighten _find_limactl_member to match exactly .../bin/limactl via
Path.parts, avoiding incidental matches like 'xbin/limactl'.
- Fall back USER -> USERNAME -> 'unknown' for uploaded_by so Windows
shells don't all record 'unknown'.
- Comment the broad except in upload_lima to explain why rollback
must fire for any mid-loop failure.
* chore: drop bun + rg from Windows sign list
These executables are already absent from server-prod-resources.json (no
Windows entries shipped); keeping them in the sign list produces
"Binary not found" warnings on every Windows build.
* architecture based copy
* update entitilements
* sign binaries in macos update
* update package windows to also sign binaries properly
* codex binaries
* disable: navigator.webdriver
* implement browseros server
* fix: browseros api fixes for prefs
* copy browoser binaries on build
* support browseros binary override
* BUMP version
* update binaries
* browseros server updates: include agent-port, better port handling
* bump version
* add browseros_server to macos sign.py
* fix: linux package to copy browseros-server
* minor
* browseros server: windows file path fix
* fix: windows packaging + signing
* update browseros_server
* update browseros_server
* add controller extension ID
* minor update to first_run
* add chrome://browseros/settings URI
* update to metrics
* windows fix for browseros_server
* update patch version
* fix: browseros_server entitlements
* fix: windows browseros_server location
* appcast update