nightly-sync
Installation
SKILL.md
Nightly Sync: Main to Dev
This skill is read by the automated sync bot during the nightly-sync-main-to-dev workflow. It contains all domain knowledge for merging main into dev, resolving conflicts, iterating on CI, and shipping the PR.
Phase 1: Create the Sync Branch and Merge
Branch Setup
- Create branch
$BRANCHfromorigin/dev - Merge:
git merge origin/main -X theirs --no-edit - If conflicts remain (e.g. add/add), resolve by favoring main