@oss-autopilot/core - v1.6.3
    Preparing search index...

    Function runConfig

    Read or write user configuration (githubUsername, languages, labels, etc).

    • Read or write user configuration settings. When called without a key, returns the full config. When called with a key and value, updates the setting.

      Parameters

      • options: ConfigOptions

        Config options

        • key

          Setting key (e.g., 'username', 'add-language', 'exclude-repo')

        • value

          Setting value (required when key is provided)

      Returns Promise<ConfigCommandOutput>

      Current config (when reading) or success confirmation (when writing)

      If the key is unknown or the value is invalid