Skip to content

Commit 499af8c

Browse files
committed
worktreeinclude move fix
1 parent d8c7256 commit 499af8c

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

.agents/claude/setup.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ cd "$REPO_ROOT"
1010
# Copy AGENTS.md to CLAUDE.md
1111
cp AGENTS.md CLAUDE.md
1212

13+
# Copy .worktreeinclude to repo root (worktrunk/Claude Code desktop require it there)
14+
cp .config/wt/.worktreeinclude .worktreeinclude
15+
1316
# Copy skills from the canonical .agents/skills/ location
1417
if [ -d ".agents/skills" ]; then
1518
mkdir -p .claude
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
.env
22
.config/wt/user_settings.sh
3-
.config/wt/env.sh

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ test_output/
2525

2626
.specs_skill_state/
2727
.config/wt/user_settings.sh
28+
/.worktreeinclude
2829
.worktrees/
2930
reviews/
3031

0 commit comments

Comments
 (0)