AutoBE
    Preparing search index...

    Base metadata branch shape.

    The generic argument is the branch discriminator.

    interface IBase<Type extends string> {
        memo: string;
        type: Type;
        usages: AutoBeUserMessageContentMetadata.Usage[] & UniqueItems<true>;
    }

    Type Parameters

    • Type extends string

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    memo: string

    Compact handoff memo for later agents.

    Explain what the content item appears to contribute, which downstream phase should care, and what must not be inferred yet. For example, an ERD can be structural, a meeting transcript can be requirement-oriented, and one item can be both when annotations contain business rules beside structure.

    type: Type

    Metadata branch discriminator.

    usages: AutoBeUserMessageContentMetadata.Usage[] & UniqueItems<true>

    Downstream semantic roles for this content item.

    Empty means the content item should not feed a phase directly. Supporting evidence, metadata-only value, policy limitations, intake gaps, or unsupported content should be explained in memo instead of adding a separate enum here.