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:
avesh-h
2026-03-09 21:35:57 +05:30
committed by Affaan Mustafa
parent 81022fdcfe
commit b39e25a58f
2 changed files with 3 additions and 3 deletions

View File

@@ -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