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
spellweaver.check no longer calls System.halt/1. It returns :ok on
success and raises Mix.Error on failure, so it can be chained inside
multi-step aliases like nstandard's check without silently skipping
subsequent steps (e.g. dialyzer).
Restrict the published hex package to priv/.cspell.json so locally
installed priv/bun artifacts don't get bundled into releases.