Skip to content

Add npm metadata for @tanstack/ai#728

Open
shensz2017 wants to merge 2 commits into
TanStack:mainfrom
shensz2017:fix-ai-package-metadata
Open

Add npm metadata for @tanstack/ai#728
shensz2017 wants to merge 2 commits 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 to add a homepage URL and an issue tracker link, 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: 26a66ea1-58d8-4b50-b295-e4a3affdff5f

📥 Commits

Reviewing files that changed from the base of the PR and between b8594a7 and 86f2fe8.

📒 Files selected for processing (1)
  • .changeset/clean-vans-think.md
✅ Files skipped from review due to trivial changes (1)
  • .changeset/clean-vans-think.md

📝 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 linked for one and all,
Tanstack AI gets a tidy new face,
Package info tucked in its proper place,
Hooray for tidy manifests! 🎉

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Description check ❓ Inconclusive The PR description provides a clear summary of changes and validation steps, but lacks the structured checklist items (Contributing guide confirmation and test execution) specified in the template. Complete the checklist section by explicitly confirming adherence to the Contributing guide and completion of pnpm run test:pr, or clarify if this change is docs/CI/dev-only.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely summarizes the main change: adding npm metadata fields (homepage and bugs.url) to the @tanstack/ai package.
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.

@nx-cloud

nx-cloud Bot commented Jun 9, 2026

Copy link
Copy Markdown

View your CI Pipeline Execution ↗ for commit 86f2fe8


☁️ Nx Cloud last updated this comment at 2026-06-09 22:06:16 UTC

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.

2 participants