Skip to content

Conversation

@fnebenfuehr
Copy link
Owner

  • Add gitGetWorkingDirectoryStatus() to detect staged, unstaged, and untracked changes separately
  • Add formatWorkingDirectoryStatus() to display clear change summaries
  • Update UncommittedChangesError to include detailed status in error message
  • Update remove command to show which files have changes before prompting
  • Add comprehensive tests for all change types (staged only, unstaged only, untracked only, mixed)
  • Add unit tests for git utility functions

claude and others added 2 commits November 21, 2025 23:41
- Add gitGetWorkingDirectoryStatus() to detect staged, unstaged, and untracked changes separately
- Add formatWorkingDirectoryStatus() to display clear change summaries
- Update UncommittedChangesError to include detailed status in error message
- Update remove command to show which files have changes before prompting
- Add comprehensive tests for all change types (staged only, unstaged only, untracked only, mixed)
- Add unit tests for git utility functions
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.

3 participants