mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
docs: fix ECC setup reference drift
This commit is contained in:
parent
72de19effd
commit
c865d4c676
4 changed files with 11 additions and 9 deletions
|
|
@ -76,9 +76,9 @@
|
|||
|
||||
| Command | What it does |
|
||||
|---------|-------------|
|
||||
| `/save-session` | Save current session state to `~/.claude/sessions/` |
|
||||
| `/resume-session` | Load most recent session and resume from where you left off |
|
||||
| `/sessions` | Browse, search, and manage session history with aliases |
|
||||
| `/save-session` | Save current session state to `~/.claude/session-data/` |
|
||||
| `/resume-session` | Load the most recent saved session from the canonical session store and resume from where you left off |
|
||||
| `/sessions` | Browse, search, and manage session history with aliases from `~/.claude/session-data/` (with legacy reads from `~/.claude/sessions/`) |
|
||||
| `/checkpoint` | Mark a checkpoint in the current session |
|
||||
| `/aside` | Answer a quick side question without losing current task context |
|
||||
| `/context-budget` | Analyse context window usage — find token overhead, optimise |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue