mix capstone.plugin.package (Capstone v0.33.3)

Copy Markdown View Source

Packages a derived plugin into priv/plugins/ (SDD-adjacent; see docs/superpowers/specs/2026-08-26-plugin-ecosystem-design.md).

mix capstone.plugin.package cache

Reads priv/meta/meta_<name>/ — written by mix capstone.plugin.derive — and writes a versioned .tar.gz to priv/plugins/.

<name> must be a key of priv/baselines.exs, the same manifest mix capstone.plugin.derive reads.