// Plugin subsystem for everruns-core.
//
// This module implements the plugin compiler: loading a plugin directory
// (PluginFileSet), parsing its manifest, and compiling the result into a
// DeclarativeCapabilityDefinition (CompiledPlugin). The compiled definition is
// then registered with `plugin:{name}` as its capability ID and executes
// through the same declarative runtime path.
//
// See specs/plugins.md for the full specification.
pub use ;
pub use ;
pub use ;