Skip to content

fix(patterns): add post-merge local sync and address hooks issue (#381, #378)#382

Merged
RyderFreeman4Logos merged 1 commit intomainfrom
fix/post-merge-sync-and-hooks
Mar 8, 2026
Merged

fix(patterns): add post-merge local sync and address hooks issue (#381, #378)#382
RyderFreeman4Logos merged 1 commit intomainfrom
fix/post-merge-sync-and-hooks

Conversation

@RyderFreeman4Logos
Copy link
Owner

Summary

Changes

dev2merge

pr-codex-bot

Version

  • Bumped to v0.1.105

Test plan

  • just pre-commit passes (fmt, clippy, deny, tests)
  • weave lock verifies pattern/workflow sync
  • Pattern and workflow.toml steps are 1:1 synchronized (rule 027)

Closes #381

🤖 Generated with Claude Code

#381)

After `gh pr merge` completes (remote-side squash-merge), the local main
branch was not synced with the remote. This caused local main to stay on
a stale commit, requiring manual `git fetch && git merge --ff-only`.

Changes:
- dev2merge: add Step 21 (Post-Merge Local Sync) with `git fetch origin
  && git checkout main && git merge origin/main --ff-only` and feature
  branch cleanup (local + remote)
- pr-codex-bot: replace `git checkout main && git pull origin main` with
  explicit `git fetch origin && git merge origin/main --ff-only` in all
  three merge steps (6a, 12, 12b), plus local branch cleanup
- Update SKILL.md done criteria and step descriptions for both patterns
- Sync workflow.toml steps with PATTERN.md changes

Closes #381

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@chatgpt-codex-connector
Copy link

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@RyderFreeman4Logos RyderFreeman4Logos merged commit 21acfea into main Mar 8, 2026
4 of 6 checks passed
@RyderFreeman4Logos RyderFreeman4Logos deleted the fix/post-merge-sync-and-hooks branch March 8, 2026 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

dev2merge: gh pr merge 后缺少本地 main 同步步骤

1 participant