>>108823825
That doesn't help. It's an uphill battle because these things have been reinforcement trained to shit out docs and random markdown files all over the codebase and commit them and doing things differently throws it out of distribution.
I have docs as a gitignored symlink and despite instructions telling it that and that it should not commit anything there, it still trys to git add and commit doc files, gets confused, calls this a contradiction in its reasoning, and will keep trying until I intervene.
I have caught the bastard quietly doing git -C /path/to/docs/repo add "useless.md" && git commit -m "docs: found a workaround :^)"