Commit Graph

1 Commits

Author SHA1 Message Date
Karun Agarwal
aa5c45d78d fix(build): use Node.js for cross-platform file hashing in bundle script
The bundle-a2ui.sh script was using shasum which is not available on
Windows (Git Bash), causing CI failures. Replace with a Node.js-based
hash computation script that works on all platforms.

Fixes Windows CI build failures with "shasum: command not found".

Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2026-01-27 13:45:17 +05:30