Skip to content

Commit c6fc811

Browse files
committed
chore: Path-specific rules 추가
- 관련 파일 작업 시에만 로드되도록
1 parent 3b4d746 commit c6fc811

3 files changed

Lines changed: 16 additions & 0 deletions

File tree

.claude/rules/code-style.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
paths:
3+
- "src/**/*.java"
4+
---
5+
16
# Code Style
27

38
## Naming

.claude/rules/database.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
paths:
3+
- "src/main/java/**/domain/*.java"
4+
- "src/main/resources/db/migration/*.sql"
5+
---
6+
17
# Database
28

39
## JPA Entity

.claude/rules/testing.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
paths:
3+
- "src/test/**/*.java"
4+
---
5+
16
# Testing
27

38
Base annotation: `@TestContainerSpringBootTest` for all integration tests.

0 commit comments

Comments
 (0)