v3.11.2
Bug Fixes
@byline/cli— thebyline initscaffold now wires the/admin/activityroute. The system activity area added in v3.11.0 ships its route factory and sidebar menu item in@byline/host-tanstack-start, but — like every admin route — its physical route file is app-owned. The scaffold template carried every other admin route (users / roles / permissions / account / collections) but not activity, so a fresh install rendered the Activity menu item yet returned a 404 on navigation. The template now includes the one-line route file (src/routes/_byline/admin/activity/index.tsx), picked up by the installer's recursive template walk and admin-slug rewrite like its siblings. Existing apps upgrading from 3.11.x can add the same one-line file by hand — no CLI rerun required.
All other @byline/* packages bumped to 3.11.2 in lockstep with no behavioural changes this cycle.