//! Configuration file handling for Augent
//!
//! This module contains data structures for:
//! - `augent.yaml` - Bundle configuration
//! - `augent.lock` - Lockfile with resolved dependencies
//! - `augent.index.yaml` - Workspace configuration
//! - `.claude-plugin/marketplace.json` - Marketplace configuration
// Re-export commonly used types
pub use ;
pub use ;
pub use ;
pub use ;