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/functions/test.testManifestFromRouteGraph.md.
  • English
  • Function: testManifestFromRouteGraph()

    testManifestFromRouteGraph(input): AgentBundleTestManifest

    Projects the compiled route graph into the manifest the harness addresses. The graph is an input here, never recompiled: one compiler pass feeds the build, inspect, and the harness alike.

    Parameters

    input

    apps?

    readonly NormalizedMcpApp[]

    configPath?

    string

    diagnostics?

    readonly Diagnostic[]

    graph

    CompiledRouteGraph

    plugin?

    TestManifestPluginIdentity

    projectRoot

    string

    scripts?

    readonly NormalizedScript[]

    The normalized script inventory; its config-provenance entries decide which conventional routes conflict.

    state?

    NormalizedStateDefinition

    targets?

    readonly string[]

    Returns

    AgentBundleTestManifest