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

    Where a rendered route came from and what the render proves. Every harness failure reports this block so a red test names the route, the module, the compiler pass behind it, and the level of proof it actually carried.

    Properties

    kind

    readonly kind: RenderableRouteKind


    manifestDigest?

    readonly optional manifestDigest?: string

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


    modulePath?

    readonly optional modulePath?: string

    Absolute module path when known.


    projectRoot?

    readonly optional projectRoot?: string


    proofLevel

    readonly proofLevel: AgentTestProofLevel


    relativePath?

    readonly optional relativePath?: string

    Project-relative POSIX path when the route came from the compiler.


    routeId

    readonly routeId: string


    serverId?

    readonly optional serverId?: string


    source

    readonly source: "module" | "manifest"

    manifest when the compiler named the route; module when the test passed a module in.


    targets

    readonly targets: readonly string[]

    The project's selected host targets. Route-unit rendering is target-neutral.