For AI agents: the complete documentation index is available at https://scriptedalchemy.github.io/agent-bundle/zh/llms.txt, the full documentation bundle is available at https://scriptedalchemy.github.io/agent-bundle/zh/llms-full.txt, and this page is available as Markdown at https://scriptedalchemy.github.io/agent-bundle/zh/api/types/index.AgentBundlePayloadConfig.md.
  • 简体中文
  • 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.