- CLAUDE.md: React/TypeScript/Vite 프로젝트 가이드 - .claude/settings.json: npm/Node.js 빌드 도구 권한 설정 - .claude/rules/: TypeScript/React 코드 스타일, 네이밍, 테스트 규칙 - .githooks/pre-commit: TypeScript 타입체크 + ESLint 검증 - .npmrc: Nexus npm 프록시 레지스트리 - .prettierrc: 코드 포맷팅 설정 - .node-version: Node.js 버전 고정
27 lines
801 B
JSON
27 lines
801 B
JSON
{
|
|
"version": "1.0.0",
|
|
"updated": "2026-02-14",
|
|
"gitea_url": "http://211.208.115.83:3000",
|
|
"nexus_url": "http://211.208.115.83:9081",
|
|
"changes": [
|
|
{
|
|
"version": "1.0.0",
|
|
"date": "2026-02-14",
|
|
"description": "팀 워크플로우 초기 구성",
|
|
"items": [
|
|
"3계층 정책 강제 (프로젝트 deny + 서버 hooks + Branch Protection)",
|
|
"Java Maven/Gradle + React TS 템플릿",
|
|
"Nexus 자체 레포지토리 연동",
|
|
"Conventional Commits (한/영 혼용)",
|
|
"Git hooks: pre-commit(빌드검증), commit-msg(형식검증), post-checkout(hooksPath 자동설정)"
|
|
],
|
|
"affected_files": [
|
|
".claude/settings.json",
|
|
".claude/rules/*",
|
|
".claude/skills/*",
|
|
".githooks/*"
|
|
]
|
|
}
|
|
]
|
|
}
|