generate_dev_report
Generate daily or weekly development reports from Git commits and diffs, summarizing work done in a specified period to track progress and spot unfinished tasks.
Instructions
Generates a daily/weekly dev report from commits and diffs via DevMemory(데브메모리).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | Yes | 보고서 시작일 (YYYY-MM-DD) | |
| until | No | 보고서 종료일 | |
| format | No | ||
| repoUrl | No | Public GitHub 저장소 URL (예: https://github.com/facebook/react). AWS/PlayMCP 배포 시 사용. 로그인 불필요. | |
| repoPath | No | 로컬 Git 저장소 경로. Cursor 로컬 개발 시 사용. |