Complete Session banner
JDonaghy JDonaghy

Complete Session

Development community

Description

Gracefully end the current coordinator session. 1. **Check for active work:** ```bash coord status ``` If assignments are still running, ask: "N assignments still running. Wait for them, stop them, or shut down anyway?" - Wait: run `coord wait <id>` for each active assignment - Stop: run `coord stop <id>` for each active assignment - Shut down anyway: continue (workers keep running on the agent server) 2. **Post pending notifications:** ```bash coord notify ``` 3

Installation

Installs to ~/.claude/commands/jdonaghy-code-coordinator-complete-session.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/JDonaghy/code-coordinator/HEAD/.claude/commands/complete-session.md -o ~/.claude/commands/jdonaghy-code-coordinator-complete-session.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository