The installer CI added alongside #577 (in mozarkai/optics-framework-org) runs on a real windows-latest runner and verifies install → optics --version → optics list → idempotent re-run → uninstall.
That proves the CLI starts on Windows. It does not prove it works there. Unverified on Windows:
optics quickstart end to end — the prompts, the scaffold, the config write
- Running a project: Playwright browser launch, screenshot capture,
execution_output/ paths
- Any path handling that assumes POSIX separators
The macOS and Linux journeys were exercised end to end by hand (installer → quickstart → Playwright sample → doctor → 3/3 passed). Windows has no equivalent.
Suggested
A windows-latest job that runs the Playwright sample, which needs no device:
optics init demo --template playwright
optics doctor demo
optics execute demo
Worth doing before Windows is promoted anywhere as a supported platform, since the installer now makes it look like one.
The installer CI added alongside #577 (in
mozarkai/optics-framework-org) runs on a realwindows-latestrunner and verifies install →optics --version→optics list→ idempotent re-run → uninstall.That proves the CLI starts on Windows. It does not prove it works there. Unverified on Windows:
optics quickstartend to end — the prompts, the scaffold, the config writeexecution_output/pathsThe macOS and Linux journeys were exercised end to end by hand (installer → quickstart → Playwright sample → doctor → 3/3 passed). Windows has no equivalent.
Suggested
A
windows-latestjob that runs the Playwright sample, which needs no device:Worth doing before Windows is promoted anywhere as a supported platform, since the installer now makes it look like one.