Rename HomeAutomation -> HomeAutomation-Config; prefer split over mixed-EOL repos - #290
Merged
Merged
Conversation
…ed-EOL - registry: rename the entry (name + url) for fleet naming consistency (config repos are *-Config); driftNotes note the rename and that the Vantage config is split out to its own Windows/CRLF Vantage-Config repo (strip the legacy Vantage/ subtree during onboarding). - AGENTS.md "Line Endings": rewrite the mixed-consumer guidance to lead with the preferred answer - split by platform into single-platform repos (Vantage-Config out of the lf HomeAutomation-Config), with the per-path .editorconfig override kept only as a fallback for a subtree that genuinely cannot be split. Supersedes the earlier "HomeAutomation is a mixed repo" example, which the split makes obsolete. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates fleet governance to reflect a config-repo naming convention change and a preferred approach for handling mixed-consumer line endings (favor splitting by platform into separate repos).
Changes:
- Rename the
HomeAutomationregistry entry toHomeAutomation-Config(including URL). - Update AGENTS.md line-ending guidance to prefer splitting mixed-consumer config into single-platform repos, with per-path overrides as a fallback.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| registry/repos.json | Renames the HomeAutomation registry entry and updates drift notes to reflect the split-by-platform preference. |
| AGENTS.md | Rewrites mixed-consumer line-ending guidance to lead with split-by-platform repos as the preferred approach. |
Copilot review caught that AGENTS.md and the HomeAutomation-Config driftNotes reference Vantage-Config while the registry (post-#289) had no such entry. It is being recreated as a lean Windows/CRLF operational repo, so catalog it: operational, lineEndings crlf, dispatch-only github-release, with a driftNote that onboarding is pending until content is repopulated from Windows. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
ptr727
added a commit
that referenced
this pull request
Jul 13, 2026
…epos (#292) Promote the current `develop` snapshot to `main`. Adds the **operational** workflow model and its supporting rules/tooling (PRs #287-#291): - **#287** operational `workflowModel` (direct-to-`develop` live-config repos; shared `main` ruleset; dispatch-only releases; model-aware `configure.sh`). - **#288** per-repo `lineEndings` field (operational repos follow the consuming app's platform; validated). - **#289** mixed-consumer EOL guidance (prefer splitting by platform); dropped the standalone Vantage-Config catalog entry (later re-added, recreated single-platform). - **#290** renamed `HomeAutomation` -> `HomeAutomation-Config`; EOL guidance leads with the split-preferred approach. - **#291** CODESTYLE.md defers line-ending governance to AGENTS.md (was hardcoding CRLF, contradicting `lf` operational repos). Applied end-to-end to ESPHome-Config, HomeAutomation-Config, HomeAssistant-Config (lf) and the recreated Vantage-Config (crlf). 🤖 Generated with [Claude Code](https://claude.com/claude-code)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
HomeAutomation->HomeAutomation-Config(name + url) for fleet naming consistency - config repos are*-Config(ESPHome-Config,HomeAssistant-Config,Vantage-Config). The GitHub repo is already renamed; old URLs redirect.Vantage-Config, not aVantage/**subtree in thelfHomeAutomation-Config). The per-path.editorconfigoverride survives only as a fallback for a subtree that genuinely cannot be split. This supersedes the#289"HomeAutomation is a mixed repo" example, which the split decision makes obsolete.Context
During the operational-repo rollout we decided to keep config repos single-platform: recreate a lean
Vantage-Config(Windows/CRLF) rather than carry Vantage as a CRLF bolt-on inside the otherwise-Linux HomeAutomation repo.Verification
python3 spec/validate.pypasses (20 cataloged); markdownlint + cspell clean.🤖 Generated with Claude Code