Task Bring an ESP-IDF project's WiFi STA setup into line with the monorepo canonical pattern, or audit it without modifying anything. Invocation: - — read-only drift report against canonical. - — migrate source + sdkconfig to canonical. is relative to repo root, typically . The canonical source of truth is (identical to ). That project runs reliably on XIAO ESP32-S3 Sense in the same environment as every other WiFi project in this monorepo, so its configuration is the reference. Canonical STA init code Drop into for new projects, or inline into for small projects where a separate module isn't…