March 19, 2026
Release / v26.3.19
Build: 043c104
- Deployed site to aegis-constitution.com
- Completed full legal document stack (Privacy Notice, Terms of Use, Cookie Policy, Disclaimer, Impressum)
- Achieved WCAG 2.1 AA accessibility compliance across all pages, themes, and viewport sizes
- Replaced Google Fonts dependency with self-hosted Poppins and IBM Plex Sans
- Implemented custom three-state theme toggle (light/dark/system) replacing Starlight dropdown
- Rebuilt header tools with unified search, GitHub, and theme icons
- Established mobile-first responsive development branch
Development Log
Branch: rebuild/astro-native
- Initiated native Astro rebuild — removed all Starlight dependencies
- Implemented DocLayout with HTML shell, CSS reset, and theme-aware custom properties
- Built content collection routing via
[...slug].astrowith dynamic path generation - Created initial Header, Sidebar, and Footer components
- Established
src/content/docs/as the canonical content structure - Migrated all constitutional articles, doctrine, principles, and protocols from Starlight format
- Build: 86d8144 — feat: native Astro rebuild — layout, routing, and content rendering