auto fix not visible after partial commit #888
aschleifer
started this conversation in
General
Replies: 1 comment 2 replies
-
|
Confirmed bug. The step's auto-staging was silently re-staging the fixer's output over your explicit Fix in #892: when This comment was generated by Claude Code. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a repository with several hk linters enabled. In this repository I have these two files:
a.json:{ "entries": [], "test": false }b.md:# test document this is just for testingNow I change something in
a.jsonwhich will trigger an auto fix and i change something inb.md:I then only add the changes for
a.jsonand try to commit that:When I run a git status now I would expect the original changes of
a.jsonto still be staged, but the auto fix to be unstaged andb.mdalso unstaged. Instead I find that the auto fix is just gone:Beta Was this translation helpful? Give feedback.
All reactions