Remove obsolete repository artifacts - #1
Merged
Conversation
Constraint: The live installer must retain all seven v0.3.3 images, the patched esp-web-tools r2 bundle, and the integration-local HACS brand asset.\nRejected: Rewriting Git history | The request only requires removing unnecessary files from the current public tree, and history rewriting would invalidate published commit and release references.\nConfidence: high\nScope-risk: moderate\nDirective: Keep historical hashes in the validation report, but publish only binaries referenced by current manifests.\nTested: python -m pytest tools/tests -q (140 passed); uv run --python 3.14 --with-requirements requirements_test.txt python -m pytest tests -q (75 passed); node --check docs/app.js; git diff --check --cached\nNot-tested: Physical ESP flashing and fresh iPhone/MQTT delivery because firmware and runtime code are unchanged
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.
What changed
custom_components/ha_ios_ancs/brand/.Why
The default branch and GitHub Pages artifact contained 80 files that were not used by the current installer, firmware manifests, build, tests, or HACS package. This reduces the published tree by about 53.67 MiB without changing runtime code or current firmware.
Historical hashes and validation observations remain in
docs/VALIDATION_REPORT.mdand Git history. Git history itself is intentionally not rewritten.Verification
python -m pytest tools/tests -q— 140 passeduv run --python 3.14 --with-requirements requirements_test.txt python -m pytest tests -q— 75 passednode --check docs/app.jsgit diff --check --cachedNot tested
Physical ESP flashing and fresh iPhone/MQTT delivery were not repeated because firmware and runtime code are unchanged.