Part of the CrisisCore Build Log - ensuring trauma-informed UI isn't just state management theater





Here's a failure mode I didn't anticipate: tests passing while the UI does nothing.



// ✅ Test passes
expect(preferences.simplifiedMode).toBe(true);
expect(preferences.touchTargetSize).toBe('extra-large');

// 🤷 But does the user actually see...