🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
626 B
626 B
Save detailed context about the current problem to a markdown file for handover to another session due to context limit reached.
- Create context handover file in project root:
CONTEXT_HANDOVER_[TIMESTAMP].md - Document the current problem being worked on with all relevant details and analysis
- Include current progress - what has been discovered, analyzed, or attempted so far
- List key files examined and their relevance to the problem
- Save current state - todos, findings, next steps, and any constraints
- Stop execution - context is now ready for a fresh session to continue the work