Skip to content

Build And Distribution

github-actions[bot] edited this page Jun 11, 2026 · 3 revisions

Build & distribution

How src/ becomes shipped native host plugins, and the ways operators install them.

Authoring happens in src/<group>/; a generator emits committed dist/ plugins for each supported host. Operators install via the bootstrap one-liner, the Claude Code plugin marketplace, or a manual --plugin-dir. The v2.x install.sh dispatcher was retired in v3.0 in favor of native host plugins.

Field-level detail lives in Reference:

See also

Architecture · Reference · Home

Clone this wiki locally