core-utils
    Preparing search index...

    Interface SafehouseCmuxIntegration

    interface SafehouseCmuxIntegration {
        addDirs: readonly string[];
        addDirsReadOnly: readonly string[];
        claudeCommandPrelude: string;
        envPass: readonly string[];
        isActive: boolean;
        unreviewedEnvNames: readonly string[];
    }
    Index
    addDirs: readonly string[]
    addDirsReadOnly: readonly string[]
    claudeCommandPrelude: string
    envPass: readonly string[]
    isActive: boolean
    unreviewedEnvNames: readonly string[]