What problem does it solve?
This skill automates the detection and resolution of drift in lockstep.json across repositories that carry the lockstep manifest. It reads drift data with pnpm run lockstep --json, then pipelines each mechanical version-pin row through a per-row workflow that resolves, bumps, validates, and commits independently. It surfaces advisory results for file-fork, feature-parity, spec-conformance, and lang-parity to guide human review and approvals.
Core Features & Use Cases
- Automates per-row drift resolution: fetches upstream tags, selects stable targets, and performs atomic commits for each version-pin row.
- Surface advisory results: reports non-version-pin drift (file-fork, feature-parity, spec-conformance, lang-parity) for human review.
- Flexible usage: usable as part of the umbrella updating workflow or standalone to sync a specific repository's lockstep.json.
Quick Start
Run the fleet-updating-lockstep skill on a repository with lockstep.json to start automatic drift resolution and per-row bumps.