Skip to content

feat: show current project name in status line#19

Merged
imironjin merged 2 commits intomainfrom
feat/statusline-project-name
Apr 8, 2026
Merged

feat: show current project name in status line#19
imironjin merged 2 commits intomainfrom
feat/statusline-project-name

Conversation

@imironjin
Copy link
Copy Markdown
Collaborator

Summary

  • Status line 끝에 현재 프로젝트 폴더명(📂 project-name)을 표시
  • 터미널 여러 개 열었을 때 어떤 프로젝트에서 실행 중인지 바로 식별 가능
  • computeStreak 테스트의 타임존 버그 수정 (toISOString() UTC → 로컬 날짜)

Test plan

  • 전체 51개 테스트 통과
  • status-line 테스트에서 📂 my-project 포함 검증
  • 실제 Claude Code에서 status line에 프로젝트명 표시 확인

🤖 Generated with Claude Code

imironjin and others added 2 commits April 9, 2026 08:07
Add project folder name (📂) to the end of the status line so users
can identify which project they're working on across multiple terminals.

Also fix timezone bug in computeStreak tests — toISOString() returns
UTC dates which drift from local time in KST, causing flaky failures.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@imironjin imironjin merged commit 73883f6 into main Apr 8, 2026
1 check passed
@imironjin imironjin deleted the feat/statusline-project-name branch April 8, 2026 23:10
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