Skip to content

docs: move full docs to root README#50

Merged
satoshai-dev merged 3 commits intomainfrom
docs/root-readme-full-docs
Mar 5, 2026
Merged

docs: move full docs to root README#50
satoshai-dev merged 3 commits intomainfrom
docs/root-readme-full-docs

Conversation

@satoshai-dev
Copy link
Copy Markdown
Owner

@satoshai-dev satoshai-dev commented Mar 5, 2026

Summary

  • Root README.md is the single source of truth for all documentation (GitHub landing page)
  • packages/kit/README.md is removed from git and gitignored
  • Added prepublishOnly script that copies root README into packages/kit/ at publish time so npm gets the full docs
  • Added changeset (patch)

Test plan

  • npm pack --dry-run confirms full 9.4kB README is included in the tarball
  • All 144 tests pass
  • Lint and typecheck pass

🤖 Generated with Claude Code

satoshai-dev and others added 3 commits March 5, 2026 14:12
Root README is the GitHub landing page and should contain the full
API documentation. packages/kit/README.md (shown on npm) now points
to GitHub for docs.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Root README.md has the full docs. At publish time, prepublishOnly
copies it into packages/kit/ for npm. The copy is gitignored.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@satoshai-dev satoshai-dev merged commit e566449 into main Mar 5, 2026
1 check passed
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