docs(session): clarify startup prompt works for new session OR compaction
Make it explicit that this prompt should be used for: - Brand new sessions (fresh conversation) - Continuing after context compaction Per CLAUDE.md, session-init.js is mandatory in BOTH cases. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
0bbc3b769e
commit
06c397b2d3
1 changed files with 9 additions and 3 deletions
|
|
@ -2,13 +2,19 @@
|
||||||
|
|
||||||
## For Next Claude Instance
|
## For Next Claude Instance
|
||||||
|
|
||||||
Copy and paste this prompt to start the next session:
|
**Use this prompt for**:
|
||||||
|
- ✅ Starting a brand NEW session (fresh conversation)
|
||||||
|
- ✅ Continuing THIS session after context compaction
|
||||||
|
|
||||||
|
Copy and paste this prompt:
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**SESSION HANDOFF - Tractatus Website Development**
|
**CONTINUATION/NEW SESSION - Tractatus Website Development**
|
||||||
|
|
||||||
Read `SESSION_CLOSEDOWN_2025-10-24.md` for complete context from previous session.
|
**Per CLAUDE.md**: `session-init.js` is MANDATORY both for new sessions AND after compaction.
|
||||||
|
|
||||||
|
Read `SESSION_CLOSEDOWN_2025-10-24.md` for complete context.
|
||||||
|
|
||||||
**CRITICAL PRIORITIES**:
|
**CRITICAL PRIORITIES**:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue