feat: add optional Parallels testing for Windows app#992
Merged
Conversation
6 tasks
This was referenced Jul 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds an optional macOS/Parallels backend for validating the Windows app. The instructions are a sidecar to
openclaw-proof-validation, not a standalone skill, so normal Windows development keeps the native workflow.The shared OpenClaw controller prepares the general Windows environment. This PR adds only what the native Windows app needs:
openclaw-windows-nodecheckout;Quick start
With compatible
openclawandopenclaw-windows-nodecheckouts beside each other:Useful snapshot commands:
The
appalias selects the newestpre-openclaw-windows-app-e2e-*snapshot. Existing snapshots are restored and verified before reuse.How it fits with OpenClaw
The OpenClaw repo owns the general VM lifecycle, WSL/Git/Node setup, verified installer staging, clean-state checks, power-off snapshot creation, restore aliases, and common Parallels troubleshooting.
This repo keeps the native app packages and validation close to the app code. macOS users are routed to
.agents/skills/openclaw-proof-validation/PARALLELS.mdby one conditional line in the existing proof skill; there is no separate Parallels skill or UI chip. The wrapper fails clearly when the required sibling OpenClaw controller is missing.Change Type
Validation
appsnapshot restore: passedReal Behavior Proof
e39ad174; runtime proof was collected at parentf8c29897before the skill was moved to a Markdown sidecar./scripts/parallels-windows-vm.sh prepareand./scripts/parallels-windows-vm.sh run-testsSecurity Impact
Compatibility and Migration
Review Conversations