mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02: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:
parent
81022fdcfe
commit
b39e25a58f
2 changed files with 3 additions and 3 deletions
|
|
@ -56,7 +56,7 @@ Read the complete file. Do not summarize yet.
|
|||
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]
|
||||
|
|
@ -115,7 +115,7 @@ Report: "Session file found but appears empty or unreadable. You may need to cre
|
|||
## 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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue