From b952dc58e541a0c94da6eae41d9d2f82a16f898a Mon Sep 17 00:00:00 2001 From: Ecko95 <8972676+Ecko95@users.noreply.github.com> Date: Sun, 21 Jun 2026 01:46:31 +0200 Subject: [PATCH] fix(mobile): add visualPlans to threadActivity test fixture PR #30 (visual-plan) added visualPlans as a required field on the decoded OrchestrationThread type, but the mobile makeThread test fixture never set it, leaving @t3tools/mobile red on typecheck on gits. One-line fixture fix. Co-Authored-By: Claude Opus 4.8 (1M context) --- apps/mobile/src/lib/threadActivity.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/mobile/src/lib/threadActivity.test.ts b/apps/mobile/src/lib/threadActivity.test.ts index 70f6736e85c..a3e2eb8ab37 100644 --- a/apps/mobile/src/lib/threadActivity.test.ts +++ b/apps/mobile/src/lib/threadActivity.test.ts @@ -42,6 +42,7 @@ function makeThread( proposedPlans: [], activities: [], checkpoints: [], + visualPlans: [], session: null, ...input, };