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
Secret Masking - string().secret() masks env values at runtime via Proxy. env.JWT_SECRET returns '********', actual value via env.meta.get('JWT_SECRET')
Schema Composition - defineSchema() + extendSchema() for reusable schema blocks
EnvMeta API - env.meta.get(), .has(), .keys(), .toJSON() for secret inspection
CLI (1.1.0)
Config-level secrets: secrets.mask / secrets.maskWith in ctroenv.config.ts
All CLI commands respect masking in table and JSON output
All Packages
@ctroenv/{node,vite,nextjs,shared} bumped to 1.0.2
AGENTS.md at repo root - universal AI agent guide
.opencode/skills/ctroenv/ - deep-dive skill with examples