What problem does it solve? When a Claude Code plugin is updated mid-session, the session keeps acting under the old skill and reference text it was loaded with. This Skill re-reads the current files, diffs them against the version the session was running, and reconciles everything the session already did against what the files now say. ## Core Features & Use Cases - Version Resolution: Runs a Node.js script that reports the loaded, installed, floor, and upstream plugin versions as key=value lines, degrading every unresolvable value to unknown with a reason instead of failing. - Full Re-read with Diff: Diffs the floor tree against the installed tree's skills/ and references/ directories, then reads every skill and the transitive closure of named references in full. - Divergence Reconciliation: Classifies each divergence between past actions and new rules as repaired, standing, owed, or escalated to the addressee, and emits a ranked report. - Use Case: After the user says "the plugin was updated", invoke this Skill to detect that the installed tree moved from 1.2.0 to 1.3.0, re-read the changed skills, repair a ledger section that no longer matches the required shape, and notify parallel batch sessions that their plugin moved too. ## Quick Start Tell the assistant the plugin was updated and ask it to re-read the skills and references and reconcile what this session already did against the new versions.