mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-09-27 14:28:07 +00:00
Two dborup-specific, already-used pieces held back from the generic master branch: - ops/meshguide-sync/sync_areas.py: fetches Danish region boundaries from meshguide.dk, useless for any other CoreScope deployment. This fast-forward merge brought it in again (areas-meshguide-sync had it restored after an earlier accidental deletion); excluding it here, same as every previous merge round. - cmd/ingestor/db.go's ping_triggers_backfill_v1 async migration: a one-time historical scan that already ran and completed on stg (298 pings recorded from before the feature existed). Per dborup: other deployments merging from master didn't ask for a full-table CHAN-message scan on their own database. The ping-scores feature itself (detection, scoring, leaderboards, frontend) stays -- only the backfill-specific function + its tests are removed. Both pieces remain intact on areas-meshguide-sync, where they've already served their purpose. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>