swarm finish
Finalize a session when you’re done with a feature.
swarm finish # Finalize the active sessionswarm finish --session <id> # Finalize a specific sessionWhat It Does
Section titled “What It Does”- Collects artifacts from all runs, plans, and analyses in the session
- Builds a structured summary (original request, phases, tasks, stream counts)
- Appends the summary to
.swarm/changelog.md(newest first) - Deletes
checkpoint.jsonfiles from all runs (role summaries preserved) - Marks the session as finished in
session.json