From 9b43501350cd0a8526a9853a6f8dc80c25a283cc Mon Sep 17 00:00:00 2001 From: Jammy2211 Date: Tue, 7 Jul 2026 18:51:29 +0100 Subject: [PATCH] Repoint installer path to PyAutoBrain/bin/install.sh The skill installer moved from admin_jammy/skills/ to PyAutoBrain/bin/. Update the bootstrap command in README.md and the discovery/validation references in skills/OWNERSHIP.md. Co-Authored-By: Claude Opus 4.8 --- README.md | 4 ++-- skills/OWNERSHIP.md | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index be74805..5b4e480 100644 --- a/README.md +++ b/README.md @@ -474,8 +474,8 @@ cd ~/Code/PyAutoLabs git clone git@github.com:PyAutoLabs/PyAutoMind.git # the Mind (this repo) git clone git@github.com:PyAutoLabs/PyAutoBrain.git # dev-workflow skills git clone git@github.com:PyAutoLabs/PyAutoHeart.git # status / readiness skills -git clone git@github.com:Jammy2211/admin_jammy.git # installer + general tooling -bash admin_jammy/skills/install.sh # symlinks skills + commands +git clone git@github.com:Jammy2211/admin_jammy.git # general tooling (optional) +bash PyAutoBrain/bin/install.sh # symlinks skills + commands ``` > **The local checkout directory must be named `PyAutoMind`.** The skills and diff --git a/skills/OWNERSHIP.md b/skills/OWNERSHIP.md index 5f998bc..687a618 100644 --- a/skills/OWNERSHIP.md +++ b/skills/OWNERSHIP.md @@ -3,7 +3,7 @@ Originally an **ownership/location audit** (PR #26); this version records the **completed relocation** done by the skill-redesign task (`autoprompt/skill_redesign.md`). Each workflow skill now lives in the organ that owns its responsibility, command -names preserved, discovery wired up via `admin_jammy/skills/install.sh`. +names preserved, discovery wired up via `PyAutoBrain/bin/install.sh`. ## What moved (and why) @@ -63,7 +63,7 @@ lines.) ## Discovery -`admin_jammy/skills/install.sh` now scans these roots and symlinks skills into +`PyAutoBrain/bin/install.sh` now scans these roots and symlinks skills into `~/.claude/skills/` and commands into `~/.claude/commands/`: - `admin_jammy/skills/` — general PyAuto tooling @@ -96,9 +96,9 @@ The moves were paired with the redesign in `autoprompt/skill_redesign.md`: ## Validation -- `bash admin_jammy/skills/install.sh` → every moved `/command` resolves. +- `bash PyAutoBrain/bin/install.sh` → every moved `/command` resolves. - `find -type l` → no stray symlinks in source. -- `bash admin_jammy/skills/check_skill_line_counts.sh` → all primary workflow +- `bash PyAutoBrain/bin/check_skill_line_counts.sh` → all primary workflow skill files within 200 lines. - Grep for stale `PyAutoMind/skills/` workflow paths and mobile/remote-mode terms → clean across the moved skills.