get_todays_git_diff
Extract today's Git commits and code changes from a local repository to generate TIL notes or daily work summaries.
Instructions
로컬 Git 리포지토리에서 오늘 자정(00:00) 이후 작성한 커밋과 코드 변경사항(diff)을 추출합니다. TIL(Today I Learned) 작성이나 작업 내역 요약에 유용합니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | 분석할 Git 리포지토리의 절대 경로 (예: /Users/username/project/my-repo) |