Original Reddit post

Been using GitHub copilot with Claude code 4.x for a long time and it works well. Today I jumped on Claude code and just to smoke test I ran the cli with opus 4.6 and asked it to look for improvements in a small project. It spend a while and one of the low hanging fruits were 2 dot files missing in .gitignore. Told it to go ahead and add them. Then it also suggested to remove them from git and I accepted this. Then it found out there didn’t even exist in git and they they were probably already excluded in the .gitignore (which they were) so now I had double entries of the same, would it suggest to clean up or anything … nope it pretty much just managed to do something completely unnecessary and left a mess behind. Is this state of the art ? Tell me what was wrong ( that I never had to deal with via vscode + Claude. submitted by /u/simonsays

Originally posted by u/simonsays on r/ClaudeCode