pub fn read_script_steps_from_json_path( path: &str, ) -> Result<Vec<ScriptStep>, String>
Reads and parses a tactic script from a path (“-” for stdin) as JSON array.