refactor: rename autobuild package and CLI to autohands#27
Merged
Conversation
The Hands repo was renamed PyAutoBuild -> PyAutoHands but its payload package and CLI kept the old name. Renames autobuild/ -> autohands/ and bin/autobuild -> bin/autohands (via git mv, so history follows) and updates every live reference across the organism. Preserved deliberately: PyAutoBuild#NNN issue citations, the rhayes777/PyAutoBuild url_fixups patterns, the pyautobuild -> pyautohands policy alias, pyautobuild_boundary_audit.md, and PyAutoMind historical records. 'autobuild' is also kept as a back-compat router keyword in policy.yaml / _intake.py / _bug.py, since those are typed keywords rather than paths. Refs PyAutoLabs/PyAutoHands#177 Co-Authored-By: Claude Opus 4.8 <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.
Rename
autobuild→autohandsPart of a coordinated 18-repo rename tracked in PyAutoHands#177. The Hands repo was renamed
PyAutoBuild→PyAutoHands, but its payload package and CLI kept the old name; this closes that seam.In this repo:
AGENTS.mdgenerate command, thenavigator_check.ymlcomment, and the.navigator_check_ignoreheader.Deliberately preserved
PyAutoBuild#NNNissue citations, therhayes777/PyAutoBuildurl_fixups patterns, thepyautobuild: pyautohandspolicy alias,pyautobuild_boundary_audit.md, ~150 PyAutoMind historical records, and thePYAUTOBUILD_DIRdocstring describing a shim that no longer exists.autobuildis also kept as a back-compat router keyword inpolicy.yaml/_intake.py/_bug.py— those are typed keywords, not paths.Verification (whole-branch)
test_skill_install(sizingwrapper), confirmed pre-existing on main.repos_sync.py --checkmatches themainbaseline exactly. Not vacuous:FIREWALL_ALLOWLISTis keyed by real path, so a missed rename would surface all 13 moved modules as violations.bash -nclean on every moved shell script;autohands helprenders.PyAutoHands/autohands/<module>reference in the workspace resolves to a real file.🤖 Generated with Claude Code