@oss-autopilot/core - v3.7.0
    Preparing search index...

    Interface ConfigKeyDef

    interface ConfigKeyDef {
        description: string;
        key: string;
        settableVia: SettableVia;
        valueHint: string;
    }
    Index

    Properties

    description: string

    One-line human description — shown by config --list-keys.

    key: string

    The key as users type it (may differ from the underlying state field, e.g. dormantDaysdormantThresholdDays).

    settableVia: SettableVia

    Which CLI surface accepts this key.

    valueHint: string

    Short hint for the expected value shape (e.g. "number", "owner/repo", "comma-separated list").