From b365ce861ad3b17326a84b38e97c2c6a7d8277fd Mon Sep 17 00:00:00 2001 From: avesh-h Date: Mon, 9 Mar 2026 21:41:17 +0530 Subject: [PATCH] docs: update session file path in save-session command documentation Revised the documentation for the `/save-session` command to reflect the actual resolved path to the session file, enhancing clarity for users regarding where their session data is stored. This change aligns with previous updates to session file management. --- commands/save-session.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/save-session.md b/commands/save-session.md index 7acf384a..0f3ceeac 100644 --- a/commands/save-session.md +++ b/commands/save-session.md @@ -58,7 +58,7 @@ Write every section honestly. Do not skip sections — write "Nothing yet" or "N After writing, display the full contents and ask: ``` -Session saved to .claude/sessions/YYYY-MM-DD--session.tmp +Session saved to [actual resolved path to the session file] Does this look accurate? Anything to correct or add before we close? ```