-
Notifications
You must be signed in to change notification settings - Fork 0
Build And Distribution
github-actions[bot] edited this page Jun 11, 2026
·
3 revisions
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:
-
Repo layout — where
src/,dist/, and the install plumbing sit. - Plugin anatomy — the generated plugin's internal shape.
- Install crickets plugins — the install modes, step by step.
- CI gates — the deterministic checks that guard every build.