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

    Interface TemplateMetadata

    Extended template metadata for registry. Implements IRegistryItem for unified registry API (ADR-0012).

    interface TemplateMetadata {
        name: string;
        version: string;
        description?: string;
        path: string;
        id: string;
        category: TemplateCategory;
        keywords: string[];
        builtIn: boolean;
        author?: string;
        updatedAt?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    name: string

    Template name

    version: string

    Version

    description?: string

    Description

    path: string

    File path

    id: string

    Unique identifier (alias for name, required by IRegistryItem)

    Template category

    keywords: string[]

    Keywords for search

    builtIn: boolean

    Whether this is a built-in template

    author?: string

    Template author

    updatedAt?: string

    Last updated timestamp