gen — helm adapter. Parses Chart.yaml + lockfile into a typed gen_types::Spec emission. One of N adapters that share the typed core via Spec/QuirkRegistry/Invariants traits.
//! `gen-helm` — helm adapter for the gen ecosystem.
//!//! Parses `Chart.yaml` into a typed `BuildSpec` and emits it as
//! Cargo-equivalent typed JSON. See
//! `theory/ECOSYSTEM-INTAKE.md` for the seven-artifact contract.
pubmodadapter;pubmodbuild_spec;pubmoderror;pubmodinvariants;pubmodquirks;pubuseadapter::HelmAdapter;pubuseerror::{Result, HelmError};