@karmaniverous/jeeves
    Preparing search index...

    Interface InitOptions

    Options for initializing the core library.

    interface InitOptions {
        configRoot: string;
        workspacePath: string;
    }
    Index

    Properties

    configRoot: string

    Absolute path to the platform config root (e.g., j:/config).

    workspacePath: string

    Absolute path to the OpenClaw workspace root.