docs: the tree lane was calling a pushed branch unpushed
It said "Unpushed while held" while githubsucks/tree-primitive-framing sat at the same tip as HEAD. Held means no PR is open; it does not mean the work is stranded locally, and the handoff's portability rule cares about the latter. The commit list also claimed to be exhaustive and then excluded the commit that updated it — a list of that shape is wrong the moment it is written. It is now the substantive arc, with `git log` named as the place to get the complete one, and the remote ref rather than a pinned SHA named as the authoritative tip: any edit to this lane advances past whatever SHA the lane records, including this one. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
parent
62993e068f
commit
d92f0ad4aa
|
|
@ -169,15 +169,23 @@ are all in place. It is held pending the user's decision to open the
|
|||
PR, not pending further work.
|
||||
|
||||
- **Branch `tree-primitive-framing`**, base `githubsucks/main` @
|
||||
`12f2970`. **Unpushed** while held. Framing
|
||||
`12f2970`. **Pushed and in sync** — held means no PR is open, not
|
||||
that the work is stranded locally, so it is portable per the
|
||||
handoff's rule. `githubsucks/tree-primitive-framing` is the
|
||||
authoritative tip; `62993e0` was it as of the line above, and any
|
||||
edit to this lane advances past it, which is why the ref and not a
|
||||
pinned SHA is the thing to trust. Recover with `git fetch githubsucks
|
||||
&& git checkout tree-primitive-framing`. Framing
|
||||
`docs/tree-primitive-framing.md` **revision 5** — approved after four
|
||||
review rounds, with Q#TR1–TR4 decided.
|
||||
- **Commits:** `61b1062` framing, `cf4ac1c` rev 2, `932b3ab` rev 3,
|
||||
`5186bfd` rev 4 (carrying the `COHERENCE.md` §14 call-site
|
||||
correction), `49a42ec` the primitive, `8f64c3b` byte-identity coverage
|
||||
plus the verification record, `38e94dc` this lane, §14's ✗ → ◐ and the
|
||||
handoff facts, `c59de95` the review round — moving-selection test,
|
||||
flat-panel TAB delegation, §20's build → adopt correction.
|
||||
- **The substantive arc** (not an exhaustive log — read `git log
|
||||
12f2970..githubsucks/tree-primitive-framing` for that): `61b1062`
|
||||
framing through `5186bfd` rev 4, which carried the `COHERENCE.md` §14
|
||||
call-site correction; `49a42ec` the primitive; `8f64c3b`
|
||||
byte-identity coverage plus the verification record; `38e94dc` this
|
||||
lane, §14's ✗ → ◐ and the handoff facts; `c59de95` the review round —
|
||||
moving-selection witness, flat-panel TAB delegation, §20's build →
|
||||
adopt correction.
|
||||
|
||||
### What it ships
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue