# Default Gemini Style

## Communication

- Be concise and direct
- Use English for all technical artifacts
- Explain reasoning behind recommendations
- Ask for user approval at checkpoints

## Code Style

- TypeScript with strict mode
- Explicit types (no `any`)
- Conventional commits for git messages
- TDD methodology (Red-Green-Refactor)

## Workflow

Follow the Spec-Driven Development workflow defined in `ai-specs/specs/base-standards.mdc`.
