Skip to content

chore: improve open-source project hygiene#11

Merged
chsm04 merged 1 commit intomainfrom
chore/open-source-hygiene
Mar 25, 2026
Merged

chore: improve open-source project hygiene#11
chsm04 merged 1 commit intomainfrom
chore/open-source-hygiene

Conversation

@chsm04
Copy link
Copy Markdown
Owner

@chsm04 chsm04 commented Mar 25, 2026

Summary

  • server.ts 버전을 package.json에서 읽도록 변경 (하드코딩 제거)
  • cleanupStale()에서 SSE 포트 기반 세션키도 24시간 초과 시 정리되도록 개선
  • README 영문/한글의 /health 응답 예시를 실제 출력과 일치하도록 수정
  • CLAUDE_CODE_SSE_PORT 환경변수 문서 추가
  • package.jsonrepository, homepage, description 필드 추가
  • .gitignore.pulse/, .DS_Store, *.log, docs/ 추가

Test plan

  • bun x tsc --noEmit 통과
  • curl localhost:3400/health 응답 확인
  • 포트 폴백 동작 확인

🤖 Generated with Claude Code

- Read version from package.json instead of hardcoding in server.ts
- Fix cleanupStale to handle non-PID session keys (SSE port based)
- Fix /health response example in READMEs to match actual output
- Add CLAUDE_CODE_SSE_PORT to configuration docs
- Add repository, homepage, description to package.json
- Expand .gitignore with .pulse/, .DS_Store, *.log, docs/

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@chsm04 chsm04 merged commit 8642c77 into main Mar 25, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant