chore(governance): consolidate roadmap and backup policies

This commit is contained in:
2026-06-23 18:00:34 +09:00
parent 357d2507da
commit f73a66818f
28 changed files with 381 additions and 76 deletions
+1 -1
View File
@@ -371,7 +371,7 @@ class BackupRecoveryManager:
print("RECENT BACKUPS:")
print("-" * 80)
for backup in self.results["backups"][-5:]:
status_marker = "" if backup.get("status") == "SUCCESS" else ""
status_marker = "[OK]" if backup.get("status") == "SUCCESS" else "[FAIL]"
print(
f"{status_marker} {backup.get('backup_name', 'N/A'):30} "
f"| Size: {backup.get('total_size_mb', 0):8.2f}MB | "