Expand description
grex run โ execute a single named action across one pack.
v1.4.0 ships the single-pack form: load the manifest at the
resolved pack root, filter actions: to entries whose action
kind equals <action> (per grex_core::Action::name), execute
them through the standard executor with the registered plugins.
Recursive walks over child packs are deferred to v1.5.0.