From 5bc86f4e32d5bfc4a9706636e831aaead0f3aeab Mon Sep 17 00:00:00 2001 From: nustanakritwithai Date: Tue, 18 Aug 2026 18:41:15 +0700 Subject: [PATCH] fix(install): add skills/skill-comply to workflow-quality module MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit skill-comply was the last unreferenced skill directory — every other curated skill is referenced by at least one module in manifests/install-modules.json. Without this entry, --profile full silently installs 284 of 285 skills and the gap is invisible from the install output. Added to the workflow-quality module alongside the other evaluation, audit, and compliance skills (skill-scout, skill-stocktake, production-audit, etc.). Verified: dry-run --profile full --json now includes 22 skill-comply files in the install plan, and a manifest-coverage scan reports zero unreferenced skill directories. Fixes #2789 --- manifests/install-modules.json | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/install-modules.json b/manifests/install-modules.json index 7fc499684..992e9193d 100644 --- a/manifests/install-modules.json +++ b/manifests/install-modules.json @@ -326,6 +326,7 @@ "skills/plan-canvas", "skills/plankton-code-quality", "skills/production-audit", + "skills/skill-comply", "skills/skill-scout", "skills/skill-stocktake", "skills/strategic-compact",