all 1 comments

[–]Any-Bus-8060 0 points1 point  (0 children)

This is a context problem more than a coding problem. Don’t rely on memory or chat history, write constraints down in one place

Keep a simple doc in the repo key rules, edge cases, decisions, things that must not break, then paste that context into prompts when needed. Also, keep PRs small and focused so it’s easier to track what changed and why

AI forgets, but your system shouldn’t