docs(active-work): re-take the lane position after the #193 merge
The count in the previous commit was measured against `64883eb` and was stale the moment that merge landed. Re-measured and pasted as command output. `main` moved twice during this round; the entry now says so, and says why a stale base matters under branch protection.
This commit is contained in:
parent
05eaa70df4
commit
990bc3e8a7
|
|
@ -532,13 +532,18 @@ has **no branch and no framing yet**.
|
|||
|
||||
```
|
||||
$ git merge-base HEAD githubsucks/main
|
||||
64883ebe0c1785b8188d2dee7c8e6f8ea4518512
|
||||
5e186c798236e244a0a6f68d5df79458b4856106
|
||||
$ git rev-list --left-right --count HEAD...githubsucks/main
|
||||
2 0
|
||||
4 0
|
||||
```
|
||||
|
||||
Re-measure before quoting this anywhere: `main` has branch protection
|
||||
now, and #193 was open behind #192 when this was written.
|
||||
**Re-measure before quoting this anywhere.** `main` moved TWICE while
|
||||
this lane's round-1 fixes were being written — #192 and then #193 —
|
||||
and each move invalidated the count above. `main` has branch
|
||||
protection, so a stale base is not merely untidy: all 12 checks must
|
||||
pass on the merging head, and a conflicting PR builds no merge ref at
|
||||
all, so a green run from before the move reads as current when it is
|
||||
not.
|
||||
- **The framing's §8 branch plan is superseded and cannot be followed.**
|
||||
It says "one PR — #186, which becomes the implementation PR", written
|
||||
when #186 was still open. #186 merged as framing-only, so the
|
||||
|
|
|
|||
Loading…
Reference in New Issue