What problem does it solve?
Migrating consumer repositories from an older in-place release-sync layout to the newer .release/ build-dir plus symlinks model (ADR-0001) without breaking canonical workflows, triggering CI drift, or producing irreproducible template changes.
Core Features & Use Cases
- End-to-end consumer migration: Drives the full sequence to adopt the ADR-0001 layout, including running release-sync --migrate, setting up lefthook, committing with the canonical message, pushing the branch, and opening the PR.
- Safety guardrails for repo state: Refuses to proceed when modified tracked files exist, avoids staging untracked scratch files, and ensures the release checkout is updated before migration to keep output reproducible.
- CI triage and escalation boundaries: Stops when conflicts or canonical-lint drift is detected, and separates consumer-specific fixes from upstream release/ template fixes.
Quick Start
Ask the skill to migrate your consumer repository to the .release/ build-dir + symlinks model (ADR-0001) by running release-sync --migrate on that repo and preparing a PR ready for review and merge.