For AI agents: the complete documentation index is available at https://scriptedalchemy.github.io/agent-bundle/zh/llms.txt, the full documentation bundle is available at https://scriptedalchemy.github.io/agent-bundle/zh/llms-full.txt, and this page is available as Markdown at https://scriptedalchemy.github.io/agent-bundle/zh/api/interfaces/index.NormalizedAsset.md.
  • 简体中文
  • Interface: NormalizedAsset

    One project-level static file copied byte-for-byte into selected target artifacts.

    Properties

    bytes

    readonly bytes: number


    id

    readonly id: string


    name

    readonly name: string


    provenance

    readonly provenance: SourceProvenance


    relativePath

    readonly relativePath: string

    The POSIX destination path under the artifact's assets/ directory.


    source

    readonly source: string

    The absolute source file path.


    targets

    readonly targets: readonly string[]