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/api.CompiledRouteGraph.md.
  • English
  • Interface: CompiledRouteGraph

    The immutable route graph: one compiler IR for everything the conventional source tree declares. Deep-frozen at compile time; digest covers only project-relative identity so equal trees hash equally on every machine.

    Properties

    cli?

    readonly optional cli?: CompiledCliSurface


    diagnostics

    readonly diagnostics: readonly Diagnostic[]


    digest

    readonly digest: string

    sha256 over the graph's project-relative identity.


    events

    readonly events: readonly CompiledAgentRoute[]


    layouts?

    readonly optional layouts?: readonly CompiledLayout[]

    Conventional layout modules; absent when the project declares none so pre-layout graphs digest unchanged.


    providers

    readonly providers: readonly CompiledProvider[]


    scripts

    readonly scripts: readonly CompiledAgentRoute[]


    servers

    readonly servers: readonly CompiledServerSurface[]