nexus-agents - v2.80.0
    Preparing search index...

    Interface IScmUserInfo

    User info trait — user metadata for reputation assessment.

    Implemented by platforms supporting user profile queries. Consumers declare this trait when they need author reputation data.

    interface IScmUserInfo {
        fetchUserMetadata(
            username: string,
        ): Promise<Result<ScmUserMetadata, ScmError>>;
    }

    Implemented by

    Index

    Methods