Restate the verification report's preamble, and declare its charset - #110
Open
jonfroehlich wants to merge 2 commits into
Open
Restate the verification report's preamble, and declare its charset#110jonfroehlich wants to merge 2 commits into
jonfroehlich wants to merge 2 commits into
Conversation
The report opened by quoting, verbatim and by name, the chat instruction that prompted it. That was fine for an internal note; it is now linked from the paper-boundary release notes, where it reads as a public document. The preamble states the work's scope in its own right instead, preserving what the original instruction actually asked for: certainty, independent confirmation rather than a single line of evidence, worked visual examples, and a quantified effect. Also adds the missing <meta charset="utf-8">. The file is valid UTF-8 but never declared it, so a browser opening it from file:// falls back to the locale's legacy encoding and renders every em dash and curly quote as mojibake. The bytes are untouched — this is a one-line declaration, not a re-encode. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
"Did we really over-count?" was the question the investigation started from, and it read as one — first person, rhetorical, addressed to the person who asked for the work. The heading now names the document; the subject it used to carry (the over-count) is stated by the preamble directly below it, so nothing is lost. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
docs/eval_protocol_verification.htmlopened by quoting the chat instruction that produced it, verbatim and attributed by name:That was fine for an internal note. It is now linked from the
v1.1-corrected-evalrelease notes and from #9, so it reads as a public document, and an instruction quoted out of its conversation is both informal and less informative than the thing it asked for. The preamble now states the work's scope directly, keeping every element of the original ask — certainty, independent confirmation rather than a single line of evidence, worked visual examples, and a quantified effect:The
<h1>is neutralised in the same spirit (624056d): "Did we really over-count? A re-verification of the published evaluation protocol" → "Re-verification of the published evaluation protocol". The old heading was the question the investigation started from, phrased in the first person and addressed to whoever commissioned it. The subject it carried — the over-count — is stated by the preamble immediately below, so the document loses nothing. The<title>was already neutral and is unchanged.Second change, one line: the file never declared a charset. It is valid UTF-8, but with no
<meta charset>a browser opening it fromfile://falls back to the locale's legacy encoding and renders every em dash and curly quote asâ€". Since the release notes tell readers to "open it in a browser", that is the path most likely to be hit. The bytes are untouched — this adds a declaration, it does not re-encode.No change to any finding, number, figure or section of the report; the diff is the two header lines plus the meta tag.
Worth landing before the
v1.1-corrected-evaltag is cut, since the tag will freeze whatever this file says.🤖 Generated with Claude Code (claude-opus-5[1m])