fix(curator): preserve last_report_path in state

This commit is contained in:
Yukipukii1
2026-04-30 21:36:40 +03:00
committed by Teknium
parent aab5bcc6ac
commit 75483b6db1
2 changed files with 14 additions and 0 deletions

View File

@@ -55,6 +55,7 @@ def _default_state() -> Dict[str, Any]:
"last_run_at": None,
"last_run_duration_seconds": None,
"last_run_summary": None,
"last_report_path": None,
"paused": False,
"run_count": 0,
}