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
Worker now sends a `{ ready: true }` signal after module initialization,
and the UI waits for it before enabling the obfuscate button. This
prevents posting messages to a not-yet-loaded ESM worker.
Added `build:browser` step to ci.yml so the deployed site includes the
worker bundle. Restored `paths-ignore` on deploy.yml so CI and Deploy
workflows don't both trigger on packages/ruam/** changes and race for
the deploy-pages concurrency group.
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
0 commit comments