For AI agents: the complete documentation index is available at https://scriptedalchemy.github.io/agent-bundle/llms.txt, the full documentation bundle is available at https://scriptedalchemy.github.io/agent-bundle/llms-full.txt, and this page is available as Markdown at https://scriptedalchemy.github.io/agent-bundle/api/interfaces/test.CliDispatchProvenance.md.
  • English
  • Interface: CliDispatchProvenance

    Extends

    Properties

    commands

    readonly commands: readonly string[]

    Every command the graph compiled, so a dispatch failure can name the alternatives.


    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: "cli-dispatch"