Files
meshcore-analyzer/ops
dborupandClaude Sonnet 5 47b28e738c fix: sync_areas.py migrates existing areas with the stray regionScope key too
The previous fix only stopped the script from writing the wrong field
going forward. SE12 -- the one area actually created by today's buggy
run -- falls through both remaining code paths: it's not in CROSSWALK
(so the enrich step never touches it) and it already exists (so the
"add new area" step skips it as already present). Without an explicit
migration pass it would stay silently unlinked forever.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-26 13:07:52 +02:00
..