Problem
LokiConfig and _apply_env_fallbacks are high-complexity configuration logic blocks.
Evidence
arch_report/by_target/lb_runner/xenon.txt:1
Plan
- Extract env fallback logic into small helper functions.
- Add unit tests for env precedence and defaults.
- Keep config classes thin and declarative.
Validation
uv run pytest tests/unit/lb_runner/test_*config*.py
./scripts/arch_audit.sh lb_runner