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 (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughAdded ChangesPackage Metadata
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 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 |
|
View your CI Pipeline Execution ↗ for commit 86f2fe8 ☁️ Nx Cloud last updated this comment at |
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