Git setup that keeps your AI agent from reading your whole codebase
This story is from 2026-09-13. It is preserved in the archive; the latest stories are on the live feed.
Started my first large coding project recently and my money evaporated. Quickly. This is what I did to save money. { echo "# AUTO-GENERATED — do not edit" git add -N . 2>/dev/null git diff -U3 -p HEAD } > .changed_markers This grabs any changes since the last commit and dumps it into .changed_marke…
Read the full story at r/ChatGPTCoding ↗
Timeline · 1 report
- 2026-09-13 05:30 · r/ChatGPTCoding
Git setup that keeps your AI agent from reading your whole codebase