eea72116be
Replace direct Zod schema calls (Config.Info.parse, Config.Info.safeParse, Snapshot.FileDiff, WorktreeDiff.Item) with their .zod counterparts to align with the Effect Schema migration that wraps schemas via withStatics. Migrate WorktreeDiff.Item from Zod's z.object/extend to Effect's Schema.Struct with annotate and zod bridge. Add missing return statement in TsClient notify.open stub and widen waitForDiagnostics input type to match updated upstream interface.