Skip to content

Commit 6361386

Browse files
dfallingclaude
andcommitted
Add workmux project config
Trust the project's mise.toml in new worktrees so the pinned node/bun/java toolchain activates without an interactive prompt. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent ad5f942 commit 6361386

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.workmux.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# workmux project configuration
2+
# For global settings, edit ~/.config/workmux/config.yaml
3+
4+
#-------------------------------------------------------------------------------
5+
# Hooks
6+
#-------------------------------------------------------------------------------
7+
8+
# Run in each new worktree before the tmux window opens. Trusting the
9+
# project's mise.toml lets the pinned node/bun/java toolchain activate
10+
# without an interactive prompt.
11+
post_create:
12+
- mise trust

0 commit comments

Comments
 (0)