//! Hierarchical goal decomposition and management for HOPE agents.
//!
//! This module provides sophisticated goal management capabilities including:
//! - Automatic goal decomposition using rules
//! - Hierarchical goal trees with dependencies
//! - Conflict detection and resolution
//! - Progress tracking and propagation
pub use *;
pub use *;