Skip to content

Conversation

@dstaley
Copy link
Member

@dstaley dstaley commented Jan 8, 2026

Description

Adds CLAUDE.local.md to .gitignore so developers can maintain their own personal Claude prompt.

Checklist

  • pnpm test runs as expected.
  • pnpm build runs as expected.
  • (If applicable) JSDoc comments have been added or updated for any package exports
  • (If applicable) Documentation has been updated

Type of change

  • 🐛 Bug fix
  • 🌟 New feature
  • 🔨 Breaking change
  • 📖 Refactoring / dependency upgrade / documentation
  • other:

Summary by CodeRabbit

  • Chores
    • Updated build and project configuration files
    • Added local development file to ignore list

✏️ Tip: You can customize this high-level summary in your review settings.

@changeset-bot
Copy link

changeset-bot bot commented Jan 8, 2026

🦋 Changeset detected

Latest commit: 1397747

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 0 packages

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel
Copy link

vercel bot commented Jan 8, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
clerk-js-sandbox Ready Ready Preview, Comment Jan 8, 2026 6:33pm

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 8, 2026

📝 Walkthrough

Walkthrough

This change introduces a new changeset file and updates the .gitignore configuration. The .changeset/neat-islands-vanish.md file is added with YAML document separators. The .gitignore file is modified to include a new section for personal Claude prompt files, specifically adding CLAUDE.local.md to the list of ignored files. Both changes are minimal additions with no modifications to existing configurations or logic.

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'chore(repo): ignore personal claude prompt' accurately describes the main change: adding CLAUDE.local.md to .gitignore for personal Claude prompts.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


📜 Recent review details

Configuration used: Repository YAML (base), Organization UI (inherited)

Review profile: CHILL

Plan: Pro

Disabled knowledge base sources:

  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between 879772a and 1397747.

📒 Files selected for processing (2)
  • .changeset/neat-islands-vanish.md
  • .gitignore
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (25)
  • GitHub Check: Integration Tests (nextjs, chrome, 16)
  • GitHub Check: Integration Tests (quickstart, chrome, 16)
  • GitHub Check: Integration Tests (billing, chrome, RQ)
  • GitHub Check: Integration Tests (quickstart, chrome, 15)
  • GitHub Check: Integration Tests (nextjs, chrome, 15)
  • GitHub Check: Integration Tests (machine, chrome)
  • GitHub Check: Integration Tests (nextjs, chrome, 16, RQ)
  • GitHub Check: Integration Tests (express, chrome)
  • GitHub Check: Integration Tests (machine, chrome, RQ)
  • GitHub Check: Integration Tests (sessions:staging, chrome)
  • GitHub Check: Integration Tests (custom, chrome)
  • GitHub Check: Integration Tests (react-router, chrome)
  • GitHub Check: Integration Tests (billing, chrome)
  • GitHub Check: Integration Tests (handshake, chrome)
  • GitHub Check: Integration Tests (vue, chrome)
  • GitHub Check: Integration Tests (handshake:staging, chrome)
  • GitHub Check: Integration Tests (localhost, chrome)
  • GitHub Check: Integration Tests (tanstack-react-start, chrome)
  • GitHub Check: Integration Tests (astro, chrome)
  • GitHub Check: Integration Tests (ap-flows, chrome)
  • GitHub Check: Integration Tests (nuxt, chrome)
  • GitHub Check: Integration Tests (sessions, chrome)
  • GitHub Check: Integration Tests (generic, chrome)
  • GitHub Check: Analyze (javascript-typescript)
  • GitHub Check: semgrep-cloud-platform/scan
🔇 Additional comments (2)
.changeset/neat-islands-vanish.md (1)

1-2: Verify changeset format for chore-only changes.

The changeset file contains only YAML document separators with no metadata or description. While this might be intentional for a chore-type change that doesn't affect package versions, please confirm this aligns with your repository's changeset conventions.

.gitignore (1)

104-106: LGTM!

The addition is clean and well-organized. The comment clearly describes the purpose, and the CLAUDE.local.md entry follows the .local.md naming convention for personal/local overrides seen elsewhere in the repository. This enables developers to maintain local Claude prompts without accidentally committing them.


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

@pkg-pr-new
Copy link

pkg-pr-new bot commented Jan 8, 2026

Open in StackBlitz

@clerk/agent-toolkit

npm i https://pkg.pr.new/@clerk/agent-toolkit@7564

@clerk/astro

npm i https://pkg.pr.new/@clerk/astro@7564

@clerk/backend

npm i https://pkg.pr.new/@clerk/backend@7564

@clerk/chrome-extension

npm i https://pkg.pr.new/@clerk/chrome-extension@7564

@clerk/clerk-js

npm i https://pkg.pr.new/@clerk/clerk-js@7564

@clerk/dev-cli

npm i https://pkg.pr.new/@clerk/dev-cli@7564

@clerk/expo

npm i https://pkg.pr.new/@clerk/expo@7564

@clerk/expo-passkeys

npm i https://pkg.pr.new/@clerk/expo-passkeys@7564

@clerk/express

npm i https://pkg.pr.new/@clerk/express@7564

@clerk/fastify

npm i https://pkg.pr.new/@clerk/fastify@7564

@clerk/localizations

npm i https://pkg.pr.new/@clerk/localizations@7564

@clerk/nextjs

npm i https://pkg.pr.new/@clerk/nextjs@7564

@clerk/nuxt

npm i https://pkg.pr.new/@clerk/nuxt@7564

@clerk/react

npm i https://pkg.pr.new/@clerk/react@7564

@clerk/react-router

npm i https://pkg.pr.new/@clerk/react-router@7564

@clerk/shared

npm i https://pkg.pr.new/@clerk/shared@7564

@clerk/tanstack-react-start

npm i https://pkg.pr.new/@clerk/tanstack-react-start@7564

@clerk/testing

npm i https://pkg.pr.new/@clerk/testing@7564

@clerk/ui

npm i https://pkg.pr.new/@clerk/ui@7564

@clerk/upgrade

npm i https://pkg.pr.new/@clerk/upgrade@7564

@clerk/vue

npm i https://pkg.pr.new/@clerk/vue@7564

commit: 1397747

@dstaley dstaley merged commit 32151b0 into main Jan 8, 2026
72 of 74 checks passed
@dstaley dstaley deleted the ds.chore/ignore-claude-md branch January 8, 2026 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants