/// Core editing engine module
// Tests temporarily disabled - need to be updated to match new architecture
// #[cfg(test)]
// mod tests;
pub use CoreError;
pub use TextBuffer;
/// Dummy EditorEngine implementation
/// Will be fully implemented in feature/core-engine