Type Alias: AgentBundlePayloadConfig
AgentBundlePayloadConfig =
Readonly<Record<string,AgentBundlePayloadInput>>
Prebuilt payload trees packaged byte-for-byte into selected target artifacts. Key = artifact-root destination directory (a safe single path segment outside the compiler-owned namespaces), value = the already-built source directory. Every file keeps its exact relative path — payload trees are opaque to the compiler, which cannot rewrite their internal sibling references, so stable names are the correctness contract; integrity stays content-addressed through the artifact manifest and project source inputs.