If a Session Is Interrupted
Last updated
Was this helpful?
Stadium 8 sessions are resumable. If your session is interrupted (browser close, connection loss, IDE crash), you don't lose progress.
Open the project in Claude Code again
Type /continue in the chat
Claude reads the current state of the repository: existing branches, commits, the workflow state file, and the decision journal
Claude tells you where things stand and proposes what to do next
All committed code is in git. Nothing is lost.
The decision journal is up to date as of the last commit.
The current epic's branch is intact.
Any uncommitted work in progress may need to be re-done. Claude detects this and re-implements if needed.
Claude will find it and either continue monitoring it or re-trigger the quality gates as needed.
You don't need to manually close and reopen PRs.
Last updated
Was this helpful?
Was this helpful?