From 212895f6b45f3dd618da8fc2f8961761f55bc469 Mon Sep 17 00:00:00 2001 From: htlee Date: Sun, 1 Mar 2026 17:27:02 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20sync-team-workflow=EC=97=90=20env=20?= =?UTF-8?q?=EB=8F=99=EA=B8=B0=ED=99=94=20+=20v1.5.0=20=EC=8A=A4=ED=82=AC/?= =?UTF-8?q?=EC=97=90=EC=9D=B4=EC=A0=84=ED=8A=B8=20=EB=AA=A9=EB=A1=9D=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .claude/skills/sync-team-workflow/SKILL.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.claude/skills/sync-team-workflow/SKILL.md b/.claude/skills/sync-team-workflow/SKILL.md index 2d51512..5c07617 100644 --- a/.claude/skills/sync-team-workflow/SKILL.md +++ b/.claude/skills/sync-team-workflow/SKILL.md @@ -44,12 +44,22 @@ curl -sf "${GITEA_URL}/gc/template-react-ts/raw/branch/develop/.editorconfig" ``` .claude/rules/team-policy.md .claude/rules/git-workflow.md +.claude/rules/release-notes-guide.md +.claude/rules/subagent-policy.md .claude/rules/code-style.md (타입별) .claude/rules/naming.md (타입별) .claude/rules/testing.md (타입별) ``` +#### 4-1b. 에이전트 파일 (덮어쓰기) +``` +.claude/agents/explorer.md +.claude/agents/implementer.md +.claude/agents/reviewer.md +``` + #### 4-2. settings.json (부분 갱신) +- `env`: 글로벌 최신으로 교체 (CLAUDE_BOT_TOKEN 등 팀 공통 환경변수) - `deny` 목록: 글로벌 최신으로 교체 - `allow` 목록: 기존 사용자 커스텀 유지 + 글로벌 기본값 병합 - `hooks`: init-project SKILL.md의 hooks JSON 블록을 참조하여 교체 (없으면 추가) @@ -63,6 +73,10 @@ curl -sf "${GITEA_URL}/gc/template-react-ts/raw/branch/develop/.editorconfig" .claude/skills/fix-issue/SKILL.md .claude/skills/sync-team-workflow/SKILL.md .claude/skills/init-project/SKILL.md +.claude/skills/push/SKILL.md +.claude/skills/mr/SKILL.md +.claude/skills/release/SKILL.md +.claude/skills/version/SKILL.md ``` #### 4-4. Git Hooks (덮어쓰기 + 실행 권한)