fix: update copilot-goal-skill to 1.1.0 - #2538
Merged
Merged
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.
Contributor
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
✅ External plugin PR checks passed
Per-plugin quality summary
Gate output detailscopilot-goal-skill - vally lint (pass)copilot-goal-skill - install smoke test (pass)copilot-goal-skill - version match (pass)copilot-goal-skill - ref/sha consistency (pass)copilot-goal-skill - canvas structure (not_run) |
Contributor
Author
|
should be good now ! |
aaronpowell
reviewed
Aug 6, 2026
| "name": "copilot-goal-skill", | ||
| "description": "Goal-driven task orchestration with independent verification. Interviews the user to define a clear goal, then loops between a Builder subagent (does the work) and an Inspector subagent (judges the result with fresh context). The Inspector never trusts the Builder. Output is auditable in git commits from each subagent actions. Use when the user says \"achieve this goal\", \"make this work\", \"implement until done\", or wants verified autonomous task completion with independent quality review.", | ||
| "version": "1.0.1", | ||
| "version": "1.1.1", |
Contributor
There was a problem hiding this comment.
This (plus the ref) state the version is 1.1.1 but the sha is to the 1.1.0 version
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
Contributor
Author
|
hopefully this time it is good ! |
aaronpowell
approved these changes
Aug 7, 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.
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.