From b39e25a58f2498724583866a0d40d5c960e1f77e Mon Sep 17 00:00:00 2001 From: avesh-h Date: Mon, 9 Mar 2026 21:35:57 +0530 Subject: [PATCH] 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. --- commands/resume-session.md | 4 ++-- commands/save-session.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/commands/resume-session.md b/commands/resume-session.md index 3a08831a..9cba97af 100644 --- a/commands/resume-session.md +++ b/commands/resume-session.md @@ -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--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 diff --git a/commands/save-session.md b/commands/save-session.md index 7c03d19c..7acf384a 100644 --- a/commands/save-session.md +++ b/commands/save-session.md @@ -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