chore: delete dead pyautoheart/ compat shim (Pulse retirement leftover)#81
Merged
Conversation
The pyautoheart/ package was a 6-line 'from heart import *' shim created by the PyAutoPulse->PyAutoHeart rename (#18) and missed by the Phase-2 compat-surface retirement (#28). Zero importers workspace-wide; the distribution name in pyproject.toml is unchanged. Closes #80. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Overview
Deletes the dead
pyautoheart/compatibility shim — a 6-linefrom heart import *package created by the PyAutoPulse→PyAutoHeart rename (#18, a2543d0) and missed by the Phase-2 retirement of the Pulse compat surface (#28, a6f9083). Census confirmed zero importers ofpyautoheartanywhere in the workspace and the package is never pip-installed (Heart runs repo-locally viabin/pyauto-heart).Closes #80.
Changes
pyautoheart/__init__.py(the wholepyautoheart/package).pyproject.toml:packages.findinclude["heart*", "pyautoheart*"]→["heart*"]. The[project] name = "pyautoheart"distribution name is unchanged.API Changes
None.
pyautohearthad zero importers (workspace-wide grep forimport pyautoheart/from pyautoheart: no hits; PyAutoBrain mentions are repo-name routing strings). The real packageheartis untouched. No downstream workspace impact.Validation
pytest tests/ -qin the worktree: 280 passed.bin/pyauto-heart statusruns (exit 0).Heart gate
Shipped through unrelated Heart RED on explicit user acknowledgement (reasons verbatim:
PyAutoLens: 1 uncommitted source change(s);workspace validation not passing (3 failed, 2026-07-09T09-48-30Z);58 stale parked script(s);install verification not run;release validation stale: source moved since rehearsal (PyAutoConf, PyAutoFit, PyAutoArray, PyAutoGalaxy, PyAutoLens)). All organism-scope; none touch this branch.🤖 Generated with Claude Code