feat(skill): register seo-signal-validation in marketplace; reconcile spec layout

This commit is contained in:
2026-06-26 10:25:46 +09:00
parent 2cadc30825
commit d20675d02c
3 changed files with 13 additions and 9 deletions

View File

@@ -237,7 +237,7 @@ for s in ["### L3", "### L4", "**CONFIRMED**", "**PARTIAL**", "**ARTIFACT**",
"Special:EntityData", "## Output", "## Non-goals"]:
assert s in t, f"missing: {s}"
n = t.count("\n")
assert 150 <= n <= 320, f"SKILL.md length {n} lines outside expected band"
assert 130 <= n <= 320, f"SKILL.md length {n} lines outside expected band"
print(f"OK SKILL.md decision half ({n} lines)")
PY
```