Repoint installer path to PyAutoBrain/bin/install.sh#34
Merged
Conversation
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 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
This PR updates PyAutoMind documentation to reflect that the skill installer has moved from admin_jammy/skills/ to PyAutoBrain/bin/, aligning onboarding and validation instructions with the new installer location (noting the dependency on PyAutoBrain PR #14 being merged first).
Changes:
- Update the bootstrap instructions to run
bash PyAutoBrain/bin/install.sh. - Repoint skill discovery/validation references in
skills/OWNERSHIP.mdtoPyAutoBrain/bin/{install.sh,check_skill_line_counts.sh}.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| README.md | Updates the bootstrap command to use the installer in PyAutoBrain/bin/. |
| skills/OWNERSHIP.md | Updates discovery/validation references to the new installer + guard script locations in PyAutoBrain/bin/. |
Comments suppressed due to low confidence (1)
skills/OWNERSHIP.md:70
- This section now points discovery to
PyAutoBrain/bin/install.sh, but the earlier paragraph still impliesadmin_jammy/skills/contains the installer + line-count guard, and the discovery list describesadmin_jammy/skills/as a tooling root. That’s internally inconsistent with the newPyAutoBrain/bin/...paths and can mislead readers about where the installer/guard live.
`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
- `PyAutoMind/skills/` — registry-coupled (`create_issue`)
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+477
to
479
| git clone git@github.com:Jammy2211/admin_jammy.git # general tooling (optional) | ||
| bash PyAutoBrain/bin/install.sh # symlinks skills + commands | ||
| ``` |
Jammy2211
pushed a commit
that referenced
this pull request
Jul 8, 2026
Jammy2211
pushed a commit
that referenced
this pull request
Jul 8, 2026
Jammy2211
pushed a commit
that referenced
this pull request
Jul 8, 2026
Jammy2211
pushed a commit
that referenced
this pull request
Jul 8, 2026
Jammy2211
pushed a commit
that referenced
this pull request
Jul 8, 2026
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.
Summary
The skill installer moved from
admin_jammy/skills/toPyAutoBrain/bin/. Repoint the doc references.Changes
README.md— bootstrap command →bash PyAutoBrain/bin/install.sh; admin_jammy clone relabelled as optional general tooling.skills/OWNERSHIP.md— discovery + validation references repointed toPyAutoBrain/bin/{install.sh,check_skill_line_counts.sh}.Historical
issued/*.mdprompts left untouched (stale-state, caveat-marked).Dependency
Depends on PyAutoLabs/PyAutoBrain#14 — merge that first.
🤖 Generated with Claude Code