Error Memory Document errors to avoid repeating them. Trigger Invoke when: - Build/tests fail after your action - User corrects you - You realize a wrong approach - You forget a project convention - Unexpected behavior occurs Process 1. Identify error type - : build, tests, syntax, runtime - : conventions, patterns, project stack - : misunderstood requirements 2. Analyze root cause (not symptom) 3. Formulate fix as reusable rule 4. Append line to : 5. Create file if missing with this template: Rules - One line = one error (no paragraphs) - Fix = actionable rule, not excuse - Cause = why, not…