fix(build): source plugin metadata from repository root - #2736
Merged
Conversation
- relocate plugin.json and emit repository-relative component paths - update VSIX, installer, release, CI, and documentation consumers - qualify Copilot CLI agent selection and preserve VSIX metadata 🔧 - Generated by Copilot
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2736 +/- ##
==========================================
- Coverage 83.22% 82.95% -0.27%
==========================================
Files 180 181 +1
Lines 32310 32638 +328
Branches 25 25
==========================================
+ Hits 26889 27075 +186
- Misses 5418 5560 +142
Partials 3 3
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
Contributor
Eval Execution✅ Status: Passed
No changed AI artifacts required evaluation. |
…in plugin manifest sync
Allen Greaves (agreaves-ms)
approved these changes
Aug 19, 2026
Bill Berry (WilliamBerryiii)
approved these changes
Aug 19, 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.
Description
This change moved the HVE Core plugin root from
.githubto the repository root so plugin clients use the existing root metadata. Rootplugin.jsonbecame the sole membership authority, while distributable artifact discovery remained bounded to tracked package directories under.github.Plugin Manifest and Validation
plugin.jsonand changed the marketplace locator tosource: "."..github/...paths for agents, commands, rules, skills, and the telemetry hook without changing component membership..githubartifact discovery in plugin synchronization.plugin.json,README.md, andLICENSEto be tracked, non-empty regular files, and rejected lexical or resolved paths outside the plugin root.Consumers and Release Channels
plugin.jsonfor Stable and PreRelease..github/hooks/...paths.extension/README.mdandextension/LICENSEas the VSIX metadata surface.Tests and Documentation
hve-core:rpi-agentwhile retaining theRPI Agentdisplay name for VS Code guidance.README.mdtoCONTRIBUTING.mdwithout adding.github/README.md.Related Issue(s)
Closes #2734
Type of Change
Select all that apply:
Code & Documentation:
Infrastructure & Configuration:
AI Artifacts:
hve-builderand addressed all actionable findings.github/instructions/*.instructions.md).github/prompts/*.prompt.md).github/agents/*.agent.md).github/skills/*/SKILL.md).github/hooks/*/*.json)evals/)Other:
.ps1,.sh,.py)Sample Prompts (for AI Artifact Contributions)
User Request:
Execution Flow:
The pull-request workflow resolved root
plugin.jsonwhen assessing distributable membership. Plugin lifecycle events resolved telemetry collectors from repository-root.github/hooks/shared/telemetry/paths.Output Artifacts:
The pull-request workflow produced
.copilot-tracking/pr/pr-reference-log.mdand.copilot-tracking/pr/pr.md. Telemetry hooks continued to emit lifecycle events through the existing shared collector.Success Indicators:
Plugin validation reported synchronized repository-relative membership, and pull-request generation completed without referring to
.github/plugin.jsonas the membership authority.For detailed contribution requirements, see:
Testing
Validation completed during PR generation:
npm run validate:docspassed after the documentation remediation.npm run spell-checkpassed with 797 files and no issues.npx markdownlint-cli2 docs/customization/packages.mdpassed for the readiness fix.git diff --check origin/main...HEADpassed.npm run lint:md-linksfailed on four unchanged external references: three EUR-Lex requests returned HTTP 202 and one Microsoft Learn request returned HTTP 404.npm run validate:localreached the same external-link failures after its preceding checks passed. These failures were classified as non-blocking for this branch and were not remediated outside scope.Diff-based review found no sensitive values, dependency additions, privilege-expanding security changes, missing referenced files, or non-conventional commits. Manual Agent Plugins, Copilot CLI, release-ref, and installed-footprint checks were not performed.
Checklist
Required Checks
AI Artifact Contributions
hve-builderreview mode to review contributionhve-builderreviewRequired Local Checks
The following local-safe validation commands must pass before merging:
npm run validate:localnpm run validate:docsnpm run spell-checknpm run lint:md-linksSecurity Considerations
Additional Notes
Screenshots before and after:
