From 24a13fd073937778019976da2fc9c9be62e99ff3 Mon Sep 17 00:00:00 2001 From: HYOJIN Date: Mon, 23 Mar 2026 17:29:34 +0900 Subject: [PATCH 1/2] =?UTF-8?q?style(ui):=20=ED=94=84=EB=A1=A0=ED=8A=B8?= =?UTF-8?q?=EC=97=94=EB=93=9C=20title=20=EB=B3=80=EA=B2=BD=20(frontend=20?= =?UTF-8?q?=E2=86=92=20S&P=20=EB=B0=B0=EC=B9=98=20=EA=B4=80=EB=A6=AC)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #76 Co-Authored-By: Claude Opus 4.6 (1M context) --- .claude/settings.json | 40 +++-------------------------------- .claude/workflow-version.json | 2 +- frontend/index.html | 2 +- 3 files changed, 5 insertions(+), 39 deletions(-) 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/frontend/index.html b/frontend/index.html index 072a57e..d8729c6 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -4,7 +4,7 @@ - frontend + S&P 배치 관리
From 7b249d2f16748e5f7dee000941e4d30cf79731bb Mon Sep 17 00:00:00 2001 From: HYOJIN Date: Mon, 23 Mar 2026 17:30:26 +0900 Subject: [PATCH 2/2] =?UTF-8?q?docs:=20=EB=A6=B4=EB=A6=AC=EC=A6=88=20?= =?UTF-8?q?=EB=85=B8=ED=8A=B8=20=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/RELEASE-NOTES.md | 1 + 1 file changed, 1 insertion(+) 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)