Task Register the project in the monorepo infrastructure. Process 1. Verify Project Exists Check that exists and has the basic structure: - or ESPHome file - directory (for ESP-IDF projects) - 2. Register in Root justfile Add a line to the root if not already present: Place it alphabetically among the existing declarations. Use the justfile recipe naming convention (lowercase-kebab-case). 3. Verify CI Matrix Check for the project matrix. If the project should be built in CI: - Verify it appears in the build matrix - Or note that it needs to be added manually (don't auto-edit workflow files wi…