Skip to content

Commit 99779ed

Browse files
authored
Merge: Read Model 누락 시 도메인 이벤트 재시도 처리
fix: Read Model 누락 시 도메인 이벤트 재시도 처리
2 parents 2a003ee + 171717d commit 99779ed

7 files changed

Lines changed: 737 additions & 25 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ perf/**/results/*
5454
!perf/**/results/.gitkeep
5555

5656
# Local documentation and portfolio drafts
57-
docs/
57+
docs/local/

AGENTS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
- 예상 리스크와 의도적으로 제외할 범위
1616
- 사용자가 즉시 구현을 명시적으로 요청하지 않았다면 승인 후 파일을 수정한다.
1717

18+
## 문서 작성 언어
19+
20+
- 저장소에 추가하는 문서, 설계안, 구현 계획, 리뷰 요약은 한국어로 작성한다.
21+
- 외부 도구나 라이브러리의 고유 용어는 필요한 경우 원문을 병기할 수 있다.
22+
1823
## 변경 범위 제한
1924

2025
- 승인된 계획에 필요한 파일만 수정한다.

0 commit comments

Comments
 (0)