TUT/tests
m1ngsama eea499e56e refactor: Clean up old v1 files and fix LinkInfo type issues
Cleanup:
- Remove all legacy v1 ncurses-based source files
- Remove old documentation files (NEXT_STEPS.md, TESTING.md, etc.)
- Remove deprecated test files and scripts
- Update README.md for FTXUI architecture

Build fixes:
- Create src/core/types.hpp for shared LinkInfo struct
- Fix incomplete type errors in html_renderer and content_view
- Update includes to use types.hpp instead of forward declarations
- All tests now compile successfully

Binary: 827KB (well under 1MB goal)
Build: Clean compilation with no warnings
Tests: All unit and integration tests build successfully
2025-12-31 17:04:10 +08:00
..
integration feat: Complete FTXUI refactoring with clean architecture 2025-12-29 22:07:39 +08:00
unit feat: Complete FTXUI refactoring with clean architecture 2025-12-29 22:07:39 +08:00
CMakeLists.txt feat: Complete FTXUI refactoring with clean architecture 2025-12-29 22:07:39 +08:00