v2.6.3: node-cron dep, CT_MIRROR_* boolean fix
node-cron dep, CT_MIRROR_* boolean fix
Two fixes for the opt-in local study mirror.
Fixed:
-
node-cron ^4.2.1 added as a direct dependency. Starting with CT_MIRROR_ENABLED=true crashed at startup with Cannot find package node-cron — framework scheduler imports it as an optional peer, not declared here.
-
CT_MIRROR_ENABLED and CT_MIRROR_FALLBACK_LIVE now parse with z.stringbool() instead of z.coerce.boolean(). Previously any non-empty string (including "false") coerced to true; "false" / "0" / "no" now disable correctly.
514 tests pass; bun run devcheck clean.