pub fn accept_task( base: &Path, tasks: &HashMap<String, Task>, id_or_prefix: &str, ) -> Result<Task>
Accept a proposal into the backlog, making it eligible for ready.
ready