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

    Interface LocalReposOutput

    Output of the local-repos command (#84)

    interface LocalReposOutput {
        cachedAt: string;
        fromCache: boolean;
        repos: Record<string, LocalRepoInfo>;
        scanPaths: string[];
    }
    Index

    Properties

    cachedAt: string
    fromCache: boolean
    repos: Record<string, LocalRepoInfo>
    scanPaths: string[]