research: freeze Chat prompts and CRN runner

This commit is contained in:
wuyang
2026-07-30 04:23:14 +08:00
parent 6181af90c8
commit a09e6b14ce
5 changed files with 2469 additions and 136 deletions
@@ -81,7 +81,7 @@ const sources = DOMAINS.flatMap((domain) => {
domain_index: domainIndex,
selection_rank: row.selection_rank,
source_text_sha256: row.text_sha256,
prompt_token_ids_sha256: promptHashes,
routing_probe_prompt_token_ids_sha256: promptHashes,
main_tapes: ["T0"],
diagnostic_tapes: DIAGNOSTIC_INDICES.has(domainIndex)
? ["T1", "T2", "T3"]
@@ -175,6 +175,11 @@ const manifest = {
estimand_boundary:
"Selected-task resampling bands for this fixed 32-task frame and one frozen tape; not benchmark-population or generation-seed confidence intervals.",
},
prompt_contract: {
routing_probe_hashes_are_not_chat_generation_hashes: true,
chat_generation_hashes:
"Added by freeze-deepseek-chat-task-bootstrap-prompts.py before any protocol output.",
},
};
manifest.canonical_content_sha256 = sha256(canonical(manifest));