claude-code / mods /diff /tests /fixtures /worktree /worktree-session.ts
SaylorTwift's picture
SaylorTwift HF Staff
Add files using upload-large-folder tool
7f0ec95 verified
Raw
History Blame Contribute Delete
250 Bytes
import type { SessionStartInput } from 'claude-code'
/**
* An interactive terminal session in the linked worktree /main/wt.
*/
export const WORKTREE_SESSION: SessionStartInput = {
surface: 'terminal',
isInteractive: true,
cwd: '/main/wt',
}