Skip to content

fix(cli): point npm package homepage to nimroboai.com - #90

Merged
virang-nimrobo merged 1 commit into
mainfrom
geo/run-12-npm-homepage
Jul 10, 2026
Merged

fix(cli): point npm package homepage to nimroboai.com#90
virang-nimrobo merged 1 commit into
mainfrom
geo/run-12-npm-homepage

Conversation

@virang-nimrobo

Copy link
Copy Markdown
Contributor

Summary

  • The published @nimrobo/superdense npm package has no explicit homepage field, so npm defaults the registry page's Homepage link to the GitHub repo (github.com/Nimrobo/superdense#readme) instead of the docs site.
  • Adds "homepage": "https://nimroboai.com" to packages/cli/package.json so npm-originated traffic has a direct path to nimroboai.com — a referral source distinct from the existing GitHub README funnel (npmjs.com vs github.com).

Part of the geo outcome loop's github-funnel lever (run 2026-07-04-npm-homepage-field); hypothesis e3189306-1a5d-4b72-a88a-f3dddb16fa1b, experiment f8b359bc-7b07-45fd-8b90-a648802eb070.

Test plan

  • node -e "JSON.parse(...)" confirms package.json stays valid JSON
  • Commit uses a fix: conventional-commit prefix so release-please picks it up for the next patch release/publish
  • After merge + release-please auto-publish, confirm npm view @nimrobo/superdense homepage returns https://nimroboai.com

The published npm package had no explicit `homepage` field, so npm
defaulted the registry page's Homepage link to the GitHub repo. Point
it at the docs site instead so npm-driven traffic has a path to
nimroboai.com.
@virang-nimrobo
virang-nimrobo merged commit 0d76e34 into main Jul 10, 2026
2 checks passed
@github-actions github-actions Bot mentioned this pull request Jul 10, 2026
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