Trim redundant skill-build fixture

This commit is contained in:
2026-07-31 18:51:34 -04:00
parent d3bc9a5760
commit 778e726d4c
2 changed files with 2 additions and 3 deletions

View File

@@ -1 +0,0 @@
# delta — another top-level skill

View File

@@ -34,8 +34,8 @@ pkgs.runCommandLocal "skill-build-check"
echo "content tier: discovery finds every skill regardless of nesting depth,"
echo " and stops at a skill rather than descending into its assets"
[ "$expectedNames" = "alpha beta delta gamma" ] \
|| fail "discovered names were [$expectedNames], expected [alpha beta delta gamma]"
[ "$expectedNames" = "alpha beta gamma" ] \
|| fail "discovered names were [$expectedNames], expected [alpha beta gamma]"
echo "content tier: each built skill has SKILL.md at its \$out root"
beta_path=