pub fn run(
project_root: Option<PathBuf>,
tag: Option<&str>,
limit: usize,
all_tags: bool,
dry_run: bool,
session: Option<String>,
attach: bool,
monitor: bool,
claim: bool,
harness_arg: &str,
model_arg: &str,
) -> Result<()>Expand description
Main entry point for the spawn command