What problem does it solve? Knowledge explainers pinned to a moving source quietly rot: the repo gains commits, files get revised, and documentation written months ago starts misleading readers. This Skill sweeps Open Knowledge Format (OKF v0.1) bundles, compares each subject's pinned fingerprints (git HEAD, sha256 of files and directories) against current reality, and reports exactly which subjects have drifted so you can refresh only what changed. ## Core Features & Use Cases - Drift Detection Sweep: Scan one or more knowledge roots and get a per-subject FRESH/STALE/UNKNOWN/ERROR report, with pinned vs current git SHA, diffstat, and changed file names for stale sources. - Diff-Aware Refresh: Follow the bundled refresh playbook to rewrite only the explainer segments the diff touched, re-pin fingerprints, and log the update in the bundle's log.md. - CI-Style Gate: The sweep exits non-zero on any STALE or ERROR subject, so it works as an automated knowledge health check; a JSON subcommand emits the same facts for scripting. - Use Case: After a week of commits to your repo, ask the agent to sweep docs/knowledge — it reports the ingest-pipeline explainer is STALE because retry.py changed, rewrites just that segment, re-pins the fingerprint, and regenerates the published site. ## Quick Start Ask the agent to sweep docs/knowledge for stale subjects and refresh any explainers whose sources have drifted.