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
refactor: remove HTML boilerplate from layouts — use auto-shell
- Stripped <!DOCTYPE>, <html>, <head>, <body> from layout
- Added app.head config to stx.config.ts (title, meta, bodyClass, scripts)
- Renamed layouts/app.stx → layouts/default.stx
- Updated all 12 pages to @extends('layouts/default')
The framework now auto-generates the document shell from config.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments