Harden Panama health snapshots

This commit is contained in:
Gabriel Brown
2026-08-18 09:30:18 -04:00
parent e2e03252e4
commit 21aa9223df
3 changed files with 137 additions and 6 deletions
+2
View File
@@ -17,5 +17,7 @@ ShellRoot {
function queue(): void { Health.refresh(); Health.refresh(); }
function status(): string { return JSON.stringify(Health.diagnostics()); }
function repair(id: string): bool { return Health.repair(id, false); }
function report(): string { return JSON.stringify(Health.snapshot, null, 2); }
function copy(): bool { return Health.copyReport(); }
}
}