Skip to content

Commit c60778e

Browse files
committed
docs: add guideline prohibiting unsafe type conversions to AGENTS.md
1 parent 860f65f commit c60778e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ HTTP API 및 SSE로 최신 이벤트 목록을 제공한다.
7979
- Zod 스키마 변수는 schemaXXX 형태의 camelCase로 작성합니다.
8080
- `logger`를 사용하여 적절한 수준의 로그를 남깁니다. (debug/info/warn/error)
8181
- 필요한 경우가 아니라면 일반 함수는 `function` 키워드로 작성합니다. (화살표 함수는 주로 콜백용)
82+
- `as unknown` 같이 타입 안전성을 해치는 변환을 사용하지 않습니다.
8283

8384
## Git commit style
8485

0 commit comments

Comments
 (0)