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/config.AgentBundleOutputConfig.md.
  • English
  • Interface: AgentBundleOutputConfig

    Optional artifact output location config, inspired by Rsbuild's output.distPath.

    Properties

    distPath?

    optional distPath?: string

    The artifact output directory of agent-bundle build, relative to the project root. Defaults to dist. The per-invocation CLI --output flag still wins, but remains subject to the same project-root containment check; absolute and external output paths are unsupported.