Repair native launcher skill rename and fail-closed regression coverage (#1498)

This commit is contained in:
2026-09-08 18:12:20 -05:00
parent 12ff5da7df
commit f3dce32088
9 changed files with 62 additions and 14 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ for file in "${CONTEXT_FILES[@]}"; do
[ -f "$file" ] && [ -r "$file" ] && [ -s "$file" ] || fail "missing, unreadable or empty context: $file"
done
SKILLS=(ms-tools ms-file-read ms-file-write ms-conductor ms-communications
ms-agent-watch ms-sdlc ms-proactive-agent ms-goal ms-unslop)
ms-watch ms-sdlc ms-proactive-agent ms-goal ms-unslop)
SKILL_ARGS=()
for skill in "${SKILLS[@]}"; do
[ -s "$REPO/skills/$skill/SKILL.md" ] || fail "missing skill: $skill"