Plugins
Plugins are the canonical extension unit in matic — org-scoped bundles that add tools, routines, channels, signal types, and CLI commands without modifying core. Third-party plugins load in isolated subprocesses so a misbehaving extension cannot destabilize the daemon or leak into another org, while first-party plugins ship in-tree and share the same manifest contract. This section covers the manifest format, the load path, the lifecycle a plugin participates in, and the first-party set that matic installs by default.