What problem does it solve? Updating a running multi-agent coordinator installation risks breaking active workers, task records, and MCP connections. This Skill performs atomic, validated updates to a sum installation and safely rolls them back without touching task data. ## Core Features & Use Cases - Atomic apply with validation: Stages a release bundle, validates it against manifests, state schemas, and task briefs, then switches the default symlink under an activation lock. - Safe rollback and recovery: Restores the recorded previous known-good runtime, and recovers interrupted activations from the exact pending generation record. - Rolling refresh of running sessions: Requests coordinators and workers to reread updated instructions one at a time, tracking confirmed, pending, and unreachable states. - Use Case: After a new sum revision is merged, run the canary workflow: stage the release, apply it, verify existing tasks still respond, dispatch a test task, and roll back if anything fails. ## Quick Start Ask the coordinator to update sum to the latest merged revision and report the old and new SHA plus compatibility results.