bundle/

September 4, 2026 · View on GitHub

English | 中文

Summary

This group maps the installable patch layers used by dsh --profile. Each package declares dsh.bundle.patch; the launcher stacks those patch documents to assemble a named profile. The web, headless, acp, and sdk profiles build on dsh-base, while sdk-minimal supplies its complete tree in one bundle. Domain packages can declare additional layers outside this directory.

Table of Contents

Packages

PackageRolectx key
baseShared core for base-backed profiles— (patch only)
acp-appAutomation-only ACP stdio application over basemounts the ACP bridge
web-appBrowser application layer over basemounts Web rows
headlessOne-shot command-line task application over baseheadless-runner
sdk-appSDK JSON-RPC stdio application over basemounts the SDK server
sdk-minimalStandalone minimal SDK application without base or Web— (complete patch tree)

In-box bundles resolve from the dsh installation; out-of-tree bundles install into a profile through dsh plugin --profile <name> add <package>.

Dev Note

None.