autom8-cli 0.3.0

CLI automation tool for orchestrating Claude-powered development
Documentation
1
2
3
4
5
6
7
//! Display output types for autom8.
//!
//! This module re-exports the output types from `output.rs` for use
//! by other parts of the codebase.

// Re-export types from output module
pub use crate::output::{BannerColor, StoryResult};