Skip to content

Commit 6a203ed

Browse files
committed
fix: update copilot-goal-skill to 1.1.2
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
1 parent dab758a commit 6a203ed

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/plugin/marketplace.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@
323323
{
324324
"name": "copilot-goal-skill",
325325
"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.",
326-
"version": "1.0.1",
326+
"version": "1.1.2",
327327
"author": {
328328
"name": "Gaetan Semet",
329329
"url": "https://github.com/gsemet"
@@ -341,8 +341,8 @@
341341
"source": "github",
342342
"repo": "gsemet/copilot-goal-skill",
343343
"path": "plugins/copilot-goal-skill",
344-
"ref": "1.0.1",
345-
"sha": "b186d0b0d59da1ea051283a7d99185979ede998a"
344+
"ref": "1.1.2",
345+
"sha": "17d0452fcb08adc7cc0cdf61a174e7045f3b5586"
346346
}
347347
},
348348
{

plugins/external.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
{
188188
"name": "copilot-goal-skill",
189189
"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.",
190-
"version": "1.0.1",
190+
"version": "1.1.2",
191191
"author": {
192192
"name": "Gaetan Semet",
193193
"url": "https://github.com/gsemet"
@@ -205,8 +205,8 @@
205205
"source": "github",
206206
"repo": "gsemet/copilot-goal-skill",
207207
"path": "plugins/copilot-goal-skill",
208-
"ref": "1.0.1",
209-
"sha": "b186d0b0d59da1ea051283a7d99185979ede998a"
208+
"ref": "1.1.2",
209+
"sha": "17d0452fcb08adc7cc0cdf61a174e7045f3b5586"
210210
}
211211
},
212212
{

0 commit comments

Comments
 (0)