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
This file provides project-specific guidance for AI code reviews in the Embedded Cluster repository.
4
+
5
+
## Documentation Reference
6
+
7
+
For comprehensive development guidance, coding standards, and project architecture, refer to the detailed documentation in the `.cursor/rules/` directory, including:
8
+
9
+
-**[Project Overview](file://.cursor/rules/project-overview.mdc)** - Complete project description, technology stack, and architecture
10
+
-**[Go Best Practices](file://.cursor/rules/go-best-practices.mdc)** - Go coding standards, patterns, and conventions
11
+
-**[Go Testing](file://.cursor/rules/go-testing.mdc)** - Testing patterns, mock usage, and test organization
12
+
-**[Go API Architecture](file://.cursor/rules/go-ec-api-architecture.mdc)** - API implementation guidelines and patterns
13
+
-**[Frontend Rules](file://.cursor/rules/frontend-rules.mdc)** - React/TypeScript standards and testing patterns
14
+
-**[Clean Code](file://.cursor/rules/clean-code.mdc)** - Code formatting and comment standards
15
+
-**[Code Quality Checks](file://.cursor/rules/code-quality-checks.mdc)** - Essential quality checks to run after changes
This file provides guidance to Gemini when working with code in this repository.
4
+
5
+
## Documentation Reference
6
+
7
+
For comprehensive development guidance, coding standards, and project architecture, refer to the detailed documentation in the `.cursor/rules/` directory, including but not limited to:
8
+
9
+
-**[Project Overview](file://.cursor/rules/project-overview.mdc)** - Complete project description, technology stack, and architecture
10
+
-**[Go Best Practices](file://.cursor/rules/go-best-practices.mdc)** - Go coding standards, patterns, and conventions
11
+
-**[Go Testing](file://.cursor/rules/go-testing.mdc)** - Testing patterns, mock usage, and test organization
12
+
-**[Go API Architecture](file://.cursor/rules/go-ec-api-architecture.mdc)** - API implementation guidelines and patterns
13
+
-**[Frontend Rules](file://.cursor/rules/frontend-rules.mdc)** - React/TypeScript standards and testing patterns
14
+
-**[Clean Code](file://.cursor/rules/clean-code.mdc)** - Code formatting and comment standards
15
+
-**[Code Quality Checks](file://.cursor/rules/code-quality-checks.mdc)** - Essential quality checks to run after changes
0 commit comments