- Fix FileEditor height with flexbox constraints (flex-1/min-h-0 pattern)
- Add test for markdown preview scrollability (scrollable markdown body)
- Remove planning validator models feature from SettingsModal and engine
- Clean up related types in @kb/core and changeset files
- Add word wrap toggle button with WrapText icon to FileEditor
- Fix markdown preview scrolling with height: 100% CSS
- Add comprehensive tests for word wrap toggle and scrollability
- Fix FileEditor to properly use full width with box-sizing and min-width constraints
- Add visible focus and selection states for the textarea-based editor
- Ensure FileEditor correctly responds to theme changes (dark/light mode)
- Add comprehensive FileEditor component tests (60 test lines)
- Include changeset for patch release of @dustinbyrne/kb