Support configurable hooks that run after worktree creation.
[hooks]
post_create = "npm install" # or "cargo build", etc.
This avoids cold-start delays when AI agents create new worktrees. Each agent's worktree would automatically have dependencies ready.
Ref: worktrunk has lifecycle hooks (on-create, pre-merge, post-merge).
Support configurable hooks that run after worktree creation.
This avoids cold-start delays when AI agents create new worktrees. Each agent's worktree would automatically have dependencies ready.
Ref: worktrunk has lifecycle hooks (on-create, pre-merge, post-merge).