pub fn expand_inline_shell(
content: &str,
cwd: Option<&Path>,
_timeout_secs: u64,
) -> StringExpand description
Execute inline shell snippets (!\command`) in skill content. Replaces each snippet with its stdout (trimmed). Failures produce a short [inline-shell error: …]` marker.