[Bug]: Ensure patched node-pty native rebuilds actually run across package-manager versions
- Dominant language
- TypeScript
- Stars
- 69.7k
- Forks
- 4.5k
- Avg merge
- 15h 28m
- Merged PRs (30d)
- 471
Description
## Summary
The native build path can report success while `pnpm rebuild` does not rebuild the patched `node-pty` artifact, leaving stale or missing native binaries. The owner path should invoke the supported node-gyp rebuild directly (or an equivalent verified command) and validate the resulting artifact across package-manager versions and platforms.
## Source PR
- #11754 — rebuild patched node-pty via node-gyp instead of relying on `pnpm rebuild` (credit @Gldywn)
This issue is paired with #16655 for standalone-pnpm dispatch, but tracks the distinct rebuild-execution guarantee. The submitted branch will be superseded and reimplemented on current main; no contributor action is requested.
Contributor guide
Assessment
This issue has not been assessed yet.