-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwt.toml
More file actions
22 lines (15 loc) · 855 Bytes
/
wt.toml
File metadata and controls
22 lines (15 loc) · 855 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# [post-start]
# copy = "wt step copy-ignored"
[[pre-start]]
deps = "[ -d '{{ primary_worktree_path }}/node_modules' ] && ln -sf '{{ primary_worktree_path }}/node_modules' . || true"
[[pre-start]]
husky = "[ -f node_modules/.bin/husky ] && pnpm exec husky install || true"
[[pre-start]]
claude-mcp = "[ -f '{{ primary_worktree_path }}/.mcp.json' ] && cp '{{ primary_worktree_path }}/.mcp.json' . || true"
[[pre-start]]
claude-settings = "[ -d '{{ primary_worktree_path }}/.claude' ] && mkdir -p .claude && [ -f '{{ primary_worktree_path }}/.claude/settings.local.json' ] && cp '{{ primary_worktree_path }}/.claude/settings.local.json' .claude/ || true"
[commit.generation]
command = "MAX_THINKING_TOKENS=0 claude -p --model=haiku --tools='' --disable-slash-commands --setting-sources='' --system-prompt=''"
[switch.picker]
pager = "cat"
[projects]