Skip to content

Commit 4e76bb2

Browse files
committed
docs: repoint a Design marker at the summary that outlives the spec
plan/spec-rfc7606-5-1-2-relay-shape.md was deleted at closure, per the two-commit spec-closure rule, leaving the Design marker in rfc7606_shape.go pointing at nothing. make ze-doc-links reported it as the tree's one broken corpus reference. Repointed at plan/learned/1225-rfc7606-relay-shape.md, the summary for that same spec, which closure does not delete. That is the established convention: cmd/ze-installer/main.go and cmd/ze/ze_core_autoinit.go already cite learned summaries from their Design markers. 291 Go files cite a plan/spec- path, so every future closure orphans whatever cites it. Nothing checks inbound references before a spec is deleted. That class is named in plan/learned/1359, not fixed here.
1 parent 4ee4e80 commit 4e76bb2

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

ai/DOCS-TO-CODE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2709,6 +2709,10 @@ Total: 306 design docs, 3256 files
27092709
| `internal/component/ssh/passwordauth.go` | hash-as-token is local-only |
27102710
| `internal/core/redact/redact.go` | credential-token redaction for logs |
27112711

2712+
## `plan/learned/1225-rfc7606-relay-shape.md`
2713+
2714+
- `internal/component/bgp/message/rfc7606_shape.go` -- one NLRI-bearing field per UPDATE
2715+
27122716
## `plan/learned/1226-test-health-dashboard.md`
27132717

27142718
- `scripts/checks/inert_tests.go` -- test-sensitivity ratchet
@@ -4481,10 +4485,6 @@ Total: 306 design docs, 3256 files
44814485
| `internal/component/web/server_tls_test.go` | web TLS chain + rotation tests |
44824486
| `internal/core/dnsserver/secure_pki_test.go` | DoT/DoH PKI certificate reference tests |
44834487

4484-
## `plan/spec-rfc7606-5-1-2-relay-shape.md`
4485-
4486-
- `internal/component/bgp/message/rfc7606_shape.go` -- one NLRI-bearing field per UPDATE
4487-
44884488
## `plan/spec-unify-filters.md`
44894489

44904490
- `internal/component/bgp/reactor/unified_filter_order_test.go` -- unified stage-ordered filter pipeline

internal/component/bgp/message/rfc7606_shape.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Design: plan/spec-rfc7606-5-1-2-relay-shape.md -- one NLRI-bearing field per UPDATE
1+
// Design: plan/learned/1225-rfc7606-relay-shape.md -- one NLRI-bearing field per UPDATE
22
// RFC: rfc/short/rfc7606.md -- Section 5.1 second bullet (sender-side encoding restriction)
33
// Related: update_split.go -- Splitter.SplitCompliant, the enforcement point for parsed UPDATEs
44
// Related: ../wireu/split.go -- SplitWireUpdate, the enforcement point for wire UPDATEs

0 commit comments

Comments
 (0)