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

  1. Create branch $BRANCH from origin/dev
  2. Merge: git merge origin/main -X theirs --no-edit
  3. If conflicts remain (e.g. add/add), resolve by favoring main

Preserving Dev-Only Additions

Installs
1
GitHub Stars
16.2K
First Seen
May 3, 2026
nightly-sync — nvidia/megatron-lm