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

    Interface SkillProvenance

    Tracks the origin and modification history of a skill.

    interface SkillProvenance {
        createdBy: string;
        createdAt: Date;
        modifiedBy?: string;
        modifiedAt?: Date;
        version: number;
        signature?: string;
    }
    Index

    Properties

    createdBy: string

    Identifier of who created the skill

    createdAt: Date

    When the skill was created

    modifiedBy?: string

    Identifier of who last modified the skill

    modifiedAt?: Date

    When the skill was last modified

    version: number

    Version number (increments on modification)

    signature?: string

    Cryptographic signature for verification