Skip to content

Commit 40a7110

Browse files
chore: create bug tickets for merge review gate and test timeout issues
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 099ccd6 commit 40a7110

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.tickets/w21-0oc6.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
id: w21-0oc6
3+
status: open
4+
deps: []
5+
links: []
6+
created: 2026-03-21T03:53:48Z
7+
type: bug
8+
priority: 1
9+
assignee: Joe Oakhart
10+
---
11+
# Bug: review gate blocks merge commits from main into worktree — pre-commit-review-gate treats incoming main changes as requiring review
12+
13+
14+
## Notes
15+
16+
**2026-03-21T03:53:56Z**
17+
18+
When merge-to-main.sh syncs main into the worktree (git merge origin/main), the resulting merge commit includes files changed on main since the worktree branched off. The pre-commit review gate sees these files as non-allowlisted and requires a review — but they were already reviewed and merged on main. The review gate's MERGE_HEAD detection (documented in CLAUDE.md) may not be handling this case correctly, or the version bump conflict resolution creates a state where the gate can't distinguish worktree changes from incoming main changes.

0 commit comments

Comments
 (0)