swarm digest
View a human-readable overview of what a run accomplished, without reading through raw agent output.
swarm digest # Digest the latest runswarm digest --run <runId> # Digest a specific runswarm digest --session <id> # Digest latest run in a sessionOutput Example
Section titled “Output Example”─────────────────────────────────────────────────📋 Run Digest — 2026-03-01T07-00-00-000Z─────────────────────────────────────────────────
## What was doneImplemented OAuth2 PKCE flow with token rotation,added database index, updated environment docs.
## Key decisions- PKCE stores code verifier in httpOnly cookie- Token rotation uses sliding window expiry
## Files changed- src/auth/oauth2-pkce.ts (new)- src/auth/token-rotation.ts (new)- migrations/003_add_email_index.sql (new)
## Status✅ Build passed ✅ Tests passed (3 new, 247 total)
─────────────────────────────────────────────────The digest reads the run’s artifacts (checkpoint, summary, role files) and uses the fast model to produce the overview.