Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Comment on lines +477 to 479

> **The local checkout directory must be named `PyAutoMind`.** The skills and
Expand Down
8 changes: 4 additions & 4 deletions skills/OWNERSHIP.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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 <each skills dir> -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.