Commit Graph

3 Commits

Author SHA1 Message Date
196a0478c7 feat: Update Claude hooks to PowerShell scripts and add Notion DB expert agent
Some checks failed
ci / ci (22, ubuntu-latest) (push) Failing after 25m7s
- Replaced shell scripts with PowerShell scripts for notification and stop hooks to improve compatibility on Windows.
- Introduced a new agent, `notion-db-expert`, for managing Notion API interactions, including detailed guidelines and examples for database operations.
- Updated settings to reflect the new PowerShell command paths in `.claude/settings.local.json`.
- Added documentation for the new agent in `docs/PRD_PROMPT.md` and `docs/PRD.md` to support project development.
2026-03-15 14:27:32 +09:00
hyeonggil
9909813c18 🧑‍💻 dx: Claude hooks stdin 처리 및 JSON 직렬화 개선
- stdin에서 JSON 입력을 먼저 읽은 후 파싱하도록 수정
- jq를 사용한 안전한 JSON payload 생성으로 특수문자 이스케이프 처리
- curl에 Content-Type 헤더 추가 및 -s(silent) 옵션 적용
- 디버그용 echo 로그 제거
2026-03-08 21:25:19 +09:00
hyeonggil
4f8e225727 🧑‍💻 dx: Claude Code 개발 환경 초기 설정
- 커스텀 에이전트 추가 (code-reviewer, development-planner, nextjs-app-developer, starter-cleaner, ui-markup-specialist, prd-generator, prd-validator)
- 커스텀 명령어 추가 (git: commit/branch/merge/pr, docs: update-roadmap)
- Slack 알림 훅 추가 (notification-hook.sh, stop-hook.sh)
- Claude Code 권한 및 MCP 서버 설정 업데이트
- CLAUDE.md 프로젝트 가이드 문서 추가
- Husky pre-commit 훅 설정 (lint-staged 연동)
2026-03-08 18:17:30 +09:00