Skip to content

Commit f0dd5ab

Browse files
committed
docs(docs-audit): finish the rename in the anchor provenance string
The `route` anchor's own `from` note still read "its registrar handler names it" -- the one place the old word reached a user-visible string rather than a comment. Found by running the tool in normal mode on a real diff. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012zGPuVVX3deAx9LdjK8jCk
1 parent fa12687 commit f0dd5ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/docs-audit/affected-docs.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5761,7 +5761,7 @@ for (const f of implementationChanges) {
57615761
// Both guards run BEFORE the bridge, not after it, and that ordering is the fix rather
57625762
// than a detail: the bridge answers "which routes mention this name", so a name left in
57635763
// the set does not merely add a noisy row — it mints noisy ROUTE and SDK anchors from
5764-
// every registrar handler that happens to mention it. Measured both ways: `label` /
5764+
// every route-source handler that happens to mention it. Measured both ways: `label` /
57655765
// `start` / `subject` (locals in the auth-email change 445ae4deb) pulled `/:object/import`
57665766
// and `/forms/:slug` into an advisory about email templates, and `ObjectQL` did the same
57675767
// to the objectql cascade fix 650cd3daa.
@@ -5897,7 +5897,7 @@ if (bridgeSymbols.length) {
58975897
if (tails.size > MAX_ROUTES_PER_SYMBOL) { crossCuttingSymbols.push(`${s} (${tails.size} routes)`); continue; }
58985898
for (const t of tails) {
58995899
routeAnchors.add(t);
5900-
noteAnchorFrom('route', t, `bridged from symbol ${s} — its registrar handler names it`);
5900+
noteAnchorFrom('route', t, `bridged from symbol ${s} — its route source's handler names it`);
59015901
}
59025902
}
59035903
// route → client method (the ledger's declared binding), and the reverse direction for

0 commit comments

Comments
 (0)