From 5463a04405e1148ec0a436e4f4f2e8496fac2296 Mon Sep 17 00:00:00 2001 From: Solaria Lumis Havens Date: Thu, 19 Feb 2026 05:56:10 +0000 Subject: [PATCH] chore: Remove auto-push.py (contained GitHub token) The auto-push.py script had a GitHub PAT embedded in the URL. GitHub secret scanning blocked pushes. Solution: Remove the script and push manually, or reconfigure with git credential helper instead of embedded tokens.