@runloop/agent-axon-client
    Preparing search index...

    Type Alias WorktreeCreateHookSpecificOutput

    Hook-specific output for the WorktreeCreate event. Provides the absolute path to the created worktree directory. Command hooks print the path on stdout instead.

    type WorktreeCreateHookSpecificOutput = {
        hookEventName: "WorktreeCreate";
        worktreePath: string;
    }
    Index

    Claude SDK

    hookEventName: "WorktreeCreate"
    worktreePath: string