refactor(vendor): restructure plugins nightvision through sourcegraph into per-plugin dirs#7
Open
refactor(vendor): restructure plugins nightvision through sourcegraph into per-plugin dirs#7
Conversation
… into per-plugin dirs Extract 8 plugins from flat vendor/official-plugins/ into proper per-plugin vendor directories with _vendor.json metadata and SHA-256 content hashes: - nightvision-latest: 4 skills - opsera-latest: 5 skills, 1 agent - pinecone-latest: 7 skills - posthog-latest: 1 skill, 1 agent - qodo-latest: 3 skills - sentry-latest: 28 skills, 2 agents - slack-mcp-latest: 2 skills - sourcegraph-latest: 1 skill pagerduty skipped (LICENSE-only, no skills/agents/commands). Total: 51 skills, 3 agents across 8 plugin directories. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
vendor/official-plugins/into proper per-plugin vendor directories (vendor/{plugin}-latest/)skills/,agents/(where applicable), and_vendor.jsonwith SHA-256 content hashesvendor/official-plugins/left untouched;imports.lockandNOTICEnot modified (handled by separate worker)Test plan
_vendor.jsonhas valid JSON with correctskills_importedcount matching actual skill directories on diskvendor/official-plugins/source is unchangedmake validateafter merging to confirm full suite passes🤖 Generated with Claude Code