Commit 89d3736
* fix(www): replace stale benchmark route/sitemap counts with durable build-truth claim (#1312)
The benchmark page (en+zh) asserted '30 route modules, 205 sitemap URLs',
handwritten and stale since PR #1106 — the candidate build emits 146 sitemap
URLs across 150 pages from 34 route files, and the false claim shipped
verbatim in built HTML (verifier NO-GO F1).
Adjudication per derive-from-owned-truth: the counts add no benchmark value
(the page measures properties, not site scale) and cannot be derived into
Markdown without new injection machinery, so the volatile numbers are removed
in favor of a durable architectural property — every route prerendered, the
sitemap built from routes. No numeric claim remains to silently rot; en/zh
parity and locale availability stay under the existing www:check-truth and
content-graph gates, and the content-graph fingerprints are regenerated.
* style(www): deno fmt table padding on benchmark pages (#1312)
Root deno fmt re-pads markdown tables to cell width; my edited cells
changed the column widths. Content-graph fingerprints regenerated to
match the formatted sources.
---------
Co-authored-by: DevBot <devbot@openelement.dev>
1 parent aa3dd70 commit 89d3736
3 files changed
Lines changed: 9 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
464 | 464 | | |
465 | 465 | | |
466 | 466 | | |
467 | | - | |
| 467 | + | |
468 | 468 | | |
469 | 469 | | |
470 | 470 | | |
| |||
486 | 486 | | |
487 | 487 | | |
488 | 488 | | |
489 | | - | |
| 489 | + | |
490 | 490 | | |
491 | 491 | | |
492 | 492 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments