logoalt Hacker News

Sha1rholdertoday at 10:59 AM1 replyview on HN

“Don’t start off by git diff, git status, or git show” saved me quite a few tokens.


Replies

Zambytetoday at 1:12 PM

I have in mine to not do any write operations with git, to only use the CLI to explore the history and the current state. I don't trust my agent to commit and push on my behalf. Using my agents.md has worked well for that kind of thing.