docs: fix missing Zod v4 import examples in package READMEs#103
docs: fix missing Zod v4 import examples in package READMEs#103Sertug17 wants to merge 1 commit into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (6)
WalkthroughSix package READMEs were updated to standardize schema validation import examples. Each "Schema Validation" code snippet was reordered to show Zod v4 imports before Zod v3, with Valibot imports last, across ChangesSchema Validation Example Import Order
🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Across 6 package READMEs, the Schema Validation code examples have the Zod v4 import missing. The
// Zod v4comment exists but is followed by an empty line, then the Valibot import — making it appear that Zod v4 has no import path. The actual Zod v4 import is misplaced at the bottom, detached from its comment.Before (all 6 packages)
After
Affected packages
@agentcommercekit/caip@agentcommercekit/did@agentcommercekit/jwt@agentcommercekit/vc@agentcommercekit/ack-id@agentcommercekit/ack-paySummary by CodeRabbit