Fix bridge skill manifest references after #122 root move - #123
Merged
Conversation
#122 moved the plugin manifest to the root plugin.json (and moved the bridge skill to skills/bcquality-al-review/), but the bridge SKILL.md prose still pointed at the now-deleted .claude-plugin/plugin.json: - ## Plugin root told the host to resolve PLUGIN_ROOT by anchoring on .claude-plugin/plugin.json, a marker that no longer exists, so the location-based fallback could never find it. Anchor on root plugin.json. - ## Notes described .claude-plugin/plugin.json as the manifest the plugin uses and root plugin.json as a future form -- the reverse of reality after #122. Describe root plugin.json as canonical and .claude-plugin/ marketplace.json as the marketplace entry. Doc-only; no behavior change.
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.
What
Doc-only fix to the
bcquality-al-reviewbridge skill. PR #122 moved the plugin manifest to the rootplugin.json(and relocated the bridge skill toskills/bcquality-al-review/, deleting.claude-plugin/plugin.jsonand the oldplugin/tree). The bridgeSKILL.mdprose was not updated to match, so it still pointed at the now-deleted.claude-plugin/plugin.json.Why it matters
## Plugin rootinstructed a host to resolvePLUGIN_ROOTby walking up until it finds.claude-plugin/plugin.json. That marker no longer exists after Move plugin.json to plugin root; declare skills for CLI/marketplace compliance #122, so the location-based fallback could never anchor. Now anchors on the rootplugin.jsonthat Move plugin.json to plugin root; declare skills for CLI/marketplace compliance #122 created.## Notes-> Manifest location described.claude-plugin/plugin.jsonas the manifest the plugin uses and rootplugin.jsonas a hypothetical future form -- the reverse of the post-Move plugin.json to plugin root; declare skills for CLI/marketplace compliance #122 reality. Now states rootplugin.jsonis canonical and.claude-plugin/marketplace.jsoncarries the marketplace entry.Scope
skills/bcquality-al-review/SKILL.md, 6 insertions / 5 deletions, prose only.copilot --plugin-dir), verified end-to-end; this only corrects the fallback/anchor wording and the manifest-location note.