///|
/// Semantic version exposed by the library and CLI.
pub let version : String = "0.1.0"
///|
/// Human-readable project name.
pub let project_name : String = "VoltWeave"
///|
/// Short capability summary used by smoke tests and package documentation.
pub fn capability_summary() -> String {
"deterministic household energy scheduling, battery dispatch, outage simulation, and explanation"
}