fix: keep plugin artifact hooks self-contained#1206
Merged
Conversation
e378924 to
f4898cc
Compare
shaun0927
approved these changes
May 25, 2026
Collaborator
shaun0927
left a comment
There was a problem hiding this comment.
Cross-checked against #961 (which classifies #1205–#1217 as adjacent post-merge fixes, not new substrate) and against the two referenced blockers #1136 / #1187. The two behavioral changes are narrow:
- Repo-checkout fallback for
CLAUDE_PLUGIN_ROOTso dev-mode hooks resolve when the var is unset. - Bundling the declared skills directory inside
.claude-plugin/so artifact installs can resolveskills/auto/SKILL.md(and siblings).
The rest of the +4930 LoC is the bundled SKILL.md copies themselves, which is mechanical and matches the upstream skills/ sources. No conflicts with #1194 / #1196 / #1205 / #1213 since this PR doesn’t touch src/ouroboros/auto/* or mcp/tools/auto_handler.py. Safe to land any time after #1195/#1196/#1194 — order doesn't matter for merge.
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
Original PR blocker coverage
Addresses plugin artifact / local hook blockers reported on #1136 and #1187. Version drift was rechecked with scripts/sync-plugin-version.py --check and is currently clean on main.
Verification