From 81bc2c96c2481c27be4f3b83492a148ce768ee5a Mon Sep 17 00:00:00 2001 From: Ajax Davis Date: Fri, 12 Dec 2025 04:58:07 +1000 Subject: [PATCH] docs(broken-tools): update resolution status after health check fix --- broken-tools.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/broken-tools.md b/broken-tools.md index 2bd29eb..8f0d95e 100644 --- a/broken-tools.md +++ b/broken-tools.md @@ -54,8 +54,8 @@ AI SDK tools expect `execute(params, { abortSignal, ... })` but executor only pa ## Resolution Status -- [ ] Invalid structure - Health check marks as BROKEN ✓ -- [ ] Module not found - Health check marks as BROKEN ✓ +- [x] Invalid structure - Health check marks as BROKEN ✓ +- [x] Module not found - Health check marks as BROKEN ✓ - [ ] Factory function - Partial support (tries common patterns) -- [ ] Missing env var - Shows clear error message ✓ -- [x] Missing execution context - **Fixed in executor** +- [x] Missing env var - Import: HEALTHY, Execution: HEALTHY (config issue, not broken) +- [x] Missing execution context - **Fixed in executor** (commit 0804f1b)