Context Management Why Context Matters - Reduces ramp-up time - Prevents repeated mistakes - Enables informed decisions - Facilitates collaboration Context Types Project Context - What the project does - Why it exists - Who uses it - Key constraints Technical Context - Architecture decisions (ADRs) - Technology choices - Coding conventions - Known issues Historical Context - Why decisions were made - What was tried before - Lessons learned Context Capture Decision Log Knowledge Base - README for project overview - ADRs for architecture - CONTRIBUTING for development - CHANGELOG for history Co…