refactor!: carry out the simplification audit across gates, tests, plugins and docs #135
@@ -339,7 +339,7 @@ if desc:
|
|||||||
f"ADR-0020 ceiling. It is preloaded into every session whether or not the "
|
f"ADR-0020 ceiling. It is preloaded into every session whether or not the "
|
||||||
f"skill is invoked. Keep a trigger clause, at most one capability clause, "
|
f"skill is invoked. Keep a trigger clause, at most one capability clause, "
|
||||||
f"and a boundary clause; move capability enumeration, output-format detail, "
|
f"and a boundary clause; move capability enumeration, output-format detail, "
|
||||||
f"composition notes and implementation detail to the body or README.md")
|
f"composition notes and implementation detail to the body or a references/ file")
|
||||||
elif dlen > DESC_SUGGEST_CHARS and not by_hand:
|
elif dlen > DESC_SUGGEST_CHARS and not by_hand:
|
||||||
suggest(f"description is {dlen} chars — over the {DESC_SUGGEST_CHARS}-character "
|
suggest(f"description is {dlen} chars — over the {DESC_SUGGEST_CHARS}-character "
|
||||||
f"ADR-0020 target (hard fail at {DESC_MAX_CHARS}). The SUGGESTION tier is "
|
f"ADR-0020 target (hard fail at {DESC_MAX_CHARS}). The SUGGESTION tier is "
|
||||||
|
|||||||
@@ -358,7 +358,7 @@ for path in files:
|
|||||||
"(ADR-0020). It is preloaded into every session. Keep a trigger clause, "
|
"(ADR-0020). It is preloaded into every session. Keep a trigger clause, "
|
||||||
"at most one capability clause, and a boundary clause; move capability "
|
"at most one capability clause, and a boundary clause; move capability "
|
||||||
"enumeration, output-format detail, composition notes and implementation "
|
"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))
|
% (path, dlen, DESC_MAX_CHARS))
|
||||||
elif dlen > DESC_SUGGEST_CHARS and not by_hand:
|
elif dlen > DESC_SUGGEST_CHARS and not by_hand:
|
||||||
# The 250-character TARGET is a routing-quality budget: it exists to
|
# The 250-character TARGET is a routing-quality budget: it exists to
|
||||||
|
|||||||
Reference in New Issue
Block a user