Files
sodalive-backend-spring-boot/docs/agent-guides/커밋메시지.md

961 B

커밋 메시지

커밋 메시지 규칙 (표준 Conventional Commits)

  • 기본 형식은 <type>(scope): <description>를 사용한다.
  • type은 소문자(feat, fix, chore, docs, refactor, test 등)를 사용한다.
  • 제목(description)은 한글로 작성하고, 명령형/간결한 현재형으로 작성한다.
  • 이슈 참조 footer는 Refs: #123 또는 Refs: #123, #456 형식을 사용한다.

커밋 메시지 검증 절차

  • git commit 직전/직후 항상 work/scripts/check-commit-message-rules.sh를 실행해 규칙 준수 여부를 확인한다.
  • 스크립트 결과가 [FAIL]이면 메시지를 수정한 뒤 다시 검증한다.
  • 커밋 메시지 본문에 에이전트 홍보/서명 footer를 추가하지 않는다.
  • Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) 또는 Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>가 있으면 커밋 완료 전 제거한다.