adding-env-variables
Installation
SKILL.md
Adding Environment Variables Guide
Comprehensive guidance for adding new environment variables to the Inkeep Agent Framework. This ensures consistency, documentation, and type safety across all packages.
CI Enforcement
Environment variable descriptions are enforced by CI. The check:env-descriptions script runs in CI and will fail if any variables in env.ts files are missing .describe() calls.
Run locally to check:
pnpm check:env-descriptions