fix(gates): stop pointing skill authors at README.md
Skills no longer carry a README.md, so the size advice in skill-size-check and factory-audit's validator now names a references/ file instead. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -358,7 +358,7 @@ for path in files:
|
||||
"(ADR-0020). It is preloaded into every session. Keep a trigger clause, "
|
||||
"at most one capability clause, and a boundary clause; move capability "
|
||||
"enumeration, output-format detail, composition notes and implementation "
|
||||
"detail to the body or README.md."
|
||||
"detail to the body or a references/ file."
|
||||
% (path, dlen, DESC_MAX_CHARS))
|
||||
elif dlen > DESC_SUGGEST_CHARS and not by_hand:
|
||||
# The 250-character TARGET is a routing-quality budget: it exists to
|
||||
|
||||
Reference in New Issue
Block a user