From e89811f7822432807531a8b220ef9871f4a3203a Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Mon, 4 May 2026 00:33:13 +0100 Subject: [PATCH] docs(claude): broaden TS exemption pattern to cover direct children --- .claude/CLAUDE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude/CLAUDE.md b/.claude/CLAUDE.md index 3fdfd26..1b12f14 100644 --- a/.claude/CLAUDE.md +++ b/.claude/CLAUDE.md @@ -132,6 +132,6 @@ The hyperpolymath "no new TypeScript" policy has the following approved exemptio | Path | Files | Rationale | Unblock condition | |---|---|---|---| -| `avow-protocol/telegram-bot/avow-telegram-bot/**/*.ts` | 4 | Telegram bot — Telegraf / node-telegram-bot-api are the canonical TS-native libraries for the Bot API; no AffineScript binding planned. | AffineScript Telegram-bot bindings (no scheduled issue). | +| `avow-protocol/telegram-bot/avow-telegram-bot/**` | 4 | Telegram bot — Telegraf / node-telegram-bot-api are the canonical TS-native libraries for the Bot API; no AffineScript binding planned. | AffineScript Telegram-bot bindings (no scheduled issue). | -Adding to this list requires explicit user approval and an unblock condition. New TypeScript files outside this list are blocked by the RSR antipattern check. +Adding to this list requires explicit user approval and an unblock condition. New TypeScript files outside this list are blocked by the RSR antipattern check. \ No newline at end of file