docs(agent): 에이전트 가이드를 정리한다

This commit is contained in:
Yu Sung
2026-05-15 11:06:22 +09:00
parent 51ffe09125
commit c217581d1d
81 changed files with 328 additions and 124 deletions

View File

@@ -0,0 +1,15 @@
- [x] 유료 라이브 생성 시 최소 30캔 검증 로직 추가
- [x] 관련 다국어 메시지 추가 및 연결
- [x] 검증 실행 및 결과 기록
## 검증 기록
### 2026-02-25 유료 라이브 최소 30캔 검증 추가
- 무엇: 유료 라이브(가격 > 0) 생성 시 가격이 30캔 미만이면 생성을 차단하는 검증을 추가했다.
- 왜: 저가(30캔 미만) 유료 라이브 생성 방지를 위한 정책 검증을 생성 전 단계에서 강제하기 위함이다.
- 어떻게: `lsp_diagnostics`로 변경 파일(`SodaLive/Sources/Live/Room/Create/LiveRoomCreateViewModel.swift`, `SodaLive/Sources/I18n/I18n.swift`)을 점검했다.
- 결과: SourceKit 환경 한계로 `No such module 'UIKit'`, `Cannot find 'LanguageHeaderProvider' in scope` 진단이 발생했다.
- 어떻게: `xcodebuild -workspace "SodaLive.xcworkspace" -scheme "SodaLive" -configuration Debug build`를 실행했다.
- 결과: `** BUILD SUCCEEDED **`.
- 어떻게: `xcodebuild -workspace "SodaLive.xcworkspace" -scheme "SodaLive" test`를 실행했다.
- 결과: `Scheme SodaLive is not currently configured for the test action.`로 테스트 액션 미구성 상태를 확인했다.