Skip to content

Add npm metadata for @tanstack/ai#728

Open
shensz2017 wants to merge 1 commit into
TanStack:mainfrom
shensz2017:fix-ai-package-metadata
Open

Add npm metadata for @tanstack/ai#728
shensz2017 wants to merge 1 commit into
TanStack:mainfrom
shensz2017:fix-ai-package-metadata

Conversation

@shensz2017

@shensz2017 shensz2017 commented Jun 8, 2026

Copy link
Copy Markdown

Summary

  • add homepage metadata for @tanstack/ai
  • add bugs.url metadata pointing to the GitHub issue tracker
  • add a patch changeset for the published package metadata update

This 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/ai
  • git diff --check

Summary by CodeRabbit

  • Chores
    • Updated package metadata with homepage and issue tracker links in the npm registry, improving discoverability and access to support resources.

@coderabbitai

coderabbitai Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 5c451dc6-f4b3-410d-98e2-549cd17cc80b

📥 Commits

Reviewing files that changed from the base of the PR and between 22c9b42 and b8594a7.

📒 Files selected for processing (2)
  • .changeset/clean-vans-think.md
  • packages/ai/package.json

📝 Walkthrough

Walkthrough

Added homepage and bugs.url metadata fields to the @tanstack/ai npm package manifest. A changeset entry documents this patch-level change.

Changes

Package Metadata

Layer / File(s) Summary
Homepage and bugs metadata
.changeset/clean-vans-think.md, packages/ai/package.json
Changeset declares a patch bump that adds homepage (pointing to tanstack.com/ai) and bugs.url fields to the package manifest.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 A metadata hop, so neat and small,
Homepage and bugs tracked for one and all,
Tanstack AI shines with links so bright,
Package details polished just right! 📦✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely describes the main change: adding npm metadata (homepage and bugs.url) to the @tanstack/ai package.
Description check ✅ Passed The PR description addresses the template requirements with clear summaries of changes and validation steps, though it lacks explicit checklist items from the template.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant