From b5917d54012c216b841727f4e843e81ede310d74 Mon Sep 17 00:00:00 2001 From: hiondal Date: Wed, 29 Oct 2025 09:40:33 +0900 Subject: [PATCH] upload final version --- .claude/settings.local.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index e172f48..72a0739 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -5,7 +5,9 @@ "Bash(chmod:*)", "Bash(sed:*)", "Bash(find:*)", - "Bash(git add:*)" + "Bash(git add:*)", + "Bash(git commit -m \"$(cat <<''EOF''\nArgoCD 기반 CI/CD 파이프라인 추가\n\n- GitHub Actions 워크플로우 파일 추가\n- 빌드, 테스트, 이미지 생성 자동화\n- ArgoCD 동기화 트리거 구성\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-Authored-By: Claude \nEOF\n)\")", + "Bash(git push:*)" ], "deny": [], "ask": []