nexo-driver-loop 0.1.5

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. Phase 67.6 added git-worktree mode
//! on top of the 67.4 mkdir + traversal-guard surface.

pub mod git;
pub mod manager;

pub use manager::{GitWorktreeMode, WorkspaceManager};