docs: restore auth mentions in root docs - #33
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Review limit reached
Next review available in: 26 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
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 |
The @thexjs/auth package shipped (v1.1.0) but root-docs mentions of it were lost in the docs rework. Restore, verified against packages/auth: - ROADMAP.md: add the Auth row to the API stability matrix (14 tests in packages/auth/src/auth.test.ts) and re-add coverage-debt item 6. - CONTRIBUTING.md: list packages/auth in the project layout. - CHANGELOG.md: document the @thexjs/auth package under Unreleased. - DEPLOY.md: document DATABASE_URL, AUTH_SECRET, and the GitHub OAuth client id/secret environment variables.
608cd63 to
a081d18
Compare
Part 1 of the hardening pass: the auth package shipped (PR #24) but its mentions were never reflected in the root docs. Updates ROADMAP.md (Auth stability-matrix row + coverage-debt note), CONTRIBUTING.md (packages/auth layout line), CHANGELOG.md (Unreleased entry for @thexjs/auth v1.1.0), DEPLOY.md (DATABASE_URL / AUTH_SECRET / GITHUB_CLIENT_ID / GITHUB_CLIENT_SECRET env rows). lint / typecheck / bun test all green.