pub fn resolve_command(ctx: &ResolveContext<'_>) -> Result<String>Expand description
Resolve a command to a fully expanded command string ready for execution.
Resolution pipeline (SPEC §11.1):
- Config override → check
[commands]section - Unsupported check → error with hint
- Plugin mapping →
dep.install/dep.install_pkgsplit - Flag translation → append translated flags
- Template expansion → replace
{{tool}},{{args}}, etc. - Append remaining args