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
description: Names ending in _EXPIRATION (env + exported constants) use seconds only; no _SECONDS suffix on the symbol.
globs:
- "**/*.env*"
- "**/parseEnv*.ts"
- "**/*Expiration*.ts"
- "**/productMembershipDefaults*.ts"
alwaysApply: false
---
# Expiration naming
Follow [`env-expiration-naming`](.cursor/skills/env-expiration-naming/SKILL.md): env keys and exported constants that denote expiration durations end with `_EXPIRATION`; values are seconds — do not append `_SECONDS` to those names.