diff --git a/.claude/settings.json b/.claude/settings.json index c7abe2f..44bf2b0 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -47,41 +47,7 @@ "Read(./**/application-local.properties)" ] }, - "hooks": { - "SessionStart": [ - { - "matcher": "compact", - "hooks": [ - { - "type": "command", - "command": "bash .claude/scripts/on-post-compact.sh", - "timeout": 10 - } - ] - } - ], - "PreCompact": [ - { - "hooks": [ - { - "type": "command", - "command": "bash .claude/scripts/on-pre-compact.sh", - "timeout": 30 - } - ] - } - ], - "PostToolUse": [ - { - "matcher": "Bash", - "hooks": [ - { - "type": "command", - "command": "bash .claude/scripts/on-commit.sh", - "timeout": 15 - } - ] - } - ] - } + "hooks": {}, + "deny": [], + "allow": [] } diff --git a/.claude/workflow-version.json b/.claude/workflow-version.json index cd05c21..a1d074a 100644 --- a/.claude/workflow-version.json +++ b/.claude/workflow-version.json @@ -1,6 +1,6 @@ { "applied_global_version": "1.6.1", - "applied_date": "2026-03-09", + "applied_date": "2026-03-23", "project_type": "java-maven", "gitea_url": "https://gitea.gc-si.dev" } diff --git a/docs/RELEASE-NOTES.md b/docs/RELEASE-NOTES.md index acba93f..15a8999 100644 --- a/docs/RELEASE-NOTES.md +++ b/docs/RELEASE-NOTES.md @@ -70,6 +70,7 @@ - AIS Import Job 로그에 캐시 적재 흐름 명시 (`API → 캐시`) ### 기타 +- 프론트엔드 title 변경 (#76) - Gitea 팀 프로젝트 워크플로우 구조 적용 - commit-msg 정규식 통일 (#1) - SLF4J 로깅 지침 추가 (#2) diff --git a/frontend/index.html b/frontend/index.html index 072a57e..d8729c6 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -4,7 +4,7 @@ -