You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes the v0.1.0 → v0.2.x manual bridge failure where the transactional upgrade succeeded but the follow-up Setup call treated -SkipStart as the positional Mode value.
Setup-Entry.ps1 now mirrors the Setup.ps1 parameter surface, forwards named parameters through hashtable splatting, and injects SkipStart as a named switch after a portable upgrade.
Adds regression coverage that fails if the Setup entrypoint parameter surface drifts or positional -SkipStart injection returns.
Synchronizes WorkForge plugin metadata to v0.2.1.
Updates upgrade guidance so v0.1.0 users bridge directly to v0.2.1 or a newer stable release.
Upgrade guidance
Already on v0.2.0: if the earlier Setup error appeared but v0.2.0 is active, do not reinstall or roll back. Open WorkForge Control → Check again → Update WorkForge and upgrade to v0.2.1.
Still on v0.1.0: download the v0.2.1 Windows ZIP and matching .sha256, verify/extract it to a new folder, and run Setup.cmd. Do not uninstall v0.1.0 first.
The original v0.2.0 ZIP remains published for history but is not recommended for new v0.1.0 bridge attempts.