From ff2a33029985089d786adb15dd454340b62855b0 Mon Sep 17 00:00:00 2001 From: Daniel Morris Date: Fri, 22 May 2026 12:47:35 +0100 Subject: [PATCH] chore: bump ilo-language cap to 1800 (measured 1746) ILO-382 set the per-module caps to measured-baseline-plus-50 to gate silent doc drift. ilo-language.md grew past 1700 (now 1746) as the post-#722 brace-lambda + or-pattern sections landed, blocking every PR's CI lint. Bump to 1800 with the same ~50-token headroom. --- scripts/check-skill-tokens.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check-skill-tokens.py b/scripts/check-skill-tokens.py index 8b95e20d4..8f7d7c374 100755 --- a/scripts/check-skill-tokens.py +++ b/scripts/check-skill-tokens.py @@ -54,7 +54,7 @@ # ilo-builtins-math: 1409 ilo-builtins-io: 1947 # ilo-builtins-text: 1140 ilo-agent: 1219 PER_MODULE_OVERRIDES = { - "ilo-language": 1700, + "ilo-language": 1800, "ilo-builtins-core": 1125, "ilo-builtins-math": 1460, "ilo-builtins-io": 2000,