This file provides foundational mandates for Gemini CLI when working in this repository.
The instructions in this file take absolute precedence over general workflows and tool defaults.
- Reference Document: Always refer to
CLAUDE.mdfor the latest build commands, architecture overview, and development conventions. - i18n Standard: Follow the i18n development guidelines defined in
CLAUDE.md. - Agent Roles: Refer to
AGENTS.mdfor specific guidance on how AI agents (including Gemini) should operate within the IM.codes ecosystem.
- Environment: Be aware that this project involves multiple sub-projects:
server,web,worker, and the rootdaemon(insrc/). - Testing: Follow the specific test commands in
CLAUDE.md(e.g.,npm run test:webfor frontend changes). - Security: Never commit secrets. Note the redaction logic in
worker/src/util/logger.ts.