From 64152b6874df4be4fb824783c17516bfd81010cf Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:08 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=F0=9F=94=82=20ids.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/types/ids.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types/ids.ts b/src/types/ids.ts index 9da0796..183c958 100644 --- a/src/types/ids.ts +++ b/src/types/ids.ts @@ -42,3 +42,4 @@ const AGENT_ID_PATTERN = /^a(?:.+-)?[0-9a-f]{16}$/ export function toAgentId(s: string): AgentId | null { return AGENT_ID_PATTERN.test(s) ? (s as AgentId) : null } +