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/config.NormalizedScript.md.
  • 简体中文
  • Interface: NormalizedScript

    Properties

    id

    readonly id: string


    mode

    readonly mode: "bundle" | "copy"


    name

    readonly name: string


    provenance

    readonly provenance: SourceProvenance


    rendered?

    readonly optional rendered?: true

    True for a conventional rendered-script route (src/scripts/<name>.tsx) executed through the Agent renderer (#102 stage 3).


    source

    readonly source: string


    targets

    readonly targets: readonly string[]