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

    Interface SetupCompleteOutput

    interface SetupCompleteOutput {
        config: {
            approachingDormantDays: number;
            dormantThresholdDays: number;
            githubUsername: string;
            labels: string[];
            languages: string[];
            maxActivePRs: number;
            preferredOrgs: string[];
            projectCategories: (
                | "nonprofit"
                | "devtools"
                | "infrastructure"
                | "web-frameworks"
                | "data-ml"
                | "education"
            )[];
            scope: ("advanced" | "beginner" | "intermediate")[];
            scoreThreshold: number;
        };
        setupComplete: true;
    }
    Index

    Properties

    config: {
        approachingDormantDays: number;
        dormantThresholdDays: number;
        githubUsername: string;
        labels: string[];
        languages: string[];
        maxActivePRs: number;
        preferredOrgs: string[];
        projectCategories: (
            | "nonprofit"
            | "devtools"
            | "infrastructure"
            | "web-frameworks"
            | "data-ml"
            | "education"
        )[];
        scope: ("advanced" | "beginner" | "intermediate")[];
        scoreThreshold: number;
    }
    setupComplete: true