feat(datastore): add UpdateCheckState persistence

First piece of #591 (opt-in periodic update check). A small persisted
state (last_checked_at, last_seen_version) under update-check.json,
mirroring Settings' Get/Save shape — separate from Settings itself since
this is runtime state, not operator-editable config.

Not wired to anything yet.

Refs #591
This commit is contained in:
Tobias Gesellchen
2026-08-09 01:22:03 +02:00
parent 29463fac98
commit 500f7850be
3 changed files with 108 additions and 0 deletions
+1
View File
@@ -8,3 +8,4 @@ parity_mismatches/
stats/
patterns.json
settings.json
update-check.json