r.envSchema(...)
Overview
Section titled “Overview”r.envSchema(z.object({...})) — the env-vars contract for a feature.
Argument is a Zod-expression (computed); we keep the source-location of
the schema body so Designer / AI render the raw TS code (opaque).
From packages/framework/src/engine/feature-ast/patterns.ts -> EnvSchemaPattern