Commit Graph

2 Commits

Author SHA1 Message Date
hyeonggil
1b9e49c32c 🐛 fix: .env 마지막 줄 누락 시 파싱 실패 버그 수정
Some checks failed
로또 자동 구매 / buy (push) Failing after 13m49s
while read 루프는 파일 마지막 줄에 개행이 없으면 EOF에서
exit code 1을 반환해 해당 줄을 건너뜀.
|| [[ -n "$key" ]] 조건 추가로 마지막 줄도 처리하도록 수정.
2026-03-15 22:09:34 +09:00
hyeonggil
41f98ee917 🧑‍💻 dx: Claude Code 에이전트·명령어·훅 설정 추가
- agents/: dev(코드리뷰, 앱개발, UI 등), docs(PRD), notion 전문 에이전트
- commands/: git(commit/branch/merge/pr), docs 커스텀 명령어
- hooks/: notification-hook, stop-hook 알림 스크립트
- settings.local.json: MCP 서버 활성화 및 훅 설정 추가
2026-03-15 15:03:19 +09:00