Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.1 KB

File metadata and controls

15 lines (11 loc) · 1.1 KB

GEMINI.md

This file provides guidance to Gemini when working with code in this repository.

Documentation Reference

For comprehensive development guidance, coding standards, and project architecture, refer to the detailed documentation in the .cursor/rules/ directory, including but not limited to:

  • Project Overview - Complete project description, technology stack, and architecture
  • Go Best Practices - Go coding standards, patterns, and conventions
  • Go Testing - Testing patterns, mock usage, and test organization
  • Go API Architecture - API implementation guidelines and patterns
  • Frontend Rules - React/TypeScript standards and testing patterns
  • Clean Code - Code formatting and comment standards
  • Code Quality Checks - Essential quality checks to run after changes