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
fix(cli): load cljfmt lazily so the uberscript runs standalone
bb uberscript inlined cljfmt.core via format.clj's static require; cljfmt's
load-time read-resource macro then threw "Cannot open <nil> as a Reader"
because the uberscript bundles no resources — crashing every installed
command at launch. Resolve cljfmt.core/reformat-string at call time instead,
keeping it out of the uberscript so add-deps loads it from its jar at runtime.
Caught by the 0.1.0 dogfood release. Bumps to 0.1.1.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>