- workflow-version.json: 글로벌 워크플로우 버전 관리 - .claude/rules/: 팀 정책, Git 워크플로우 규칙 - .claude/skills/: init-project, create-mr, fix-issue, sync-team-workflow - .githooks/: commit-msg (Conventional Commits), post-checkout (hooksPath) - .editorconfig: 에디터 공통 설정
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/*"
|
|
]
|
|
}
|
|
]
|
|
}
|