//! Grounded code completion using Magellan database
//!
//! Provides project-aware code suggestions by querying actual codebase patterns
//! instead of relying on LLM training data.
pub use CompletionContext;
pub use CompletionEngine;
pub use ImportEntity;
pub use ;