nexo-driver-loop 0.1.9

Goal orchestrator + LlmDecider + Unix socket bridge for the nexo-rs driver subsystem. Phase 67.4.
Documentation
1
2
3
4
5
6
7
//! Goal workspace management. Supports a git-worktree mode on top of
//! the plain mkdir + traversal-guard surface.

pub mod git;
pub mod manager;

pub use manager::{GitWorktreeMode, WorkspaceManager};