fix(install): add skills/skill-comply to workflow-quality module

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
This commit is contained in:
nustanakritwithai
2026-08-24 20:09:12 -04:00
committed by haelyra
parent 1b212b2e9a
commit 5bc86f4e32
+1
View File
@@ -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",