Create ADRs (Architecture Decision Records) for major AI-assisted decisions:
- Title: What was decided
- Context: What problem we faced
- Decision: What AI suggested and why we accepted it
- Consequences: Trade-offs we accepted
ADRs explain why code exists. When someone asks "why did we do it this way?" the ADR answers. Store ADRs in docs/adr/ in your repo.