fix: harden alerts and backup deployment guard
All checks were successful
CD Pipeline / deploy (push) Successful in 1m4s

This commit is contained in:
ogt
2026-06-26 17:52:06 +08:00
parent 5327dfda1f
commit 3b14368d4e
7 changed files with 274 additions and 41 deletions

7
backup_system.py Normal file
View File

@@ -0,0 +1,7 @@
"""Repository-root entrypoint for the MOMO Pro source backup tool."""
from scripts.tools.backup_system import create_backup
if __name__ == "__main__":
create_backup()