//! Project management and configuration for Zoi.
//!
//! This crate handles project-level operations, including loading
//! configurations, managing environments, executing tasks, and handling
//! lockfiles.
/// Project configuration loading and structures.
/// Environment setup and management.
/// Command execution logic.
/// Lockfile management and frozen package definitions.
/// Lua-based configuration parsing.
/// Task runner and dependency resolution.
/// Project verification and health checks.