From eff563ee062ce72306c851e19043862dc865840b Mon Sep 17 00:00:00 2001 From: thejesh23 Date: Mon, 13 Jul 2026 09:13:09 -0700 Subject: [PATCH 1/3] =?UTF-8?q?fix:=20quote=20argument-hint=20YAML=20value?= =?UTF-8?q?s=20so=20Copilot=20CLI=20=E2=89=A51.0.65=20loads=20all=20skills?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `argument-hint: [foo]` YAML-parses as a flow sequence (array), not a string. Downstream slash-command loaders that validate `argument-hint` as a string — notably GitHub Copilot CLI ≥ 1.0.65 — silently reject the skill on load, and the command disappears from the CLI menu. Wrap the value in double quotes so it parses as a string. No behaviour change on Claude Code. --- .planning/archive/04-parallel-execution/04-03-PLAN.md | 2 +- .planning/archive/05-quality-gates/05-02-PLAN.md | 2 +- commands/status.md | 2 +- docs/superpowers/plans/2026-05-06-code-polish.md | 2 +- docs/superpowers/specs/2026-05-06-code-polish-design.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.planning/archive/04-parallel-execution/04-03-PLAN.md b/.planning/archive/04-parallel-execution/04-03-PLAN.md index 82e486c..641f93b 100644 --- a/.planning/archive/04-parallel-execution/04-03-PLAN.md +++ b/.planning/archive/04-parallel-execution/04-03-PLAN.md @@ -77,7 +77,7 @@ The updated command should have: --- name: agency:build description: Execute current phase plans with parallel agent teams -argument-hint: [--phase N] +argument-hint: "[--phase N]" allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, TeamCreate, TaskCreate, TaskUpdate, TaskList, SendMessage] --- ``` diff --git a/.planning/archive/05-quality-gates/05-02-PLAN.md b/.planning/archive/05-quality-gates/05-02-PLAN.md index 0d2823e..b4ef870 100644 --- a/.planning/archive/05-quality-gates/05-02-PLAN.md +++ b/.planning/archive/05-quality-gates/05-02-PLAN.md @@ -77,7 +77,7 @@ The updated command should have: --- name: agency:review description: Run quality review cycle with testing/QA agents -argument-hint: [--phase N] +argument-hint: "[--phase N]" allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, TeamCreate, TeamDelete, TaskCreate, TaskUpdate, TaskList, SendMessage, AskUserQuestion] --- ``` diff --git a/commands/status.md b/commands/status.md index 364a778..2130a6e 100644 --- a/commands/status.md +++ b/commands/status.md @@ -1,7 +1,7 @@ --- name: legion:status description: Show project progress dashboard and route to next action -argument-hint: [--dry-run] +argument-hint: "[--dry-run]" allowed-tools: [Read, Grep, Glob] --- diff --git a/docs/superpowers/plans/2026-05-06-code-polish.md b/docs/superpowers/plans/2026-05-06-code-polish.md index 4dee0c5..addf5c3 100644 --- a/docs/superpowers/plans/2026-05-06-code-polish.md +++ b/docs/superpowers/plans/2026-05-06-code-polish.md @@ -646,7 +646,7 @@ Use the existing command format from `commands/quick.md` as the structural templ --- name: legion:polish description: Clean and polish code for readability, consistency, and clarity -argument-hint: [--phase N] [--scope=changed|dependents|directory] [--dry-run] [] +argument-hint: "[--phase N] [--scope=changed|dependents|directory] [--dry-run] []" allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, AskUserQuestion] --- diff --git a/docs/superpowers/specs/2026-05-06-code-polish-design.md b/docs/superpowers/specs/2026-05-06-code-polish-design.md index c85e91b..acd56ba 100644 --- a/docs/superpowers/specs/2026-05-06-code-polish-design.md +++ b/docs/superpowers/specs/2026-05-06-code-polish-design.md @@ -331,7 +331,7 @@ Items marked REFACTOR, EXTRACT, or CONVENTION that need human decision: --- name: legion:polish description: Clean and polish code for readability, consistency, and clarity -argument-hint: [--phase N] [--scope=changed|dependents|directory] [--dry-run] [] +argument-hint: "[--phase N] [--scope=changed|dependents|directory] [--dry-run] []" allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, AskUserQuestion] --- ``` From 538a4107d992d6f2ad7646ee0d1fd547c1b7f7c7 Mon Sep 17 00:00:00 2001 From: DasBluEyedDevil Date: Thu, 16 Jul 2026 11:29:48 -0400 Subject: [PATCH 2/3] docs: sync README agent line range metric --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4224aa4..17d8266 100644 --- a/README.md +++ b/README.md @@ -983,7 +983,7 @@ These activate automatically when their prerequisites are met: - Commands: 19 - Skills: 33 - Agents: 49 -- Agent personality line range (current): 155-471 +- Agent personality line range (current): 156-472 ## Requirements From d0874cfc64a18674fec150d5b6dc682b0975f2e1 Mon Sep 17 00:00:00 2001 From: DasBluEyedDevil Date: Thu, 16 Jul 2026 11:37:04 -0400 Subject: [PATCH 3/3] chore: refresh checksums --- checksums.sha256 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/checksums.sha256 b/checksums.sha256 index 95cecc1..762b072 100644 --- a/checksums.sha256 +++ b/checksums.sha256 @@ -79,7 +79,7 @@ ff28c61a1ea6977c8a333a037ecde7e0735a29d07c18f45f088e1229f83a514e commands/retro d3828355bba0db2e7d176d04bee595c95ab32a6d3303fd12da605fb142d58d4e commands/review.md e073e325d7981e85a523351561d2653796adcd5fce769c73b033798078b4e728 commands/ship.md c2e2b38cd51bda71fda6f524767bbb1b28b855736cf92dd54931d46f94c6f350 commands/start.md -74d5061f338ac4b91a6f601c9798446afaf09f36f9966e41108d5c6b0e081d09 commands/status.md +05f918b74898fa25ce49bc9e7faf71e32548c8466663baf9893cb250b03a406a commands/status.md 704152627220aa1e7983cc3de73c359c14ce8a5a65d6cdcc9169116cdfbade88 commands/update.md c259f17a410f9cfc948c5a7bbb7f9c0f5cda02f7c381a859752b33f08f0e141d commands/validate.md 6d6328964998c37acb4eb21bdc8485339a3bd2bfc749f0157498864a8ecb8310 docs/control-modes.md @@ -88,7 +88,7 @@ c259f17a410f9cfc948c5a7bbb7f9c0f5cda02f7c381a859752b33f08f0e141d commands/valid b5ba3aefa7b87dd8fe95017801976515d704ac82ec8fd0a115d9dc1098fdc59a docs/security/install-integrity.md e43149ae6e8cdc675f54b7c5fc5d5ea5847bd7f404fbc4bc36ad847a34b8b9ff docs/settings.schema.json 1cad7580e1ef507fb2fc3e33be62404470e703f2d83bb9724b228223326cd0e9 package.json -123b06e4b41ba4263700f2d8b7a975d6cb54a8b05eb0fc387ff379539e8944df README.md +decde4490c30cb4ff9de4f7e2c5638b02237487dcc13d6cefe908a2cf6dbf5b1 README.md 6693f48633f8527f6feeb7cf3d9f88c7b235c728129848625a8aa9443d6e63e5 settings.json 2e8909340b49da1d32fd361ea800db7e4e3c58681781cc5ab84d896f7e061fa1 skills/agent-creator/SKILL.md d3755d1a037b92fc518049051e8e07bd04b378ad11a90cfef8accb8bbb751602 skills/agent-registry/CATALOG.md