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.PackedContractMatrixOptions.md.
  • English
  • Interface: PackedContractMatrixOptions

    Properties

    apps?

    readonly optional apps?: ContractAppCoverage

    App route coverage at this boundary; defaults to 'auto'.


    eventRuntime?

    readonly optional eventRuntime?: ContractEventRuntimeAddress

    Read-only status address for the generated event runtime, when this artifact has one.


    fixtures

    readonly fixtures: Readonly<Record<string, ContractRouteFixture>>

    Route id -> fixture. Every compiled tool, prompt, and resource route on the server must be covered; app routes are auto-covered unless apps: 'explicit'.


    manifest

    readonly manifest: AgentBundleTestManifest


    restart?

    readonly optional restart?: () => Promise<ContractMatrixRestartSession>

    Caller-owned packed restart; it must close the initial session and reopen the same artifact/store.

    Returns

    Promise<ContractMatrixRestartSession>


    server?

    readonly optional server?: string


    session

    readonly session: PackedMcpSession

    An already-open packed session; this entry point never opens or closes it.