mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-12 20:53:34 +08:00
docs: update session file paths in save-session and resume-session commands
Revised the documentation for both the and commands to clarify that session files are saved and loaded from the project-level directory, rather than the global directory. This change enhances user understanding of session management and ensures consistency in file path references.
This commit is contained in:
@@ -56,7 +56,7 @@ Read the complete file. Do not summarize yet.
|
|||||||
Respond with a structured briefing in this exact format:
|
Respond with a structured briefing in this exact format:
|
||||||
|
|
||||||
```
|
```
|
||||||
SESSION LOADED: .claude/sessions/YYYY-MM-DD-<shortid>-session.tmp
|
SESSION LOADED: [actual resolved path to the file]
|
||||||
════════════════════════════════════════════════
|
════════════════════════════════════════════════
|
||||||
|
|
||||||
PROJECT: [project name / topic from file]
|
PROJECT: [project name / topic from file]
|
||||||
@@ -115,7 +115,7 @@ Report: "Session file found but appears empty or unreadable. You may need to cre
|
|||||||
## Example Output
|
## Example Output
|
||||||
|
|
||||||
```
|
```
|
||||||
SESSION LOADED: ~/.claude/sessions/2024-01-15-abc123-session.tmp
|
SESSION LOADED: .claude/sessions/2024-01-15-abc123-session.tmp
|
||||||
════════════════════════════════════════════════
|
════════════════════════════════════════════════
|
||||||
|
|
||||||
PROJECT: my-app — JWT Authentication
|
PROJECT: my-app — JWT Authentication
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
description: Save current session state to a dated file in ~/.claude/sessions/ so work can be resumed in a future session with full context.
|
description: Save current session state to a dated file in .claude/sessions/ (project level by default) so work can be resumed in a future session with full context.
|
||||||
---
|
---
|
||||||
|
|
||||||
# Save Session Command
|
# Save Session Command
|
||||||
|
|||||||
Reference in New Issue
Block a user