gen-config 0.1.8

gen — typed shikumi::TieredConfig for the universal package-manager engine. Owns the operator-facing knobs: workspace root resolution, cache substituter URLs, render policy (per-crate / per-tree), the target the engine evaluates predicates against, and the discovery rules that map a directory to an adapter.
docs.rs failed to build gen-config-0.1.8
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

gen-config — typed operator-facing configuration for the gen engine. Implements [shikumi::TieredConfig]; every consumer resolves via GenConfig::resolve_from_env("GEN_TIER") at startup.

The four typed slot groups (workspace / cache / render / target) cover every knob an operator can flip without recompiling. New knobs land here, not in CLI flags — flags are a view, config is the substrate.