- Remove Html widget in shell.ui that manually loaded shell_theme.css/js (ahserver auto-serves wwwroot js/css files) - Remove shell_theme.css/js from load_path.py permission list (ahserver handles static resources automatically)
- Add scripts/load_path.py with all 28 wwwroot paths - menu.ui set to 'any' role (public nav access) - All other paths set to 'logined' role (dashboard visible to authenticated users) - Idempotent: skips already-registered paths