autom8-cli 0.3.0

CLI automation tool for orchestrating Claude-powered development
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Native GUI module for autom8.
//!
//! This module provides a graphical user interface for monitoring autom8
//! sessions using eframe/egui.

pub mod animation;
pub mod app;
pub mod components;
pub mod config;
pub mod modal;
pub mod theme;
pub mod typography;