2025-12-05 19:10:28 +01:00
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.
2025-12-05 09:51:04 +01:00
2025-12-05 19:10:28 +01:00
**DO NOT re-scan or re-explore the entire codebase** - this wastes tokens and time.
2025-12-05 09:51:04 +01:00
2025-12-05 19:10:28 +01:00
**What to do:**
2025-12-05 09:51:04 +01:00
2025-12-05 19:10:28 +01:00
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
2025-12-05 09:51:04 +01:00
2025-12-05 19:10:28 +01:00
**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.