find_unfinished_tasks
Identify unfinished tasks by detecting TODO, FIXME, and unimplemented markers in your codebase. Filter by repository or recent changes to prioritize outstanding work.
Instructions
Detects TODO, FIXME, and unimplemented markers via DevMemory(데브메모리).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | 최근 변경 파일 필터 시작일 | |
| repoUrl | No | Public GitHub 저장소 URL (예: https://github.com/facebook/react). AWS/PlayMCP 배포 시 사용. 로그인 불필요. | |
| repoPath | No | 로컬 Git 저장소 경로. Cursor 로컬 개발 시 사용. |