feat(ai-character): 관리자 웹 기반 구성
This commit is contained in:
7
docs/agent-guide/code-style.md
Normal file
7
docs/agent-guide/code-style.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# 코드 스타일 규칙
|
||||
|
||||
- TypeScript는 `strict` 기준을 유지하고 `as any`, `@ts-ignore`, `@ts-expect-error`로 타입 오류를 숨기지 않는다.
|
||||
- React 컴포넌트와 테스트는 named export/import를 우선 사용하고, `@/*` path alias는 `src/*` 기준으로 사용한다.
|
||||
- 문자열 quote, semicolon, trailing comma 등 세부 포맷은 현재 ESLint/TypeScript 설정과 주변 코드 스타일을 따른다.
|
||||
- 테스트는 Vitest + React Testing Library를 사용하고, DOM/mock/storage 정리는 `src/shared/test/setup.ts`의 공통 setup에 맡긴다.
|
||||
- Phase 0에서는 router, server-state, form, drag-and-drop, Tailwind/shadcn 의존성을 추가하지 않는다. 필요한 Phase에서 실제 소비 시점에 추가한다.
|
||||
Reference in New Issue
Block a user