Skip to content

Commit 3330e80

Browse files
authored
Add cursor bugbot rules (#2571)
1 parent d356964 commit 3330e80

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.cursor/BUGBOT.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Embedded Cluster Bugbot Rules
2+
3+
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

0 commit comments

Comments
 (0)