@@ -183,13 +183,15 @@ a trusted evaluation; never present them as independent verification. Retrieval
183183included once in total task time; do not subtract it twice. “Sub 1s” is a target to
184184measure, not text to print regardless of the clock.
185185
186- When deliberately comparing the same subtask, provide ` context_fingerprint ` as a
187- 64-character SHA-256 digest of a reviewed, non-sensitive compatibility description:
188- the generalized task, public dependency names and versions, model family, and verification
189- definition. Never hash raw prompts, source, paths, repository or branch identifiers,
190- manifests, lockfiles, account data, or secrets; a digest can remain identifying and does
191- not anonymize its input. Both runs must use the same definition. Omit the fingerprint
192- when you cannot establish compatibility safely; the summary then leaves savings unknown.
186+ Use ` context_fingerprint ` only for the same exact public or fully non-sensitive,
187+ reproducible fixture. It is a 64-character SHA-256 digest of that fixture's exact task and
188+ starting-state specification, public dependency names and versions, model, timing boundary,
189+ and verification definition. A generalized problem description, query hash, or card title
190+ alone is insufficient for a credible timing comparison. Never hash confidential or raw
191+ repository context, prompts, source, paths, branch identifiers, manifests, lockfiles,
192+ account data, or secrets; a digest can remain identifying and does not anonymize its input.
193+ Omit the fingerprint when either privacy or exact compatibility cannot be established; the
194+ summary then leaves savings unknown.
193195
194196If an offer says to fetch a complete card, use the same receipt so retrieval timing
195197includes that download:
0 commit comments