Skip to content

v0.1.7

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Jun 02:27
· 59 commits to main since this release
v0.1.7
76697ab

Pure 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.