Skip to content

Commit db7eb22

Browse files
author
Kun
committed
Add context and compact foundations
1 parent 76e013e commit db7eb22

209 files changed

Lines changed: 21481 additions & 701 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: before-backend-dev
3+
description: "Read the backend development guidelines before starting your development task."
4+
---
5+
6+
Read the backend development guidelines before starting your development task.
7+
8+
Execute these steps:
9+
1. Read `.trellis/spec/backend/index.md` to understand available guidelines
10+
2. Based on your task, read the relevant guideline files:
11+
- Database work → `.trellis/spec/backend/database-guidelines.md`
12+
- Error handling → `.trellis/spec/backend/error-handling.md`
13+
- Logging → `.trellis/spec/backend/logging-guidelines.md`
14+
- Type questions → `.trellis/spec/backend/type-safety.md`
15+
3. Understand the coding standards and patterns you need to follow
16+
4. Then proceed with your development plan
17+
18+
This step is **mandatory** before writing any backend code.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: before-frontend-dev
3+
description: "Read the frontend development guidelines before starting your development task."
4+
---
5+
6+
Read the frontend development guidelines before starting your development task.
7+
8+
Execute these steps:
9+
1. Read `.trellis/spec/frontend/index.md` to understand available guidelines
10+
2. Based on your task, read the relevant guideline files:
11+
- Component work → `.trellis/spec/frontend/component-guidelines.md`
12+
- Hook work → `.trellis/spec/frontend/hook-guidelines.md`
13+
- State management → `.trellis/spec/frontend/state-management.md`
14+
- Type questions → `.trellis/spec/frontend/type-safety.md`
15+
3. Understand the coding standards and patterns you need to follow
16+
4. Then proceed with your development plan
17+
18+
This step is **mandatory** before writing any frontend code.

0 commit comments

Comments
 (0)