특정 일자 시점 법령 본문
kr_file_at_dateRetrieve the exact version of a Korean legal file from the legalize-kr repository as it existed on a specified date, leveraging git commit history. Optionally includes full document content.
Instructions
git log -1 --before=날짜로 해당 시점 커밋을 찾고, 선택적으로 git show로 당시 본문을 가져옵니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | 기준일 YYYY-MM-DD (커밋 날짜 기준) | |
| lawDir | Yes | kr/ 바로 아래 법령 폴더명 (예: 민법) | |
| fileName | Yes | 법령 Markdown 파일명 | |
| maxChars | No | ||
| includeContent | No |