Skip to content

fix: unblock Windows release validation and executable smoke - #88

Merged
ScriptedAlchemy merged 2 commits into
mainfrom
fix/windows-release-bootstrap
Sep 17, 2026
Merged

ScriptedAlchemy merged 2 commits into
mainfrom
fix/windows-release-bootstrap

Conversation

@ScriptedAlchemy

@ScriptedAlchemy ScriptedAlchemy commented Sep 17, 2026

Copy link
Copy Markdown
Owner

Problem

The Windows release timed out because run-unit-tests.mjs compared native backslash paths with forward-slash exclusions. Unix-only Codex and relay suites therefore ran on Windows and hung instead of using the existing platform policy.

Change

Normalize paths only for the exclusion lookup, guard the remaining Unix Desktop install/socket probes, and launch the existing npm bootstrap fixture through the Windows command shell. Install the packed package locally and use npm's native executable resolution for all three release smoke commands.

Validation

npm run check passed: validation, build, artifact validation, typecheck, 392 unit tests and 15 MCP route tests. Focused Desktop/bootstrap tests passed 45/45. Packed local-prefix install and all three executable smoke commands passed. Independent review passed. Actual Windows release validation remains mandatory before publishing. No product logic or release credential handling changes.

@changeset-bot

changeset-bot Bot commented Sep 17, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: d0d6f0a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 17, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-17T02:19:51.031088Z 758ed11 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@ScriptedAlchemy
ScriptedAlchemy merged commit 5c973d2 into main Sep 17, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant