pub async fn test_lifecycle_shell_command(
event_name: &str,
command: &str,
timeout_ms: u64,
fallback_cwd: Option<PathBuf>,
) -> Result<LifecycleHookTestOutput, String>Expand description
Backward-compatible command-only dry-run entry point.