What problem does it solve? Branches in the CG-Agent-Harness repository drift behind origin/main on dependency versions, Rust toolchain pins, cargo-deny policy, and CI/release configuration, causing build failures and stale security posture. This Skill detects that drift and applies the actual fixes rather than only reporting them. ## Core Features & Use Cases - Drift Detection: Diffs Cargo.toml, Cargo.lock, rust-toolchain.toml, deny.toml, GitHub workflow YAML, and packaging scripts against origin/main or the branch's upstream. - Two-Crate Sync: Updates the backend (Rust 1.88) and desktop (Rust 1.90) crates independently, regenerating each Cargo.lock and running cargo deny check for both. - Re-Verification: Rebuilds, formats, lints with clippy, and runs the full test suite after syncing, while respecting deliberate pins documented in docs/DEPENDENCIES.md. - Use Case: After a security advisory lands on main, run this Skill on a stale feature branch to pull in the updated dependency versions, toolchain strings, and CI job definitions, then verify everything still builds and passes tests. ## Quick Start Ask the AI to sync this branch's dependencies and toolchain state with origin/main and fix any dependency drift.