CLAUDE.md: fold in the tooling / test / release state - #9
Merged
Merged
Conversation
Adds a "Project state & conventions" section covering how the repo is built, tested and released today: - Lint: pyproject.toml is the Home Assistant ruff selection verbatim, no project ignore block; ruff pinned to 0.16.6 in codechecker.yml. - Tests: tests/ is a package; aioresponses + pytest-homeassistant; the DataUpdateCoordinator(config_entry=...) / async_config_entry_first_refresh gotcha that broke CI. - Release: bump manifest in a commit, merge, tag v<version>; release.yml verifies tag == manifest; release-drafter config; version must only increase (HACS). - Identity: de-forked from DonTranQuiL/Pfsense-pro; the shared brand icon. Marks the migration plan, the manifest/housekeeping list and the phased order as done. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
🎉 Thank you for contributing to SkyRadar Fusion! Your Pull Request has been received. Our automated tests (Hassfest, Ruff, etc.) will run shortly. If anything fails, don't worry—just check the logs and update your branch! |
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.
Adds a "Project state & conventions" section covering how the repo is built, tested and released today:
Marks the migration plan, the manifest/housekeeping list and the phased order as done.