Mindwalk — 코딩 에이전트 작업을 코드베이스 3D 지도로 재생
cosmtrek(Ricko Yu)이 공개한 오픈소스 도구 Mindwalk는 Claude Code·Codex 세션 로그를 읽어 에이전트가 어디를 검색하고 읽고 수정했는지 코드베이스의 3D '밤 지도' 위에서 재생합니다. 파일은 접촉 상태(본/읽은/수정한)에 따라 빛나고 손대지 않은 코드는 어둡게 남아, 에이전트가 작업을 어떻게 이해했는지 형태로 확인할 수 있습니다. 단일 Go 바이너리에 MIT 라이선스이며 세션 데이터는 로컬을 벗어나지 않습니다.
💡여러 에이전트를 병렬로 돌릴수록 '무엇을 했나'보다 '어떻게 이해했나'를 감사하기 어렵습니다. 작업 범위를 눈으로 검증하는 습관을 들일 수 있습니다.
- 누가
- Ricko Yu (GitHub: cosmtrek)
- 무엇을
- Released Mindwalk (v0.1.0), an open-source tool that replays Claude Code / Codex agent sessions on a 3D map of the repository
- 언제
- 2026-07-12T02:00:00Z
- 왜
- Session logs record what an agent did but not how it understood the task — which files it treated as relevant, where it explored, whether its footprint matched intended scope
#agent#claude-code#visualization#open-source

