Skip to content

Add basic .worktreeinclude file#1517

Merged
pfleidi merged 1 commit into
mainfrom
worktreeinclude
Jun 25, 2026
Merged

Add basic .worktreeinclude file#1517
pfleidi merged 1 commit into
mainfrom
worktreeinclude

Conversation

@pfleidi

@pfleidi pfleidi commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

https://entire.io/gh/entireio/cli/trails/657

This PR adds a .worktreeinclude file, adding two new entries to ensure that .claude/settings.local.json and mise.local.toml are included in worktrees created by certain tools.


Note

Low Risk
Config-only addition with no runtime or application code changes.

Overview
Introduces a new .worktreeinclude file listing two paths that should be carried into git worktrees when using tools that honor this convention.

The entries are .claude/settings.local.json and mise.local.toml, so per-machine Claude and mise overrides stay available in secondary worktrees without manual copying.

Reviewed by Cursor Bugbot for commit 14188fa. Configure here.

@pfleidi pfleidi requested a review from a team as a code owner June 24, 2026 23:56
Copilot AI review requested due to automatic review settings June 24, 2026 23:56

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a repository-level .worktreeinclude configuration file so that common per-machine/local override files are automatically carried into new worktrees by tooling that supports this convention.

Changes:

  • Introduces .worktreeinclude with entries for .claude/settings.local.json and mise.local.toml.

@pfleidi pfleidi enabled auto-merge June 24, 2026 23:57
@pfleidi pfleidi merged commit 41e4523 into main Jun 25, 2026
11 checks passed
@pfleidi pfleidi deleted the worktreeinclude branch June 25, 2026 00:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants