pulse-monitor/backups/backup_20251030_043342/BACKUP_CREATED.txt

23 lines
854 B
Plaintext

BACKUP CREATED: 2025-10-30 04:33:42
This backup contains all source files from pulse-monitor v2.35 before refactoring.
Files that should be backed up:
- pulse-monitor.go (main application - 700+ lines)
- ocr.go (template matching)
- layout_detection.go (display detection)
- normalize.go (screen width normalization)
- config.go (configuration loading)
- homeassistant.go (HA posting)
- html_report.go (review HTML generation)
- PROJECT_STATE.md (comprehensive documentation)
- config.yaml (configuration file with credentials)
To restore from this backup:
cp backups/backup_20251030_043342/*.go .
cp backups/backup_20251030_043342/PROJECT_STATE.md .
cp backups/backup_20251030_043342/config.yaml .
The original source files are still intact at /Users/johanjongsma/pulse-monitor/
This backup was created as a safety measure before major refactoring.