ferrflow 3.2.1

Universal semantic versioning for monorepos and classic repos
Documentation
1
2
3
4
5
use anyhow::{Result, bail};

pub fn run(_instruction: &str) -> Result<()> {
    bail!("ferrflow agent is not yet implemented")
}