🔨 chore: update agent coding rule (#10856)

update agent coding rule
This commit is contained in:
Arvin Xu
2025-12-19 23:05:15 +08:00
committed by GitHub
parent 5ed88d7947
commit 3c4ef8a837
20 changed files with 1000 additions and 476 deletions
+3 -2
View File
@@ -26,6 +26,7 @@ The project follows a well-organized monorepo structure:
- `src/` - Main source code
- `docs/` - Documentation
- `.cursor/rules/` - Development rules and guidelines
- PR titles starting with `✨ feat/` or `🐛 fix` will trigger the release workflow upon merge. Only use these prefixes for significant user-facing feature changes or bug fixes
## Development Workflow
@@ -65,7 +66,7 @@ The project follows a well-organized monorepo structure:
### Type Checking
- Use `bun run typecheck` to check for type errors
- Use `bun run type-check` to check for type errors
### i18n
@@ -83,7 +84,7 @@ All following rules are saved under `.cursor/rules/` directory:
### Frontend
- `react-component.mdc` React component style guide and conventions
- `react.mdc` React component style guide and conventions
- `i18n.mdc` Internationalization guide using react-i18next
- `typescript.mdc` TypeScript code style guide
- `packages/react-layout-kit.mdc` Usage guide for react-layout-kit