From 12b7a5701a8c321cc100fa78a31640c412b24c89 Mon Sep 17 00:00:00 2001 From: Vibe Code Date: Wed, 25 Feb 2026 02:21:49 +0100 Subject: [PATCH 1/5] Add JSDoc comment to AnyZodObject type alias --- src/tools/_factory.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tools/_factory.ts b/src/tools/_factory.ts index cbb9ed0..fa86d1c 100644 --- a/src/tools/_factory.ts +++ b/src/tools/_factory.ts @@ -2,6 +2,7 @@ import type { ZodObject, z } from 'zod' import { ApiError, api } from '../api/client.js' +/** Zod object type alias used throughout the tool factory */ type AnyZodObject = ZodObject export interface ToolAnnotations { From ab4d9f97ed45fbf3e70def422ed797b2e8d4fece Mon Sep 17 00:00:00 2001 From: Vibe Code Date: Wed, 25 Feb 2026 02:23:28 +0100 Subject: [PATCH 2/5] Trigger AI review From 956b21520ba13980c78d1c5282e13b3a7e12fa3e Mon Sep 17 00:00:00 2001 From: Vibe Code Date: Wed, 25 Feb 2026 02:25:23 +0100 Subject: [PATCH 3/5] Retrigger AI review with official action From d61da16ed49cdec27f88f911f7fe33df3fbe50cd Mon Sep 17 00:00:00 2001 From: Vibe Code Date: Wed, 25 Feb 2026 02:33:18 +0100 Subject: [PATCH 4/5] Retrigger with voice tone From a0d43d4796e594071080d355086716b4cc749d12 Mon Sep 17 00:00:00 2001 From: Vibe Code Date: Wed, 25 Feb 2026 02:40:48 +0100 Subject: [PATCH 5/5] Test auto-review PR comment