Usage
session list— Prints all saved sessions (newest first), with id, phase, issue count, target path, and timestamp. Marks the active session when applicable.sessionwith a session id — Loads the matching JSON file under.refactron/work-sessions/, sets it as the active session, and prints a summary card.
session with target . behaves like session list in the current implementation.
Storage
Sessions live at:When to use
- After restarting the CLI — reload a session instead of re-running a long
analyze. - To compare two analysis runs — keep multiple session files and switch with
session.
See also
- status — Quick view of active or latest session
