Fix mikado invariant check rejecting close without impl

A close commit with zero preceding impl commits is valid — some leaf
nodes involve operational steps (e.g., creating a mirror) with no code
changes. Removed the false-positive check.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-03-07 20:41:03 -08:00
commit 1c3bf35dad
2 changed files with 3 additions and 8 deletions

View file

@ -0,0 +1 @@
Fix mikado-branch-invariant-check false positive: close commits without preceding impl commits are valid (e.g., operational tasks with no code changes).