refactor: store config health in sqlite

This commit is contained in:
Peter Steinberger
2026-05-08 17:12:46 +01:00
parent 9204b488d2
commit 505dfd80cb
9 changed files with 240 additions and 238 deletions

View File

@@ -54,6 +54,7 @@ const legacyStoreMarkers = [
{ label: "Crestodian audit JSONL", pattern: /\bcrestodian\.jsonl\b/u },
{ label: "File Transfer audit JSONL", pattern: /\bfile-transfer\.jsonl\b/u },
{ label: "Config audit JSONL", pattern: /\bconfig-audit\.jsonl\b/u },
{ label: "Config health JSON", pattern: /\bconfig-health\.json\b/u },
{
label: "Crestodian rescue pending JSON",
pattern: /\bcrestodian[/\\]rescue-pending[/\\][A-Za-z0-9._-]+\.json\b/u,