779 B
779 B
Progress
2026-04-27
- Created project directory
~/Code/cold_display_guard. - Confirmed standalone project scope and initial project name.
- Started file-based planning files.
- Created core engine, config loader, CLI, README, design doc, implementation plan, and tests.
- First test run failed because
_end_batch()setended_atbefore calculating dwell seconds, causing ended batches to report0seconds. Fixed by calculating dwell before assigningended_at. - Test suite now passes:
PYTHONPATH=src python3 -m unittest discover -s tests -v. - Initialized git repository and created the initial project commit.
- Added RTSP single-frame calibration tool under
tools/calibrator. - Added formal management API on port
19080and Vite frontend on port23000.