fix(docs): N101 ships 568 tbx: tags, not 574
Counted three ways over `N101-2025-860031.json`, none of them importing this
package: raw `tbx:` substring 568, regex over `"tag": "tbx:` 568, node
traversal 568 across 10 distinct tags (94 x 6 + 1 x 4), out of 7 374 tags in
the delivery. The number is corrected in all four places that published it --
CLAUDE.md, `tools/okf_witness.py`'s `_sts_role_json` docstring,
`tests/test_accounting_gate.py` and the round's report -- and the test from
the previous commit now counts it rather than repeating it.
The one remaining `574` in the tree is `docs/2026-09-11-k3-runde8...md:89`
("11 016 and 6 574"), a character count of two documents and a different
number.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
parent
0ac474582c
commit
d1de1a6a9d
4 changed files with 5 additions and 5 deletions
|
|
@ -508,7 +508,7 @@ def _sts_role_json(tag: str, parent: str | None, grandparent: str | None) -> str
|
|||
The tag arrives through :func:`_local`, as the XML map's does: this
|
||||
delivery writes a namespace as a PREFIX on the tag string, so `mml:math`
|
||||
reached `tag == "math"` on nothing at all (H3, 74 of them in N200). The
|
||||
known-negative for stripping it is N101's 574 `tbx:` tags, none of whose
|
||||
known-negative for stripping it is N101's 568 `tbx:` tags, none of whose
|
||||
local names is a role here.
|
||||
|
||||
`figcaption` is this delivery's own, measured and not assumed: NISO-STS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue