pcbjam/.claude
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Gergő Törcsvári 1c6745f0d0
fix(git-workflow): fetch all origins before status snapshot in sync + finish
repo-status.sh derives up_to_date_with_main from the local origin/<main>
ref without fetching, so a stale snapshot could mark a repo "up to date"
when its origin had actually moved. sync would then report "all up to
date" and skip a needed rebase; finish would pass pre-flight and only
discover the staleness mid-merge.

Both skills now run `for-each-repo.sh fetch origin` as a mandatory first
step before the snapshot. Dropped the redundant per-repo fetch from sync's
execute step; kept finish's `pull --ff-only` as defense-in-depth.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-05-29 16:13:08 +02:00
..
skills fix(git-workflow): fetch all origins before status snapshot in sync + finish 2026-05-29 16:13:08 +02:00
settings.json chore(git-workflow): add 3-repo feature branch skills + helper scripts 2026-05-29 16:01:17 +02:00