//! Project tree model, file watching, mutations, ignore rules. Phase 02.
//!
//! The `FileSystemService` trait here is the workspace's only door to the real
//! filesystem (ARCHITECTURE.md §7.4). Its shape — synchronous methods, called from a
//! worker thread rather than the render loop — is fixed by ADR-0005 §3 and is the
//! template every later service copies.
pub use ;
pub use DirReader;
pub use RealFileSystem;
pub use ;
pub use ;
pub use ;
pub use FsWorker;