The Problem: Why Claude Code Keeps Forgetting Your RulesImagine this scenario: It's Monday morning, and you fire up Claude Code to finish a feature you started last week. You type in your request: "Add a batch query method to OrderService that returns order details based on a list of order IDs."Claude quickly generates code. But as you scan it, your frown deepens—it's using a basic ArrayList for-loop with individual SQL queries, one at a time. Yet your project already has a well-encapsulated batchQuery() method ready to use.You correct it: "...