Files
Ikraam Ghoor abcd795e2b Refactored screen generation into focused objects
Necessary to break a monolithic rendering path into small,
single-responsibility objects that are easier to test and reason
about. Screen rendering, polling, screenshotting, image quantization,
and user-data assembly each move into their own class, with the
browser pool and reporter extracted alongside.

The command layer and configuration objects are reorganised to suit,
and every extracted object gains its own spec.
2026-05-18 13:18:59 +01:00
..