fix: update copilot-goal-skill to 1.1.0 - #2538
Open
gsemet wants to merge 1 commit into
Open
Conversation
aaronpowell
requested changes
Aug 5, 2026
aaronpowell
left a comment
Contributor
There was a problem hiding this comment.
The appropriate plugin.json file needs to be updated as the marketplace.json is generated from that.
Author
|
ah sorry, it is documented somewhere how to update a plugin ? |
Contributor
🔒 PR Risk Scan ResultsScanned 2 changed file(s).
✅ No matching risk patterns were detected in changed files.
|
Contributor
|
| Plugin | vally lint | install smoke test | version match | ref/sha consistency | canvas structure | overall | source tree |
|---|---|---|---|---|---|---|---|
| copilot-goal-skill | pass | pass | fail | pass | not_run | fail | aba3bef31af937b60720ef72a287bb43c817b43b |
Gate output details
copilot-goal-skill - vally lint (pass)
✅ goal (2/2 checks passed)
✓ [spec-compliance] All 1 skill(s) are spec-compliant.
✓ spec-compliance: All spec checks passed.
✓ [valid-refs] All file references across 1 skill(s) are valid.
✓ valid-refs: All file references resolve to existing files within the skill directory.
1 skill(s) linted, 1 passed
copilot-goal-skill - install smoke test (pass)
Install smoke test succeeded. Verified /tmp/external-plugin-quality-TNjc7j/copilot-home/.copilot/installed-plugins/external-plugin-intake/copilot-goal-skill/.github/plugin/plugin.json.
copilot-goal-skill - version match (fail)
- 1.1.1: external.json version "1.1.1" does not match "plugins/copilot-goal-skill/.github/plugin/plugin.json" version "1.1.0".
- aba3bef31af937b60720ef72a287bb43c817b43b: external.json version "1.1.1" does not match "plugins/copilot-goal-skill/.github/plugin/plugin.json" version "1.1.0".
copilot-goal-skill - ref/sha consistency (pass)
source.ref "1.1.1" resolves to the same commit as source.sha "aba3bef31af937b60720ef72a287bb43c817b43b".
copilot-goal-skill - canvas structure (not_run)
Canvas structure gate skipped because plugin is not tagged with "canvas".
- copilot-goal-skill: vally-lint=pass, install-smoke=pass, version-match=fail, ref-sha-consistency=pass, canvas-structure=not_run, overall=failSigned-off-by: Gaetan Semet <gaetan@xeberon.net>
Author
|
should be good now ! |
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.
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.mainbranch for this pull request.Description
Update of copilot-goal-plugin to 1.1.0 as requested by #2421
Type of Contribution
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.