pub fn parse_decision(text: &str) -> Result<BumpDecision>Expand description
Parse the agent’s reply. Never returns a default decision: an unparsable
or incomplete reply is Err, and the caller must not open a bump pull
request on the strength of a guess.