-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.cursorrules
More file actions
27 lines (22 loc) · 1.06 KB
/
Copy path.cursorrules
File metadata and controls
27 lines (22 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Dev-Brain Rules (Knowledge Base)
Đây là kho lưu trữ kiến thức, không phải là repo mã nguồn.
## Quy tắc đặt tên và Cấu trúc
- Prefix các danh mục: `meta` | `backend-nestjs` | `frontend-react` | `mobile-flutter` | `python` | `infra`
- Định dạng ID: `PREFIX-3chữsố` (Ví dụ: `BE-001`, `FE-002`, `MOB-003`, `META-001`)
- Luôn cập nhật file `_INDEX.md` khi thay đổi trạng thái của idea/card.
## Quy trình Làm việc
- Ý tưởng mới -> `ideas/` (IDEA_CARD)
- Nghiên cứu/Giải pháp -> `solutions/` (Solution Card)
- Thực thi -> `tasks/` (Task Card cho Cursor)
- Phản hồi sau khi code -> `feedback/`
## Commit Format
- `feat(ID): mô tả`
- `update(ID): mô tả`
- `fix(ID): mô tả`
Ví dụ: `feat(META-001): khởi tạo hệ sinh thái dev`
## Feedback Loop
- Tạo file feedback tại: `feedback/[ID]_feedback_[YYYY-MM-DD].md`
- Cấu trúc file feedback:
- **Bugs**: Các lỗi phát sinh khi triển khai.
- **Improvements**: Các điểm cần cải thiện.
- **Lessons learned**: Bài học rút ra.