From 90e7999fe8a373a303c8d9ed65048bc0be85bb85 Mon Sep 17 00:00:00 2001 From: htlee Date: Sat, 14 Feb 2026 14:49:56 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20workflow-version.json=20=ED=98=95?= =?UTF-8?q?=EC=8B=9D=20=EB=A7=88=EC=9D=B4=EA=B7=B8=EB=A0=88=EC=9D=B4?= =?UTF-8?q?=EC=85=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit applied_global_version 형식으로 전환 (v1.2.0 체계) Co-Authored-By: Claude Opus 4.6 --- .claude/workflow-version.json | 45 ++++------------------------------- 1 file changed, 4 insertions(+), 41 deletions(-) diff --git a/.claude/workflow-version.json b/.claude/workflow-version.json index 7e4fa16..5925a2d 100644 --- a/.claude/workflow-version.json +++ b/.claude/workflow-version.json @@ -1,43 +1,6 @@ { - "version": "1.1.0", - "updated": "2026-02-14", - "gitea_url": "https://gitea.gc-si.dev", - "nexus_url": "https://nexus.gc-si.dev", - "changes": [ - { - "version": "1.1.0", - "date": "2026-02-14", - "description": "HTTPS 도메인 마이그레이션 + 개발자 가이드 사이트 추가", - "items": [ - "모든 서비스 URL을 IP:포트 → HTTPS 도메인으로 변경", - "Nexus 레지스트리 URL을 HTTPS 도메인으로 변경 (.npmrc, settings.xml, gradle.properties)", - "sync-team-workflow 스킬 기본 URL 업데이트", - "개발자 가이드 사이트 (guide.gc-si.dev) 추가" - ], - "affected_files": [ - "workflow-version.json", - ".npmrc", - ".mvn/settings.xml", - "gradle.properties.example" - ] - }, - { - "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/*" - ] - } - ] + "applied_global_version": "1.1.0", + "applied_date": "2026-02-14", + "project_type": "java-maven", + "gitea_url": "https://gitea.gc-si.dev" }