diff --git a/workflow-version.json b/workflow-version.json index 7e4fa16..746b521 100644 --- a/workflow-version.json +++ b/workflow-version.json @@ -1,9 +1,30 @@ { - "version": "1.1.0", + "version": "1.2.0", "updated": "2026-02-14", "gitea_url": "https://gitea.gc-si.dev", "nexus_url": "https://nexus.gc-si.dev", "changes": [ + { + "version": "1.2.0", + "date": "2026-02-14", + "description": "워크플로우 시스템 분리 및 통합", + "items": [ + "SessionStart hook: Gitea API 직접 조회 방식으로 전환", + "init-project: memory, hook 스크립트, lint 감지, git exclude 통합", + "프로젝트 workflow-version.json: applied_global_version 형식 통일", + "미초기화 팀 프로젝트 자동 감지 (team-policy.md 기반)", + "범용 스킬 분리: api-registry, changelog, swagger-spec" + ], + "affected_files": [ + ".claude/workflow-version.json", + ".claude/skills/init-project/SKILL.md", + ".claude/skills/sync-team-workflow/SKILL.md", + ".claude/scripts/on-pre-compact.sh", + ".claude/scripts/on-post-compact.sh", + ".claude/scripts/on-commit.sh", + ".claude/settings.json (hooks 섹션)" + ] + }, { "version": "1.1.0", "date": "2026-02-14",