monopam verse: hoist inner runs to reduce nesting (E010)
cherrypick_cmd, status_cmd, members_cmd had their [run] / [_inner]
helpers buried inside the [let cmd = ...] body, inflating measured
nesting depth. Move them to top-level [cherrypick_run / status_run /
members_run / fork_inner] so each command body is shallow. No
behaviour change.