chore: 워크플로우 시스템 분리 및 통합 (v1.2.0)

This commit is contained in:
htlee 2026-02-14 14:48:43 +09:00
부모 bc4bfa15b3
커밋 6639cae9b9

파일 보기

@ -1,9 +1,30 @@
{ {
"version": "1.1.0", "version": "1.2.0",
"updated": "2026-02-14", "updated": "2026-02-14",
"gitea_url": "https://gitea.gc-si.dev", "gitea_url": "https://gitea.gc-si.dev",
"nexus_url": "https://nexus.gc-si.dev", "nexus_url": "https://nexus.gc-si.dev",
"changes": [ "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", "version": "1.1.0",
"date": "2026-02-14", "date": "2026-02-14",