Merge pull request 'style(ui): 프론트엔드 title 변경' (#79) from feature/ISSUE-76-frontend-title-change into develop

This commit is contained in:
HYOJIN 2026-03-23 17:31:11 +09:00
커밋 1986f2979f
4개의 변경된 파일6개의 추가작업 그리고 39개의 파일을 삭제

파일 보기

@ -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": []
}

파일 보기

@ -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"
}

파일 보기

@ -70,6 +70,7 @@
- AIS Import Job 로그에 캐시 적재 흐름 명시 (`API → 캐시`)
### 기타
- 프론트엔드 title 변경 (#76)
- Gitea 팀 프로젝트 워크플로우 구조 적용
- commit-msg 정규식 통일 (#1)
- SLF4J 로깅 지침 추가 (#2)

파일 보기

@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>frontend</title>
<title>S&amp;P 배치 관리</title>
</head>
<body>
<div id="root"></div>