Skip to content

Commit a7b8e1e

Browse files
authored
Merge pull request #27 from PyAutoLabs/feature/rename-autobuild-to-autohands
refactor: rename autobuild package and CLI to autohands
2 parents 301febc + 22eb315 commit a7b8e1e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/navigator_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Navigator Check
22

33
# Thin caller for PyAutoHands's reusable navigator-catalogue check. The check
44
# logic (path/banner lint + catalogue staleness) and its entrypoints live in
5-
# PyAutoHands/autobuild; this repo only declares which generator project to run.
5+
# PyAutoHands/autohands; this repo only declares which generator project to run.
66
# See PyAutoLabs/PyAutoHands/.github/workflows/navigator_check.yml.
77

88
on: [push, pull_request]

.navigator_check_ignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Paths exempt from the navigator path/banner checks (see
2-
# PyAutoHands/autobuild/check_navigator.py). One path or glob per line.
2+
# PyAutoHands/autohands/check_navigator.py). One path or glob per line.
33
#
44
# CLAUDE.md's "Relationship to autofit_workspace" section mentions sibling
55
# autofit_workspace scripts in prose (as the next destination after a concept).

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Notebooks in `notebooks/` are **generated** from the `.py` scripts via PyAutoHan
5656
Regenerate from the repo root:
5757

5858
```bash
59-
PYTHONPATH=../PyAutoHands/autobuild python3 ../PyAutoHands/autobuild/generate.py howtofit
59+
PYTHONPATH=../PyAutoHands/autohands python3 ../PyAutoHands/autohands/generate.py howtofit
6060
```
6161

6262
The `howtofit` project target is registered in PyAutoHands (`run_all.py`, `navigator.py`, `config/`).

0 commit comments

Comments
 (0)