Skip to content

fix: npm publish auth + correct @llmstxt scope#4

Merged
Muhammad-Hashim merged 1 commit into
mainfrom
codex/fix-publish
May 12, 2026
Merged

fix: npm publish auth + correct @llmstxt scope#4
Muhammad-Hashim merged 1 commit into
mainfrom
codex/fix-publish

Conversation

@Muhammad-Hashim
Copy link
Copy Markdown
Owner

@Muhammad-Hashim Muhammad-Hashim commented May 12, 2026

Description of change

Pull-Request Checklist

  • Code is up-to-date with the main branch
  • npm run lint passes with this change
  • npm run test passes with this change
  • This pull request links relevant issues as Fixes #0000
  • There are new or updated unit tests validating the change
  • Documentation has been updated to reflect this change
  • The new commits follow conventions outlined in the conventional commit spec

Summary by CodeRabbit

Release Notes

  • Documentation
    • Updated the Next.js package setup guide with clearer examples for configuring route handlers, demonstrating both simplified and full-featured endpoint options.

Review Change Stack

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 12, 2026

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Free

Run ID: 53c99e78-589e-41b8-8817-13ce9117599e

📥 Commits

Reviewing files that changed from the base of the PR and between 4906d96 and 78824ef.

📒 Files selected for processing (6)
  • .gitignore
  • .npmrc.example
  • packages/core/package.json
  • packages/middleware/package.json
  • packages/next/README.md
  • packages/next/package.json

📝 Walkthrough

Walkthrough

This PR adds npm registry authentication configuration, updates the Next.js package setup documentation with a simplified route handler example, and fixes package manifest file closures across three workspace packages.

Changes

Package setup and documentation

Layer / File(s) Summary
npm authentication configuration and ignore rules
.npmrc.example, .gitignore
.npmrc.example now includes a template for npm registry authentication using registry.npmjs.org and an auth token placeholder, while .gitignore is updated to exclude .npmrc files from version control to prevent accidental credential commits.
@llmstxt/next setup documentation
packages/next/README.md
The "Setup — zero-config" section is updated to show a new src/app/llms.txt/route.ts example that directly re-exports GET from @llmstxt/next, demonstrating the simplified zero-config approach alongside the existing llms-full.txt handler.
Package.json file closure fixes
packages/core/package.json, packages/middleware/package.json, packages/next/package.json
Final closing braces in three workspace package manifests are corrected for consistent file formatting.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 A token tucked in .npmrc's name,
Keeps secrets safe from git's wide frame,
Three braces fixed, docs shiny bright,
The packages ready, oh what a sight! 📦✨

Tip

💬 Introducing Slack Agent: The best way for teams to turn conversations into code.

Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


Note

🎁 Summarized by CodeRabbit Free

Your organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login.

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

@Muhammad-Hashim Muhammad-Hashim merged commit 506e21d into main May 12, 2026
3 of 4 checks 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