Commit 44d7cd4
committed
docs: address PR #694 round-27 (Claude R27)
Claude R27 verdict on `e7b0c132`: "design is ready to merge
as PR-A after these 2 fixes". Both items addressed:
- §9 Q2 PR sequencing note (lines 835-840) directly
contradicted the round-26 §7 PR-B fix. Said "PR-B's
RegisterRoute only pre-creates labeled siblings when
--keyvizLabelsEnabled=true" — opposite of round-26's
"unconditionally legacy-slot-only regardless of the
flag". Updated to match: "With the round-23 array form,
AllLabels is non-empty from PR-B onward, AND with the
round-26 unconditional model, PR-B's RegisterRoute
always pre-creates only the legacy slot regardless of
the flag — the flag-honoring loop is simply not present
in PR-B (lands in PR-C+D+E). PR-B remains
behavior-neutral unconditionally, not via flag default
or empty slice." The flag is introduced in PR-B for
Opts plumbing only; its read-site doesn't exist in PR-B
so its value has no observable effect.
- §4.1.1 dual `slotsPerRoute :=` in single Go code block
(lines 285-291) is a Go compile error — two `:=`
declarations in the same scope ("no new variables on
left side of :="). Split into two separate code blocks:
PR-B body (unconditional `slotsPerRoute := 1`) and
PR-C+D+E body (replaces the PR-B body with the flag-gated
conditional). Added explicit narrative: "PR-C+D+E
replaces the literal 1 with the flag-gated conditional".1 parent e7b0c13 commit 44d7cd4
1 file changed
Lines changed: 31 additions & 16 deletions
Lines changed: 31 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
| 278 | + | |
| 279 | + | |
278 | 280 | | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | | - | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
288 | 293 | | |
289 | 294 | | |
290 | 295 | | |
| |||
294 | 299 | | |
295 | 300 | | |
296 | 301 | | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
297 | 307 | | |
298 | 308 | | |
299 | 309 | | |
| |||
831 | 841 | | |
832 | 842 | | |
833 | 843 | | |
834 | | - | |
835 | | - | |
836 | | - | |
837 | | - | |
838 | | - | |
839 | | - | |
840 | | - | |
| 844 | + | |
| 845 | + | |
| 846 | + | |
| 847 | + | |
| 848 | + | |
| 849 | + | |
| 850 | + | |
| 851 | + | |
| 852 | + | |
| 853 | + | |
| 854 | + | |
| 855 | + | |
841 | 856 | | |
842 | 857 | | |
843 | 858 | | |
| |||
0 commit comments