Add npm metadata for @tanstack/ai#728
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughAdded ChangesPackage Metadata
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 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
homepagemetadata for@tanstack/aibugs.urlmetadata pointing to the GitHub issue trackerThis lets npm users and tooling navigate from the package metadata to the TanStack AI docs and issue tracker. The change is metadata-only and does not affect runtime behavior.
Validation
node -e "const p=require('./packages/ai/package.json'); if(p.homepage!=='https://tanstack.com/ai') throw new Error('homepage mismatch'); if(p.bugs?.url!=='https://github.com/TanStack/ai/issues') throw new Error('bugs mismatch'); console.log('metadata smoke ok')"npm pack --dry-run --ignore-scripts ./packages/aigit diff --checkSummary by CodeRabbit