refactor(cli): point autobuild monitoring shims at pyauto-heart#113
Merged
Conversation
…pyauto-pulse) The verify_install / url_check / watch / status / tick / fix subcommands still delegated to the obsolete `pyauto-pulse` binary and resolved a ~/Code/PyAutoLabs/PyAutoPulse checkout that no longer exists (the repo was renamed to PyAutoHeart). This only worked via PyAutoHeart's back-compat `bin/pyauto-pulse` shim. Rename the resolver and every delegation string to PyAutoHeart / pyauto-heart so the CLI calls the canonical binary directly, matching what this repo's CLAUDE.md already documents. Behaviour is unchanged (the pulse shim forwarded here anyway); this just removes the stale double-hop and the dead PyAutoPulse path. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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 & why
bin/autobuild's monitoring subcommands (verify_install,url_check,watch,status,tick,fix) still delegated to the obsoletepyauto-pulsebinary and resolved a~/Code/PyAutoLabs/PyAutoPulsecheckout that no longer exists — the repo was renamed to PyAutoHeart. This only kept working via PyAutoHeart's back-compatbin/pyauto-pulseshim (a stale double-hop). The repo's ownCLAUDE.mdalready describes these aspyauto-heartshims, so the code lagged the docs.Change
Mechanical rename in
bin/autobuildonly (57 replacements, byte-neutral):_pulse_resolve→_heart_resolve, resolvingpyauto-hearton PATH then the siblingPyAutoHeart/bin/pyauto-heartcheckout.PyAutoPulse/pyauto-pulse/Pulsedelegation strings → PyAutoHeart / pyauto-heart / Heart.No behaviour change — the pulse shim forwarded to
pyauto-heartanyway; this calls the canonical binary directly and removes the dead PyAutoPulse path.bash -nclean; no residualpulsereferences.Part of retiring the legacy PyAutoPulse name (Phase 1: migrate consumers off the old name before PyAutoHeart's compat shims are eventually removed).
🤖 Generated with Claude Code
Generated by Claude Code