//! File system event reactor — watch directories and trigger autonomous actions.
//!//! Uses the `notify` crate for cross-platform file system watching with
//! debouncing and rate limiting to prevent event storms.
pubmoddebounce;pubmodfs_watcher;pubmodrules;pubusedebounce::EventDebouncer;pubusefs_watcher::FsReactor;pubuserules::{FsEventType, ReactorAction, ReactorRule};