Documentation
README
Authoring bb plugins
A bb plugin is a TypeScript package running in-process inside the bb server.
Its backend entry default-exports a factory that receives the full plugin API
(bb); an optional frontend entry registers React UI inside the bb app; an
optional host entry is bundled and runs as a supervised Node worker on targeted
enrolled hosts. Plugins are full-trust code in every runtime.
Plugins are on by default. Builtin plugins ship with bb; a few sit behind
their own product gates. bb plugin list shows each plugin's status.
Quickstart
This is the opening of the README. Read the full README on GitHub.