Expand description
Plugin CLI surface.
Responsibilities:
- Define Clap args for plugin management.
Not handled here:
- Filesystem operations (see
crate::commands::plugin).
Invariants/assumptions:
installcopies a plugin directory containingplugin.jsoninto the chosen scope.- Installing does NOT auto-enable the plugin (security).