You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 11, 2026. It is now read-only.
Configuration is spread across env examples, validation scripts, runtime helpers, and docs. Audit examples include AUTH_JWT_SECRET despite opaque sessions, locale defaults disagreeing (id vs runtime en), variables with unclear runtime ownership, and FORM_DRAFT_RETENTION_DAYS documented without a complete example.
Objective
Create one typed configuration registry that generates validation, safe diagnostics, env examples, and reference docs.
Scope
Inventory every env read and classify required/optional/conditional/deprecated/dead.
Parent epic: #679
Evidence
Configuration is spread across env examples, validation scripts, runtime helpers, and docs. Audit examples include
AUTH_JWT_SECRETdespite opaque sessions, locale defaults disagreeing (idvs runtimeen), variables with unclear runtime ownership, andFORM_DRAFT_RETENTION_DAYSdocumented without a complete example.Objective
Create one typed configuration registry that generates validation, safe diagnostics, env examples, and reference docs.
Scope
.env.exampleand env reference docs from the registry.Acceptance criteria