## Description ## Type of Change - [ ] Bug fix - [ ] New feature - [ ] Refactor - [ ] Documentation - [ ] Chore / maintenance ## Code Quality Checklist (MANDATORY) *Please read and verify you have adhered to all guidelines outlined in [CONTRIBUTING.md](https://github.com/YouFoundJK/TeXcore/blob/master/CONTRIBUTING.md).* - **[SOLID](https://en.wikipedia.org/wiki/SOLID), [DRY](https://en.wikipedia.org/wiki/Don%27t_repeat_yourself)**: - [ ] Designed polymorphically where appropriate. - [ ] Kept classes and UI views decoupled. - [ ] Shared reusable helpers instead of copying/pasting logic. - **Documentation Sync**: - [ ] Updated corresponding documentation. - [ ] Adhered to the hyperlinked, compact, table-based concise formatting style. - **Code Integrity & Type Safety**: - [ ] Ran `pnpm run lint` and `pnpm run compile` locally and confirmed they pass with **0 errors**. - **Test Integrity**: - [ ] Kept all existing tests completely untouched. - [ ] Added new unit/integration tests for new features.