v0.1.7
Pre-releasePure additive release. Re-exports every per-intent Zod payload schema (ScheduleMeetingPayloadSchema, IntroRequestPayloadSchema, OpportunityPayloadSchema, ConnectionRequestPayloadSchema, FollowUpPayloadSchema, AskPayloadSchema, PingPayloadSchema, RetractPayloadSchema, ContextSharePayloadSchema, MultiPartySyncPayloadSchema, plus the matching *ResponsePayloadSchema variants) and the getPayloadSchema(intent) resolver from the package root. Adopters writing intent-aware receivers / handlers can now type their dispatch surface directly against the canonical payload shapes.
No wire-level changes. No behavior changes inside the existing functions. Receivers on 0.1.6 work unchanged on 0.1.7.
Per the pre-1.0 policy this release publishes under the next dist-tag.