# Project Context

- This project may contain frontend, backend, AI workflow, staging, and production configuration.
- Respect existing naming conventions, folder structure, components, API patterns, and environment variable usage.
- Never hardcode API keys, tokens, credentials, database URLs, or production secrets.
- Use environment variables for configuration.
- For staging/production work, keep staging and production behavior clearly separated.
- Do not modify production configuration unless the task explicitly asks for it.