From 87044a747b47bd83249d61a45842c7f7b2eae56d Mon Sep 17 00:00:00 2001 From: soryu Date: Sun, 11 Jan 2026 05:52:14 +0000 Subject: Contract system --- makima/daemon/src/lib.rs | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 makima/daemon/src/lib.rs (limited to 'makima/daemon/src/lib.rs') diff --git a/makima/daemon/src/lib.rs b/makima/daemon/src/lib.rs deleted file mode 100644 index 9555681..0000000 --- a/makima/daemon/src/lib.rs +++ /dev/null @@ -1,21 +0,0 @@ -//! Makima Daemon - Git worktree orchestration for Claude Code. -//! -//! This daemon runs on worker machines and: -//! - Connects to the makima server via WebSocket -//! - Creates git worktrees for task isolation -//! - Runs Claude Code CLI as subprocesses in worktrees -//! - Streams JSON output back to server - -pub mod cli; -pub mod config; -pub mod db; -pub mod error; -pub mod process; -pub mod task; -pub mod temp; -pub mod worktree; -pub mod ws; - -pub use cli::Cli; -pub use config::DaemonConfig; -pub use error::{DaemonError, Result}; -- cgit v1.2.3