Update the `.claude/project-context.md` file by ONLY appending changes made during THIS session to the "RECENT CHANGES (This Session)" section at the top of the file. **DO NOT re-scan or re-explore the entire codebase** - this wastes tokens and time. **What to do:** 1. Review the conversation history to identify what was changed/added/fixed in THIS session 2. Read the current `.claude/project-context.md` file 3. Update ONLY the "RECENT CHANGES (This Session)" section at the top with: - Date of changes (today's date) - Brief bullet points describing what was modified - Files that were changed with brief descriptions - Any new functionality added - Bug fixes completed 4. Leave the rest of the file unchanged **Format for session changes:** ```markdown ## RECENT CHANGES (This Session) **[Feature/Fix Name] ([Date]):** - ✅ Brief description of change 1 - ✅ Brief description of change 2 - Files modified: [file1.cs](path/to/file1.cs), [file2.cs](path/to/file2.cs) ``` When done, provide a brief summary of what session changes were documented.