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

    Extends

    Properties

    execution

    readonly execution: ScriptExecution


    manifestDigest?

    readonly optional manifestDigest?: string

    The manifest digest when the route came from the compiler; absent for a module rendered directly.

    Inherited from

    RenderedRouteProvenance.manifestDigest


    projectRoot?

    readonly optional projectRoot?: string

    Inherited from

    RenderedRouteProvenance.projectRoot


    proofLevel

    readonly proofLevel: "script-dispatch"


    scripts

    readonly scripts: readonly string[]

    Every conventional script the graph compiled, so a lookup failure can name the alternatives.