Use this prompt when the codebase has changed since the last FORME.md was written. It performs a diff between the documentation and current code, then produces only the sections that need updating not the entire document from scratch.
기존 FORME.md 문서 파일을 업데이트하여 마지막으로 작성된 이후 코드베이스의 변경 사항을 반영합니다.
## 입력
- **현재 FORGME.md:**
- **업데이트된 코드베이스:**
- **알려진 변경 사항 (있는 경우):** [예: "Stripe 통합을 추가하고 REST에서 tRPC로 전환했습니다" — 또는 "무엇이 변경되었는지 모르겠습니다. 찾아주세요"]
## 귀하의 작업
1. **차이 분석:** 문서를 현재 코드와 비교합니다. 무엇이 새로워졌는지, 무엇이...