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
Enhance build scripts and documentation for cross-platform support wi…
…th Ruff
- Updated `build-with-ruff.sh` to include Windows support, bundling Pyright only (no Ruff).
- Modified Node.js download logic to accommodate Windows platform.
- Improved cleanup process for both Windows and Unix builds.
- Enhanced README.md to clarify Ruff support for Linux/macOS and Pyright-only builds for Windows.
- Updated GitHub Actions workflow to build for all platforms, including Windows.
Add build-windows.sh script for Windows platform setup and enhance py…
…right-bridge.ts for path normalization
- Introduced build-windows.sh to automate the build process for Windows, including bundling TypeScript, downloading Node.js, and creating a zip archive.
- Updated pyright-bridge.ts to normalize paths for BOT_ROOT and JESSE_ROOT, ensuring compatibility across platforms.
- Adjusted pyrightconfig.json to maintain consistent path references for improved project structure.