rtk-ai/rtk
View on GitHubBug : New files added with `git add --intent-to-add` are omitted by `rtk git status`
Open
#1149 opened on Apr 10, 2026
bugeffort-smallfilter-qualitygood first issue
Description
When there is a new untracked file being git added with -N or --intent-to-add option, that file will have new file:
Reproduction steps
touch new_filegit add -N new_filertk git status-> seesclean - nothing to commit