Loading
feat: generate config help from schema
Summary
- Generate public config-setting and environment-variable help from
KeySchema. - Keep CLI-managed state hidden while documenting every public config key and schema environment variable exactly once.
- Preserve hand-authored process environment guidance and Fang/Cobra help behavior, then regenerate the command documentation.
Testing
- focused config-help, command, and docs-generator packages
- focused race tests and repository vet checks
- exact schema/help coverage invariants: 41 config rows and 24 environment rows
make gen-docsidempotencemake generate- fresh normal-clone full suite
- current-main composition, DCO, scope, and diff checks
AI assistance
Implemented and tested with assistance from OpenAI Codex; the exact current-main composition was independently reviewed and verified locally.
Closes #8375