From 93e2166217877644b5886243b69407f2c6bbccae Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 10 Sep 2026 00:30:56 -0400 Subject: [PATCH] re: correct TurnEvents miss-path recovery --- .../contracts/research-completion-abi.json | 2 +- campaign/research/research-completion-abi.md | 9 +- ...mpletion-abi-1340cf6a2a12b704e5cd048e.json | 35 + ...mpletion-abi-1897e2d634227fce344878e2.json | 23 + .../runs/active-research-completion-abi.json | 2 +- .../runs/run-16f8e9b6376b278c4870be09.json | 10361 ++++++++++++++++ .../runs/run-16f8e9b6376b278c4870be09.jsonl | 91 + .../run-16f8e9b6376b278c4870be09.stderr.log | 0 .../recovered-static.md | 15 +- .../run-16f8e9b6376b278c4870be09/capture.py | 94 + .../manifest.json | 134 + .../nested-copy.stderr.txt | 0 .../nested-copy.stdout.txt | 175 + .../nested-dtor.stderr.txt | 0 .../nested-dtor.stdout.txt | 39 + .../run-16f8e9b6376b278c4870be09/report.md | 64 + .../turn-append.stderr.txt | 0 .../turn-append.stdout.txt | 85 + .../turn-get-create.stderr.txt | 0 .../turn-get-create.stdout.txt | 83 + 20 files changed, 11204 insertions(+), 8 deletions(-) create mode 100644 campaign/runtime/checkpoints/research-completion-abi-1340cf6a2a12b704e5cd048e.json create mode 100644 campaign/runtime/checkpoints/research-completion-abi-1897e2d634227fce344878e2.json create mode 100644 campaign/runtime/runs/run-16f8e9b6376b278c4870be09.json create mode 100644 campaign/runtime/runs/run-16f8e9b6376b278c4870be09.jsonl create mode 100644 campaign/runtime/runs/run-16f8e9b6376b278c4870be09.stderr.log create mode 100644 verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/capture.py create mode 100644 verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/manifest.json create mode 100644 verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/nested-copy.stderr.txt create mode 100644 verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/nested-copy.stdout.txt create mode 100644 verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/nested-dtor.stderr.txt create mode 100644 verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/nested-dtor.stdout.txt create mode 100644 verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/report.md create mode 100644 verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/turn-append.stderr.txt create mode 100644 verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/turn-append.stdout.txt create mode 100644 verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/turn-get-create.stderr.txt create mode 100644 verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/turn-get-create.stdout.txt diff --git a/campaign/contracts/research-completion-abi.json b/campaign/contracts/research-completion-abi.json index a3d0960..5243e9c 100644 --- a/campaign/contracts/research-completion-abi.json +++ b/campaign/contracts/research-completion-abi.json @@ -21,7 +21,7 @@ "path": "/home/alex/sots-re" } }, - "checkpoint": "campaign/runtime/checkpoints/research-completion-abi-34e545ce9e774117dec97cf0.json", + "checkpoint": "campaign/runtime/checkpoints/research-completion-abi-1340cf6a2a12b704e5cd048e.json", "dependencies": [ "controls-bootstrap" ], diff --git a/campaign/research/research-completion-abi.md b/campaign/research/research-completion-abi.md index 1418633..897a0fb 100644 --- a/campaign/research/research-completion-abi.md +++ b/campaign/research/research-completion-abi.md @@ -37,8 +37,13 @@ production-history inference or live-safety claim is made. prior long destination buffer through `0x00924faa`. A temporary long string is therefore not transferable by raw header copy. * `0x00885380`: get-or-create TurnEvents bucket, ECX EventStorage receiver plus stack turn, EAX - bucket return, `ret 4`. It returns the last existing matching turn. On absence it appends a deep - copy of a zero/empty stack bucket through `0x00884cb0`, then writes the stored turn. + bucket return, `ret 4`. It returns the last existing matching turn. On absence it initializes the + stack bucket's vptr and empty nested-vector header but **not** its `EvTurn`; `0x00884cb0` copies + that incoming stack word and deep-copies the nested vector. After temporary nested-vector cleanup, + get/create writes the requested turn into the stored last element and returns it. The transient + word is not measured randomness or a zero default. Fresh correction capture: + `verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/`, governed by + `d-b51f3f76803e852ed250846a`. * `0x00884cb0`: outer TurnEvents vector append, ECX vector receiver plus stack source, `ret 4`, stride `0x18`. Full-capacity growth is `0x008841a0` -> `0x00883a60`; allocation is `0x006e8f50` -> `0x00924fb6` with `count * 0x18`. Existing buckets are copy-constructed by diff --git a/campaign/runtime/checkpoints/research-completion-abi-1340cf6a2a12b704e5cd048e.json b/campaign/runtime/checkpoints/research-completion-abi-1340cf6a2a12b704e5cd048e.json new file mode 100644 index 0000000..28d33c1 --- /dev/null +++ b/campaign/runtime/checkpoints/research-completion-abi-1340cf6a2a12b704e5cd048e.json @@ -0,0 +1,35 @@ +{ + "actor": "research-abi-analyst", + "artifacts": [ + { + "path": "verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/manifest.json", + "sha256": "4f3b4b28002a22521d2e7b87c8f82d63b21bf9f48918cc4ab6a7f629155cd101" + }, + { + "path": "verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/report.md", + "sha256": "f37e3c4bbf4c0dd249bb152422a786172d14d77fc912c7d8a4cb0d7240c0a3c7" + }, + { + "path": "verify/results/research-completion-abi/recovered-static.md", + "sha256": "b6bfe302ebc96ab65eab31a86ff286a4bd3c43f3bba16610d9e87b04e5d40c35" + }, + { + "path": "campaign/research/research-completion-abi.md", + "sha256": "23912a90a275f36679e1ed03d9d8830359299a2ecc269ec075f07d6f7425f4f6" + }, + { + "path": "campaign/runtime/decisions/d-b51f3f76803e852ed250846a.json", + "sha256": "d01550dd8874160d05378f6183d780c444a5285a4ebc5d3c6049fbda8e342957" + } + ], + "basis": "aaddeb76f74bbd1a43671f882770ec84a7d690b4060d060ef1a68f918e8edbb0", + "contract": "research-completion-abi", + "id": "1340cf6a2a12b704e5cd048e", + "model": "openai/gpt-5.6-sol", + "next_action": "Lead assigns a distinct research-completion-abi verifier to freshly reproduce the four run-16f8e9b6376b278c4870be09 windows and challenge the report\u2019s last-match, spare/full, empty/nonempty and cleanup-before-store falsifiers.", + "role": "analyst", + "schema": "sots-checkpoint/1", + "session": "run-16f8e9b6376b278c4870be09", + "summary": "QUANTUM HANDOFF. OBSERVATIONS: no open surprises; contract remains needs-revision. Assigned source identities were freshly verified before capture: engine worktree /tmp/opencode/sots-final-research-engine HEAD 7741d42fc5e4e761e6449bdaf0e4a61d00036a23, common /home/alex/sots-engine/.git, digest ccd8e02083e8d2e2b3e97976ace2273c8f924dfc02a39e919004eaf3544c50fd; RE worktree /tmp/opencode/sots-final-research-re HEAD 3bfde5a70d874a723e797a695bbd847fd82c0aa7, common /home/alex/sots-re/.git, digest 6696fd5201e144843617cbf6d78b41b5287ad5dcc9fa1e8aaa861d52b64e72e8. Both assigned trees retained pre-existing dirty/untracked files; this quantum edited only contract-owned canonical campaign/research/research-completion-abi.md, verify/results/research-completion-abi/recovered-static.md and new run-16f8e9b6376b278c4870be09/. Canonical RE HEAD at stop is be66fdde2c35e3feae55820c26bfc06a11feef63; it is not substituted for the pinned assigned-worktree source identity. Fresh input/tool: dumps/sots.exe SHA256 970b7de729956a53094c7eb98aba4270aee98e2fed5daf0d39e290013c90c841, 7,898,624 bytes; /usr/bin/objdump SHA256 1eaaef2e7f57c4c7f69115c495e2466f5a8c8e5f3bc42221d092382f30f9d4cd, GNU Binutils 2.38. Four read-only local windows required by d-b51f3f76803e852ed250846a ran exit zero with nonempty stdout/empty stderr; manifest hashes revalidated and all four stdout hashes exactly reproduce archived bridge captures. RECORDED FACTS: get/create never writes temporary [EBP-0x20] EvTurn before append; append copies source+4 to destination+4, invokes nested deep-copy, then advances last; empty nested copy initializes three zero pointers and allocates nothing; temporary nested cleanup at 0x885422 precedes requested-turn publication at 0x88542d and EAX return of last-0x18; cleanup destroys 0x74-stride elements/frees through 0x00924faa only for nonnull storage, then zeros all pointers. DECISION: corrected both owned handoffs to describe the transient scalar as an incoming stack word not initialized by this routine, neither measured randomness nor necessarily nonzero; do not encode zero or reproduce an uninitialized read. Static usable postcondition is final requested turn after normally returning helpers on valid containers. HYPOTHESES/UNEXERCISED: full outer growth, nonempty nested copy, failure/unwind, transient observation/reentrancy, padding and live CRT compatibility were not executed. No game, VM, Ghidra or build host used; no RNG draw, event ID/record or unrelated game state observed; no lease acquired/held, cleanup obligation or access change. No delegation, stage, commit or push. TESTS: custom manifest verifier PASS 4/4 outputs hash-valid/exit-zero/nonempty and equal archived hashes; campaign validate passed listing five contracts; git diff --check passed; search found no remaining zero-temporary wording in owned Markdown. Report supplies independent falsifiers for last-match/no-write hit, spare/full miss, empty/nonempty nested copy and cleanup-before-store order. BLOCKER: ownership-recovered and independent-cross-check remain unaccepted until a distinct verifier reproduces/challenges the corrected package; static evidence does not establish live allocator safety or replacement acceptance.", + "timestamp": "2026-09-10T04:29:20.452182+00:00" +} diff --git a/campaign/runtime/checkpoints/research-completion-abi-1897e2d634227fce344878e2.json b/campaign/runtime/checkpoints/research-completion-abi-1897e2d634227fce344878e2.json new file mode 100644 index 0000000..a49e1d6 --- /dev/null +++ b/campaign/runtime/checkpoints/research-completion-abi-1897e2d634227fce344878e2.json @@ -0,0 +1,23 @@ +{ + "actor": "research-abi-analyst", + "artifacts": [ + { + "path": "campaign/runtime/decisions/d-b51f3f76803e852ed250846a.json", + "sha256": "d01550dd8874160d05378f6183d780c444a5285a4ebc5d3c6049fbda8e342957" + }, + { + "path": "verify/results/research-live-record-bridge/run-472955e277202c411388c66b/manifest.json", + "sha256": "ae16b4b500db5b84bea27c659e254842ab0c67c040ca782c016381384338773b" + } + ], + "basis": "aaddeb76f74bbd1a43671f882770ec84a7d690b4060d060ef1a68f918e8edbb0", + "contract": "research-completion-abi", + "id": "1897e2d634227fce344878e2", + "model": "openai/gpt-5.6-sol", + "next_action": "Create a fresh owned capture directory and rerun hash-bound objdump windows 0x00885380..0x0088544a, 0x00884cb0..0x00884d8f, 0x00779850..0x00779a20 and 0x00629580..0x006295ca.", + "role": "analyst", + "schema": "sots-checkpoint/1", + "session": "run-16f8e9b6376b278c4870be09", + "summary": "RECOVERY/PRE-EXPERIMENT. Static authority read: campaign README, current workflow, contract, resolver checkpoint, all surprise statuses, decision d-b51f3f76803e852ed250846a, prior handoff and raw manifests. Observation: no open surprises; contract is needs-revision and assigns only campaign/research/research-completion-abi.md plus verify/results/research-completion-abi/. Resolver overturned only the claim that miss-path temporary EvTurn starts/copies zero; it preserved, for valid containers and normally returning helpers, the get/create ABI, full last-match scan, vptr/empty nested header, scalar copy plus nested deep-copy, cleanup-before-final requested-turn store and final EAX bucket. Observation: assigned engine HEAD 7741d42fc5e4e761e6449bdaf0e4a61d00036a23/common /home/alex/sots-engine/.git and RE HEAD 3bfde5a70d874a723e797a695bbd847fd82c0aa7/common /home/alex/sots-re/.git match baselines. Both worktrees contain pre-existing dirty/untracked files; no changes attributed to this quantum. Fresh source binding exactly matches prior engine ccd8e02083e8d2e2b3e97976ace2273c8f924dfc02a39e919004eaf3544c50fd and RE 6696fd5201e144843617cbf6d78b41b5287ad5dcc9fa1e8aaa861d52b64e72e8. Fresh hashes: owner binary 970b7de729956a53094c7eb98aba4270aee98e2fed5daf0d39e290013c90c841; /usr/bin/objdump 1eaaef2e7f57c4c7f69115c495e2466f5a8c8e5f3bc42221d092382f30f9d4cd, GNU Binutils 2.38. Decision: run one read-only local static experiment reproducing four corrected-domain windows: complete get/create, append, nested empty-copy path, and temporary cleanup. No VM/Ghidra/build-host lease held or needed; no game execution, mutation, delegation, staging or commit. Blockers remain live allocator safety/failure/unwind execution and independent reproduction; this analyst will not promote its own claim.", + "timestamp": "2026-09-10T04:24:41.792903+00:00" +} diff --git a/campaign/runtime/runs/active-research-completion-abi.json b/campaign/runtime/runs/active-research-completion-abi.json index ef7a720..7339ed7 100644 --- a/campaign/runtime/runs/active-research-completion-abi.json +++ b/campaign/runtime/runs/active-research-completion-abi.json @@ -1,5 +1,5 @@ { "contract": "research-completion-abi", - "run": "run-d94d4516b9d898793318805e", + "run": "run-16f8e9b6376b278c4870be09", "status": "complete" } diff --git a/campaign/runtime/runs/run-16f8e9b6376b278c4870be09.json b/campaign/runtime/runs/run-16f8e9b6376b278c4870be09.json new file mode 100644 index 0000000..4432954 --- /dev/null +++ b/campaign/runtime/runs/run-16f8e9b6376b278c4870be09.json @@ -0,0 +1,10361 @@ +{ + "actor": "research-abi-analyst", + "checkpoint": "campaign/runtime/checkpoints/research-completion-abi-1340cf6a2a12b704e5cd048e.json", + "checkpoint_session": "run-16f8e9b6376b278c4870be09", + "command": [ + "opencode", + "run", + "--format", + "json", + "--model", + "openai/gpt-5.6-sol", + "--agent", + "sots-analyst", + "Start a FRESH bounded campaign quantum (40 steps). No delegation.\nRole=analyst; requested model=openai/gpt-5.6-sol; actor=research-abi-analyst; checkpoint session=run-16f8e9b6376b278c4870be09.\nCanonical state root: /home/alex/sots-re\nContract: /home/alex/sots-re/campaign/contracts/research-completion-abi.json\nLatest checkpoint: campaign/runtime/checkpoints/research-completion-abi-34e545ce9e774117dec97cf0.json\nEngine worktree: /tmp/opencode/sots-final-research-engine\nRE worktree: /tmp/opencode/sots-final-research-re\nRead canonical campaign/README.md, contract, latest checkpoint and open surprises before work. Verify source/worktree/resource identities. Only edit owned scope. Missing state means blocked. Do not commit, stage, push or mutate lab resources without explicit authority and a lease. Checkpoint every 20 tool calls or 15 minutes, before experiments, compaction and stopping; persist under canonical campaign/ using tools/campaign.py with the session above, exact model, actor and role. Include observations versus decisions, source identities, artifact paths, tests, blockers and ONE exact next action. Fresh checkpoint at quantum end is mandatory. Record a surprise and pause affected work if assumptions are falsified. Workers cannot change architecture. Do not rely on chat resume or automatic compaction." + ], + "completed_sessions": [ + "ses_f767233caffeDCLkvkoxjdwS5g" + ], + "config": { + "canonical_files": { + "campaign/agents/analyst.md": "895c41509016038b3f72c4a68608c4101511e69c5bf410e379286da1a6202952", + "campaign/agents/implementer.md": "eb5581051a92b3d2b9ddd947812b1c02ff6a0b5e7619e7674adc26701e9a3d91", + "campaign/agents/lab.md": "48f1765ebdcb2015e631ad91428f65735ff899e119134b652f70788ff2eae5b8", + "campaign/agents/lead.md": "8fcfe52be845ed98a172afb47ea888b19bb7bffa80f7b50ace58d2bb66924220", + "campaign/agents/resolver.md": "742c36dc8567669d462566d6121eed42fcff5bff34e8eff466e92249f7ca195f", + "campaign/agents/verifier.md": "e467fc644e4e37d631a7a4e35038d9d3d0498491f1d7811d61d99271ff345c6b", + "campaign/models.json": "00f959ff4ce16ba22f6befa7a9d495eb85d62d9e8001b1e1345eaae0e11b6e48", + "opencode.json": "027ab29992ab9a5a6ee20bd649ac002f5f3397030d18b070eb949cc42179de99" + }, + "effective": { + "agent_sha256": "409b31aec5a4c41134540c966789b3cdfb8336455c4ee38b18fb4f1ff6c5e347", + "sha256": "306b367d1a39cb081fbe6468c873d1fd32b8e5c471af0fa141e87a923ef80523" + }, + "expanded_prompt_sha256": "0ed5608fb353682cfe5436948c29b1067a7ca84c79a6b77689f4fc577b8b2e7e", + "overlay": { + "agent": { + "sots-analyst": { + "model": "openai/gpt-5.6-sol", + "permission": { + "bash": "allow", + "edit": { + "*": "allow", + "*AGENTS.md": "deny", + "*campaign/agents/*": "deny", + "*campaign/models.json": "deny", + "*docs/architecture.md": "deny", + "*guides/multi-agent-workflow.md": "deny", + "*opencode.json": "deny" + }, + "external_directory": { + "*": "deny", + "/home/alex/sots-re": "allow", + "/home/alex/sots-re/*": "allow", + "/tmp/opencode/sots-final-research-engine": "allow", + "/tmp/opencode/sots-final-research-engine/*": "allow", + "/tmp/opencode/sots-final-research-re": "allow", + "/tmp/opencode/sots-final-research-re/*": "allow" + }, + "glob": "allow", + "grep": "allow", + "list": "allow", + "question": "deny", + "read": "allow", + "task": "deny" + }, + "prompt": "You are the SOTS RE analyst. Read canonical RE AGENTS.md, campaign/README.md, your contract,\ncheckpoint and open surprises. Follow the launcher-selected model; never choose a fallback.\nRecover one bounded behavior: complete inputs, predicates, ordering, precision, allocations,\ntransitive writes, container elements, event records and RNG. Distinguish static facts, measured\nobservations and hypotheses. Use domain findings as evidence, not unquestioned specifications.\n\nSpecify original-helper dependencies and missing runtime inputs. Work with the independent\nverifier on falsifiers and distinct-state/branch coverage. Synthetic boundary fixtures are useful;\ncoherent parsing alone cannot prove field semantics. Do not promote your own claim.\n\nOwn only assigned files/worktrees. No architecture/planning changes, delegates, dashboard writes\nor unleased Ghidra/VM mutations. A surprise that changes scope or standing claims blocks the\naffected work and goes to Astra with concrete evidence and a proposed discriminating check.\nCheckpoint every 20 calls/15min and before compaction, experiment, handoff or stop. A bounded\n40-step session ends with a repository checkpoint, exact next action and held-resource inventory.\n", + "steps": 40 + } + }, + "model": "openai/gpt-5.6-sol" + }, + "path": "/home/alex/sots-re/opencode.json", + "sha256": "027ab29992ab9a5a6ee20bd649ac002f5f3397030d18b070eb949cc42179de99" + }, + "contract": "research-completion-abi", + "cwd": "/tmp/opencode/sots-final-research-re", + "ended_at": "2026-09-10T04:29:35.835719+00:00", + "error_events": 0, + "event_count": 91, + "id": "run-16f8e9b6376b278c4870be09", + "log": "campaign/runtime/runs/run-16f8e9b6376b278c4870be09.jsonl", + "malformed_events": 0, + "max_steps": 40, + "observed_model_status": "unavailable", + "observed_models": [], + "observed_sessions": [ + "ses_f767233caffeDCLkvkoxjdwS5g" + ], + "requested_model": "openai/gpt-5.6-sol", + "resolution_only": false, + "returncode": 0, + "role": "analyst", + "schema": "sots-run/1", + "source_after": { + "engine": { + "commit": "7741d42fc5e4e761e6449bdaf0e4a61d00036a23", + "files": { + ".gitignore": { + "mode": 420, + "sha256": "5103c9533f0d31fea29c0cc85d543692af84a697416dfa7557e31c9843210145" + }, + "AGENTS.md": { + "mode": 420, + "sha256": "7d1d4bc05c35e3354a77b3c8d5d2c04fb9d6658d09e87bc814a50bc3d2033fb7" + }, + "CLAUDE.md": { + "mode": 420, + "sha256": "15d60c3d592302a2854df8bf6d39c0a578c22b9273a633447e10b76fd76291f5" + }, + "CMakeLists.txt": { + "mode": 420, + "sha256": "6e9791511ea23bf8bf5f7f58617a7e77bbe5006829609e425e565c11c1e8d7ed" + }, + "CMakePresets.json": { + "mode": 420, + "sha256": "fcd1dfe3989ee4f56fa3e419059e1db5621922165edf05f13cfe8e5d786d8bb0" + }, + "CONTRIBUTING.md": { + "mode": 420, + "sha256": "26a381fe08feb51f861655f77de4e558f056d1dba79162a2e82513a92d0e6506" + }, + "LICENSE": { + "mode": 420, + "sha256": "eedebad43ea495111bf4451d78cb440309d90a733d6a36445699dde0629f1858" + }, + "README.md": { + "mode": 420, + "sha256": "66c2437fe4f074e6499de50b0d5f0d013bc290333f4d4bf554b541261885a0c1" + }, + "cmake/toolchain-mingw-i686.cmake": { + "mode": 420, + "sha256": "231c0b79868a77d54cc6619f0b4ea18454964a1a078806f44a6ffe3fb7741a9b" + }, + "docs/A2-alliance-and-modcount.md": { + "mode": 420, + "sha256": "0c0c45c31d5d64124f3b91a161f8a2f4732c8a5d7f6bc524baf4d59f8a191701" + }, + "docs/AC-predictions.md": { + "mode": 420, + "sha256": "ab9e41714abdbc32e620d8a2068be8ebd2fc8898ba149113c66ccda248b4bcda" + }, + "docs/B1.md": { + "mode": 420, + "sha256": "42b61bbfc135cdcd0f1a32f63164b88e67106400de7f08f543f118eccd814364" + }, + "docs/B2.md": { + "mode": 420, + "sha256": "87dfd333ee15681a3aa4de58cf1b14ff8240e75afabc05012e0f28531cb4b8b8" + }, + "docs/B3.md": { + "mode": 420, + "sha256": "fb65c41037b6cd6252c67e5244d492a3a17ea4ba2ddae821d49fe0a879528518" + }, + "docs/B4.md": { + "mode": 420, + "sha256": "22547b3d2960684e52a380fb07f43a75bf50aebf93cede689f297cf38f4a012d" + }, + "docs/B6-ship-construction.md": { + "mode": 420, + "sha256": "9c5c4fd2059af965e317c9db5b7fbfc440397ddfcdc5bf7860115f6a8a0532ab" + }, + "docs/CB-capture.md": { + "mode": 420, + "sha256": "ce45a9082588051eda7438016dc66eb28bb4afda98b82cdc20102c4ca53529f0" + }, + "docs/CB-predictions.md": { + "mode": 420, + "sha256": "ba51538b018cbb403978f97ad45d4743937d49ba55c8f15d7af8f8e4aa441f0f" + }, + "docs/E-events.md": { + "mode": 420, + "sha256": "de98795aadb1617eab91815ebc34818bef8b52c36ba18b4521170065bfd2d201" + }, + "docs/EV-events.md": { + "mode": 420, + "sha256": "e7d9536cd23f5d800dc97f68167bb738088a16136004419f28de92d7fe1bcfb9" + }, + "docs/G-wire-schema.md": { + "mode": 420, + "sha256": "19db69ae359ddbd2a0509d02f1c616f939e0428480a8bb33c81f69145323a591" + }, + "docs/G3-civilian-growth.md": { + "mode": 420, + "sha256": "38ea3a8ddc3fdca258294d949c4cd2af1a930cdd9ba612d5e8fb48bc446bdf30" + }, + "docs/H-probes.md": { + "mode": 420, + "sha256": "f23e4d4cbc8c9a3000a0a58ed994dddd95466cee1ec45e961685e86dde4dc54f" + }, + "docs/L1-predictions.md": { + "mode": 420, + "sha256": "af97dbc9f15b9c2e6f223c89bac17826056fa4f3bced3c01513c1ad4d9ac1754" + }, + "docs/L2-predictions.md": { + "mode": 420, + "sha256": "18213ce5f3375d478f266de85c38c2b04ca2ae8ab4a2023780dca161fa14f460" + }, + "docs/L3-predictions.md": { + "mode": 420, + "sha256": "d1c9c0006079f47ef0d3371f4a2c2df2fe4f08ebdad0f8a12d1b0de35b15ae7e" + }, + "docs/L4-ai-orders.md": { + "mode": 420, + "sha256": "b04127c5158a882f252b2b6e8afb2d131f0de623cc0c62c86c612af803d75835" + }, + "docs/L4-predictions.md": { + "mode": 420, + "sha256": "6a194ae336920f13d8e4a44549cbe26be959beef81cffed88ef03b3cec563e44" + }, + "docs/L5-live-verification.md": { + "mode": 420, + "sha256": "4c1abe57c516b36f383390164a362f53294feda222c623283f1e6091d8ef0ec4" + }, + "docs/M-movefleet.md": { + "mode": 420, + "sha256": "718338edb8cbe8a449793b22889776a1783d1d0ade553c03973ea45d426eb426" + }, + "docs/M0.md": { + "mode": 420, + "sha256": "e121c380612a42727e3a973d8cf50f884d660bb4b43bc494258dc1c6b6f26705" + }, + "docs/M1.md": { + "mode": 420, + "sha256": "e0a36cf109d096748e55522eb8d7a261764cbf5ab5daf9342ba903d0f2bc6704" + }, + "docs/M2.md": { + "mode": 420, + "sha256": "25f9cad74eeee40afc2117333232384e1cf387b2b9132856650234c5ba593c61" + }, + "docs/N-output-term.md": { + "mode": 420, + "sha256": "3b8317e22714ef66b35efceee6fa0f7057c37f7c6e34d93cc5047cd1dd07ecde" + }, + "docs/P-events-wiring.md": { + "mode": 420, + "sha256": "72ee81b71b4c08ae451721c785dc5e01ed4ca43ff0fd474befca09dcc41599ba" + }, + "docs/PAR-predictions.md": { + "mode": 420, + "sha256": "16e8fbbac5001db0b10d766858c0ae2ea9619f37043a0883ee46da80d4dd4846" + }, + "docs/PL-players-residual.md": { + "mode": 420, + "sha256": "9bc29bc030ee8b0e00e496b91fe8fefac15179ce9fd01c0a11a7b5b5335356dc" + }, + "docs/R-recapture.md": { + "mode": 420, + "sha256": "73c62ab20c5eca5e87e1d18aefa60a2a2acd75cbc7510d31b27a2cd4ebcec38f" + }, + "docs/RB-predictions.md": { + "mode": 420, + "sha256": "c1016781505c10aa304d4710c5389918b744ab20cbd8cb54dce462c3dc28e4e7" + }, + "docs/S-standalone.md": { + "mode": 420, + "sha256": "8979b0a9fef33a55ca15bf3ef78064e72df332033354329ff2471ad6648e4a8e" + }, + "docs/SD-predictions.md": { + "mode": 420, + "sha256": "a76a568ccac7409e3cb3acef724dbe6b618d4ec30259bce33594098daff8b6a0" + }, + "docs/SV-script-objects.md": { + "mode": 420, + "sha256": "80ebd120fa9cf5e68ac4d33117966805b917d24bc339f7d82be972a280449409" + }, + "docs/T-turn-driver.md": { + "mode": 420, + "sha256": "a4096b8223cea87ce77cc64014c489d4625ed36fd3aec1358565ca5cf91d4e1e" + }, + "docs/U-unlock.md": { + "mode": 420, + "sha256": "5cbe3d8fb4bd30d029cb2db006a4dd3c6819885f55f434afb4bc8ae79b526901" + }, + "docs/V-eventlive.md": { + "mode": 420, + "sha256": "ebd08c000f42211e87958278f03d6891475cd8557658e1a42105cf5ed45a1aa1" + }, + "docs/W2-predictions.md": { + "mode": 420, + "sha256": "9972e27467cf0fe23a358818caf7edb979de25697d3aa4b97a2135ca79fe34f5" + }, + "docs/W2-watchpoints.md": { + "mode": 420, + "sha256": "f8634c5f977b2ca9b2e07df105cba09adacaeb6fb4cf046e41e5e1e42b83b107" + }, + "docs/W3-predictions.md": { + "mode": 420, + "sha256": "211cedc2d924bcf47cbb73166b408e9a27d795863ffc90aa2adbb85beeadffcf" + }, + "docs/W3-watchpoints.md": { + "mode": 420, + "sha256": "568e818e66d95f9079a1270c4d9b900c7eecfd5b5a3b4ba5a4aa0c843666f061" + }, + "docs/Y-standalone-rng-and-tail.md": { + "mode": 420, + "sha256": "49d926cc505d6ba07753748366e42ec32493a15c76bfaa45b2f66f52adc57f2b" + }, + "docs/Z-tail-rng.md": { + "mode": 420, + "sha256": "3ed2b40f728bcedd663c305cce13481bad1429af03fd5215ee3189161cfbd7f1" + }, + "docs/architecture.md": { + "mode": 420, + "sha256": "ba4732eb8a4c7054df5136a72d1774e4f1e919a517a1c74e975903fdd254422f" + }, + "docs/game-data.md": { + "mode": 420, + "sha256": "2124ea3d117b4ee6f48660d9711c1b4ef844a4ba37af7cea3766914d77bd6b23" + }, + "docs/game-design.md": { + "mode": 420, + "sha256": "5b40349ad446596b534567a5683cf9ea99709d9eff231890e0f6256c755f0272" + }, + "docs/game-effects.md": { + "mode": 420, + "sha256": "e1e0abc162602daaac255fe44b11c511adf45d4ef5fa188268411829b0817e5d" + }, + "docs/game-sim.md": { + "mode": 420, + "sha256": "d1e14770d252fd2f320a7baa1ad54c90d955cfc840f477d1700cfbbadcec730e" + }, + "docs/harness-audit.md": { + "mode": 420, + "sha256": "931d92cc744ec6ca3d961fbe7fe96dcab28060446058eb78be9835ebbce73ed0" + }, + "docs/mars-parse.md": { + "mode": 420, + "sha256": "d9fa3029ade4f9401c59fb88f4520a1ef3af9a9c6f2bb5d1a0ebfa1d5061d6dd" + }, + "docs/mars-rng.md": { + "mode": 420, + "sha256": "f2a01b88f105d07d0d0d514430e76da7632e5c8e4e3bbd6c99a25f1dc5daa89c" + }, + "docs/mars-stream.md": { + "mode": 420, + "sha256": "61a16c9b7c143b4bc2edee473cf1f8bd06c1a5144c120bc563e5ec6d770dd0e7" + }, + "docs/mars-text.md": { + "mode": 420, + "sha256": "2b6c7d2eecbb684160e7565d1d7224eb0d2f7e9a41f4d807095a182ea605dcf1" + }, + "docs/mars-vfs.md": { + "mode": 420, + "sha256": "1508c2a070d56f4fdabac3c2ef1fd08d3f93d7a3045d59158340ee22a6ff1b62" + }, + "docs/shim-trace.md": { + "mode": 420, + "sha256": "8a059c1ba761b366449c2db8ef248656da917050ed28855c6d812ecf91672fa5" + }, + "include/generated/sots_addresses.h": { + "mode": 420, + "sha256": "fc34ac4ee8cc7fea91c447b5715841dc6d3afe36f9aff04e88b6c29b5b64f448" + }, + "include/generated/sots_stream_schema.h": { + "mode": 420, + "sha256": "13446ce54d60a0b29adcefb51aeb5127a0a3ca8de2bd1665e4778ba5354bff8c" + }, + "opencode.json": { + "mode": 420, + "sha256": "9af560c2a49945e964beb689649c13775e2aaaf691af270a565d6c6826f76c15" + }, + "src/app/CMakeLists.txt": { + "mode": 420, + "sha256": "142999eded2ff494745ce550af76a8f8caf0269ad22d6d5650e7a79c19d22717" + }, + "src/app/alliance.cpp": { + "mode": 420, + "sha256": "37d6e57f7ce82a69a595cf474e7be7a544efef210f960e9cdfeab6168826bac9" + }, + "src/app/alliance.h": { + "mode": 420, + "sha256": "08fa8dc96286c7cb15a90a987fa22b17e195522e642ab8303b659ca58739eafd" + }, + "src/app/command_replay.cpp": { + "mode": 420, + "sha256": "739059930cd3a5f1d988522ff50c60d8657664a66c9fe19b019833f417b55824" + }, + "src/app/command_replay.h": { + "mode": 420, + "sha256": "956429a742554cada2124de49c6955e27b0e5d68db87dcc95b22c75ec7bd93c2" + }, + "src/app/construction_phase.cpp": { + "mode": 420, + "sha256": "025cd0ea1a7badd567f7f1cd59330b1e01149b5c5094575fbd438683658bb0df" + }, + "src/app/construction_phase.h": { + "mode": 420, + "sha256": "a4d39994096683a1144eb20282b205cf71e2045873cc15b53bdac214ab1e9a5e" + }, + "src/app/event_phase.cpp": { + "mode": 420, + "sha256": "80717fa7c7f108004d5250f12b6c994752a1a55d7f32c7d3ebf29f2869118c90" + }, + "src/app/event_phase.h": { + "mode": 420, + "sha256": "54077268fe4705270dc06bdc46a6fd9384fb5e0d36da19e55ea149b478d8cf34" + }, + "src/app/growth_phase.cpp": { + "mode": 420, + "sha256": "5924d2641fc98d902b56a3e6417d7a57d70c1564718951b098e7d14376ebc4e3" + }, + "src/app/growth_phase.h": { + "mode": 420, + "sha256": "8222ef811abff161c8f891a331a52e527de54fbf468949d1e0e188adc473ae3b" + }, + "src/app/main.cpp": { + "mode": 420, + "sha256": "adfd7dd177439bfd57509532bcf0f37779281ae9309daa93efe1ada3ef3f57a7" + }, + "src/app/observed_phase.cpp": { + "mode": 420, + "sha256": "31fb99678d60de6901b4bb1b251abe2421453264653cf5f7bd297a376c2b23f3" + }, + "src/app/observed_phase.h": { + "mode": 420, + "sha256": "f88fc22a5cb21a43e196d7fae09446126635d3284e6b398bca234f265234b693" + }, + "src/app/phase_catalog.cpp": { + "mode": 420, + "sha256": "e3da16e6d499b7836953251d940ce171792ada208156ca583277298f305fc316" + }, + "src/app/phase_catalog.h": { + "mode": 420, + "sha256": "da6fff506002079d8277358d0095981dc260449dc19677a533ef25ab709aed87" + }, + "src/app/report.cpp": { + "mode": 420, + "sha256": "da3feb6043f6e68cb9ea763f7242ac153a5944c59f448284faf34c64ad6b9228" + }, + "src/app/report.h": { + "mode": 420, + "sha256": "0495d164458ddb7187ce3105f82cee06cf9cf6c5b73ed8cb6e434e1d2e0f8481" + }, + "src/app/script_phase.cpp": { + "mode": 420, + "sha256": "61eeeeb7eac3145cee938ccfc564b231b6968ce7926fb9599c136134f0d5ea91" + }, + "src/app/script_phase.h": { + "mode": 420, + "sha256": "e52006ff939fa945870fafdc2412ba67e3d5e1cc2aa51c0ca0a884ce630aa1b7" + }, + "src/app/trade_raid.cpp": { + "mode": 420, + "sha256": "07d6bb904e655bb644ff6df2e417adb448487bb67acb62240ec5ecc978eabebf" + }, + "src/app/trade_raid.h": { + "mode": 420, + "sha256": "10e0b1460eb7810f1fcd61e67d47333373f06bdacf5a11372958a84a91084e52" + }, + "src/app/treaty.cpp": { + "mode": 420, + "sha256": "317463fc0e2a6ca7eaa4e2f096c3821655a4623de4085af44d951ed500837575" + }, + "src/app/treaty.h": { + "mode": 420, + "sha256": "836395a85868cbd6b7fda8f1d304128fd7cc6952aff37003e8e119a5ce0251f9" + }, + "src/app/turn.cpp": { + "mode": 420, + "sha256": "a626ddf80a340de50b70f09bf91c0180d255c533e65edce1532d807fcf5109b4" + }, + "src/app/turn.h": { + "mode": 420, + "sha256": "85c87aab5c5b5ad5a6a34cc9db710b1cf77dec1a7145ba1e0b5e17fff9a6a237" + }, + "src/app/turn_record.cpp": { + "mode": 420, + "sha256": "e1eb0b253e964ab4f8be1333f81e193ac64109544da384cbdf21858cbf931e4d" + }, + "src/app/turn_record.h": { + "mode": 420, + "sha256": "78d8d2948bd04bff5e7d2c55955b726f1cd7552a765e608e390209e03856f76d" + }, + "src/app/visibility_phase.cpp": { + "mode": 420, + "sha256": "34d9df699af3e57823ec8457c442408da854028f9b95db5820171caad0823131" + }, + "src/app/visibility_phase.h": { + "mode": 420, + "sha256": "60db50f5b98c5edafc86a33f982a7773acc291c1a18f9cf23323e53ebadcde27" + }, + "src/game/ai/CMakeLists.txt": { + "mode": 420, + "sha256": "f51509a2699f02ecab9faa1f75feaa38c299e6bbbe08bfbe5e8e86722037f6eb" + }, + "src/game/ai/agent.cpp": { + "mode": 420, + "sha256": "e1bbddc3deb797d62ae9c2b24bc811ec9379699992dd838694bd5eadc73feef7" + }, + "src/game/ai/agent.h": { + "mode": 420, + "sha256": "48aa26f32d52a3f8f4e37ed5c6986b1e87a8fe1e780d5314514eb5c75b8bc244" + }, + "src/game/ai/apply_order.cpp": { + "mode": 420, + "sha256": "122ffea1090382fd01bc505fd30c59557dfec2c9846609d00da6e80109da2253" + }, + "src/game/ai/apply_order.h": { + "mode": 420, + "sha256": "a3b7a1ca26243ba0fdd801b78978175db6f76e297a72876fa0a35e12f38e09b3" + }, + "src/game/ai/command_capture.cpp": { + "mode": 420, + "sha256": "cb9a1d37af9f66e78d368e03aeabec01e4d48f76aaa30348a51f4c70a915e4ec" + }, + "src/game/ai/command_capture.h": { + "mode": 420, + "sha256": "921599e5b2aa8b773db00134618efde687c7d9ba739abd787ec7666f4cfeb78f" + }, + "src/game/ai/orders.cpp": { + "mode": 420, + "sha256": "1b775eb1a030bc6e81e5b7702cbf8ad56288860276e8a0475da66f7367542640" + }, + "src/game/ai/orders.h": { + "mode": 420, + "sha256": "c2a3b8fe1a7c46a1c1104bc87be8696d9f0782cc304d27cb96d0ec6b182f12ae" + }, + "src/game/ai/tasks.cpp": { + "mode": 420, + "sha256": "b05878ccd94c375aac8723c8ea9499f77b98fb94acc5a75a15fa1948dbe83c76" + }, + "src/game/ai/tasks.h": { + "mode": 420, + "sha256": "b1de4f89c1679ccfdeaa8b852cb2ce407b71dcd1bffacf97df389a69f6ae3a5d" + }, + "src/game/ai/turn_order.cpp": { + "mode": 420, + "sha256": "858b12c51c4509e16a22a6c080d1c6b47bd23d2b8a11f84a48d34f24c4635f22" + }, + "src/game/ai/turn_order.h": { + "mode": 420, + "sha256": "3e76710928fc2df52fd8312abfb8f23a2ce162f8e0856f46672a4f46b5b4384f" + }, + "src/game/combat/CMakeLists.txt": { + "mode": 420, + "sha256": "4b3a05c45360e312d6c1d96c1f05a60437d19d2046257835e0d6c70ecc4ce115" + }, + "src/game/combat/retreat.cpp": { + "mode": 420, + "sha256": "eede86a4d25289dfc9132d5776b11114a109179e5aa10f2b985035e5b22d7a1f" + }, + "src/game/combat/retreat.h": { + "mode": 420, + "sha256": "5fc3e002a5f1944f29c74f862ff942b894e40e88afafd52358373ada36644d7d" + }, + "src/game/config/CMakeLists.txt": { + "mode": 420, + "sha256": "c746021654505c92be333cefb9df994431679d40d8d654b937feb950684830f7" + }, + "src/game/config/config_loader.cpp": { + "mode": 420, + "sha256": "d903ba06747e5b7d66400d03ee1f0a9896bf4268bb200dec0b5c8599dbd3d3a1" + }, + "src/game/config/config_loader.h": { + "mode": 420, + "sha256": "fda71dee1a4e2b896760e9ac344768e176ea4f0a08609c7d651033a1ee698085" + }, + "src/game/config/manifest_loader.cpp": { + "mode": 420, + "sha256": "dbe33dc5ae03db18f3b2c01b48cc1fced10f2cca599270c0a028321a7d7dd7c6" + }, + "src/game/config/manifest_loader.h": { + "mode": 420, + "sha256": "68e508b9e6d1222d980b22ae826b127693fdf0821b6539ed9e62a8ec031aa5b5" + }, + "src/game/config/msvc_sort.h": { + "mode": 420, + "sha256": "17fcb13bb49a634c80be38299617c6c16fd8addedfa88c53d67242c90b811716" + }, + "src/game/data/CMakeLists.txt": { + "mode": 420, + "sha256": "677ba0dd0ebb8176f4e7c41d5550f2ccedd56d49e7e4acb1eb0a7970e9e98a51" + }, + "src/game/data/block.cpp": { + "mode": 420, + "sha256": "f61312708c715ce525ed1a01e71f1446d31fc96ca1cc51f5bd863cac51702200" + }, + "src/game/data/block.h": { + "mode": 420, + "sha256": "f14155dfca5fd270ad6b4d462458aa8cd5c5edf5e19da4df492ee2907e99eccc" + }, + "src/game/data/catalog.cpp": { + "mode": 420, + "sha256": "7799ad3b31d43236cacbc51c3ab086265927f98b1346005a8adfed2796178ebc" + }, + "src/game/data/catalog.h": { + "mode": 420, + "sha256": "80223146bcdbf4808776f974df7e5f46b120a021979a22f50b5ce2d74ec16d6e" + }, + "src/game/data/common.cpp": { + "mode": 420, + "sha256": "e58ba046844be11c61f7f7e501829b48b4f16e7c0ab78f10fcf9189c133cf040" + }, + "src/game/data/common.h": { + "mode": 420, + "sha256": "d1ac8375c1be133a98a383e01598f393f194e1bd9790d1c1230bc6121a45a187" + }, + "src/game/data/fields.h": { + "mode": 420, + "sha256": "4209df368ad776b3c24350246acf47ad874fcbbe292fb16f9ca7dacaef2f08fb" + }, + "src/game/data/shipsection.cpp": { + "mode": 420, + "sha256": "82d5ba9be2a446e50934b0b9a03b16839bd3acd1a967d9441180a1baaa271264" + }, + "src/game/data/shipsection.h": { + "mode": 420, + "sha256": "bcf100f83691226c4993dd7866b67a0b48d9b4bc6841463fbf07f0f26bf9dca0" + }, + "src/game/data/strings.cpp": { + "mode": 420, + "sha256": "6d983d3a4cb4284215301409587136fb765a5e6a4c9f4b988e01d710c0815f59" + }, + "src/game/data/strings.h": { + "mode": 420, + "sha256": "fb292bd472ed68eb4a5e93484f3f92d8a0ae8661e6a61ca4b417ab889c508055" + }, + "src/game/data/techtree.cpp": { + "mode": 420, + "sha256": "2ac6e39faeef808c97375f3b8a3ee219fcab8cc09921f0ed8d82eef7374eb9ea" + }, + "src/game/data/techtree.h": { + "mode": 420, + "sha256": "504946c255405ab28d20d0ed6c095b3b63f0e6865afe0e8bb0707e607c363007" + }, + "src/game/data/turrets.cpp": { + "mode": 420, + "sha256": "ce7db50ef10825e168fee2bf57c4b6038dd1a356be7ada9ed6a4f6a4f31b07a4" + }, + "src/game/data/turrets.h": { + "mode": 420, + "sha256": "f01603ad32b0ffdf891c88cc54c39a725c6a436f8dda79ac23e7505e59853c64" + }, + "src/game/data/weapon.cpp": { + "mode": 420, + "sha256": "accb5aab2081babb26443cd257f292909e19440c40346e098144148922f5d3f6" + }, + "src/game/data/weapon.h": { + "mode": 420, + "sha256": "63aeb670ae7b8a1fd6daa35ed60ebe41a87f62a6ec2a12f44b13f9052c55b009" + }, + "src/game/design/CMakeLists.txt": { + "mode": 420, + "sha256": "42692f7917d99fb5b9e392c2d0f1d908b2bc5c61fc2e5687fddbd665dafe0bef" + }, + "src/game/design/defaults.cpp": { + "mode": 420, + "sha256": "8efa0b79646525375739a1acfe77e75d5ae6b669d1ecaa01f49f3f5183caf528" + }, + "src/game/design/defaults.h": { + "mode": 420, + "sha256": "20af056628f362a4d5ad7ba6277135697718197ec6844ae0ae85bf06d4cd818b" + }, + "src/game/design/design.cpp": { + "mode": 420, + "sha256": "e166281c52a6d92fed8810b38bd736cbd2a324f15d290a39a539d01ff35ead20" + }, + "src/game/design/design.h": { + "mode": 420, + "sha256": "7e936c78ca10c3a49470da67f1659cf4ee323d14d50b5b2c1ada08edfa8f6997" + }, + "src/game/design/hull.cpp": { + "mode": 420, + "sha256": "554b0ef6955ac230c7eca29ea2d94d60b5fbc91f34d9ff457091577c8602268a" + }, + "src/game/design/hull.h": { + "mode": 420, + "sha256": "997018e59c9d78ee1da7e7cb9561b94b76befacbe348a4ce3301c5f22b582461" + }, + "src/game/design/rules.cpp": { + "mode": 420, + "sha256": "a623984f9ab40c354320051fec00bab2c7e3728c2c90082b3b8051294b906319" + }, + "src/game/design/rules.h": { + "mode": 420, + "sha256": "70a8a42fe82e9805cbb957717688ab9f9eb3438226f6e0d696ef5f7a51529229" + }, + "src/game/design/stats.cpp": { + "mode": 420, + "sha256": "c05f420a00026289be8693c0d80bbd2354ce354a91a78459cfc8e70467326c54" + }, + "src/game/design/stats.h": { + "mode": 420, + "sha256": "ba0a5d3bcc98f5c3e64579d42da70bfdf563773ce2fe1e6bfa2b36b14c453fe5" + }, + "src/game/effects/CMakeLists.txt": { + "mode": 420, + "sha256": "2e20f138f98bc69653c8360a26f99f3f43f35beedea5e90dfd7e9721e7550f89" + }, + "src/game/effects/tech_effects.cpp": { + "mode": 420, + "sha256": "40358c2af37543ca3ab09b4d0433cdb4b0d2d212b45f648739cc86e979501604" + }, + "src/game/effects/tech_effects.h": { + "mode": 420, + "sha256": "ef70addf2caf1e3abf36ac9d878a8db37d2adbac370957f5b6a0b5825564a0d6" + }, + "src/game/effects/tech_id.cpp": { + "mode": 420, + "sha256": "11cd652e81a52e86d72541a5c3de77bb50de3d31226272e0d1856e5a15b7f9a6" + }, + "src/game/effects/tech_id.h": { + "mode": 420, + "sha256": "f37752250c80c9c75ef8e144e4646dc1290a2cc8ce72d9a37949c6408996df86" + }, + "src/game/events/CMakeLists.txt": { + "mode": 420, + "sha256": "9b1f14a3801a991ba065e0e39ae2e3fa3966018e8a98fcceeddeaca3909328e2" + }, + "src/game/events/event_log.cpp": { + "mode": 420, + "sha256": "3b131879ec5e81cd1ba2bb0cbdfa6e05775ed77684f4ed7a8f5cfae87da1e7b1" + }, + "src/game/events/event_log.h": { + "mode": 420, + "sha256": "2ff415b1120ca3f28421006a566280fb977027cfa3f209bdba0986350376a953" + }, + "src/game/events/research_events.cpp": { + "mode": 420, + "sha256": "9520b20eba2a2b4bd5925f13b420d526fc610d06aae7ffad314e3002c4f5a253" + }, + "src/game/events/research_events.h": { + "mode": 420, + "sha256": "b87340c6b14e9de97e5bc0c5a4cbd74e54bab2831c60edf88c0e42ff5218ea22" + }, + "src/game/nav/CMakeLists.txt": { + "mode": 420, + "sha256": "79cc0ba25c6d49f7784663ace033d01ab3d85a5d8015fe2f466f8f1a3065983a" + }, + "src/game/nav/pathplan.cpp": { + "mode": 420, + "sha256": "04cfe8fca5be565f5443c8f1402eb0072221dbd63f70855e35b3eeea752f1775" + }, + "src/game/nav/pathplan.h": { + "mode": 420, + "sha256": "28b51f737b458679888e555d985b9e8d41adf8ba91fa0980b5e83668758c86e7" + }, + "src/game/sim/CMakeLists.txt": { + "mode": 420, + "sha256": "4b3085116f88c903a137abef6806891f7b7245dcb031153df7a5465dd2521116" + }, + "src/game/sim/colony.cpp": { + "mode": 420, + "sha256": "e0f0bf15d87b6ac2e92053cbfe0869c0dbf9465d90a9bae5456bb46883423b77" + }, + "src/game/sim/colony.h": { + "mode": 420, + "sha256": "357dce21440140a6cf836a3c12175ebb5bb6706c37d5ecd315a4ee4937725b47" + }, + "src/game/sim/construction.cpp": { + "mode": 420, + "sha256": "8cf4792f487162ca3599f16f0e92d73b4c9549046044548c5aecf202dd564130" + }, + "src/game/sim/construction.h": { + "mode": 420, + "sha256": "a7f201101ad704f1994f809259ad60f780760fa36174d99a1ccd9299447f5460" + }, + "src/game/sim/economy.cpp": { + "mode": 420, + "sha256": "1e0b17b589496a6139e8ca10fe20553050be7c965a02daf8b520dd5020412d89" + }, + "src/game/sim/economy.h": { + "mode": 420, + "sha256": "6f3e33e803bb49367d4cee3c8ef6186f04b79e7cf901047fc48d933108ab6d2a" + }, + "src/game/sim/movement.cpp": { + "mode": 420, + "sha256": "80c64b2148304b84683cf3860ced1354f5c29c923bbc50cc5001030dd85c2cd2" + }, + "src/game/sim/movement.h": { + "mode": 420, + "sha256": "9a6b2b4960428634d8004cd5694ed6a7a10ab28fd9c0e2a9824ede3e201e9441" + }, + "src/game/sim/numeric.h": { + "mode": 420, + "sha256": "88f715192ea322ace4eea13ab5ae55f7f41600262025208e468b5259220522c2" + }, + "src/game/sim/observed.cpp": { + "mode": 420, + "sha256": "43d29a9fe1195dcc0b7e6101ea05bfd076f03636f9f68de473539c83db0ddd22" + }, + "src/game/sim/observed.h": { + "mode": 420, + "sha256": "0224b5bf341f30ff0e98d910547261b6732bdc0c5339b520e26fc51939c1269f" + }, + "src/game/sim/player_turn.cpp": { + "mode": 420, + "sha256": "beb1b2ed434df3727e676ac56e751beff87fa98e4a42e4657cc54d41025773a2" + }, + "src/game/sim/player_turn.h": { + "mode": 420, + "sha256": "f24f8f5e161486575cd341c2f5bfed46fa6983263edcf2320e9c24860b4be51a" + }, + "src/game/sim/research.cpp": { + "mode": 420, + "sha256": "95f2d325544ee018ec8d0f945e91b4172f6ba406f95e19f86c4fb9aac6b22a89" + }, + "src/game/sim/research.h": { + "mode": 420, + "sha256": "e27a311e977afb2e01242938dc8d928e9a67d1f761965e191cf907e05c1c86e9" + }, + "src/game/sim/rng.h": { + "mode": 420, + "sha256": "f7e5bbced3dbd37deb49a00b52d05f7c751501d654dabd645ecff7447355929c" + }, + "src/game/sim/scriptobjects.cpp": { + "mode": 420, + "sha256": "a4f9a1b49e4ba22a88726efbbea2f355b40a3c006734d9150d509a344720a4d2" + }, + "src/game/sim/scriptobjects.h": { + "mode": 420, + "sha256": "210d0eb51780df70a9bca133664429589c03ea33e4524e2c182801d4b4a5c74b" + }, + "src/game/sim/species.h": { + "mode": 420, + "sha256": "83b44c0600b99c5acb72a3484bb0708cfba765cdf594aede596a3c47d5ee6298" + }, + "src/game/sim/techgraph.cpp": { + "mode": 420, + "sha256": "81f8f1120eb1fa4a77752bd2e0917df3dd76372461416526ae510bd697944ef8" + }, + "src/game/sim/techgraph.h": { + "mode": 420, + "sha256": "b2fc90666080a6b7f27dc9290eef17774d57742c2a1f9e1f77d94c7fa5689f6e" + }, + "src/game/sim/tuning.h": { + "mode": 420, + "sha256": "4acfad4098de951cc3a94ca25a2f200e96caba1836bf7441de5a2b458c022194" + }, + "src/game/sim/visibility.cpp": { + "mode": 420, + "sha256": "25f86a34f9a98d2439672283a446ba1804973dae3f6d9aa3692342b05f3a3ac0" + }, + "src/game/sim/visibility.h": { + "mode": 420, + "sha256": "783896489a2a9ec8bce617b141bfb631e8ef92f958be7b5c2ca64fd75774471f" + }, + "src/mars/parse/CMakeLists.txt": { + "mode": 420, + "sha256": "76c290b786a3e73387ec8c574fd5a0dbeb6e629adbe970426314f16497f59fa9" + }, + "src/mars/parse/blocks.cpp": { + "mode": 420, + "sha256": "e60baa8127b21cf6eb6c8e2aa02c6a72c6403dbc29e8480ff658bf184266675b" + }, + "src/mars/parse/blocks.h": { + "mode": 420, + "sha256": "1e8b76919a584d1d7fb01c5ff5e3a7173e8456eca892d61f0c6b7bb8f02f33b1" + }, + "src/mars/parse/effect.cpp": { + "mode": 420, + "sha256": "beb76a841a3d42dbc157413384ff1a0312a7068d6b22020eadcee2e1cbbc81f9" + }, + "src/mars/parse/effect.h": { + "mode": 420, + "sha256": "aaa5c83f2d8eef24667bf05d0f71b2a346f2fce09dc9a45d7a5197c894922e44" + }, + "src/mars/parse/result.h": { + "mode": 420, + "sha256": "58cff456e353550abcd0f52e031d9d70f2b7a975f4762cfccc64eb6bc748dbd9" + }, + "src/mars/parse/script.h": { + "mode": 420, + "sha256": "69a493268c47a08672694489a51c3ff0a7f9aa870e5ae5a93d47ba033cf21ad3" + }, + "src/mars/parse/value.cpp": { + "mode": 420, + "sha256": "712133e4d725649f5461e6a46bac6842b0751ac3fb7e1c468f826638ec58f623" + }, + "src/mars/parse/value.h": { + "mode": 420, + "sha256": "60d692648dab7e3e216c8d9e6ef212592ba1df1a98260b1b4599354742947b38" + }, + "src/mars/rng/CMakeLists.txt": { + "mode": 420, + "sha256": "dceb4bc0fb35c95a12ed9aa36380e79aa75641b15ecc06e4289d39824087e2dc" + }, + "src/mars/rng/mt19937.cpp": { + "mode": 420, + "sha256": "0c60775e9437b8eaad49f67a96001c81947c8d9e6d2472e28b2b490515bac95b" + }, + "src/mars/rng/mt19937.h": { + "mode": 420, + "sha256": "300836ab26fd1a4d913b395f08770bb2c248029ef1b80ecbf0c4d886adca2b8e" + }, + "src/mars/stream/CMakeLists.txt": { + "mode": 420, + "sha256": "95ffbb0c519e55b7423ab048a3019e295b7ef3a3e9506044ef2e68569df9601a" + }, + "src/mars/stream/archive.h": { + "mode": 420, + "sha256": "84d9ae2bb3d6f444b3933b3816cafd12caee8619d2219f19cd10d32cfad01d2e" + }, + "src/mars/stream/bytes.h": { + "mode": 420, + "sha256": "9f5869952c9d6b925db32995a417ba292a0c1a672fc3850400150afb8163b3f1" + }, + "src/mars/stream/dump.cpp": { + "mode": 420, + "sha256": "1b5bba86b2f85b1718276f8db557601320ab8a165d5fbfe93e51219cca5a1c16" + }, + "src/mars/stream/dump.h": { + "mode": 420, + "sha256": "a69af300ae7083fb0a5362edbe7eecd5273c8807884aff9fbedd7ae606c7fc4f" + }, + "src/mars/stream/gzip.cpp": { + "mode": 420, + "sha256": "20d71fd50bd637f78e7ebb5217bc6607ebc257535cc4720e640e4badb72f1644" + }, + "src/mars/stream/gzip.h": { + "mode": 420, + "sha256": "6bce52c615eb120999adb1a6f7f06baa813a033c28e02e6d79ce77f5b7a929c9" + }, + "src/mars/stream/node.h": { + "mode": 420, + "sha256": "eb43054c8592db107557979c7fc8612dc0646ba5d62f154b9b7f96a37ba2e860" + }, + "src/mars/stream/probe.h": { + "mode": 420, + "sha256": "6411d0976d1e785e8c32af6ecfe1a797c0a9aa02314e5e42fae3ed7b3449ae13" + }, + "src/mars/stream/reader.cpp": { + "mode": 420, + "sha256": "90f19cbcdb0fc50795895ea1eff09cd6c0ab3069095c49b276f3894e3d6bcbb3" + }, + "src/mars/stream/reader.h": { + "mode": 420, + "sha256": "900508d97be1cbe566d77f2c91755d3db387535cd9574e41704b6d940daa1ff4" + }, + "src/mars/stream/save.cpp": { + "mode": 420, + "sha256": "6db367b3ea570a4d0ee831160e3f44cef380f58de163b9d9205ca7449e51e049" + }, + "src/mars/stream/save.h": { + "mode": 420, + "sha256": "b3a411600d98b42e9014e1fc3cbc3eac5f32f4393e9f72036d3d840c802bb469" + }, + "src/mars/stream/savedump_main.cpp": { + "mode": 420, + "sha256": "8dc687f009d9f455e9bfa4019f03df72e058cebbb3e9ae5bcbb308285470208c" + }, + "src/mars/stream/schema.h": { + "mode": 420, + "sha256": "b1cd64bc43076a3e5893239bd2eb5c216e7293ee541322ef74fb106928183a05" + }, + "src/mars/stream/shapes.h": { + "mode": 420, + "sha256": "45ee379ff8100b6bc27427a2580d7aae19ff3d5d0aa27f682d156ae6a92d0a6d" + }, + "src/mars/stream/writer.cpp": { + "mode": 420, + "sha256": "54804b06266e34793f5294f9a96d2939d641915a0f60fc4e3b4170bfcea6e083" + }, + "src/mars/stream/writer.h": { + "mode": 420, + "sha256": "921cd44ea30e0b9944825b1d2caafc46edc8f2c23506c807050ed9208a397340" + }, + "src/mars/text/CMakeLists.txt": { + "mode": 420, + "sha256": "dccb93b37c21c9b3c3b35a50ca8de55c9f00df2a9e0a33b6c36d659a75455436" + }, + "src/mars/text/csv.cpp": { + "mode": 420, + "sha256": "b190e12b86a3f416a72c110caf9e0b2d98cdd33851d2fa48b55a8d7ea39279af" + }, + "src/mars/text/csv.h": { + "mode": 420, + "sha256": "3b7ec6d0884e95bfab869c253eddc30a802602bd1f230cc69461cb9cf3c17917" + }, + "src/mars/text/flat_kv.cpp": { + "mode": 420, + "sha256": "b98d3b7345489f0b149e56cd15436fd6199e4cf00d7ce3f8b8b31fcdecb90e47" + }, + "src/mars/text/flat_kv.h": { + "mode": 420, + "sha256": "d6765cd42cad46597b6e36e9d08baf6819f7796442293043d5ff686e2376d292" + }, + "src/mars/text/lines.h": { + "mode": 420, + "sha256": "b9a16ccf0dc7bbf36100e0b66c80bcb818590b161f820d3c67d55bccff1c2c65" + }, + "src/mars/text/manifest.cpp": { + "mode": 420, + "sha256": "4da1bb615902ec61883e561f5dd375d89442f7b9046fbc864f6308f27921087e" + }, + "src/mars/text/manifest.h": { + "mode": 420, + "sha256": "dd7351a7a6a144e97f3a3b6a25d22d1518a099e95deadb8965cedb201601e102" + }, + "src/mars/text/result.h": { + "mode": 420, + "sha256": "7f817033811dff6fcef1d5b76f88922cb0392afb4359549876cd017a14755606" + }, + "src/mars/text/value.cpp": { + "mode": 420, + "sha256": "94b433d78f3211e1a4dd9eb8a0a00b514cbeaf63a03e738146c56dbbfe221479" + }, + "src/mars/text/value.h": { + "mode": 420, + "sha256": "d3b5c70af2f339ad27b43c38353fc7a2da83388854b02000fa1b6d9a4e1dfc07" + }, + "src/mars/vfs/CMakeLists.txt": { + "mode": 420, + "sha256": "630d5d4707ef3c0f24a414815cc23158853fe9d5aef429d6619abc1c433b3786" + }, + "src/mars/vfs/path.cpp": { + "mode": 420, + "sha256": "e1f3bbab1f90b0132aec24d8c5997dafab69ec72f01f2dd2fa63c91f83ef7aeb" + }, + "src/mars/vfs/path.h": { + "mode": 420, + "sha256": "043091008f2cab7c88185de63e7aae63ad9b0e384109f5b6fd8c31666c4e2033" + }, + "src/mars/vfs/result.h": { + "mode": 420, + "sha256": "19115bf1c5b3bf01da078a49209230053043610b342b01cdaaed126e2d3ea748" + }, + "src/mars/vfs/vfs.cpp": { + "mode": 420, + "sha256": "ab8272cd14b4b55e7af13f5383d6106f0b1caabdde57e69c1d0fb5b434d31cba" + }, + "src/mars/vfs/vfs.h": { + "mode": 420, + "sha256": "2484231baa64ede6fc35eb0f49e1fd7a3373d5c559f016d5adfb9fc433619d90" + }, + "src/mars/vfs/zip_archive.cpp": { + "mode": 420, + "sha256": "d66e70300539bd42bcf193683df7c34d2b0b03146fd79f0a180385ead1559e87" + }, + "src/mars/vfs/zip_archive.h": { + "mode": 420, + "sha256": "0ffbd90f7919741e63e86e14d0f87d247bc2cd16d2db54771071553249ad935d" + }, + "src/shim/binkw32.def": { + "mode": 420, + "sha256": "fb500fd9f9ecbff44123b89fc24cec72e91fec4c4430ce12a69efc06b20de235" + }, + "src/shim/fpu_force.cpp": { + "mode": 420, + "sha256": "c4b4e41a7ef81139c652ba8164ed8bb0d809b42182f0d0f048b9a9e63bebe59d" + }, + "src/shim/fpu_force.h": { + "mode": 420, + "sha256": "75bac23bc45510961f6b10d21c47e72d8dc0d3971a3ab30b795cad1d25332c06" + }, + "src/shim/hooks/ai_orders.cpp": { + "mode": 420, + "sha256": "091ed885012fffa0e02b83c53e547483dfdeaf1094933726e0291fff0a99e434" + }, + "src/shim/hooks/ai_orders.h": { + "mode": 420, + "sha256": "6e775b3f946f2eaf10dc2e236a3f3c7b9311ed4e82cd4be1ca30e6c62d49d053" + }, + "src/shim/hooks/ai_rng.cpp": { + "mode": 420, + "sha256": "b8fec711cb620561c8f4854e72c3fb0d73013c9b1cd69fa63fc05dd3d2f60289" + }, + "src/shim/hooks/ai_rng.h": { + "mode": 420, + "sha256": "1306f4d3c8071121b06c75232efa5c50b155c1f8752fcae852ee8e5497ce7d08" + }, + "src/shim/hooks/ai_visit.cpp": { + "mode": 420, + "sha256": "cd69811074820810edb1ed3779ca08bd99fea620b162d80a0395d35e8db7fc31" + }, + "src/shim/hooks/ai_visit.h": { + "mode": 420, + "sha256": "8315b433319f680e80a154409124355ad24842e9a0cdef5c8aa6d12422971189" + }, + "src/shim/hooks/budget_inputs.cpp": { + "mode": 420, + "sha256": "fa50fb74a3874886cf8aeb4012b9fd9a5a43ce38ab3c543ee425002ca32fd46b" + }, + "src/shim/hooks/budget_inputs.h": { + "mode": 420, + "sha256": "56e2f95930ff420820a3464162fde74ac0a3ff2e1dc8b493729fed342e4a6548" + }, + "src/shim/hooks/colony_inputs.cpp": { + "mode": 420, + "sha256": "7aa9191ec6292d765fd06c99ff1f2ae2e09a65fb1f238dd2727f28bd465dd46e" + }, + "src/shim/hooks/colony_inputs.h": { + "mode": 420, + "sha256": "87ec765e14106631e3f6423450e6e01d5bb21060fa91f83c267db215ef4986d9" + }, + "src/shim/hooks/colony_turn.cpp": { + "mode": 420, + "sha256": "b82616c7b9b05e96e7f4c40d853c686884b517a5424413686d61799df9d45420" + }, + "src/shim/hooks/colony_turn.h": { + "mode": 420, + "sha256": "a9013cc2e92998ff56ac0c8cc36dc42033fbe3072ee88b86882a1dd4dd0357d6" + }, + "src/shim/hooks/compute_budget.cpp": { + "mode": 420, + "sha256": "76a24f0daf1f49cfabbed13753c65754e26bfcc4f672791b37e926f82b5c1906" + }, + "src/shim/hooks/compute_budget.h": { + "mode": 420, + "sha256": "f308717e44e12151cfb20a6a0cf11ff8e99ecc9c17ef04783198feed05a24caa" + }, + "src/shim/hooks/dictionaries.cpp": { + "mode": 420, + "sha256": "b60794256c07964eb89d5295ecb711b402112fe5f982a9215dc3a304d03a567b" + }, + "src/shim/hooks/dictionaries.h": { + "mode": 420, + "sha256": "ac68fd66eb343d40ee97d6bf29c8b54f5d469a9ef8862687ae15e6ad8bdafdc0" + }, + "src/shim/hooks/draw_sites.cpp": { + "mode": 420, + "sha256": "e7a1fa40262db2ed22b1dfa5ca1bd2588da07bfbab046f23afa8e86c03814d79" + }, + "src/shim/hooks/draw_sites.h": { + "mode": 420, + "sha256": "0021323e918d464223d03b969d0e6992a0efac23ba84a31af901cf2ac74e9b13" + }, + "src/shim/hooks/event_inputs.cpp": { + "mode": 420, + "sha256": "eeb9cc87ef5c39994b7f25d5ccfe220c4775b32a4b11471b0fc0fb81fca4362b" + }, + "src/shim/hooks/event_inputs.h": { + "mode": 420, + "sha256": "c0e74aed8756b3de8ebbe5ab3d70cfa6282403efefc2d795e8f0b1b4cd44d731" + }, + "src/shim/hooks/fleet_movement.cpp": { + "mode": 420, + "sha256": "f01ae7f64b1d545089b002b79c9986d2a39b97ad3995c88a8b71fa05eedb90f0" + }, + "src/shim/hooks/fleet_movement.h": { + "mode": 420, + "sha256": "dbbfe50afaedad63ec45881819aa5de3907cdb411ddf8d1d3e6a5f9a386dc8af" + }, + "src/shim/hooks/global_consts.cpp": { + "mode": 420, + "sha256": "87a51601e1a7d963bf841ca4e892aa79de789a050f5d783c7b5d8bbc2e96a9a1" + }, + "src/shim/hooks/global_consts.h": { + "mode": 420, + "sha256": "b6ac4265ec1f02f11c342536dbc9970c13761ea68aec0a5962d0f4cd6aa5d265" + }, + "src/shim/hooks/movement_inputs.cpp": { + "mode": 420, + "sha256": "0e23f86e4a8ed6c292aea8e45512931cdd06742f25c5e0d175bf0ed3b2217502" + }, + "src/shim/hooks/movement_inputs.h": { + "mode": 420, + "sha256": "32904786cbb122c3c8c36faf6bd9ea5ade4cd8395e74199ec08dbcdb8019b66a" + }, + "src/shim/hooks/player_turn.cpp": { + "mode": 420, + "sha256": "33bcadd7569ad13c69f5f160423c8d469bc67725ce7b944cf4b4346fb8cc7f23" + }, + "src/shim/hooks/player_turn.h": { + "mode": 420, + "sha256": "a766a0d93f3860da6f8d1e0dcf110d6754cd8dfe67d867093f32e3d24e8ff0e0" + }, + "src/shim/hooks/player_turn_inputs.cpp": { + "mode": 420, + "sha256": "993dce2ca771a36337c9561695995a0825746563d2e84b4458de650f3e456799" + }, + "src/shim/hooks/player_turn_inputs.h": { + "mode": 420, + "sha256": "ca0d7916ca17d993aaef19be48d03076220ae15cdcc622aef52a7c6b5957ca71" + }, + "src/shim/hooks/probe_entry.cpp": { + "mode": 420, + "sha256": "5faf9cf04a2cf849d2dd54ce4ad9b812120fb99741f11e9d52fed450badf0506" + }, + "src/shim/hooks/probe_entry.h": { + "mode": 420, + "sha256": "f04f445863a6164d03bc9f6edcaa2e2b0108163241510f4c1dfcb0da7667d89f" + }, + "src/shim/hooks/research.cpp": { + "mode": 420, + "sha256": "dacd16403f1dd5be2ef2cc42f16938977bdd0ee9283d0bca647a079ee3d28e83" + }, + "src/shim/hooks/research.h": { + "mode": 420, + "sha256": "a62c4847be81ed9d10c4f5b9a876bd79898040aa11aa8764149d82db4b010a84" + }, + "src/shim/hooks/rng_ledger.cpp": { + "mode": 420, + "sha256": "119d325fcda72268bdc87f7ca7af05d059d4521c4d7d40ad7426ce070865eabb" + }, + "src/shim/hooks/rng_ledger.h": { + "mode": 420, + "sha256": "0d1e9c79e7601da921253e860c55d9b69c21e03a1014c49f1dd85fd0e5f70f30" + }, + "src/shim/hooks/system_output.cpp": { + "mode": 420, + "sha256": "93bfb7e6ca381041d1e9830f82b8d774a63c12593fc426fd3e9198c9373be3b4" + }, + "src/shim/hooks/system_output.h": { + "mode": 420, + "sha256": "62a8424c70bb8e6c3d9603ce752f6b19a3920a4a78be75718869d7dac73f3738" + }, + "src/shim/hooks/tail_rng.cpp": { + "mode": 420, + "sha256": "9b2a3923d1d837399f3486650ef0e49b502837ff7df46a12df9a9e9b0d4d9d07" + }, + "src/shim/hooks/tail_rng.h": { + "mode": 420, + "sha256": "b9585605e71364872db25c608012e94db2148f22e2e6fd40d4b590a83f3be92b" + }, + "src/shim/hooks/tech_effect_fields.cpp": { + "mode": 420, + "sha256": "4c4d558aba3ac4e1b10e0944c867911e61daea0b4ade716760546846cebcb7b3" + }, + "src/shim/hooks/tech_effect_fields.h": { + "mode": 420, + "sha256": "22b2c050f73c9de011a42dc5a52d92a1bd3b24a59f3ba3b4332d832fb1853420" + }, + "src/shim/hooks/tech_effects.cpp": { + "mode": 420, + "sha256": "2a20f01a18ed30a466e2023ae023aeed8718c680cda927d2f3b463b6dbe35714" + }, + "src/shim/hooks/tech_effects.h": { + "mode": 420, + "sha256": "ffbc4e8262146cd7764f0b9758fff01ce5d359b25a0f5d8c931313f32d035320" + }, + "src/shim/hooks/watchpoints.cpp": { + "mode": 420, + "sha256": "15c94333f22bb592129efe3fb800ea89987045f9ebbc0e6791d4397961fd727d" + }, + "src/shim/hooks/watchpoints.h": { + "mode": 420, + "sha256": "639ae42b230fb31762f50cac0422dcd5b7fda7a1a02c7739a86d1cd6eda62277" + }, + "src/shim/main.cpp": { + "mode": 420, + "sha256": "eebdac7f8f69b8b95cd290c96d41c6f3f0ed5c45ccd5de54ffc790af47083b99" + }, + "src/shim/shim.cfg": { + "mode": 420, + "sha256": "44ca58394455549150c3461cc888128a968b4f062807e19ef25b8eebf0bfd523" + }, + "src/shim/shim.cfg.b4compare": { + "mode": 420, + "sha256": "68bed5883a75132eb5e885b4750d23c1d5734c843a32a56dc7f96d2b73fdf962" + }, + "src/shim/shim.cfg.b4scout": { + "mode": 420, + "sha256": "faac0765478d88b63f371fbc307512e71fe05f2e6f97272e6e0ceb267cc6d626" + }, + "src/shim/shim.cfg.b4trace": { + "mode": 420, + "sha256": "6a89cdd3cfdf53cfbaff29278fd5d0edf156ad8a525c61624b60ddb1eb0575a1" + }, + "src/shim/shim.cfg.bupin": { + "mode": 420, + "sha256": "39d52ef1ccb18d4dea261b87d3f363ba45079022d1b9bc3531c552ef6df80ec2" + }, + "src/shim/shim.cfg.cbcapture": { + "mode": 420, + "sha256": "0939b1ea144976ded2d45ad885fa0f1ffa3d77f16cba9b4d5a9cb87623500a62" + }, + "src/shim/shim.cfg.cboff": { + "mode": 420, + "sha256": "7d5d6e2ceb7f86fd17543c9212e8547be6009f725871aadbaf6057af1f4f5484" + }, + "src/shim/shim.cfg.cbpin": { + "mode": 420, + "sha256": "72a222c025796458dc1a538eed3ea55f053ee5e3c01e5b19b802922a058d4fbe" + }, + "src/shim/shim.cfg.cbtrap": { + "mode": 420, + "sha256": "938c0893b95b576b75927d75787999c22b3424d28c8936456ea3723f62775e51" + }, + "src/shim/shim.cfg.crcompare": { + "mode": 420, + "sha256": "129031ceb358fef9e0fcee2fb42a0f20fd76d9db78f061f956bf75ce2cc51dec" + }, + "src/shim/shim.cfg.croff": { + "mode": 420, + "sha256": "f99345e7db55e695ecabf7a00fc16ced9a42e8882abfeabc8281b9a4ef26d730" + }, + "src/shim/shim.cfg.crreplace0": { + "mode": 420, + "sha256": "60c13bd76e546b4521ab4e6a7836439078e2a176a11e471e03434623153cb7d9" + }, + "src/shim/shim.cfg.crreplace1": { + "mode": 420, + "sha256": "d27f43eb970d6a9c8a0c8d8f7071633a226c34b675a6581b331c6e1ba6f36c9b" + }, + "src/shim/shim.cfg.fpu007f": { + "mode": 420, + "sha256": "998decddb80cf23d63c42d2d6c1d1aa85072258ca0870168ee772708ebfb6363" + }, + "src/shim/shim.cfg.fpu027f": { + "mode": 420, + "sha256": "f4f9585a8f6317807bcab498ebed5de5d42400124a82ea958558f1455176cebd" + }, + "src/shim/shim.cfg.fpu127f": { + "mode": 420, + "sha256": "1f50a475f0d347b5b5a7c2341eac4ea22092818e18bc7ea049154d309949e271" + }, + "src/shim/shim.cfg.fpu137f": { + "mode": 420, + "sha256": "8658d901e0688d87d2f2359fe725082b9956291988cdc0b82b155dde55fef5e9" + }, + "src/shim/shim.cfg.fpu1a7f": { + "mode": 420, + "sha256": "59ff1f48a10c378d0ea92d8a156b135a106017a5b6c47b65de304fde3187c588" + }, + "src/shim/shim.cfg.fpuoff": { + "mode": 420, + "sha256": "ce637b3f0eca81c04490335cd9fe8a537cd09e5ef14cc5b3050f548ca4d54c65" + }, + "src/shim/shim.cfg.hoff": { + "mode": 420, + "sha256": "dc9b4619fe84921ea5896c2cd190afb5bd4ca89422fb86bfee8459665f92cd7a" + }, + "src/shim/shim.cfg.hp0": { + "mode": 420, + "sha256": "ede723fc540adb94bf16af0f3086c1935aac008acb6a8d550e2a4e97ff232c2c" + }, + "src/shim/shim.cfg.hp10": { + "mode": 420, + "sha256": "1c1f07dfdb7f99d63ed9a62aa9a447efda690623164beeaf434c588e02ef12cd" + }, + "src/shim/shim.cfg.hp11": { + "mode": 420, + "sha256": "36eae0d554a79b9536e3c57d2fef187ae81bd3266947c7f45035be554fb59404" + }, + "src/shim/shim.cfg.hp4": { + "mode": 420, + "sha256": "5bb0d636247c37def9b5cbf0cc9138b13590a50ae8212890fb7d31dfb9e837f4" + }, + "src/shim/shim.cfg.hp8": { + "mode": 420, + "sha256": "a8fe5f16a299b2b9eb81a811c7ec5a3b1baf635fa179a69f1e23243c7d1e2133" + }, + "src/shim/shim.cfg.hp9": { + "mode": 420, + "sha256": "765fdf337bb6942dbd1357166646dbf7fde3777678a606c4dbfd368078f09b5d" + }, + "src/shim/shim.cfg.hpall": { + "mode": 420, + "sha256": "630f99725ea6aa933984f4c545634d127787672de36f6756da2591e22a36f366" + }, + "src/shim/shim.cfg.hprobes": { + "mode": 420, + "sha256": "3bad5e3e7bf35a85acc7169d27531788e9659dbe0f8b1a0c719777fdb6beb5dc" + }, + "src/shim/shim.cfg.hprobes2": { + "mode": 420, + "sha256": "c335f1ec8aeff1165213cd40adcdcd59893c65edf95b1537fc4460e6060911c5" + }, + "src/shim/shim.cfg.l1control": { + "mode": 420, + "sha256": "c5dec81556268795b9a3df175bafde340a3fe76c7d6e05389e09e79d2b138b43" + }, + "src/shim/shim.cfg.l1hive": { + "mode": 420, + "sha256": "970ce465f2363f391a93086f1b596e904265510e02e7d2d38174cc6ea22d9b25" + }, + "src/shim/shim.cfg.l1off": { + "mode": 420, + "sha256": "a4197233c65acb876328666cf37754aea96f942b6ea08105bdfb61d6d5bcbd64" + }, + "src/shim/shim.cfg.l1seed": { + "mode": 420, + "sha256": "360af979eaa0c13eaa4db38ff13dcc64b3e2ab538300c26497921301fd3817b9" + }, + "src/shim/shim.cfg.l1snlv": { + "mode": 420, + "sha256": "3603508983a87906ecce02e4c2e9581cf2fa59390af25335f0b221765c57ef6d" + }, + "src/shim/shim.cfg.l3cont": { + "mode": 420, + "sha256": "629530a34412ebf85fc8ce8d2e5931684eea9891b6b619419e6f8db8c37f0976" + }, + "src/shim/shim.cfg.l3control": { + "mode": 420, + "sha256": "42b6ec7ebc9c83dae4a58884803f627d54956eb308611ce1e8d3691a12a74ccb" + }, + "src/shim/shim.cfg.l3probe": { + "mode": 420, + "sha256": "692dabb6f00343bfcc2f86d62ade827c295acc4630a18a1f2ddcebd53640978d" + }, + "src/shim/shim.cfg.l4control": { + "mode": 420, + "sha256": "ab13b7e3604ee98e9372e3405e0eacb6d5965e02d5317cfee0ea9b9afbd750e3" + }, + "src/shim/shim.cfg.l4dump": { + "mode": 420, + "sha256": "fb40d67d8d7dca4587a1dc13a95826ab68eb3fcf44feb6006388935f3ee346f2" + }, + "src/shim/shim.cfg.l4off": { + "mode": 420, + "sha256": "629a3e41d11daa53325f31aeb77d14d5abe67058e274d36ed8feb71e2e30dc13" + }, + "src/shim/shim.cfg.l4probes": { + "mode": 420, + "sha256": "a446ff3d6117d5352ad9b3c3c02f6d6300ce0b1089f055925afe19b77f0a20f3" + }, + "src/shim/shim.cfg.l4research": { + "mode": 420, + "sha256": "ad400f7082680db82c6fb0d39eed488710e6661f9e3215b9ea2eb0ba53444b9b" + }, + "src/shim/shim.cfg.l5budget": { + "mode": 420, + "sha256": "74df0fa1bd14fec6e8028ba05c516f3a370ba389386e5a8459d594c2c7ad83ae" + }, + "src/shim/shim.cfg.l5control": { + "mode": 420, + "sha256": "3557f716dde348a98fda65a5bad54911fe6d52f75c2cf6a82cc5d4fc47a6e968" + }, + "src/shim/shim.cfg.output": { + "mode": 420, + "sha256": "a811cffac230a1d6c0f9c5adacb1b691ae289ec08de0da3726309a4e1213acb0" + }, + "src/shim/shim.cfg.parbr": { + "mode": 420, + "sha256": "ea8230b596e7baae0c127f5700391ec2c96d546daba8c70ce8b2800c83b096dd" + }, + "src/shim/shim.cfg.parctl": { + "mode": 420, + "sha256": "2d1190d032bb705030746197020c715f4ab8af551f944e9ec0abe136912ea60d" + }, + "src/shim/shim.cfg.parorders": { + "mode": 420, + "sha256": "2107be5ec950e69d01c43ab30919fbfe652823878f150111b158927bc41de8d6" + }, + "src/shim/shim.cfg.parpin": { + "mode": 420, + "sha256": "893f1f81cdef0a964145ebb1c4b1e2725af8868b14fed412d40e3cce71f824f4" + }, + "src/shim/shim.cfg.recapb1": { + "mode": 420, + "sha256": "688840567305218dada122b29284f6af44c3c63ca173db87406de159bb547c8f" + }, + "src/shim/shim.cfg.recapb3": { + "mode": 420, + "sha256": "2120646255bd70adf29ed2880daa6b11d0867b9cfc9f1c9644d63b92c263b69b" + }, + "src/shim/shim.cfg.recapmisc": { + "mode": 420, + "sha256": "cb1f794c51b5d3d74eb91cc084c96a04444cd79f22fc694d821b51924544f595" + }, + "src/shim/shim.cfg.recaptrace": { + "mode": 420, + "sha256": "0ae410cc72fe155837d711c78543e14b1f5743310cd023298eb1e5bbd5457e71" + }, + "src/shim/shim.cfg.sdbr": { + "mode": 420, + "sha256": "7cb2bfd798ed1286628f3a879606eff076c4f6011d95e1223376eb4d0a392ca8" + }, + "src/shim/shim.cfg.sdoff": { + "mode": 420, + "sha256": "9195aeddeb2caa4e3db7dfd775c43e96eb99cfdc59a6a61e65d86fb325f0054a" + }, + "src/shim/shim.cfg.sdpin": { + "mode": 420, + "sha256": "61119f197b1dc8ddcad059d2d2c2753dae457b4bda4eb29e06c78282eeda6a0b" + }, + "src/shim/shim.cfg.sdpin2": { + "mode": 420, + "sha256": "d6d7f82b500df4f3ed120b4ff421178cf4373a145fa803e57d22a0654e4f0f63" + }, + "src/shim/shim.cfg.tturn": { + "mode": 420, + "sha256": "2ab2d64288043c3c55fde668facde9307c0739e0c801c900790e11db57c5759b" + }, + "src/shim/shim.cfg.tturncmp": { + "mode": 420, + "sha256": "114d325ae3ece29422069ee74c790603abb38c49162dd32520a3eecd18ab6061" + }, + "src/shim/shim.cfg.w2control": { + "mode": 420, + "sha256": "d042c0082a8eb4f55b8e21983df292f0950adc4ac5787d4a0b83088c10c5a3eb" + }, + "src/shim/shim.cfg.w2watch": { + "mode": 420, + "sha256": "ddb9c18a1c6b6c23758e51ca9ac18b4b95abe206b162497adc2978c0384d6ee5" + }, + "src/shim/shim.cfg.w3control": { + "mode": 420, + "sha256": "c6a3a5ea1e39a0714dffee0e44a0e8d91a2b450534d7e4377273a55b3e87de8c" + }, + "src/shim/shim.cfg.w3mod": { + "mode": 420, + "sha256": "7c7f82aaa8b5b007a740324373060ca2ba84edc765eb4e7ce55afcaba4e1c2e0" + }, + "src/shim/shim.cfg.w3tshn": { + "mode": 420, + "sha256": "51fa826d0b18d6f01987d6748e6610847ec3a761257ffc382a40d234670afec3" + }, + "src/shim/shim.cfg.zledger": { + "mode": 420, + "sha256": "31d0535aff9660eb1ad06f529c88a42aa71b83b36f8404b7541a29327c508a51" + }, + "src/shim/trace/emitter.cpp": { + "mode": 420, + "sha256": "4253cac49f0761e487fd555c3c01e02fa22e2010789ad3af37c62c8fd2e02030" + }, + "src/shim/trace/emitter.h": { + "mode": 420, + "sha256": "aa7804614b3d3a214d5c32c33ed245ae24276979080baa9d5481d6594ee3f79d" + }, + "src/shim/trace/hook.h": { + "mode": 420, + "sha256": "35be73ac1c9519664957ffea639d873e8a811b4620f0feecb21b54ea2776f800" + }, + "src/shim/trace/platform.h": { + "mode": 420, + "sha256": "f1b78d971798e45998b26c6b0e20db49fceb7d4c63f0c8c37452c6c2c6df9538" + }, + "src/shim/trace/selftest.cpp": { + "mode": 420, + "sha256": "31461ae6d329a8a3856589b245f3bcf8631f0db9a5e00530e4f94279950de354" + }, + "src/shim/trace/selftest.h": { + "mode": 420, + "sha256": "583d7a10ef04254c7a0fb7dd2a6071ad012a9a97dfae0896bbd598970b206475" + }, + "src/shim/trace/sha256.cpp": { + "mode": 420, + "sha256": "2faf44b5b273612c776204c1d83e0910d86394f4f6207129a01c81dedc170aa8" + }, + "src/shim/trace/sha256.h": { + "mode": 420, + "sha256": "31ce080acdc086ff7657d9093ac9bea438203eaa8e392ca38539152cdd15038f" + }, + "src/shim/trace/tracer.cpp": { + "mode": 420, + "sha256": "37d9490dbdedc399ecdb30f46eb27f31a4ff8c902eadb2eb48ecca7fb0e8fb88" + }, + "src/shim/trace/tracer.h": { + "mode": 420, + "sha256": "cbb80f167b8f98777f9fb58ce107226f42027ffdbd868a6808047c48caf10f76" + }, + "tests/addr_smoke.cpp": { + "mode": 420, + "sha256": "ace1ab9549bb6f3e0048d0e6e3ec6061035395581b2db46c0a5acb097c428890" + }, + "tests/app/CMakeLists.txt": { + "mode": 420, + "sha256": "dd18f8e25d2a9ce988dc226e03c7c6e02a275bbbea74f505d005e42ca5972037" + }, + "tests/app/test_alliance.cpp": { + "mode": 420, + "sha256": "671b2cb3295f360c61ee87005287999710d12e10e7e532331c1c946ab97f7c4d" + }, + "tests/app/test_catalog.cpp": { + "mode": 420, + "sha256": "c4cd9840c1f1b5d5a6829f7f1c5a0245b5e66135d3bed6410a2b6eca1a037225" + }, + "tests/app/test_command_replay.cpp": { + "mode": 420, + "sha256": "739ebeea5bed551f232774bc812bcb794cfa057015fd187529fa563b5d7ae5eb" + }, + "tests/app/test_event_phase.cpp": { + "mode": 420, + "sha256": "05498df256759fe5b8af80e9e56c2ca071eb26de0651f257798fe1641da627ca" + }, + "tests/app/test_trade_raid.cpp": { + "mode": 420, + "sha256": "2158008bc711b8062381f346fa347a430582d8d1943b0de5f40eb2a38e9a3f75" + }, + "tests/app/test_treaty.cpp": { + "mode": 420, + "sha256": "0f98150a3f9397fd12109eae7359ff7e04a4060e10e01ecf1693eb2a4606ead7" + }, + "tests/app/test_turn.cpp": { + "mode": 420, + "sha256": "6d45b1d2d065528f14ae83d95314f2b6559e53cc23f1b9e2531c7c09b4b97eab" + }, + "tests/app/test_turn_record.cpp": { + "mode": 420, + "sha256": "a845971b8d25d71c3b1138495354ad392e4fc298f87eb9b89d1567c01ab59cde" + }, + "tests/game_ai/CMakeLists.txt": { + "mode": 420, + "sha256": "a57a82d0c79ff933564e200a5b3137f120e70a19834264eeb2438c4cafd7ad3e" + }, + "tests/game_ai/test_agent.cpp": { + "mode": 420, + "sha256": "41cb3fbfc7e0b277771a2e8dd17601285a1e3a911543fc1335ce05a4e4b5f11c" + }, + "tests/game_ai/test_apply_order.cpp": { + "mode": 420, + "sha256": "8669c2e9a4c95b670a9c41262c68ce183d3cf3900bc262e0a2e33500bfffc594" + }, + "tests/game_ai/test_command_capture.cpp": { + "mode": 420, + "sha256": "8c2bae38754b347beeefe85d796c13bcf43cf5bc9bc99eb743626028b4dbd7ab" + }, + "tests/game_ai/test_live_blocks.cpp": { + "mode": 420, + "sha256": "44cb6bd8b34c13e329f9b1d50bb2a5c5513e52761537dccfb01afb7d48be7580" + }, + "tests/game_ai/test_orders.cpp": { + "mode": 420, + "sha256": "b13d1a3a628de411abb4faf024a1ce8d3e94518f12285bb3d7e7e86b012ad43f" + }, + "tests/game_ai/test_tasks.cpp": { + "mode": 420, + "sha256": "ffd8eed7fa76a24616d579a4e31031dadf43a0534e33743fb104dfca552367fc" + }, + "tests/game_ai/test_turn_order.cpp": { + "mode": 420, + "sha256": "382d6a30e9151c57849595cb134b8e2da25d2763738c9cbfa18d3cad51ecce97" + }, + "tests/game_combat/CMakeLists.txt": { + "mode": 420, + "sha256": "fd0c0dfb54033353b7014e3c764c916522cb529b6b3eae8a8d52afd044c13fe2" + }, + "tests/game_combat/test_retreat.cpp": { + "mode": 420, + "sha256": "3fb0be08d230bbd7c4ea4a59319de7ab252e5b7cbee924afd069847da8dcf73d" + }, + "tests/game_config/CMakeLists.txt": { + "mode": 420, + "sha256": "9874822d186e783f25b2dcd87495e7e380d873b8a0790c67fffb9430468094ed" + }, + "tests/game_config/manifest_tests.cpp": { + "mode": 420, + "sha256": "3bc62e7e49699254151a825421973d831b25bcf7a22028c789e3ca63b0d77319" + }, + "tests/game_config/replay_trace.cpp": { + "mode": 420, + "sha256": "83602ec974b8195c3616230ad44c2d4fd6032f8ef5f96e7aa76d49a0a04ac05e" + }, + "tests/game_config/unit_tests.cpp": { + "mode": 420, + "sha256": "45b07c7289abac61fccd0a6cd0ff87812542ec888eb6d295fb87c3f57755cc6a" + }, + "tests/game_data/CMakeLists.txt": { + "mode": 420, + "sha256": "cb8cffb7217e82077d3db749dcacf29c098549159cc0f312ef04bfccaa30155d" + }, + "tests/game_data/build_and_run.sh": { + "mode": 493, + "sha256": "69ea9cb94468c56c329fcc5b9350431067e97091ed47c08bb10b57b38412883a" + }, + "tests/game_data/dump_catalog.cpp": { + "mode": 420, + "sha256": "4588e699c69586dfb77f0d9289e375407d4f9cf019690e26bfc78f7182167c89" + }, + "tests/game_data/oracle/compare.py": { + "mode": 420, + "sha256": "2cfe1ac93790de3351256d284392372721f94de5375686e6301ef39b1943ad12" + }, + "tests/game_data/realdata_test.cpp": { + "mode": 420, + "sha256": "334a924bf81c6ce6192a6688435b374e115382358f7e4554aa164295bdd38321" + }, + "tests/game_data/test_catalog.cpp": { + "mode": 420, + "sha256": "9ea5c3fff2388c5d7fbf295123dfd7b702ef21f17fc7c45a970822814abfce2e" + }, + "tests/game_data/test_main.cpp": { + "mode": 420, + "sha256": "e808f3e2054894da5481d549d93cc837daff61c7b049691f6e2ee453cec53389" + }, + "tests/game_data/test_main.h": { + "mode": 420, + "sha256": "fd63ecf0b56330ee41184fb166498887a8e0af48c7ca60a33ad3270aa5af51fc" + }, + "tests/game_data/test_shipsection.cpp": { + "mode": 420, + "sha256": "b3519f0de60d061a6f1ab8ee81d470a28fc17cc81b113639ef2c1e139c249b4c" + }, + "tests/game_data/test_techtree.cpp": { + "mode": 420, + "sha256": "d05c889da9edb622bd2b66aa8e300d8162e0c8788950daa1086fc049b90dd4bc" + }, + "tests/game_data/test_turrets.cpp": { + "mode": 420, + "sha256": "66adff30b974e9bf2c96c1af024fb85677e1a8307c801933d23f3d2ec9d8222c" + }, + "tests/game_data/test_weapon.cpp": { + "mode": 420, + "sha256": "b16b0481c0a8697ff16e39c9feb3ad9d5406250b7dd1c828bf12f1bb40ed746b" + }, + "tests/game_design/CMakeLists.txt": { + "mode": 420, + "sha256": "a26524ff14878564870853bc067c379d2ebd26c14e45bcbb06593d300ee4b3ca" + }, + "tests/game_design/build_and_run.sh": { + "mode": 493, + "sha256": "b1aab4d13b09fb1ea4205978bd7d8b05af5a6422ebe4a34261c3247489b48bd7" + }, + "tests/game_design/dump_designs.cpp": { + "mode": 420, + "sha256": "b1b24c5cb534ad821a20325869713c04b742c541c448ade83543d75608f7eda2" + }, + "tests/game_design/json_min.h": { + "mode": 420, + "sha256": "9cfd3eabe9b36d6b2863872e08fe6ebaddf0749d1966dea693f8bbc0472780ac" + }, + "tests/game_design/mini_catalog.cpp": { + "mode": 420, + "sha256": "5817c0251883c999c6ebd54c77fdcf3981181b41fb5f7637d445824d60942810" + }, + "tests/game_design/mini_catalog.h": { + "mode": 420, + "sha256": "ecb7fd0dffa8709008bcdf9b9da3e70e68f735f9b5ecd0dcb4c871a35ae43b59" + }, + "tests/game_design/oracle/compare.py": { + "mode": 420, + "sha256": "2db14952f7fca9a587995e326651b0d549b39ceefd9c0ac59982cd35ae5d21e7" + }, + "tests/game_design/realdata_test.cpp": { + "mode": 420, + "sha256": "cea57cd53d881b3bf2557cc32ea402c4991aa6de5ff72340861f195a8e20c141" + }, + "tests/game_design/stock_designs.cpp": { + "mode": 420, + "sha256": "2ac1b8bcb0f61852f4bc0a8b7cda51167531ca2a05d1e485991a4758cf586d03" + }, + "tests/game_design/stock_designs.h": { + "mode": 420, + "sha256": "a49173bde083467f5650cfbfbaebba5f16208d660fe7f2f3da81c2caff07c807" + }, + "tests/game_design/test_banks.cpp": { + "mode": 420, + "sha256": "c1d34991c53523cb7610a569e861e8a312da1fe659de0522a3594fb14cad24a6" + }, + "tests/game_design/test_census_saves.cpp": { + "mode": 420, + "sha256": "814c17c7a14db7b123579b7636ee7f2b720fdf4a5cbbe90f676dc01709c45e3b" + }, + "tests/game_design/test_hull.cpp": { + "mode": 420, + "sha256": "cff70268d58ab95ed963d335904110ab55c79d6a0f660f613409cf6d5d63e2bd" + }, + "tests/game_design/test_json.cpp": { + "mode": 420, + "sha256": "e7fa196274a4591834a974f742ff59c7ed1fb15fb138091b48a071354d001c5d" + }, + "tests/game_design/test_main.cpp": { + "mode": 420, + "sha256": "e808f3e2054894da5481d549d93cc837daff61c7b049691f6e2ee453cec53389" + }, + "tests/game_design/test_main.h": { + "mode": 420, + "sha256": "fd63ecf0b56330ee41184fb166498887a8e0af48c7ca60a33ad3270aa5af51fc" + }, + "tests/game_design/test_stats.cpp": { + "mode": 420, + "sha256": "a3681df901095b848cc6b1ae63d04fd70eeeadd406e7d51f3c76671cbf523a7a" + }, + "tests/game_design/test_structure.cpp": { + "mode": 420, + "sha256": "d09f7707ee170f8a933c657628c1da4f61a29c7eb2dc687a96c3985bdac941aa" + }, + "tests/game_design/test_tech.cpp": { + "mode": 420, + "sha256": "689c081a324c7ece3f70d711f7ac67a5b93207f95e2800a3a708f2f8dbe31965" + }, + "tests/game_effects/CMakeLists.txt": { + "mode": 420, + "sha256": "c80413a7103ce0ed7944fb096ad22fc206a091645428a6015ec3d0e442414a0a" + }, + "tests/game_effects/build_and_run.sh": { + "mode": 493, + "sha256": "ab5085eeab0ec65d8f7ddd7d79357cd15183888b1b4e51cb563810d4e4c64506" + }, + "tests/game_effects/test_effects.cpp": { + "mode": 420, + "sha256": "b10d804b1ad4fb140e13cc1984c6372dbbfdd92560f37583f2411bbcb45c16d4" + }, + "tests/game_events/CMakeLists.txt": { + "mode": 420, + "sha256": "c962651d71ee7783d5565b418f653f2954e489cf698762c5686f5f2dbb4304db" + }, + "tests/game_events/build_and_run.sh": { + "mode": 493, + "sha256": "8b92d249138ee53f728583a0c68b153eaf4e2ad7f92d415d8b3a83df2fb3ec28" + }, + "tests/game_events/test_events.cpp": { + "mode": 420, + "sha256": "182941b9b809b20d24a2e29c5e4bbd626e6da8486e87dc38d1c6088161ec793b" + }, + "tests/game_nav/CMakeLists.txt": { + "mode": 420, + "sha256": "7ee85557a167281f4576252428b4e01795232f31dc1d93c23b284568074cec3b" + }, + "tests/game_nav/test_pathplan.cpp": { + "mode": 420, + "sha256": "6229cc2b1be1ffffb3fbb812c2ccc89dba7099d349be3a6f8f2c2e26aa1dd58d" + }, + "tests/game_sim/CMakeLists.txt": { + "mode": 420, + "sha256": "563547cdd93bce41ef29a73289e5104a5df61f71cc980e49ea37cdbe26743be7" + }, + "tests/game_sim/build_and_run.sh": { + "mode": 493, + "sha256": "a9c42a931242c7f266f512b4d4ad11f6f8ecf43a447a06a04f174301ee19328a" + }, + "tests/game_sim/check.h": { + "mode": 420, + "sha256": "faddddc37a528f0235f510b249cfc1776ce30aff709329954f09093b01231221" + }, + "tests/game_sim/mini_json.h": { + "mode": 420, + "sha256": "710218b637aaf1a5eb7c49eaa7d158bc3e495135ec14bf8b41384769d0227ba5" + }, + "tests/game_sim/smoke_real_save.cpp": { + "mode": 420, + "sha256": "2432e92ac18fadfb1152c54d9dec9a77b3dbf506ea122401cbbd48584b7c9190" + }, + "tests/game_sim/test_colony.cpp": { + "mode": 420, + "sha256": "45355673c46cbaef66b2c81d04a845cf65b6ddfd9819350c7338d9771fafb6fe" + }, + "tests/game_sim/test_construction.cpp": { + "mode": 420, + "sha256": "8df75076a3f460e949e34100d55acf60b054603da6d4aeda4f73297442c06e21" + }, + "tests/game_sim/test_economy.cpp": { + "mode": 420, + "sha256": "43fe658fd2347e3667a901afa642713d70c85ef0ec75094642da2d05b9ca471b" + }, + "tests/game_sim/test_movement.cpp": { + "mode": 420, + "sha256": "1927c371d52115458d88552014cef30bba60e9bef5eb3acfce11b2bc623e06a6" + }, + "tests/game_sim/test_observed.cpp": { + "mode": 420, + "sha256": "1f6ad16c1a2c80f0621573b5196989b0349e47351585d83835be5e27f6ef3fe4" + }, + "tests/game_sim/test_player_turn.cpp": { + "mode": 420, + "sha256": "13f76eaa6cad265deec25416acf0cae2028d6cd1c7b9585df6e9252ba3f0cbed" + }, + "tests/game_sim/test_research.cpp": { + "mode": 420, + "sha256": "3dc668eb889c41f58db6007a96f54fe2a6d56ee6501a298fba3afbbe9637baf6" + }, + "tests/game_sim/test_scriptobjects.cpp": { + "mode": 420, + "sha256": "dfe90a42bcd2844c2ea3666816f97c05237206bf44467ac29790c72b7b498582" + }, + "tests/game_sim/test_techgraph.cpp": { + "mode": 420, + "sha256": "0627ea1c8012b90b62285cae2f31599ba8a8cd47928452910ade91f93502d68e" + }, + "tests/game_sim/test_visibility.cpp": { + "mode": 420, + "sha256": "ad756975b6605a164f2f9106daf2511730642eff354a866bc764a93a4be1efe7" + }, + "tests/mars_parse/.gitignore": { + "mode": 420, + "sha256": "181314065df2f2fdaf920b1a8b5311daa216a2d6489a06ada5b49cc514d89417" + }, + "tests/mars_parse/CMakeLists.txt": { + "mode": 420, + "sha256": "898204fbc1cec44f697e2803c8bc4887857950ba2b1192dd153de74d26de0ea4" + }, + "tests/mars_parse/build_and_run.sh": { + "mode": 493, + "sha256": "550c6df5fffbd85cfffc3312a03a5fa9d59c1e0416e883ddc2576cdb73eac6de" + }, + "tests/mars_parse/canon.cpp": { + "mode": 420, + "sha256": "63e2bcfb2820e7533aa3a287bcec6c318f7238006dce61ad35381562b979cd47" + }, + "tests/mars_parse/canon.h": { + "mode": 420, + "sha256": "c9a78b866d62c4e58643de2c4149572380a1392b411049c8fe74e37475d21d9e" + }, + "tests/mars_parse/oracle/dump.py": { + "mode": 420, + "sha256": "16e98089d5b532e35d6b88b3d50b4bb07e879c18512cf8d06cc5fd2aa9da1117" + }, + "tests/mars_parse/oracle_check.cpp": { + "mode": 420, + "sha256": "5eb81a0c2db8f96c6f8e51246ea9991642e5571dd94dd2e410e2fad632d47adb" + }, + "tests/mars_parse/test_blocks.cpp": { + "mode": 420, + "sha256": "f376a57891a83768ecc8b73ef5eb2333291c280760f7581ead53f7c2a71a4df5" + }, + "tests/mars_parse/test_effect.cpp": { + "mode": 420, + "sha256": "8bb14e7c718e772bfb4a22a7370f41080c49beabfa597ddd603be257bc310011" + }, + "tests/mars_parse/test_main.cpp": { + "mode": 420, + "sha256": "e808f3e2054894da5481d549d93cc837daff61c7b049691f6e2ee453cec53389" + }, + "tests/mars_parse/test_main.h": { + "mode": 420, + "sha256": "fd63ecf0b56330ee41184fb166498887a8e0af48c7ca60a33ad3270aa5af51fc" + }, + "tests/mars_parse/test_value.cpp": { + "mode": 420, + "sha256": "a8dbe3326e5339cdad8fed7dd678df92e8a8b675d0b854f4cea6517bf557069d" + }, + "tests/mars_stream/CMakeLists.txt": { + "mode": 420, + "sha256": "31c69840e6e2e566d2e0bbaf49ab3dec712d27e505d0810ddf0496ce3ff321e0" + }, + "tests/mars_stream/build_and_run.sh": { + "mode": 493, + "sha256": "3737e42960b66e788a11cdd7fa9917fe255b6a4f60280e9f620593bf688aab41" + }, + "tests/mars_stream/oracle/compare.py": { + "mode": 493, + "sha256": "f39dd70e4bbf1952cf99e3437fd1ed6252249f3455a2d3c73311f98d8ff4370e" + }, + "tests/mars_stream/test_domains.cpp": { + "mode": 420, + "sha256": "08394777f7bc4186883cd02058f17fda8f47c3ee47049892bd8762c28b5aa959" + }, + "tests/mars_stream/test_rng.cpp": { + "mode": 420, + "sha256": "55f77273d8af5880f976a24fb00dcd8042b31a7a33f15c9f4b62fdb85bba9d0a" + }, + "tests/mars_stream/test_save.cpp": { + "mode": 420, + "sha256": "50250bb4b4f2da05f9453c541f080e018b68731f24cbf93278d50ca93ddd8d63" + }, + "tests/mars_stream/test_stream.cpp": { + "mode": 420, + "sha256": "d0da9ac2287910527bdac875ab39e0147a9be2f5535f04b55460438f31be2537" + }, + "tests/mars_stream/test_wire_schema.cpp": { + "mode": 420, + "sha256": "1cfd259f554be8218cb182dd1facc07f6cd3dea52f0daf7303393e78c7c2eb97" + }, + "tests/mars_text/.gitignore": { + "mode": 420, + "sha256": "181314065df2f2fdaf920b1a8b5311daa216a2d6489a06ada5b49cc514d89417" + }, + "tests/mars_text/CMakeLists.txt": { + "mode": 420, + "sha256": "20f8e0cfa044fb4e6b1caca0ec8d6536e012c1c4ea4454fe990923f40a201752" + }, + "tests/mars_text/build_and_run.sh": { + "mode": 493, + "sha256": "59ae392080c01be0c7f5530ecb9ae4fbdcc02366242b27527c14b8efd5076d0c" + }, + "tests/mars_text/dump_json.cpp": { + "mode": 420, + "sha256": "e246384902c3adf4fa8f2a54e38c4912f6b58f168ebc9b1e158a719e2a52b1bc" + }, + "tests/mars_text/oracle/compare.py": { + "mode": 493, + "sha256": "46a796196a413aa28a0069086e45c96399f21308153b578f063801eb997b54ef" + }, + "tests/mars_text/oracle/dump.py": { + "mode": 493, + "sha256": "53fde94f6676a5504a247cf209e2a42d67e108cc9ea0b02f289562799ee7d880" + }, + "tests/mars_text/realdata_test.cpp": { + "mode": 420, + "sha256": "a399ad5cf91cf35f78809f5b9b5cac8b2eff344dbfbab07b8b27bf66058e1e3b" + }, + "tests/mars_text/unit_tests.cpp": { + "mode": 420, + "sha256": "cd1e9e4f6e0e503d4d9b0902bd2936513293490cdc680f94639ce93661ca09d7" + }, + "tests/mars_vfs/CMakeLists.txt": { + "mode": 420, + "sha256": "282015598e03430be0f47b779ce7087662415b3a59de14814cb3ba35c17af363" + }, + "tests/mars_vfs/build_and_run.sh": { + "mode": 493, + "sha256": "b6a8e7b0706d7416f548f071e742e600cab226663f7d4ad42299dbb76f631701" + }, + "tests/mars_vfs/make_fixture.py": { + "mode": 493, + "sha256": "57586249e57550869dd5adfbc4fdab173a59d2aee630ba69c20d562018d249f1" + }, + "tests/mars_vfs/realdata_test.cpp": { + "mode": 420, + "sha256": "c95248ae53d32bd5d8cf963ca3a39ea82e5ef08b76de736104b6aa34ec88c789" + }, + "tests/mars_vfs/test_main.cpp": { + "mode": 420, + "sha256": "cdb7bdf9b9356eb0b7f6cb0fab081cda2161b34af14ecf60cc44970e79d517c2" + }, + "tests/mars_vfs/test_main.h": { + "mode": 420, + "sha256": "fd63ecf0b56330ee41184fb166498887a8e0af48c7ca60a33ad3270aa5af51fc" + }, + "tests/mars_vfs/unit_tests.cpp": { + "mode": 420, + "sha256": "de8da00718799886fbbc5820e0f7d0e468a31ab0608361fb509b0c12932c9caf" + }, + "tests/mars_vfs/vfs_cat.cpp": { + "mode": 420, + "sha256": "4a443e779de264f5c0c68a631b1a353b1310a4e838d342527befd8ad1e2a25bd" + }, + "tests/mars_vfs/zip_builder.h": { + "mode": 420, + "sha256": "a0f3688e5a90b7e209497d66d0dcd30a0e1ac59a56ffcbed31b2a50967c1da3a" + }, + "tests/shim_budget/CMakeLists.txt": { + "mode": 420, + "sha256": "88a0f43e433c3a6879a7f6cccf8c84ba4559009614a3fe5adf6c558ea7a47245" + }, + "tests/shim_budget/unit_tests.cpp": { + "mode": 420, + "sha256": "654e96d0880232d3090223a0d9f92f428aeffa528fbd5eca89d6bfe348aefce0" + }, + "tests/shim_colony/CMakeLists.txt": { + "mode": 420, + "sha256": "d7b2674971b0eda32b2edd62244c32af81cea9e6d984a24ca6648edbaea80e06" + }, + "tests/shim_colony/unit_tests.cpp": { + "mode": 420, + "sha256": "4cc41308c10fa1e6aa047fb6c26e4c655b727884bce87b5a9e8e2f76db665474" + }, + "tests/shim_events/CMakeLists.txt": { + "mode": 420, + "sha256": "2b43190a2ce88cf7227250aa5a3b48e3006d24f0d6f5e9a5e48507c2733e4c45" + }, + "tests/shim_events/unit_tests.cpp": { + "mode": 420, + "sha256": "0dc151a4aecb24217cc38cb818bbe760b3da2b08a23ad734b3fa8506d25fe2b4" + }, + "tests/shim_movement/CMakeLists.txt": { + "mode": 420, + "sha256": "46ffe5a9815b189283e4d5ef67a0dcd159f60da7f9ca4a3577669035fefdc1f8" + }, + "tests/shim_movement/unit_tests.cpp": { + "mode": 420, + "sha256": "ee6ee983aa72f078a7ae398ca5f828aba14370c898ae4e56063697d28919ad69" + }, + "tests/shim_player_turn/CMakeLists.txt": { + "mode": 420, + "sha256": "f6affa205f857d4a45f8be05ae0426b6f9a2e8e127f5aeadbac2ed8a4c4daddc" + }, + "tests/shim_player_turn/unit_tests.cpp": { + "mode": 420, + "sha256": "0a528cdf64904dfd22c94ea911a15213701e7912921f04c1909799e6e6240450" + }, + "tests/shim_rng_ledger/CMakeLists.txt": { + "mode": 420, + "sha256": "b6a349f2611ec1f1de2013145a97f3da59cefec81dbc4d2f3e58af507e598bb4" + }, + "tests/shim_rng_ledger/unit_tests.cpp": { + "mode": 420, + "sha256": "d38d80dd907a3468036dbca2b017718b199ab4a0078eb5e5b019b913a9ef8d8c" + }, + "tests/shim_techfx/CMakeLists.txt": { + "mode": 420, + "sha256": "5eaf9a76df6b10258a8c1d2658b03d97377d48a778a1628ca94c9bd69fa7ba8a" + }, + "tests/shim_techfx/unit_tests.cpp": { + "mode": 420, + "sha256": "99a71a6d0ca1f53fc8ff0bc21e79acd64ba2cd9c9f990641e5970c866794595b" + }, + "tests/shim_trace/CMakeLists.txt": { + "mode": 420, + "sha256": "91bc736e198c5cef86ad2ad69ca77d93ab770e5faecf9e6d915f9263b9ce491b" + }, + "tests/shim_trace/check.h": { + "mode": 420, + "sha256": "f4b72b971886c64383880ba26484f9c908d21f5902dff0de0b42f276b00d8366" + }, + "tests/shim_trace/harness.h": { + "mode": 420, + "sha256": "d7eae563723843c1389b108fe2efb2e31b6c264d23567a370a09fb9b1d513697" + }, + "tests/shim_trace/oracle_emit.py": { + "mode": 420, + "sha256": "29ed06c602e9f0d6430bb3c81192b1946213a3f44b91107f7036f35f17b69f42" + }, + "tests/shim_trace/test_coverage.cpp": { + "mode": 420, + "sha256": "8ed5b6d755fe7e2bc98d525e97bc7817a5efb7ed5f0196d49d1c783de3a91bea" + }, + "tests/shim_trace/test_diff.cpp": { + "mode": 420, + "sha256": "afd8e5124cf6e1ad9c4f3e4c2beeb65d00002cf1d4cbaa2e876fea0817a7a347" + }, + "tests/shim_trace/test_emitter.cpp": { + "mode": 420, + "sha256": "a9255bbc055df36a01931e8a61dd1dbf16085f7713db7e7386f66b69ddb10762" + }, + "tests/shim_trace/test_hook.cpp": { + "mode": 420, + "sha256": "4dd67374e260ba2722219c2e44e6be76e583d0ad65844f34859cff49b66a30cc" + }, + "tests/shim_trace/test_sha256.cpp": { + "mode": 420, + "sha256": "b55aa15dc806e3e4a87ddf50657fa4e0af6a4e4e2205c4bd63d1ae066fe57428" + }, + "third_party/minhook/LICENSE.txt": { + "mode": 420, + "sha256": "d5c2224982b0b95a16b098a561335fa93f3eaf4d0aa964b7843edb986df78dc8" + }, + "third_party/minhook/VENDOR.txt": { + "mode": 420, + "sha256": "c79054234a5340f6199f8d9f47d6b3d88e8abd2120586cd78f081cfb81a6fabd" + }, + "third_party/minhook/include/MinHook.h": { + "mode": 420, + "sha256": "e34bbf7b855c842694f6e3dd78e2d280e99ed9732501e3dc1532a8626a8db8e5" + }, + "third_party/minhook/src/buffer.c": { + "mode": 420, + "sha256": "75a789eb718bd5ed2de039ccd330736a31d0a2d14e43d8e15e6cd2332432482d" + }, + "third_party/minhook/src/buffer.h": { + "mode": 420, + "sha256": "9769702bd625249e59a19ede05c84365fcc7707e1fa0e5df08df42227cee13e3" + }, + "third_party/minhook/src/hde/hde32.c": { + "mode": 420, + "sha256": "0ddbc3ab3e0b37e61691131289a151e34f508233ccf3f701752777e5d3f62d68" + }, + "third_party/minhook/src/hde/hde32.h": { + "mode": 420, + "sha256": "5132de5be8ac7a9d054420f5caef0fb01437faa892f03b3cdc77f795973bf15a" + }, + "third_party/minhook/src/hde/hde64.c": { + "mode": 420, + "sha256": "9bf19dd706d4bc255ebd1709f98fb44899df7a1f2412820d77295136e0620f1d" + }, + "third_party/minhook/src/hde/hde64.h": { + "mode": 420, + "sha256": "e99aa4997bda14b534c614c3d8cb78a72c4aca91a1212c8b03ec605d1d75e36e" + }, + "third_party/minhook/src/hde/pstdint.h": { + "mode": 420, + "sha256": "604d1cdf45c5a95bc9cf1bbf39ca05ef83013541101d34971c5cd7577e3d5247" + }, + "third_party/minhook/src/hde/table32.h": { + "mode": 420, + "sha256": "43bf687a9fff071b5f46070db4d36c846f8e069cdc57485ee897c499aacdde23" + }, + "third_party/minhook/src/hde/table64.h": { + "mode": 420, + "sha256": "b774446d2f110ce954fb0a710f4693c5562ddbd8d56fe84106f2ee80db8b50a2" + }, + "third_party/minhook/src/hook.c": { + "mode": 420, + "sha256": "3060d3c42f03a2f11324cbee95d853071757ed0fe4b1bc9eb5f0d8fc9e346a37" + }, + "third_party/minhook/src/trampoline.c": { + "mode": 420, + "sha256": "d837f8555681c3762468d712c43f2064ed31dee610e0b02965fd8aa54b88172f" + }, + "third_party/minhook/src/trampoline.h": { + "mode": 420, + "sha256": "27426751dde36cdd8346469e61cdcca47950b1056a69f21cc63f4b41743faf6a" + }, + "third_party/miniz/ChangeLog.md": { + "mode": 420, + "sha256": "ff3b6040f7cbd8c9779a0690e906c66408f7efe3cf88a25019323f0189025ec3" + }, + "third_party/miniz/LICENSE": { + "mode": 420, + "sha256": "0115478d567121238cf6cc1c0c361926cf07a49d9e4c9e66da97fac6a01646b3" + }, + "third_party/miniz/miniz.c": { + "mode": 420, + "sha256": "e2c1aeb66eef9191d8c3feb164db2def2335a61d039bf04ed849f6b042433b30" + }, + "third_party/miniz/miniz.h": { + "mode": 420, + "sha256": "b53b62ed122e559b8f679e3cb787a0b0035fe87a58f909da0e44931678f4e85f" + }, + "third_party/miniz/readme.md": { + "mode": 420, + "sha256": "b4ea367be28a36e5386f65118b73962bc659a67936d248be68b7a7c03b8d359b" + }, + "tools/build-shim.sh": { + "mode": 493, + "sha256": "1da3fdcc019dc6495c870a42b93cee9f21ff7f9623f033c2f50d9db9fd6a33e0" + }, + "tools/check_shim_configs.py": { + "mode": 420, + "sha256": "ef5e8f100c06d8c485a165ab668206af3e9aed3e1f6aa6ffec2592419fc2332f" + }, + "tools/clean_room_check.py": { + "mode": 420, + "sha256": "e15bc3ebfd29c6e2d8edfc32cc812858869b49ffa1404cafce14c4c24e0f4e24" + }, + "tools/clean_room_check.sh": { + "mode": 420, + "sha256": "6646eb6010be756113f7af39b9cfcb06e8580893fbd100a41993f87757ccfd6a" + }, + "tools/deploy.ps1": { + "mode": 420, + "sha256": "fe01f46bedc91d7b42ff98cb0e69633845094cc2802108d23d48eb70f32e3f27" + }, + "tools/sync-build.sh": { + "mode": 493, + "sha256": "ce418ace6c5edae8609849233bb5dfd24657f55141c8ef8507659608f12aee2d" + }, + "tools/undeploy.ps1": { + "mode": 420, + "sha256": "5730b6f95f161ba5a727dc0a34f26da7f1f697711495d6a9de9c289ecd747af0" + } + }, + "manifest_sha256": "ccd8e02083e8d2e2b3e97976ace2273c8f924dfc02a39e919004eaf3544c50fd", + "path": "/tmp/opencode/sots-final-research-engine" + }, + "re": { + "commit": "3bfde5a70d874a723e797a695bbd847fd82c0aa7", + "files": { + ".gitignore": { + "mode": 420, + "sha256": "ba56b745b84c6d15b7288df65f319831fed3cbf8edd1ab3a6476418f48fd95f8" + }, + "AGENTS.md": { + "mode": 420, + "sha256": "e722b65480a9f72c2fde1c677c789d4f4b347ef9b450894e9f4295035373df7a" + }, + "CLAUDE.md": { + "mode": 420, + "sha256": "b3e3e5851645a05543e91f128eb6d349abdc6f22accfd997012526e4d35eaa8e" + }, + "README.md": { + "mode": 420, + "sha256": "e318014a84d03e53983cdb1e5b0310f372b959f659b91abc9214faf530544afc" + }, + "campaign/DASHBOARD.md": { + "mode": 420, + "sha256": "eb207987006a3a661bf05b24fc361e1dda74b7a7f42f4abf4a3788cb17a254e6" + }, + "campaign/README.md": { + "mode": 420, + "sha256": "dc702a81c2c664c07eb170f082deb65bc3ff24e2b80d892bb082c7c4feac64fd" + }, + "campaign/agents/analyst.md": { + "mode": 420, + "sha256": "895c41509016038b3f72c4a68608c4101511e69c5bf410e379286da1a6202952" + }, + "campaign/agents/implementer.md": { + "mode": 420, + "sha256": "eb5581051a92b3d2b9ddd947812b1c02ff6a0b5e7619e7674adc26701e9a3d91" + }, + "campaign/agents/lab.md": { + "mode": 420, + "sha256": "48f1765ebdcb2015e631ad91428f65735ff899e119134b652f70788ff2eae5b8" + }, + "campaign/agents/lead.md": { + "mode": 420, + "sha256": "7661bbfca972be50a52c735b7f15f5be740158542c3d0cdbdf9a6a2590c7f1ea" + }, + "campaign/agents/resolver.md": { + "mode": 420, + "sha256": "742c36dc8567669d462566d6121eed42fcff5bff34e8eff466e92249f7ca195f" + }, + "campaign/agents/verifier.md": { + "mode": 420, + "sha256": "e467fc644e4e37d631a7a4e35038d9d3d0498491f1d7811d61d99271ff345c6b" + }, + "campaign/backlog.md": { + "mode": 420, + "sha256": "a10edaae044e84ee4d26e7461b88e557112f572d60c57e0025171a53dd209a35" + }, + "campaign/board.md": { + "mode": 420, + "sha256": "040c12a20f5bf70b8e6a239efb205039d1ce00a805411ba194a12bde9f40c03e" + }, + "campaign/contract.schema.json": { + "mode": 420, + "sha256": "a2c76ec042ca097a57c3c05c1e519e392d498d387a31808c7d0f70482d43c201" + }, + "campaign/contracts/controls-bootstrap.json": { + "mode": 384, + "sha256": "2943d2281229c102dd612676428a9714510e540671c1e04dae3e6fa7ea1b56ab" + }, + "campaign/contracts/launcher-smoke.json": { + "mode": 384, + "sha256": "c0418dd22bafc321b2f800acaf574dca7956c37b239d789981b920d50ab36599" + }, + "campaign/contracts/research-completion-abi.json": { + "mode": 420, + "sha256": "a5cf5e4bbc5052aa13dc34b55ee65f2997f9342e0b01062e85ad2c16d99daf71" + }, + "campaign/contracts/research-replacement.json": { + "mode": 420, + "sha256": "1108d30bf7e28f30b2446014503fc3200a8b8198a8fab0b866b873a81bf7b8b9" + }, + "campaign/current.json": { + "mode": 384, + "sha256": "87661aaf5ddfbb872365dae8c531453a1e0cb7f91b3ada046be3e829d2555f77" + }, + "campaign/models.json": { + "mode": 420, + "sha256": "95f507237a8e4fcf14189da4aa102dfae1dbaa536d4d8db6bcbfc30162ac5443" + }, + "campaign/open-questions.md": { + "mode": 420, + "sha256": "efb1c736a07bff32e75e0eede20681c206e2c95f439dffe9824702cb864972e7" + }, + "campaign/pilots/research-replacement.md": { + "mode": 420, + "sha256": "3101b8959f28ba2c6ffbac02a82b5ae0e841e7d78bd1f40f05b9d1d2278490ad" + }, + "campaign/research/SESSION.md": { + "mode": 420, + "sha256": "258a2884486ee777fbd8ff180abf23a3a320b2981ee1e90b57d4e3efe18643f2" + }, + "campaign/rollout/RESULT.md": { + "mode": 420, + "sha256": "87aba912d66e2f7bd9779f86cbae3c78d64b1be2572db02ac39fc70c750cb79c" + }, + "campaign/rollout/architecture-decision.md": { + "mode": 420, + "sha256": "8c710f390671500386745d063d6cb6edb175e6e26572286334d2f14a36be6d41" + }, + "campaign/rollout/controls-followup.md": { + "mode": 420, + "sha256": "44d0c95978cbc0953d6b1feab4463b29fab68c9d8dad2eca5fd562bb5aee1578" + }, + "campaign/rollout/controls-worker-state.md": { + "mode": 420, + "sha256": "02ff66f3f0fa978819e5c100e24cfd3752b9041590e2aed36f6abd62ce790f4e" + }, + "campaign/rollout/controls-worker.md": { + "mode": 420, + "sha256": "d022483618d3c3412785ba40e71106976c9b1c9978c43e424e3023a67b8b3f0f" + }, + "campaign/rollout/controls_evidence.py": { + "mode": 420, + "sha256": "bfaf4e523b2ca39c0ecdab94adf0b2b19a3da68aab8a0fcba69a613aed46588a" + }, + "campaign/rollout/engine-followup.md": { + "mode": 420, + "sha256": "d3d289fb4e4cfb7cf1ab6c3de597f530eafd27d3b1aa2f3e8904d6da3a95ac44" + }, + "campaign/rollout/engine-worker-state.md": { + "mode": 420, + "sha256": "76601fa42c95bd7d78ce46f528a33ef0483e0b7f2e19a1cfe1cab8e560bed05c" + }, + "campaign/rollout/engine-worker.md": { + "mode": 420, + "sha256": "fd8bbe69947b69baa61449548d5746723c941ad8b663ec66d1b278234bebe5b2" + }, + "campaign/rollout/formal-verifier-state.md": { + "mode": 420, + "sha256": "2fbac02f5f22b45e94ee33f9f53779fa059c5e93282d3c2f5ad0af027029a1f4" + }, + "campaign/rollout/formal-verifier.md": { + "mode": 420, + "sha256": "f961ceaef0037001e6576d760e28e7aded0502f3d8311925e5ed1cc537c996dc" + }, + "campaign/rollout/gate-followup.md": { + "mode": 420, + "sha256": "677f17aef214e7a6c92958dd8ad98137b238cc7fe7c1da23bcf36d727f28f7c8" + }, + "campaign/rollout/gate-worker-state.md": { + "mode": 420, + "sha256": "96514befccc589487ac3b6ff9348106aca2e4e8e3aa348471943d589c74629e2" + }, + "campaign/rollout/gate-worker.md": { + "mode": 420, + "sha256": "55db7c5f637d849fb2f200ab12c35a794c86e377a5de3f562b1c32455583e65f" + }, + "campaign/rollout/housekeeping-completion.md": { + "mode": 420, + "sha256": "a25041ebaeb030f1cfc62564b5bc57a98818ea75e082f28036e9cc367096ccd1" + }, + "campaign/rollout/housekeeping-followup.md": { + "mode": 420, + "sha256": "5759aaf403c019173450822dc5e9d4aad711a7497eba906caea39bdb39bd3702" + }, + "campaign/rollout/housekeeping-worker-state.md": { + "mode": 420, + "sha256": "5ee9a48a691709af325994fd3d44a1ac6e40d05f26e09b03ae7efec2ecbe25cc" + }, + "campaign/rollout/housekeeping-worker.md": { + "mode": 420, + "sha256": "bab8219fadd0688e91d6211478a01403a36ae74fd2b6f7df0ad5c8745a542ca9" + }, + "campaign/rollout/independent-review.md": { + "mode": 420, + "sha256": "a7a8ebcce5202db0e67c8c65135df751e69ee6728c4c2ced92e1cc85b4279f22" + }, + "campaign/rollout/lead-state.md": { + "mode": 420, + "sha256": "3ded5b3f97d7882f72abef5ea268765a5db29c8b619486c153f5c92742040c01" + }, + "campaign/rollout/publishing-worker-state.md": { + "mode": 420, + "sha256": "641977e4d0ec400a3a6c38121ae5e7904aa1accc47179ee148ad7cb199029b0e" + }, + "campaign/rollout/publishing-worker.md": { + "mode": 420, + "sha256": "822812fbc803d443fb7e0855268c34224eda29f95e57274c217275b09ff4410f" + }, + "campaign/rollout/review-followup.md": { + "mode": 420, + "sha256": "853e3b5aab09cd77fd54cae6d8a61fb5ae092603ab2be8dee2db6d80492a6443" + }, + "campaign/rollout/review-worker-state.md": { + "mode": 420, + "sha256": "a704e6023eaf3424761bf431e49687ae1f1d687119fe00a466b9da2d9ef7bd42" + }, + "campaign/rollout/review-worker.md": { + "mode": 420, + "sha256": "0e348015440aabef95766010f14880619d34a472102698c9819dfbb029b8a6c8" + }, + "campaign/rollout/sync_verifier_snapshot.py": { + "mode": 420, + "sha256": "4133e536bfdb0e206ecdfc072062e7674b07b973c7f8b9d7f1a268520523d6eb" + }, + "findings/.keep.md": { + "mode": 420, + "sha256": "141ed928eaf10a2023dd2c0ff6ea68cf6ec423cfd28d5a359d9c5add730bf64c" + }, + "findings/00-strategy.md": { + "mode": 420, + "sha256": "3bc97827988c6eb4647713c5655271e156dfa466fad5685924010f3244fe6386" + }, + "findings/01-fingerprint.md": { + "mode": 420, + "sha256": "7cf0503c29f5beff852427c2c5bdf8e9d968386de777c47b6130771cac944cac" + }, + "findings/_template.md": { + "mode": 420, + "sha256": "b92d0ca7bfef4498a5f9e594453f15ab15e2c88c7582c4ed5df4c40e6871c3b1" + }, + "findings/control-flow/ai-visit-order-probe.md": { + "mode": 420, + "sha256": "e89f91a33139014ebdc22d79064ecfd06f9b4ffebb4bbc3da73734fc47534047" + }, + "findings/control-flow/alliance-mask-and-modcount.md": { + "mode": 420, + "sha256": "ec66c6b76d9e4c8bed385acf70e6a7d5da08e05eca72ac1e8e5cb307d87f2552" + }, + "findings/control-flow/combat-done-tail.md": { + "mode": 420, + "sha256": "799ace775f12ebe9a2737a711c8d0a6e617f0cefec70b93bf094e47cf81cc348" + }, + "findings/control-flow/combat-resolver.md": { + "mode": 420, + "sha256": "abf1a9329c1bd8a96c76481246a00b380e9a17fa8dc8900810218026e5fe1b9e" + }, + "findings/control-flow/combat-retreat-pipeline.md": { + "mode": 420, + "sha256": "6c40c8bdbdde672c9cd67248d740d88892ad2b93b30e27e9bebe0e96027cf136" + }, + "findings/control-flow/fleet-visit-order-mechanism.md": { + "mode": 420, + "sha256": "a2ea1a6ac9d383380e16910cff89dff0e9b23f1df66f47ef91dd266bd50b3a6d" + }, + "findings/control-flow/gate-indexed-rng-audit.md": { + "mode": 420, + "sha256": "5004b2480787eec7be66f40474648030fdaf7759087a4c4651091152d89351cd" + }, + "findings/control-flow/hive-creation-rng.md": { + "mode": 420, + "sha256": "5ff37d571c0380c798a137e0c6947a0c63109de489fd2100c99bfc6637fc272b" + }, + "findings/control-flow/indirect-edges.md": { + "mode": 420, + "sha256": "3dbf2acf7354f61de66348fe40965f3138dbc4bbff8cb0f06b2751e71ed06ee1" + }, + "findings/control-flow/inlined-draws.md": { + "mode": 420, + "sha256": "3b099718543d7fb112664699749602ff9d61de9aaebb561fc93f1f8b7a152134" + }, + "findings/control-flow/per-history-residue.md": { + "mode": 420, + "sha256": "739c7fc760583ca143036ce554e1eece640d1662fba4642e6f80fadd3dad13f9" + }, + "findings/control-flow/pinned-seed-rich-turn.md": { + "mode": 420, + "sha256": "7c62336767b7c69f513446543f37662ba2a0872e207b906279446bbe399d65b6" + }, + "findings/control-flow/raid-gate-multiplicity.md": { + "mode": 420, + "sha256": "6d7b7357be428ff79186478dc37063657ca4d8e2ad49fcdd92493753748a52f4" + }, + "findings/control-flow/raid-intercept-species-word.md": { + "mode": 420, + "sha256": "1da80eb14f0e3e5a0ce139f62976bb305e3e75a1e5e0631d8287f94eac093d8f" + }, + "findings/control-flow/raid-intercept-z-word.md": { + "mode": 420, + "sha256": "beb421953b70377c8c759f5cc936321faa6316be76d41020b41f26c99706acb3" + }, + "findings/control-flow/raid-target-pick-verdict.md": { + "mode": 420, + "sha256": "d0262a4187e35547b28d6be842e7c730aa3ee93565404b587a790706afabd694" + }, + "findings/control-flow/seed-exposure-forward-test.md": { + "mode": 420, + "sha256": "f108a07ce695b64c482af58db4caeb2607059a3357b62f04f7f36ce45c84ff4a" + }, + "findings/control-flow/standalone-generator-and-turn-record.md": { + "mode": 420, + "sha256": "e499f62534580f27c2a01395e08312ebc7df13bdd307342096f468212aec600b" + }, + "findings/control-flow/standalone-scaffold.md": { + "mode": 420, + "sha256": "0bf928260d5058815a2f09c4df8c08eb359430aeea941f872018de7cbca39105" + }, + "findings/control-flow/tail-probes.md": { + "mode": 420, + "sha256": "ae45e84a9c7f257170f7550301fc4e1a35d5210269bda8070469a5c921cce95e" + }, + "findings/control-flow/tail-rng-ledger.md": { + "mode": 420, + "sha256": "2db588423e7b7de7729e5319477c17fbcea5b7a9cb8ff00b01cfd72bfce25403" + }, + "findings/control-flow/trade-raid-rng-gate.md": { + "mode": 420, + "sha256": "85c7b27aa284988b07b5e67c8e48ef1725289f1a6956d88be2572577cc06e1bf" + }, + "findings/control-flow/turn-driver.md": { + "mode": 420, + "sha256": "3f4e92041a0842d211ea9ae1ae16a9fe400dacf9632209102a1f76acc6b30792" + }, + "findings/control-flow/turn-spine.md": { + "mode": 420, + "sha256": "e2a64f82e5dececb4ba56859d1e53a0f720e08472c79c39197beba7f6041811b" + }, + "findings/control-flow/w3-containers-status-handlers.md": { + "mode": 420, + "sha256": "fffbaa6e3701abbe57a54046416a102502afeaa29b14632f9506905c22bf3914" + }, + "findings/control-flow/watchpoints-modcount-status.md": { + "mode": 420, + "sha256": "0aec4c93ca7219e29827a5069a9829d5e58da2001e79a7316bce288d3e9a6c7d" + }, + "findings/objects/.keep.md": { + "mode": 420, + "sha256": "b9ed9ae581d08f2411346c518e16cd894f159dbe569e3c778b31d9e9a3677786" + }, + "findings/objects/00-inventory.md": { + "mode": 420, + "sha256": "cada5fc81c42cb50878a26e43a58640153c600319e66d4c92a23d7c363ff5f14" + }, + "findings/objects/aiagent-block.md": { + "mode": 420, + "sha256": "55d646ab57e90477993d263399254a3b103024d89fff42491b7df5cf4ffc8037" + }, + "findings/objects/classes-game.txt": { + "mode": 420, + "sha256": "e0eceb77c56e05bc7863d3a07805d703fc0ecec489ef24fabe7c6161f2835199" + }, + "findings/objects/classes-mars.txt": { + "mode": 420, + "sha256": "b624f7bd82a5277462a39627140a85c7a7929fd292b62e45edb5c96fd53b6145" + }, + "findings/objects/ghidra-recon.md": { + "mode": 420, + "sha256": "ca4b043a73c1d5573aa0c83cd3942db731884910c90e7d8544c8a32c939e2fda" + }, + "findings/objects/rtti-raw.txt": { + "mode": 420, + "sha256": "39f6fdf8793f8202c19cfb87a75466b215254a13050ec37c0c496699298247ad" + }, + "findings/objects/save-editor-structs.md": { + "mode": 420, + "sha256": "835d4fbf154275542383ea499a527c044ec7d577486c2735b817bd32d6e0c853" + }, + "findings/objects/schema-gaps-resolved.md": { + "mode": 420, + "sha256": "9ddae36eb8e3ef909c4902d01200fc8a17335271e4e063939ae162a3eea5bb3a" + }, + "findings/objects/serializable-types.txt": { + "mode": 420, + "sha256": "59c2f3942f55eb3f6687758a4c447b1ed8902caa60b97d9619bb8228e27c6838" + }, + "findings/objects/serializer-struct-recovery.md": { + "mode": 420, + "sha256": "5b56d8e1a5047d602cea7a76227f30e17244057fe21fde3d4e2cc76e9f185416" + }, + "findings/objects/ship-design-catalogue.md": { + "mode": 420, + "sha256": "feded2191180e184d34d4992935dc117bff8d052e8a2c63ecc29fa7b2e6b561d" + }, + "findings/objects/struct-recovery.md": { + "mode": 420, + "sha256": "4e99ef972529101f5700b52845e263fb3789e0b82d8cdeca921f1595a24d92db" + }, + "findings/objects/svsctob-variants.md": { + "mode": 420, + "sha256": "89617cd2909f2242e9e1657fd4a8f5aafe5aa0c1e0e9bc8926fb67c1e830dd2d" + }, + "findings/objects/svsctob-writers.md": { + "mode": 420, + "sha256": "7a9b7f3bf4eae63cf522246227410b2e3ca789284b7c620f01550fadf479622c" + }, + "findings/objects/turncommands-block.md": { + "mode": 420, + "sha256": "8eca2b79838114e7ae46d34c6e75eaf3b04c0448d9896ed4219b118f09e83046" + }, + "findings/objects/wire-schema-channel.md": { + "mode": 420, + "sha256": "31f0fc4e1cc3c3e7ef938aa22ad65cfdec32be4f1ade476a7ebf32c3c6f07d6f" + }, + "findings/objects/wire-schema-closeout.md": { + "mode": 420, + "sha256": "bbae848b4f8d6d0f2a914268ac34e75b4cea483f52816916202f3bd3cd084255" + }, + "findings/objects/wire-schema-ratchet-debt.md": { + "mode": 420, + "sha256": "0d144181478a607f2474a7c8a1b71ca49c881ef6fd068b5e8859c3fa8129507a" + }, + "findings/resolutions/2026-09-08-ai-seed-per-process.md": { + "mode": 420, + "sha256": "0765bdaeade29122ab5e64493f3a7c339f1e4c4445192ed09ae3d229dd6ae943" + }, + "findings/resolutions/2026-09-09-fleet-id-order-residue.md": { + "mode": 420, + "sha256": "b3d63a11e8ebd55da4af15760d044607b6105216898a018f5ceebc94750817e8" + }, + "findings/resolutions/2026-09-09-seed-exposure-is-a-predicate.md": { + "mode": 420, + "sha256": "dd7ce18738a625b9008ef80783bd64fc3857852775ab3b784b9e5f4fd5ae7de1" + }, + "findings/resolutions/2026-09-09-tail-draws.md": { + "mode": 420, + "sha256": "ff86a332ea9f87bd6f42a0b64e837e6f6f5876423ae9403a903aa9bfe7c42678" + }, + "findings/subsystems/.keep.md": { + "mode": 420, + "sha256": "b9ed9ae581d08f2411346c518e16cd894f159dbe569e3c778b31d9e9a3677786" + }, + "findings/subsystems/ai-client-seed-is-per-process.md": { + "mode": 420, + "sha256": "5e6de0418588ff28cee29cb9affd69c3183819318c314eeb0771bbe810e6b4ed" + }, + "findings/subsystems/ai-order-capture.md": { + "mode": 420, + "sha256": "6efebf9f00b375d2c7f29ddeb24ef7a04e3b02cac9027369b490157a196d08ce" + }, + "findings/subsystems/ai-order-emission.md": { + "mode": 420, + "sha256": "9e54a13a18387a4f93acc5c66dbf71d365c81f1a8e6d2aee31f7a89712894ace" + }, + "findings/subsystems/ai-stepping-and-passes.md": { + "mode": 420, + "sha256": "e7e2fc612457a4e77df362aea2928d20fa5a2456fe12a7fbafeaf3c9e01c1dc1" + }, + "findings/subsystems/ai-task-system.md": { + "mode": 420, + "sha256": "577f8fc41256ebdf9629f1e30df9aac7f51c1a84b55f60c2b59e4af4c55126b2" + }, + "findings/subsystems/ai-turn-logic.md": { + "mode": 420, + "sha256": "79e9b7c9592d583db7b9d9ce472804038a71febf7527bd69e31b3399caeb0770" + }, + "findings/subsystems/battle-load-profile.md": { + "mode": 420, + "sha256": "3cf8e28925ebbb162bca9c3be9e6b2599c82ab6aaf9a9d99ffd9c934bf773c77" + }, + "findings/subsystems/data-model.md": { + "mode": 420, + "sha256": "f01c9bfcf8ed9fbf9fdd30556308a1dbb1094896050cc8a5e4fbc1c6c61aff78" + }, + "findings/subsystems/data-parsers.md": { + "mode": 420, + "sha256": "6a428c14279ac2c589b4af932e762ef7e3ada1a878128527b8d88858c11fbc35" + }, + "findings/subsystems/determinism-oracle.md": { + "mode": 420, + "sha256": "4fe0abad0b1b825392cd47b792d06756742495f26ff40a6a433d8608b4680bcb" + }, + "findings/subsystems/eventlive-verification.md": { + "mode": 420, + "sha256": "8bfcc75e57ddf88ec8a4b8885f033be8ffd420965077ab284b1ebce535ecf1a0" + }, + "findings/subsystems/events.md": { + "mode": 420, + "sha256": "c5d6e168d6d48eabec0ae0a448f9c3ec8d0f751a67fc320bc1021ba10008a3bf" + }, + "findings/subsystems/formula-gaps.md": { + "mode": 420, + "sha256": "63ec96a27fac5381d33cdce3e549d230bd5b0230e4d8573f4f3d45bab7d47ffc" + }, + "findings/subsystems/fpu-precision-sensitivity.md": { + "mode": 420, + "sha256": "4cf84e2a1c3d0eaaf9b3a7f218ad663ffa6984389b2a25851249733ad708ff8f" + }, + "findings/subsystems/golden-trace-recapture.md": { + "mode": 420, + "sha256": "b244f939b87dd464d78d919675c0e6aa010b0ec7b4fc6e4178e26c2c8ebee738" + }, + "findings/subsystems/id-allocation.md": { + "mode": 420, + "sha256": "b04a14a5a7d4d1c6137c4f9072987eebc997421e550881dcc2c8e386187f5b90" + }, + "findings/subsystems/income-term.md": { + "mode": 420, + "sha256": "c40286635675a91ce779b887a0394e92f946844873a778015efb98c4a105b67e" + }, + "findings/subsystems/loader-prototypes.md": { + "mode": 420, + "sha256": "f1d09471d5e17c45413b86805f561329f5af24eadfb17c3c740686c39b167ed6" + }, + "findings/subsystems/money-chain-float-widths.md": { + "mode": 420, + "sha256": "99bded6f2d34a713bc175deb4ad5ab4559ce1cc90274b036c1818ad8257c2fef" + }, + "findings/subsystems/movefleet-position-rounding.md": { + "mode": 420, + "sha256": "12dbdc03658cb042b5927586769dc9c19fc2eb812f703e73bf26273f8b0d65a6" + }, + "findings/subsystems/multiplayer-combat.md": { + "mode": 420, + "sha256": "2f4957011b5c5875b8aa7f71531dd5dfe3fd8df4f2c67a7be2fb5999f090c02b" + }, + "findings/subsystems/multiplayer-gamespy.md": { + "mode": 420, + "sha256": "a878e97775d27e085e58b18eaf5a67aaa522456d1055ca142f0477e3d6152d47" + }, + "findings/subsystems/multiplayer-tier0-verified.md": { + "mode": 420, + "sha256": "942ce29cbe22d8f7de5af54f2017c0433c7b8e1a56c864868ec906ffcbb9059a" + }, + "findings/subsystems/nav-classifier-live.md": { + "mode": 420, + "sha256": "b8aacdea8072a99ba1192e235088b372180f094795baf164e8cb95bd2df9f3b0" + }, + "findings/subsystems/nvo-tshn-visible-owner.md": { + "mode": 420, + "sha256": "ef96bb61769c02affd7148cd95e70bf358cbe6263fbe9b47aba6cf4cfa8486ad" + }, + "findings/subsystems/observedtech-append.md": { + "mode": 420, + "sha256": "61efcf51bffe53b8a10a2cdb8123db3f8c55b6874db87418fc31737efedaa652" + }, + "findings/subsystems/output-term.md": { + "mode": 420, + "sha256": "9eb9ff58a1d4cf34d3138f5044788b6f87ff4c94fa871b2dedd6ff6667196533" + }, + "findings/subsystems/output-turn-path.md": { + "mode": 420, + "sha256": "4e199e5cc14802c1b14b37cff0c1359b43aca94dab833f9024c7825c4c512588" + }, + "findings/subsystems/path-solver.md": { + "mode": 420, + "sha256": "3e0e318d45e14f844831c4180e47011263f64067dacf3249742882186d65cf18" + }, + "findings/subsystems/players-residual.md": { + "mode": 420, + "sha256": "e2f56c7983856470d37cd0fba4834a0ccb34dcaddbaf9acaf5dcdc253c6b3507" + }, + "findings/subsystems/population-growth.md": { + "mode": 420, + "sha256": "c2ec2f062e1224045b761640549e7374336ac762bd61c686a0c1378ad829a993" + }, + "findings/subsystems/rcex-explained.md": { + "mode": 420, + "sha256": "df7c9de6f02c1bd38f69e3a5344ec663d97b1d6b738ff408dfdeb0e2f6175b32" + }, + "findings/subsystems/relabel-new-ids.md": { + "mode": 420, + "sha256": "562ffe347adc6432a7824bfa2b324b6b1812b4fcc18343f0732c0f3d9991be20" + }, + "findings/subsystems/research-replace.md": { + "mode": 420, + "sha256": "d0f692cf687a7fe6aab62fc5d7d076eb595e1c33fd84c6f1e437ed01025cab4b" + }, + "findings/subsystems/roll-parity.md": { + "mode": 420, + "sha256": "7d97d7e5eee7b9f135e32b6553bb94ca83fd05b1eca7d18c42e9d65cae4d95d1" + }, + "findings/subsystems/rung-b-rich-turn.md": { + "mode": 420, + "sha256": "44378c6a305a82b2d131270fa5d97fdcd8a7fd5c9760ecbad7715383eac2db68" + }, + "findings/subsystems/running-the-game.md": { + "mode": 420, + "sha256": "f6109f69c6b86e4cf01d0f2e1f8be9921ff632513bca5d9e44e7f6c34f1cd260" + }, + "findings/subsystems/setresearched-cascade.md": { + "mode": 420, + "sha256": "9c079de161a1d1387339b8e8081395c1356c1443a0c898942acfb6efb65a454f" + }, + "findings/subsystems/ship-construction.md": { + "mode": 420, + "sha256": "86f570b1872c8dfac3982d1d7335f4798ccbd1bfd73c91d481afba2734c41216" + }, + "findings/subsystems/ship-design-composer.md": { + "mode": 420, + "sha256": "639b276e9205aaf6c90d9c458a383cc073e89f401ef8f17f8ad5a8a0c5899fa8" + }, + "findings/subsystems/snlv-measured.md": { + "mode": 420, + "sha256": "785324d176be969e1809090acd6b7a48d27f4fa41472c0d9c6f568c0b3a1e539" + }, + "findings/subsystems/spy-detection-roll.md": { + "mode": 420, + "sha256": "214179f5091408ef01ce4b80565068cb9a0885d1c6a233cda476280b9bf29c0a" + }, + "findings/subsystems/spy-program-draws.md": { + "mode": 420, + "sha256": "0c61c2f9cc767ae679921bfc42ef9a207ec9a6e0dc88419a673a8e439f1abfc1" + }, + "findings/subsystems/strategic-turn-internals.md": { + "mode": 420, + "sha256": "3a5c17e025d4968db6030f8ef1daaa2b03ccd4def12d35cf3a0eabcb0b5cbb54" + }, + "findings/subsystems/strings-and-config.md": { + "mode": 420, + "sha256": "67aefda7792e329b7df3f6e8cf42c7bae7049867cdda0741e871b183bc528786" + }, + "findings/subsystems/system-visibility-prediction.md": { + "mode": 420, + "sha256": "b420526ca0410bd4578dd2ed29cd9a21ed3578d6345d9f853a883e0159c1f89c" + }, + "findings/subsystems/system-visibility-record.md": { + "mode": 420, + "sha256": "d2843e10c156a7c85d7dab40d00204475fc725dc9b93656f6cde941ceceb5f51" + }, + "findings/subsystems/t34-observed-designs.md": { + "mode": 420, + "sha256": "207641821a55f5671749b000d478afd9e427336e2d123a55ad2203f34dfaa796" + }, + "findings/subsystems/tech-effects.md": { + "mode": 420, + "sha256": "7423f1e2cb2a597738b244d58bdf467431ee5de725ac434b904676ddcbcfc609" + }, + "findings/subsystems/techid-name-map.md": { + "mode": 420, + "sha256": "cfd92a7885dad3775465fc0c5b40aeb1749499f90071b44855ab8e1746d5f752" + }, + "findings/subsystems/trade-and-spy-workload.md": { + "mode": 420, + "sha256": "147057456fa30b6218df19679abab1ac31b78276a4272d221b70776e154396ba" + }, + "findings/subsystems/treaty-turn-stamp.md": { + "mode": 420, + "sha256": "fa0a8588847cc2b9e92cddeca65fd00fe3d84a00a1034d9354053c7e6cd9ceb5" + }, + "findings/subsystems/turn-command-replay.md": { + "mode": 420, + "sha256": "b65fa3c3c01c67bc16ec488e4a44e6c748256e941c80987528b7602038a56e07" + }, + "findings/subsystems/turn1-to-turn2-nondeterminism.md": { + "mode": 420, + "sha256": "9ebe834fa0f7c1cf864032ec67da76730ed6c239d6bd3a717f147490116acc4d" + }, + "findings/subsystems/turncommands-capture.md": { + "mode": 420, + "sha256": "a57fd2a77784fef1b176749878b161c4f04ac77c1f4a061a6b713787d92fb9ef" + }, + "findings/subsystems/ui-screen-map.md": { + "mode": 420, + "sha256": "d266285e3ca99ba3b5ebbab47c78f3df247a8b539c0519c6fd27a999b9d6f84b" + }, + "findings/subsystems/unlock-cascade.md": { + "mode": 420, + "sha256": "38d29a9484aa3910f5a62b5dd08225ba590bf26901203c5aef1b0b466fbbc5fb" + }, + "findings/subsystems/value-domain-census.md": { + "mode": 420, + "sha256": "bc99139708aee5da4cafec585fc35ab3523b51571518038db19b5f1383c6a6c4" + }, + "findings/subsystems/writer-byte-exact.md": { + "mode": 420, + "sha256": "a0e91a90d2ae78328dbaef30b37d53037cab26489e4729413bcfebbafcab0978" + }, + "ghidra/addresses.d/README.md": { + "mode": 420, + "sha256": "cf2745d5d3e504725ae5a296dc20e3d63b8d32a903445aafe2af61828a6d59c5" + }, + "ghidra/addresses.d/ag.json": { + "mode": 420, + "sha256": "24d5b11779364cf198008b143c7a3a092117ec4a1530c489497dbc8acdf62d8e" + }, + "ghidra/addresses.d/ap.json": { + "mode": 420, + "sha256": "e37f478836eb297f9cc5186cd7df3f5942abc4b6396a4d2866e613841437f778" + }, + "ghidra/addresses.d/ar.json": { + "mode": 420, + "sha256": "8d8620be8dd807a610ff63c0d77cbf266f3d9ce272158991d1f55d9c9910c248" + }, + "ghidra/addresses.d/as.json": { + "mode": 420, + "sha256": "08a869ab9466d4b575363cfb6fc084ca72cdc05d509c5d87e658a9a9977a7ae9" + }, + "ghidra/addresses.d/az.json": { + "mode": 420, + "sha256": "60b9a169605ac171cffb848024141c9224f6897bf69b547b9a4f2b5ddfc8d835" + }, + "ghidra/addresses.d/bu.json": { + "mode": 420, + "sha256": "79037146ba621e43e561bcf0577afc25b2ffac4ced44c902d2ea8ed9171b1bb9" + }, + "ghidra/addresses.d/cz.json": { + "mode": 420, + "sha256": "35de20ff0e38d05b5c58c89690dfc81ce44eb280a2a594ae862e55d56edb5d3c" + }, + "ghidra/addresses.d/dn.json": { + "mode": 420, + "sha256": "c41f877a37bc864f8f315a47b720ac204c22c25de405f4de63b845180641eba0" + }, + "ghidra/addresses.d/dt.json": { + "mode": 420, + "sha256": "580762e01175fb7246d0f9214e4ed9ba16bebcdb82ad1525fd1f77c0910c660f" + }, + "ghidra/addresses.d/lane-a.json": { + "mode": 420, + "sha256": "fce5f06866bddc6bca095d53e376495103dfd8900ad7da0d0d6731f105915d71" + }, + "ghidra/addresses.d/lane-a2.json": { + "mode": 420, + "sha256": "1207088eb2ae041afc2618a627029e25f578ae9fe8db73bb9efb616f39c34bf0" + }, + "ghidra/addresses.d/lane-ac.json": { + "mode": 420, + "sha256": "02a1c2f01ca0d11a7c38d416d94fabaea64b5c5919f6ceaead83430fb398710e" + }, + "ghidra/addresses.d/lane-ai1.json": { + "mode": 420, + "sha256": "134a0cb87b95bf5f39ed015bcdf64c6e8da6b22e073d5b5487148cb5421addff" + }, + "ghidra/addresses.d/lane-ai2.json": { + "mode": 420, + "sha256": "e9d94ce026231d420538400fa9c73fa8a2fa882d16f542c6b8ce2c34014acda6" + }, + "ghidra/addresses.d/lane-ai3.json": { + "mode": 420, + "sha256": "89c29e1bbb1159b7b6fb4fc8c232902f8497efc82290aba6f50c9c9097feec6a" + }, + "ghidra/addresses.d/lane-ai4.json": { + "mode": 420, + "sha256": "78b7897d3d2678ddbff7cd982bfa7d93a0c26817846a148fd3f46790fef9d7fb" + }, + "ghidra/addresses.d/lane-b5.json": { + "mode": 420, + "sha256": "641c724d1fbf28f5469aac488401ea2f92bdd3b929fbf053ddeef0ba5b8de9da" + }, + "ghidra/addresses.d/lane-b6.json": { + "mode": 420, + "sha256": "b2b2833220e3a645efab2b767f1d93d1215a54d195e28e6743db8f1d89934697" + }, + "ghidra/addresses.d/lane-c3.json": { + "mode": 420, + "sha256": "b732932503c181c77bb14ba0136379c8fa3501d0c1471b02d9bca7d023bb5f5a" + }, + "ghidra/addresses.d/lane-d2.json": { + "mode": 420, + "sha256": "8b5df39fb5eea0cd40dffc20aaccabe169f5472171dfd242ca2e75dfc4ca608c" + }, + "ghidra/addresses.d/lane-e1.json": { + "mode": 420, + "sha256": "cb38b41b747bf74ee73fb7eaa301da4bb896d089fa1dea4197382e94940c7f69" + }, + "ghidra/addresses.d/lane-e3.json": { + "mode": 420, + "sha256": "a5fe9dbb37ee587bf36a311771bbc9d8dcaa4d4fcc0b420b8f45829929b0ff98" + }, + "ghidra/addresses.d/lane-ev.json": { + "mode": 420, + "sha256": "b243d31bcd69bfb1e5928ba8b70e958e559c88ee5190ca34e569f217a784798c" + }, + "ghidra/addresses.d/lane-g2.json": { + "mode": 420, + "sha256": "84401f05c5cf2ca0839e817877892e904b3fd2fd4175607abc34453acd8ce822" + }, + "ghidra/addresses.d/lane-g3.json": { + "mode": 420, + "sha256": "d176eb4a07bb6b98acea77e1a0a9904d317a594768ecf8719bbfacbdf6522729" + }, + "ghidra/addresses.d/lane-h.json": { + "mode": 420, + "sha256": "e8cffe89c7feb1d9fa1949f33aff01edc7b84b49ab752275662f6f613c16c0b6" + }, + "ghidra/addresses.d/lane-i.json": { + "mode": 420, + "sha256": "a4c482ff6fee78e96da3400b9ba7d76b58634a5933ff388db5993a1b105c8aca" + }, + "ghidra/addresses.d/lane-id.json": { + "mode": 420, + "sha256": "3f48c9b2e2c3a08e13a856bfb78d551af17f5a1a1079f03f8edbf4615f17ca7d" + }, + "ghidra/addresses.d/lane-j.json": { + "mode": 420, + "sha256": "4fd95b08fee60a2748995cb082fe50d61e7179ae90b106f230bfc5c55a35660d" + }, + "ghidra/addresses.d/lane-k.json": { + "mode": 420, + "sha256": "f6ead3ff256fd2e1408d52bfa28e308f106ad672b3fe1cce0d136faac351136e" + }, + "ghidra/addresses.d/lane-l1.json": { + "mode": 420, + "sha256": "ecbab4a1b602beefd6889effc4883b7f7de01afabb7c5c071bbc4e2237e9131b" + }, + "ghidra/addresses.d/lane-l3.json": { + "mode": 420, + "sha256": "eabb96253bee36c799f1eb89108e284162606cfdc5e9bd29dbf7b5f88ee88adf" + }, + "ghidra/addresses.d/lane-l4.json": { + "mode": 420, + "sha256": "5b2b54d2f3e123e352e9a2b0f1d80fc8afcdd0b97916a94ee5a62ddc03b0ae75" + }, + "ghidra/addresses.d/lane-l5.json": { + "mode": 420, + "sha256": "cedc4869149212d401c519c46fa3f02769f9c939fc560fe8d35cc4f898091482" + }, + "ghidra/addresses.d/lane-n.json": { + "mode": 420, + "sha256": "6987efa430f2da8987e42e61e53113f914cb00e3e52a7c679565e7faf5160c82" + }, + "ghidra/addresses.d/lane-o.json": { + "mode": 420, + "sha256": "7fcf357f25ccdf061b6bc688339e2006f830c551718b6419a0a9d0ac968bb555" + }, + "ghidra/addresses.d/lane-p2.json": { + "mode": 420, + "sha256": "7eaa63d64a0054ef88f323f58b31fca07bd2372dc21560b4bda64eb13d869792" + }, + "ghidra/addresses.d/lane-par.json": { + "mode": 420, + "sha256": "3836b786aec28feb028271d05f368d7c332b8930b51cfdceb36540133a3d3237" + }, + "ghidra/addresses.d/lane-pl.json": { + "mode": 420, + "sha256": "f29953d17effbb7d8256687833023d4656522e74c40bf1ea646d3b35da3635d7" + }, + "ghidra/addresses.d/lane-q.json": { + "mode": 420, + "sha256": "6f98496ffc288fb30c3a7347a7e5252b296f2345afd1bf678f98a2c934b8935a" + }, + "ghidra/addresses.d/lane-rb.json": { + "mode": 420, + "sha256": "bff95b9452e0efb63e74f741682c8d1843abfe3e722143cf01cf092aa894d75d" + }, + "ghidra/addresses.d/lane-sd.json": { + "mode": 420, + "sha256": "d3239b619cbef5cddc9c7bde6525301a99a6423f8a0e42c1ea53b9ae269c6da9" + }, + "ghidra/addresses.d/lane-sv.json": { + "mode": 420, + "sha256": "f574d8b4dc75da722870c74eb29cd56c75e04dd0ac384b4549fc95d425e3de3a" + }, + "ghidra/addresses.d/lane-t.json": { + "mode": 420, + "sha256": "70975f3c1dea55ceb11af12b9ba3a04e8f7bba2e25f1355ffcd3cd457c41545c" + }, + "ghidra/addresses.d/lane-t2.json": { + "mode": 420, + "sha256": "1e3c59089b769cc5f5d3cf16c33cb6db002966f5beb1a4fb9dd8e28fe54cd6a7" + }, + "ghidra/addresses.d/lane-u.json": { + "mode": 420, + "sha256": "bcccb6ec9257537eece135adbfd126904ca0becf14f9b5d17253adf5d8c9e8fe" + }, + "ghidra/addresses.d/lane-v2.json": { + "mode": 420, + "sha256": "6a4d4960ce99c05b928164159eaf4482bf763785a1f8c50efe133667886d9a54" + }, + "ghidra/addresses.d/lane-w.json": { + "mode": 420, + "sha256": "3971d65c772146534f5d8c350f2d203add70ac82801f57f3704c47cd59b51226" + }, + "ghidra/addresses.d/lane-w2.json": { + "mode": 420, + "sha256": "677648e94de8e1e0d538c9575c9be942d0b37c1a847effcb3c2312af5b6aa7d9" + }, + "ghidra/addresses.d/lane-w3.json": { + "mode": 420, + "sha256": "50ed8ed1b16288b00bac4df0886646dbf9d6d6392867029b4eac386806b41b51" + }, + "ghidra/addresses.d/lane-z.json": { + "mode": 420, + "sha256": "bc63a82f2d0cb7636e95f8a07f183f80817a4c65d2bb7263a047ec3c540512eb" + }, + "ghidra/addresses.json": { + "mode": 420, + "sha256": "865c02d88ac6ede656160a5ab20521ad8854efa381d5a943ab422216aca2c016" + }, + "ghidra/generated/sots_addresses.h": { + "mode": 420, + "sha256": "1cf6b4ab40d3cde306edee12ba4eb05292b98ddcf5c2b7c22c1c64b6075b1bdf" + }, + "ghidra/scripts/FixPlayer.java": { + "mode": 420, + "sha256": "9f9ea470af063339511b1f1c85d6dea2df0827c4fed5806c6f641b1aad3e5660" + }, + "ghidra/scripts/FixThis.java": { + "mode": 420, + "sha256": "aafeeb482f71d1bdcbc99a51fb3f21989a46fbb49b5a572f3d9e436c9b3b98b4" + }, + "ghidra/scripts/LoaderRecon.java": { + "mode": 420, + "sha256": "1275d460227e0098254885fe70666d618da7215bca99483a5475c1e701ab9b27" + }, + "ghidra/scripts/LoaderWriteBack.java": { + "mode": 420, + "sha256": "d1040cb9ee80f0fe4d2310d95b38d7d94b0972283f74ea6058de0bdb9e510e63" + }, + "ghidra/scripts/SpineRecon.java": { + "mode": 420, + "sha256": "bea798733cf60f9478373cc453692104058b643ba5b7fc68e76945ae6f496950" + }, + "ghidra/scripts/SpineRecon2.java": { + "mode": 420, + "sha256": "94f10ac953091d50187a46b74803abb4812b244356f9336fa8e133a8a6cba0c6" + }, + "ghidra/scripts/SpineRecon3.java": { + "mode": 420, + "sha256": "b2344ab3d7195cfb935505ba1949f3d4862f787ccb95b812cef3856f92c94ffc" + }, + "ghidra/scripts/SpineRecon4.java": { + "mode": 420, + "sha256": "1093ee635be94f0c0bb31b5bd79f030faa0d7cbab96a495426363172cbcd1d66" + }, + "ghidra/scripts/TechFx.java": { + "mode": 420, + "sha256": "bfa8e990d65ad7cb2b665ee284ec2d645395e0fb3794ea146b175e2937a159ad" + }, + "ghidra/scripts/TechFx2.java": { + "mode": 420, + "sha256": "ee7040ed3316f2e717bac207c3e8ba9bf5ecb560f9e2b38335582c4ca6bae5a8" + }, + "ghidra/scripts/TechFx3.java": { + "mode": 420, + "sha256": "b672751160abcfee37d16eb2f107a60420b7d6956c312fe93e9f62578c06b96a" + }, + "ghidra/scripts/TechFx4.java": { + "mode": 420, + "sha256": "ef912e86f802452f33c20a1adb87eeb96f0ec893e26ee4bbd02305ba0c5e46c7" + }, + "ghidra/scripts/WriteBack.java": { + "mode": 420, + "sha256": "e002a5b86bc58cf75ef8d08dbaeb84bdf3306c1e8d49e92c0382f8ed858c57ac" + }, + "ghidra/vtable-owners.json": { + "mode": 420, + "sha256": "8ee89f3b43f56283a6ffcc605394a1ab246f8071370a9db8f1e770942a5a82a3" + }, + "guides/lab-screen-wall.md": { + "mode": 420, + "sha256": "d398b47853013dbce63b4af2f2ec680c39775732b9fbba13f5fc42a46628550f" + }, + "guides/method-rules.md": { + "mode": 420, + "sha256": "a71a8415202fe97ccaee3805bf4035684776c37f5613dc39a1f260aa33f94b69" + }, + "guides/multi-agent-workflow.md": { + "mode": 420, + "sha256": "f5bf0c30c12a3a9e1725549fe000be0105d415ca25b120673a780901148f08da" + }, + "guides/re-windows-2000s-howto.md": { + "mode": 420, + "sha256": "3490650440d6e683cb029915b8c2cace914b1f52538c9db89175ad4547db2901" + }, + "guides/windows-lab-housekeeping.md": { + "mode": 420, + "sha256": "4a9e9d66dd76e6b5ee1951686186190c650a617fa812fa4bd236ef02b783939a" + }, + "notes/.keep.md": { + "mode": 420, + "sha256": "7878c159a1b9636974e9093902027a24bf7b3c7520f13a8d96f930bd10d22f1c" + }, + "objects/generated/sots_stream_schema.h": { + "mode": 420, + "sha256": "13446ce54d60a0b29adcefb51aeb5127a0a3ca8de2bd1665e4778ba5354bff8c" + }, + "objects/layouts.h": { + "mode": 420, + "sha256": "24586f7f1c25530691193a919c6335ab1784fa2815b222326409cfe9e2a42981" + }, + "objects/layouts.json": { + "mode": 420, + "sha256": "16bfffa5020d98c12af61c72a48da8f2c5e06d1060358802717e585a49b150b2" + }, + "objects/layouts.md": { + "mode": 420, + "sha256": "83bc29fcd379847f9ebd6732edf9748c1c878052e889615928659307f97a148c" + }, + "objects/streams.json": { + "mode": 420, + "sha256": "60993eda14d0b1056578718d43a3b6d89816e12c4f5a00674806aeef9e81baf7" + }, + "opencode.json": { + "mode": 420, + "sha256": "d24be7fcee57d5eb04c6b7189822a2ca055dd4a70daafbea67f09a120945d49f" + }, + "scripts/.keep.md": { + "mode": 420, + "sha256": "b0cdcee8cfdc1b15ee444520b6b01c747399deea6d92ff2576ca6eb57331bbac" + }, + "scripts/forgejo_campaign.py": null, + "scripts/lane_v2_writeback.py": { + "mode": 420, + "sha256": "69a66058adb04926eeb6f0e81fa8f0392ce06de2e8d8eb61ebcf503bab6311da" + }, + "tools/DASHBOARD_README.md": { + "mode": 420, + "sha256": "f401cc54f64a4862a938263f37eaab22e6475e063e59726e02dce201f657dcc4" + }, + "tools/aiorders_to_tcb.py": { + "mode": 420, + "sha256": "9762d1fd45f3ab7c045088e222c5386a2cc63a6b25e1c09a49cbbd71837bfe17" + }, + "tools/cache_functions.py": { + "mode": 420, + "sha256": "18c037e48ab035764b0c877123ea7c998ef74240c63090e4f58142f57835e0b1" + }, + "tools/campaign.py": { + "mode": 420, + "sha256": "c7b7c7a30d907bba8e59386dee8704d7f3f5e978fcf709b686e37996fa465c31" + }, + "tools/check_agent_config.py": { + "mode": 420, + "sha256": "93115532cb38105777a5c5c20a9f2a808043370e0d4f560a9c82fe8e800076ec" + }, + "tools/dashboard.py": { + "mode": 420, + "sha256": "c84aeeea6fb7d5e45ccec8882bacc59182149f108edd9eb1585eab9ede99911c" + }, + "tools/displacement.py": null, + "tools/evidence.py": { + "mode": 420, + "sha256": "0a7f8497ed287b4b64aa5ba0cb25735172408e38f3605b3ff90f009c7f02eb85" + }, + "tools/gate.py": { + "mode": 420, + "sha256": "4df5ee7022fb2601687f06eab788e2cea1e345e580c4e92c9d47be1787d37460" + }, + "tools/gate.sh": { + "mode": 493, + "sha256": "d7ba27b9b0c6a03df48e4edc71884ef9986743f8afa751dbfec116df5aeee18c" + }, + "tools/gen_addresses.py": { + "mode": 493, + "sha256": "5d995585d4192a19db7cc6d31ed811fa80264159fc114f03f58793f9b6c4908e" + }, + "tools/gen_stream_schema.py": { + "mode": 420, + "sha256": "a9c3e925bb3370371a2c8cde8d738c657fe1cbf68c39c6155562bbb20c551461" + }, + "tools/max_income_oracle.py": { + "mode": 420, + "sha256": "8d3ec6ba5c677486200eab7d1ca55e1350947829e603737307fa394ac8e40bcd" + }, + "tools/max_income_predict.py": { + "mode": 420, + "sha256": "85400c82b6cb7c6786b7fb6486bdc7bcb1140817f7a0ff0b4fa4f7dbeded8797" + }, + "tools/probe_report.py": { + "mode": 420, + "sha256": "f3ef378c10bae4a8bef754d853f0e86616bb95b5e051e04cac97d362587df1a7" + }, + "tools/reva_call.py": { + "mode": 493, + "sha256": "89477650d38985f84b61a664572de1cbde1268b879d3da5e874598942822998b" + }, + "tools/rng_ledger_report.py": { + "mode": 493, + "sha256": "b4f3f581eb6de50118fd531c848354816c20197711e668ce8b0cfcb4d0392cf3" + }, + "tools/rng_oracle_check.py": { + "mode": 420, + "sha256": "f27ca7f9aa03bc672f04067bc71e73ac83742997f12f5f55ce11151bdc39d98a" + }, + "tools/rng_site_report.py": { + "mode": 493, + "sha256": "fabd950c002265403f7b13a8868a158d867828c9930770ed096a2610b086ad35" + }, + "tools/rtti_map.py": { + "mode": 420, + "sha256": "9ac88a8aa566fe08336ba6e50905ec4253409e1317f491c415b1b9ebcc0713e4" + }, + "tools/run_agent.py": { + "mode": 420, + "sha256": "0f5ccb53dcde59b64fe999768737b6cbd2dabcc1272e5605c1f1ecd86e5d5d2b" + }, + "tools/select_evidence.py": { + "mode": 420, + "sha256": "a6e648a77bcf799cc774ff9d0de83011283049ed0f0c44f6e08857a8410e9463" + }, + "tools/serializers.py": { + "mode": 420, + "sha256": "938904eb7b4ae30a61dd966494b112c6d52399f9d4a4658add06b40a54d6cb73" + }, + "tools/serializers_ghidra.py": { + "mode": 420, + "sha256": "d27da0afc8d043d31335bbe274fc76245e50cf0f9091a968b124f31c3a17997c" + }, + "tools/serializers_golden.py": { + "mode": 420, + "sha256": "29d2509b54704b80eff46a59a320719edb17a7eb67fd8acb8ad5e3c427d8e825" + }, + "tools/standalone_report.py": { + "mode": 420, + "sha256": "43a61c4031306732554aca23cd95b57d35f2a870766c33ccf8e005f22436525c" + }, + "tools/streams.py": { + "mode": 420, + "sha256": "57ec4ec5ad222a74f4461d70277d258e51779ae53ff74fd0e07eb51d4bae0afd" + }, + "tools/strfootprint.py": { + "mode": 420, + "sha256": "3b0db212c0b091ae2f63b866ee331435d013c535f233ec34ae3dfb63ded852dc" + }, + "tools/tcb_from_json.py": { + "mode": 420, + "sha256": "8fe09cff16802fda34db24f6f888610baa258399ab39173586b91a7a162f231a" + }, + "tools/techid_table.py": { + "mode": 420, + "sha256": "2c644bdbd3774b70dfdae7e77ff7a3a8e8563b58be7098a2d55ee30dc8b8fd07" + }, + "tools/turncommands_capture.py": { + "mode": 420, + "sha256": "0214d5da6f5f86e188bb2f03db8d3439267baee3a883c7df754601c7c1a38536" + }, + "tools/vmshot.py": { + "mode": 493, + "sha256": "09228bf8bd61918c49afc2b6da931fc8a7833be126be5384b85194e0e86eea44" + }, + "tools/vmwatch-install.sh": { + "mode": 493, + "sha256": "3c004f532422bd589a7294dabdf54d5a726f598c69012eaea3d73a748ad0123a" + }, + "tools/vmwatch.py": { + "mode": 493, + "sha256": "650d8232e46239a55b96f26d581d7d9c5815415c9014fd2e5b846b68c1346b39" + }, + "tools/vtable_map.py": { + "mode": 420, + "sha256": "2e19223efb79421ab4b807e32f0854b2592d7d3a3a52c12e84e47460b960f740" + }, + "tools/windows-housekeeping/Invoke-Housekeeping.ps1": { + "mode": 420, + "sha256": "a97911a3cfbd47813282efa7f52b4de03d28912487fffe0e7e7aa1a250cac01a" + }, + "tools/x86disp.py": { + "mode": 420, + "sha256": "a05a42d63813d2025a4da65bdd684e82a89c95c52901a8f490391e31c49a122e" + }, + "verify/campaign/test_controls.py": { + "mode": 420, + "sha256": "108460f4e90c4cb7036642e85de581e31fd70c478533c32364691260461814fc" + }, + "verify/config/test_agent_config.py": { + "mode": 420, + "sha256": "e60ee546672da91de08ca8fdd5d563b5f1207d0a865adf935017e06bf437585b" + }, + "verify/config/test_source_check.py": { + "mode": 420, + "sha256": "c16731e31a54256dde4f88d33007759ff21ad8537ca6cd2be38b9e34c59525ad" + }, + "verify/design-rules/SHIP_DESIGN_RULES.md": { + "mode": 420, + "sha256": "4decf51bfa03e8ab2b58478198332e834233100126949b920349f210b54521c8" + }, + "verify/design-rules/data/HiverInvasion_FleetTemplates.csv": { + "mode": 420, + "sha256": "327e799be3c75361267725c157f78b425d3a1df6ed6595104b2ce9993e8ae3a7" + }, + "verify/design-rules/data/UpstartApes_GiftFleetTemplates.csv": { + "mode": 420, + "sha256": "89939d70eb6ed48ec776a4a6fc50ccb68fc6be7162706bab199484bf7cdd5e44" + }, + "verify/design-rules/data/_defaultweapons.txt": { + "mode": 420, + "sha256": "ef9e33aa32840f1878ece67f88556d81a4255f63f6e8aad4ac73e575ef2c7ec8" + }, + "verify/design-rules/data/_turrets.txt": { + "mode": 420, + "sha256": "35de6ad40895f76298eef7dc354c739a5a59747b689c2324cfa5040442eddc18" + }, + "verify/design-rules/design_rules.py": { + "mode": 420, + "sha256": "772f70c7d6be2d20d10cf4f5d412233b267440d63d431bf7b320c29f3f06e313" + }, + "verify/design-rules/stock_designs.json": { + "mode": 420, + "sha256": "b363023e02899bc03e4c8b8423b394ef8abb190b1bcf437aade19be463353f68" + }, + "verify/design-rules/stock_designs.py": { + "mode": 420, + "sha256": "fe020f6058ec25b6fc456146abb6594825ee2b98ba5c5c5eeaff969ce4596031" + }, + "verify/design-rules/test_design_rules.py": { + "mode": 420, + "sha256": "6f6764d21d7a3337ec8aba9651b19947239a7d06a6cdf7c6e9be5ddefcfdd186" + }, + "verify/fpu-cw/cw_census.py": { + "mode": 420, + "sha256": "07b7ac5ae60df487867b592e82e9f74201b695437fba248813bc07305a21c7cc" + }, + "verify/fpu-cw/trace_bitdiff.py": { + "mode": 420, + "sha256": "b25c93d70e67ed2fa81e5ea7184f8ffe0cbd2e7c043bc94f923c3db1cf101b59" + }, + "verify/harness/.keep.md": { + "mode": 420, + "sha256": "b9ed9ae581d08f2411346c518e16cd894f159dbe569e3c778b31d9e9a3677786" + }, + "verify/harness/cb/README.md": { + "mode": 420, + "sha256": "7a656251a600a9343ffa8afaa4f227e7cb8086be7d3c6879c0a403ab8acec71d" + }, + "verify/harness/cb/cbdo.sh": { + "mode": 493, + "sha256": "6f3d7fd35aeedb0841be9df0ba19136be2e7ccb5c44950d8aa821c61727232a6" + }, + "verify/harness/cb/cbfull.sh": { + "mode": 493, + "sha256": "609101217e9d35bf1caa5cb66f362e0796fcf6c1264bd92ff550d0ed12ca2521" + }, + "verify/harness/cb/cbload.sh": { + "mode": 493, + "sha256": "2e56bb64609434f6dfc6ebcf71a3c839ae59170db80c996ebee7c2219cb664ec" + }, + "verify/harness/cb/cbmenu.py": { + "mode": 420, + "sha256": "fb2e72a1a5390aa28dcae0fbc2d7b920b06bf3b1ea161bb757d4db3c8cd23af2" + }, + "verify/harness/cb/cbstep.sh": { + "mode": 493, + "sha256": "5896b21e8cf08b40e2a2958e44a51beb7e5b5a58cf35d405879a5df7cdd375b4" + }, + "verify/harness/compare/TRACE_FORMAT.md": { + "mode": 420, + "sha256": "cf6f61dc255e3aed0f293c141d9fd3b0d5e848e3abe4dcf50b4ca2d58e37c024" + }, + "verify/harness/compare/mkfixture.py": { + "mode": 420, + "sha256": "f081dd92b9e82e838f59ce8f9c79d5cdebb825255f13b6c49178516e7f3ef118" + }, + "verify/harness/compare/oracle_parsers.py": { + "mode": 420, + "sha256": "b1a745bfa63b447c87279afdb2885a0218f2a0dc2539f79414f8a2534e24c97b" + }, + "verify/harness/compare/test_tracecmp.py": { + "mode": 420, + "sha256": "f25eb9d5ea7215b8366c44924fb49a5f028a0188e709dadfd90cfbc30db0823e" + }, + "verify/harness/compare/tracecmp.py": { + "mode": 420, + "sha256": "d6ca461cabf15351e2040150144084b93d3caf22d879ee158ede04052ab03cbb" + }, + "verify/harness/l2-ui/README.md": { + "mode": 420, + "sha256": "48effd757522ee5ff70af6d77449dcfd805bb7744c9093d01c039b86e030d7f6" + }, + "verify/harness/l2-ui/launch-b.cmd": { + "mode": 420, + "sha256": "8f26c451a88765c49ecb3c8160ed4a3d06f1100a6d9323b305efc01f039dfada" + }, + "verify/harness/l2-ui/socks.ps1": { + "mode": 420, + "sha256": "401cce47d495507f60eeae45942c146586464959046ef9715cd69605753af027" + }, + "verify/harness/l2-ui/ui.ps1": { + "mode": 420, + "sha256": "355c8f222bf99f547d9d16a1665a072e6914917d48e4db22b8438d2d83708e97" + }, + "verify/harness/profiling/battle-run.sh": { + "mode": 493, + "sha256": "79f14ded5c3731efd655a6f9a4ac6795f3ace0a9b064c43ba4bf9a2cb988a7cf" + }, + "verify/harness/profiling/funcs.py": { + "mode": 420, + "sha256": "841a6f5e5dc1d845b7439c9ce9dc08e045864929b0f367908abea7ab54259207" + }, + "verify/harness/profiling/funcs.txt": { + "mode": 420, + "sha256": "d35b17dbb3970f5c24ae862748c5b91aee87491968719c34e48a8b88c0615835" + }, + "verify/harness/profiling/iat.py": { + "mode": 420, + "sha256": "82465ef8284739ab3d3c99acd0fa6cc5a4bb80c8680eb7a949218305fd10d3d3" + }, + "verify/harness/profiling/inspect.ps1": { + "mode": 420, + "sha256": "35bc7dd85108e3f4686975ef7f510b1cc9306b5839329f7fdd2a5ac27a140611" + }, + "verify/harness/profiling/names.txt": { + "mode": 420, + "sha256": "89d90f934e445447c68569448471a8917ee0bbfcb5fb96bba3e6566be9b0779c" + }, + "verify/harness/profiling/parse.py": { + "mode": 420, + "sha256": "680df36804e923d74da8e9fd8877b5ea66975c9ce8d239ad4507c829f881722a" + }, + "verify/harness/profiling/sampler.ps1": { + "mode": 420, + "sha256": "ef0edde8535ef07e508a732f8e11dc3d50fef966e5a9e4d8161085a83372993e" + }, + "verify/harness/profiling/shots.sh": { + "mode": 420, + "sha256": "87e554abf08068d6438417e266f1e7820e34a900a7d559fa0a7c4a2fa18002b3" + }, + "verify/harness/profiling/timerres.ps1": { + "mode": 420, + "sha256": "80362eb9ec8bd882abddf2507236e70db2dd21f64c9db07d217bdd49361ed89c" + }, + "verify/harness/profiling/turnloop.sh": { + "mode": 493, + "sha256": "8e28f076599a9eb53eace77ad77a10b0770f1ce617c7a76e6a2b9044ee0c8774" + }, + "verify/harness/profiling/turnwin.py": { + "mode": 420, + "sha256": "e2033a8e519a7c9f65f67b5592494a9843eb8bef41af6ab5652343aa86bd4c60" + }, + "verify/harness/profiling/ui.sh": { + "mode": 493, + "sha256": "e66774a4d070285e6c6a62472000222a691c7192096039e75fa726bab9f6afb7" + }, + "verify/harness/run-recipe/click_helper.ps1": { + "mode": 420, + "sha256": "150a1c17e12e8479244107cd01d95233c84d550e95a6f5e352fd529818a21d7d" + }, + "verify/harness/run-recipe/display.cfg": { + "mode": 420, + "sha256": "76b4876abd1cd163a5cc6b65a6106670476cde40c9b868a53a0dc45f517e132f" + }, + "verify/harness/run-recipe/dxvk_d3d9.log": { + "mode": 420, + "sha256": "f48ff2684a78cea563ab7f10e2f005638044352fe9cfc30dedf0f26ec7fecf23" + }, + "verify/harness/run-recipe/launch.cmd": { + "mode": 420, + "sha256": "90a6effe8ae835bf641cc775a17ad709198fdfeded4379f658255a82f594e5c2" + }, + "verify/harness/run-recipe/lvp_icd.x86.json": { + "mode": 420, + "sha256": "b89a08526e043a84c3a2550b5ea2fd7692f547ea295e8dd70e79c64fe81f6fbf" + }, + "verify/harness/run-recipe/run.txt": { + "mode": 420, + "sha256": "12c83295dae9db4a98142ef8fe7e45321c90960428df504ed3496e27838a0413" + }, + "verify/harness/run-recipe/session.log": { + "mode": 420, + "sha256": "e9ce9b496e9ee55bd64cc27afe594cee6136dfbc6cf9d9d44e9914b27e568a93" + }, + "verify/parsers/PARITY_NOTES.md": { + "mode": 420, + "sha256": "beecfe60358f5977529bd0784ffe18ca03c38d2dd36766f351c6a9addac83bda" + }, + "verify/parsers/effect_txt.py": { + "mode": 420, + "sha256": "7219045dfaf305dd64218ff8096e8cac69a53df1aabdf85f15e6c5e01c963e74" + }, + "verify/parsers/flat_kv.py": { + "mode": 420, + "sha256": "a26149cb21d152be5cbada3b764e042187daf2ec306b2dba1081737af6a7ae4f" + }, + "verify/parsers/manifest.py": { + "mode": 420, + "sha256": "62a08cfd82d5f701ae3b3f567bc8382cfd1b33b49bf6049ade47a932ef7109da" + }, + "verify/parsers/mars_data.py": { + "mode": 420, + "sha256": "90c7b8421044b1d7e262e6f20e5af391d97a712b12c2d3f0c3033567881d536f" + }, + "verify/parsers/verify.py": { + "mode": 420, + "sha256": "cc5d619bd6b3ca161b4bc8050c30e7d77f6bd3e964c971cc29e051efc1e25a33" + }, + "verify/publishing/test_dashboard.py": { + "mode": 420, + "sha256": "cc44e516da663f5d27bf817cbcbf24c052f2db52ee887d08d7c271caf8f6a000" + }, + "verify/results/.keep.md": { + "mode": 420, + "sha256": "b9ed9ae581d08f2411346c518e16cd894f159dbe569e3c778b31d9e9a3677786" + }, + "verify/results/compare/.keep.md": { + "mode": 420, + "sha256": "4581f3fde61549f4c621b2f114228a62d066a528a270a9b41703238ff841ac1d" + }, + "verify/results/compare/b2-techfx-compare.json": { + "mode": 420, + "sha256": "b0533322d44b1694f36baf86d6660481ac5b22ce9c1d6b6b9668ea064cc08f4b" + }, + "verify/results/compare/b2-techfx-golden.json": { + "mode": 420, + "sha256": "4298a8229b85a3329c78d3618d3eb19aff096cb2da66e9238fd843d639b17f11" + }, + "verify/results/compare/cr-compare.json": { + "mode": 420, + "sha256": "f20e9a7c71412688c02b607f08a5224367598eba552e35a50e9922ca8f12edab" + }, + "verify/results/compare/cr-compare.md": { + "mode": 420, + "sha256": "0eb905744120b1cf264ba6e57497db64fdc8e225a87ef7bb86cf3f026ffe4d0d" + }, + "verify/results/compare/cr-replace0.json": { + "mode": 420, + "sha256": "f1556c5d74c236c82617061b5ec60b1a7ce4652bce87b6595eb89406ad832240" + }, + "verify/results/compare/cr-replace0.md": { + "mode": 420, + "sha256": "6f571e46350a29b811bc12b48e12ed2d443acba5f5be6310e0531c3790425d48" + }, + "verify/results/compare/cr-replace1.json": { + "mode": 420, + "sha256": "d0c1d6bd4a1f8f5343b584662d8202184479b01a51480443a97242daf27fccc2" + }, + "verify/results/compare/cr-replace1.md": { + "mode": 420, + "sha256": "111b51290468d5482a1910194487d26dc1b3ec534d699aa07a564de66bbf9d98" + }, + "verify/results/compare/eventlive-b3-t1-5.json": { + "mode": 420, + "sha256": "4f305180bcbe93523f407d1f8406ac52b84d4a20e2d611940716618fd37edfde" + }, + "verify/results/compare/eventlive-b3-t1-5.md": { + "mode": 420, + "sha256": "ec71d98210218fd5b5da69f6b17cf6991128a58a0358a6504e6497dd39159764" + }, + "verify/results/compare/eventlive-b3-t1.json": { + "mode": 420, + "sha256": "84f66c1e6a23f737d1615e75fd22fba958bfd851067acb42503e32a2812dd1de" + }, + "verify/results/compare/eventlive-b3-t1.md": { + "mode": 420, + "sha256": "299b8dd3f2cf42cbc9e6254fac01ee3dcb6abb0758c8f298beb6cc6464db4cfb" + }, + "verify/results/compare/eventlive-b3-zuul.json": { + "mode": 420, + "sha256": "a1a92c06202c8168362c33442edeb7ea7f76f6e586e5deea1b86dff9dc8f3494" + }, + "verify/results/compare/eventlive-b3-zuul.md": { + "mode": 420, + "sha256": "544791f9cd8b77a2d865f2a918d97e74559529f29943171bd1e8e2d8a120dec5" + }, + "verify/results/compare/l5-budget-boundary.md": { + "mode": 420, + "sha256": "6877f9cfc602876b4c213106493853822471a5aaa3e4e8ebf8dffd31373d89d9" + }, + "verify/results/compare/mf-after.json": { + "mode": 420, + "sha256": "586a824a0d0af1de0808c33c1c392c4022128f9c1305dc32b6749e8fa493e8f4" + }, + "verify/results/compare/mf-after.md": { + "mode": 420, + "sha256": "659be3da71cabfd3c34eb818f1bac07f848c58a878fd62d81ac7b1daa5f3ce03" + }, + "verify/results/compare/mf-before.json": { + "mode": 420, + "sha256": "259272b45ca9c63894d8c91e399ff91d7258b7836f1a0d5c91dd3972586b2498" + }, + "verify/results/compare/mf-before.md": { + "mode": 420, + "sha256": "4572530a1c93865d27aba47c23c418773ad39a834c8be1c004f5cc2f16f927a0" + }, + "verify/results/compare/output-ref-turn2.md": { + "mode": 420, + "sha256": "43a569165f9239f13edc31c7a848a6b839829ae06dd6e3b85d289a1552eb8d34" + }, + "verify/results/compare/output-zuul-and-ref.md": { + "mode": 420, + "sha256": "9bc0937c0b3e1e3e5a6cd3768dbfeae56a897615396b00834bd083611f3ef431" + }, + "verify/results/compare/recap-b1-compare.json": { + "mode": 420, + "sha256": "8e86cdd32373e41ac1cdc130b18acc188b35d5ab7112e1fc655d134c44ad9712" + }, + "verify/results/compare/recap-b1-compare.md": { + "mode": 420, + "sha256": "496a3246eda3be76d9d0f08726369d40aa879cf60a510f16209ae77585582841" + }, + "verify/results/compare/recap-b3-compare-t1-5.json": { + "mode": 420, + "sha256": "80eeeeccf15f427b75b053d06f6b32b1692a2ed9ca6b9a51c244e4166a1b0e78" + }, + "verify/results/compare/recap-b3-compare-t1-5.md": { + "mode": 420, + "sha256": "5b6295bff72d599f142e75fa913ca2da590322a6fd1d104328847159fc5e7802" + }, + "verify/results/compare/recap-b3-compare-t1.json": { + "mode": 420, + "sha256": "10d0d5f8aff90f6cce3cd87e30c7f8ff896c5b369f4dc8288141451e25727cb9" + }, + "verify/results/compare/recap-b3-compare-t1.md": { + "mode": 420, + "sha256": "2b0eb8865bb07a2dd8fd038bc19e38a34fbf19b9d3f6fabae085c16a74fbcc6f" + }, + "verify/results/compare/recap-golden-trace.json": { + "mode": 420, + "sha256": "50bb7e34ab2359adc83cc0647fc995d207173fcf6134e413565af450958f652f" + }, + "verify/results/compare/recap-golden-trace.md": { + "mode": 420, + "sha256": "586fc86fe78659902a5d0859c0bce44623bfcda0f375bb57b293796862c48e17" + }, + "verify/results/compare/recap-misc-compare.json": { + "mode": 420, + "sha256": "c73f3f3593a0d715a675b29c7b4f49c02a97578ee9d867ce15d217c43da2e466" + }, + "verify/results/compare/recap-misc-compare.md": { + "mode": 420, + "sha256": "b435c92441742b2b1b0236bfacff10c17757696baf446c544c4759b7e31237ed" + }, + "verify/results/compare/unlock-b3-t1-5.json": { + "mode": 420, + "sha256": "a4dbfc89f6f3d154edbbc62842a4e8d8a3c69b9589eafc1bb496b26a3ecf6e3d" + }, + "verify/results/compare/unlock-b3-t1-5.md": { + "mode": 420, + "sha256": "832626087ddc2da9064a192a1acfb3869d4a52c6398a070cbd66eaa1bdbe2e2e" + }, + "verify/results/compare/unlock-b3-t1.json": { + "mode": 420, + "sha256": "6d8938b8eaeb2da1c7fdccb1fb68f8e3a2b5b7f492cc096326cf3aadb2ab8d55" + }, + "verify/results/compare/unlock-b3-t1.md": { + "mode": 420, + "sha256": "8911e671a143c25765cd7c0b67f1b9cb23f4040fe26aad40ce59b1db858afdcd" + }, + "verify/results/compare/unlock-b3-zuul.json": { + "mode": 420, + "sha256": "3099d248d58c4395e92d65ad18c28227695a7c7935193be6c2bcf752fa0e0f04" + }, + "verify/results/compare/unlock-b3-zuul.md": { + "mode": 420, + "sha256": "f53b165c8502ba9b2416935179fdea68153fb6ebd2458b4ec9b4ecf6c741c91f" + }, + "verify/results/data-catalogs/crosslink.json": { + "mode": 420, + "sha256": "2966ba9780910b596e350c4f81eef5d74c4d235dc3a8d5cf6ad5fd53a407254a" + }, + "verify/results/data-catalogs/schema_stats.json": { + "mode": 420, + "sha256": "6e3f669ae77cdfa2c5cd6bbd29f5cecccd452d9a7b2397c2c23db6c33fda0a2a" + }, + "verify/results/data-catalogs/shipsections.json": { + "mode": 420, + "sha256": "2e7057c608d0cea755bf9dbfa291864d33e3f09ad5deff7bb3a8045bde7a4ab5" + }, + "verify/results/data-catalogs/strings.json": { + "mode": 420, + "sha256": "c36c1b2b9a2eace438f93698df6388fa94aec30d372bcd0bee7e09bb33c54d7c" + }, + "verify/results/data-catalogs/tech_tree.dot": { + "mode": 420, + "sha256": "96ce0492a1284167d82af2c07a8f8a0b3bb9864bc137195560d909df6a913055" + }, + "verify/results/data-catalogs/tech_tree.json": { + "mode": 420, + "sha256": "18df799410c5f650e15808c1ef247b4768a3dfff93795a5ec7f56cd6c4afc597" + }, + "verify/results/data-catalogs/weapons.json": { + "mode": 420, + "sha256": "a446b445c21519fc7992c84155c9652239567030843c405b4219d1f65022db01" + }, + "verify/results/fpu-cw/README.md": { + "mode": 420, + "sha256": "3928fd0f6a03a8ff0b170a7ed23a059120b5014b13bf6870d4f187ff299d5975" + }, + "verify/results/fpu-cw/cw-census.txt": { + "mode": 420, + "sha256": "b7854dc5cd249a2490d04264d758f1894a9ddf4b95573650365d47587c7589d3" + }, + "verify/results/fpu-cw/run-007f-rep/(Autosave EndTurn).sav": { + "mode": 420, + "sha256": "bb4fd9ac89f41e3bc0db2af08b18ce83417521ac4bcee695fc9fa6ce16e30948" + }, + "verify/results/fpu-cw/run-007f-rep/(Autosave).sav": { + "mode": 420, + "sha256": "ba2435beb17265af3abddb58cd26e926d42b39b358ef6d0c76f9897386174918" + }, + "verify/results/fpu-cw/run-007f-rep/shim.log": { + "mode": 420, + "sha256": "73b5b86da743a1cb37d4c0d97b29978923b55a7a47f80c7fa20ca47d424f6c02" + }, + "verify/results/fpu-cw/run-007f/(Autosave EndTurn).sav": { + "mode": 420, + "sha256": "bb4fd9ac89f41e3bc0db2af08b18ce83417521ac4bcee695fc9fa6ce16e30948" + }, + "verify/results/fpu-cw/run-007f/(Autosave).sav": { + "mode": 420, + "sha256": "ba2435beb17265af3abddb58cd26e926d42b39b358ef6d0c76f9897386174918" + }, + "verify/results/fpu-cw/run-007f/shim.cfg": { + "mode": 420, + "sha256": "998decddb80cf23d63c42d2d6c1d1aa85072258ca0870168ee772708ebfb6363" + }, + "verify/results/fpu-cw/run-007f/shim.log": { + "mode": 420, + "sha256": "5721f47d7fd862156ce2cd1832cd1739636b5aee53c82323ef233ff6401775bb" + }, + "verify/results/fpu-cw/run-007f/shim.trace.jsonl.gz": { + "mode": 420, + "sha256": "149c4fcf750fcf9e81dc86d8696271d9a14ca788891ac95cf96995e3737c68e4" + }, + "verify/results/fpu-cw/run-027f/(Autosave EndTurn).sav": { + "mode": 420, + "sha256": "bb4fd9ac89f41e3bc0db2af08b18ce83417521ac4bcee695fc9fa6ce16e30948" + }, + "verify/results/fpu-cw/run-027f/(Autosave).sav": { + "mode": 420, + "sha256": "978041acd168b56ed8eb3f5e42e78d5e70eae6e6517d75e659a5eb7ca3d60921" + }, + "verify/results/fpu-cw/run-027f/shim.cfg": { + "mode": 420, + "sha256": "f4f9585a8f6317807bcab498ebed5de5d42400124a82ea958558f1455176cebd" + }, + "verify/results/fpu-cw/run-027f/shim.log": { + "mode": 420, + "sha256": "4bd3f88bd27eb2e3ae1f42f4dc2ccf1cc5df1a2c1171d2eff8be86e7be684187" + }, + "verify/results/fpu-cw/run-027f/shim.trace.jsonl.gz": { + "mode": 420, + "sha256": "b5d2611d0c08946c1e1eaa244a7e44782eac2592c392efb3d7147fbbd86816e7" + }, + "verify/results/fpu-cw/run-127f/(Autosave EndTurn).sav": { + "mode": 420, + "sha256": "bb4fd9ac89f41e3bc0db2af08b18ce83417521ac4bcee695fc9fa6ce16e30948" + }, + "verify/results/fpu-cw/run-127f/(Autosave).sav": { + "mode": 420, + "sha256": "978041acd168b56ed8eb3f5e42e78d5e70eae6e6517d75e659a5eb7ca3d60921" + }, + "verify/results/fpu-cw/run-127f/shim.cfg": { + "mode": 420, + "sha256": "1f50a475f0d347b5b5a7c2341eac4ea22092818e18bc7ea049154d309949e271" + }, + "verify/results/fpu-cw/run-127f/shim.log": { + "mode": 420, + "sha256": "03f1999dc8964912697782e856f89f190b6680d5732f2cd00b1569bff727a545" + }, + "verify/results/fpu-cw/run-127f/shim.trace.jsonl.gz": { + "mode": 420, + "sha256": "fb1b9063cc53a6b39ea0a58e0545b9334fbd15d65dd839e72f2c4febbb1dd3f0" + }, + "verify/results/fpu-cw/run-137f/(Autosave EndTurn).sav": { + "mode": 420, + "sha256": "bb4fd9ac89f41e3bc0db2af08b18ce83417521ac4bcee695fc9fa6ce16e30948" + }, + "verify/results/fpu-cw/run-137f/(Autosave).sav": { + "mode": 420, + "sha256": "978041acd168b56ed8eb3f5e42e78d5e70eae6e6517d75e659a5eb7ca3d60921" + }, + "verify/results/fpu-cw/run-137f/shim.cfg": { + "mode": 420, + "sha256": "8658d901e0688d87d2f2359fe725082b9956291988cdc0b82b155dde55fef5e9" + }, + "verify/results/fpu-cw/run-137f/shim.log": { + "mode": 420, + "sha256": "83aa72572412d5248179397895029367685fd590d795991ab91c98cf9828ae29" + }, + "verify/results/fpu-cw/run-137f/shim.trace.jsonl.gz": { + "mode": 420, + "sha256": "aad1fb6abd86beafb9f44e2c6060157e22618811d105f2379252e19008839b66" + }, + "verify/results/fpu-cw/run-1a7f-rep/(Autosave EndTurn).sav": { + "mode": 420, + "sha256": "bb4fd9ac89f41e3bc0db2af08b18ce83417521ac4bcee695fc9fa6ce16e30948" + }, + "verify/results/fpu-cw/run-1a7f-rep/(Autosave).sav": { + "mode": 420, + "sha256": "e48e25fa8425a8a1d174efe3e8a553153447f11f8f91c5fda25bd7db3a26cca7" + }, + "verify/results/fpu-cw/run-1a7f-rep/shim.log": { + "mode": 420, + "sha256": "38f2824fbe91bf2fa1ef55473a7468707248420805b6f6dc85245fd34fa94200" + }, + "verify/results/fpu-cw/run-1a7f/(Autosave EndTurn).sav": { + "mode": 420, + "sha256": "bb4fd9ac89f41e3bc0db2af08b18ce83417521ac4bcee695fc9fa6ce16e30948" + }, + "verify/results/fpu-cw/run-1a7f/(Autosave).sav": { + "mode": 420, + "sha256": "e48e25fa8425a8a1d174efe3e8a553153447f11f8f91c5fda25bd7db3a26cca7" + }, + "verify/results/fpu-cw/run-1a7f/shim.cfg": { + "mode": 420, + "sha256": "59ff1f48a10c378d0ea92d8a156b135a106017a5b6c47b65de304fde3187c588" + }, + "verify/results/fpu-cw/run-1a7f/shim.log": { + "mode": 420, + "sha256": "a1bb0bd06dae6955ec09e7d0c6cd1e68e19aa2a114256cdeae1275def0a63091" + }, + "verify/results/fpu-cw/run-1a7f/shim.trace.jsonl.gz": { + "mode": 420, + "sha256": "b9a7affb8235626fcfdd5afe143e4ec03be869b6b386bd9ac78389097df88cef" + }, + "verify/results/fpu-cw/run-off/(Autosave EndTurn).sav": { + "mode": 420, + "sha256": "bb4fd9ac89f41e3bc0db2af08b18ce83417521ac4bcee695fc9fa6ce16e30948" + }, + "verify/results/fpu-cw/run-off/(Autosave).sav": { + "mode": 420, + "sha256": "978041acd168b56ed8eb3f5e42e78d5e70eae6e6517d75e659a5eb7ca3d60921" + }, + "verify/results/fpu-cw/run-off/shim.cfg": { + "mode": 420, + "sha256": "6a19c362121a3dba0aac857d6e998131e8b2478f19edcdcbd58006645d096c70" + }, + "verify/results/fpu-cw/run-off/shim.log": { + "mode": 420, + "sha256": "9e3cbd005f0b68037681939b289834c55629bac0e9cd35ac55e6d8ef5333a116" + }, + "verify/results/fpu-cw/run-off/shim.trace.jsonl.gz": { + "mode": 420, + "sha256": "ec2271c0d7e09fe51ead7f8d58859c692e8b302233191841d506ea14248caa8c" + }, + "verify/results/fpu-cw/state-checksum-diffs.txt": { + "mode": 420, + "sha256": "3417dfc1b75ad896ac6a5e974d51248eecca319565e2422e146897d19e121b68" + }, + "verify/results/fpu-cw/trace-bitdiff.txt": { + "mode": 420, + "sha256": "8f86707f26f30638097c85f0db6df219adbfebac4e9ec24f1feb8bfce112d4f2" + }, + "verify/results/housekeeping/vm140-result.json": { + "mode": 420, + "sha256": "2250b02342f5c02ba5464cb4656543c6366dec098fbc948006600896ac9254c0" + }, + "verify/results/housekeeping/vm141-result.json": { + "mode": 420, + "sha256": "03d92ffd2947b2f0c058e5c613e04567cffee45be456aece6d771b789f32fb93" + }, + "verify/results/housekeeping/vm144-result.json": { + "mode": 420, + "sha256": "ace15320f7e60995a68f2c9c03a5a44159ae2d64fa273d34d38e285d313a0393" + }, + "verify/results/housekeeping/vm145-result.json": { + "mode": 420, + "sha256": "768666178bf2910a2ff026351727b5cc96e48df70e1ba012031d34eafc95ad7a" + }, + "verify/results/housekeeping/vm146-result.json": { + "mode": 420, + "sha256": "eebb306a3ec8533abae6dfd59f127c48effe9f21107e0c5c09c751108e77bb97" + }, + "verify/results/multiplayer/l2-combat-hud-client.png": { + "mode": 420, + "sha256": "02c86592531ab2889a0eae04e44a644d33c754096fe60aca6640068a7a3f421f" + }, + "verify/results/multiplayer/l2-combat-hud-host.png": { + "mode": 420, + "sha256": "a56daf36fcc88627b29116ad9874c95a3c46960074ff9b823aa15c4ea2660dd7" + }, + "verify/results/multiplayer/l2-combat-loading.png": { + "mode": 420, + "sha256": "f94a718cee08e1b7d346490058f13a107d23aaa7c269fdd53b159a75d62fa558" + }, + "verify/results/multiplayer/l2-combat-round-draw.png": { + "mode": 420, + "sha256": "c1b8424540b702915302f9ff38eaf765e8e95fddc3c5c4d894438dcfcf8b6256" + }, + "verify/results/multiplayer/l2-combat.pcap": { + "mode": 420, + "sha256": "0f112ef96da6c465dbda51baf99eedd66967eed61c097f643bf6c66fc26af31b" + }, + "verify/results/multiplayer/l2-encounter-query-client.png": { + "mode": 420, + "sha256": "4c41b268ad256b0109483a2d9b5ba35de7b9cadb4eb32ef4a68f7867e6e747fd" + }, + "verify/results/multiplayer/l2-encounter-query-host.png": { + "mode": 420, + "sha256": "8c7b0c6d65ddde45eb3447f044589ffc36500b40c4d676af8321f800162f38a0" + }, + "verify/results/multiplayer/l2-fleet-built.png": { + "mode": 420, + "sha256": "6ac91fcf9b42caef50134de01804046d8e60d0fd3966592e9738ceff511949c2" + }, + "verify/results/multiplayer/l2-lobby-client-joined.png": { + "mode": 420, + "sha256": "4a8e698c9ea935449ff0421cd59acd517ebffa388a7572279b28be0369141ff6" + }, + "verify/results/multiplayer/l2-lobby-host-created.png": { + "mode": 420, + "sha256": "e6a7377cabafa973396cedafa5ad5b4863a42f9866709db88faf9572e0ed3c98" + }, + "verify/results/multiplayer/l2-move-warning-dialog.png": { + "mode": 420, + "sha256": "43c6219d74bc0cb28495f13784cdbd3a90c89746b108824c3a2138dbdadcb53e" + }, + "verify/results/multiplayer/l2-socks.log": { + "mode": 420, + "sha256": "109b630d6548d07404f9f905e6c527f10e25221698f1b66226f67f94c5f294b5" + }, + "verify/results/multiplayer/l2-turn13-client.png": { + "mode": 420, + "sha256": "d19f17c4219f21f6c9950440d528a1a91fe3907761df21fd0ba99321b8820baa" + }, + "verify/results/multiplayer/l2-turn13-host.png": { + "mode": 420, + "sha256": "811efcfb571d60435f772a3b619bb329717d1e162b88e440ec0d636b1c6042fc" + }, + "verify/results/multiplayer/w2-internet-browser-no-error.png": { + "mode": 420, + "sha256": "6409b977056c95b29928a0098f75fffd71c501128f9d9325c3000837131c8791" + }, + "verify/results/multiplayer/w2-join-manually-dialog.png": { + "mode": 420, + "sha256": "86904e94a5aec41c1e89271d2712558c3b5055bd2ae4fededfda103d1e22fb71" + }, + "verify/results/multiplayer/w2-lan-browse-listing.png": { + "mode": 420, + "sha256": "6f5d16fa719fb63dd627fba551221c7665b69002e83fe35b8d84912cd7d8ce83" + }, + "verify/results/multiplayer/w2-lobby-client.png": { + "mode": 420, + "sha256": "ede652b21e2a4ea07c8132e4080ba903d1052ebca336bb007e1e8efa62787f10" + }, + "verify/results/multiplayer/w2-mp-turn1.png": { + "mode": 420, + "sha256": "59f9a1f5d8c0fff45d3ae3406dfd9878a5915f18e999d909a5238a90a3b86ed6" + }, + "verify/results/multiplayer/w2-mp-turn2-client.png": { + "mode": 420, + "sha256": "d9da4c151cd8290f80b31eb5ed8a74a0a30a87d1f7a80a179fa082a9439e08e5" + }, + "verify/results/multiplayer/w2-mp-turn2-host.png": { + "mode": 420, + "sha256": "910efd36b4a7c1a85d8ad487660f856339af037b9b00fef0cafd5e77ebdc36e5" + }, + "verify/results/multiplayer/w2-tier0-filtered.pcap": { + "mode": 420, + "sha256": "e108778fd1afb7718c53a4164310b8523415ef073706d310583dab424e5921cc" + }, + "verify/results/saves/ac-turn20-raider.sav": { + "mode": 420, + "sha256": "ee787db8f63d8f564c597bd5a82709790a0fdf47827912037f96b736f2cbed34" + }, + "verify/results/saves/ac-turn22-raider.sav": { + "mode": 420, + "sha256": "0faeaa601e6a867876819e5646b85f8787851093b8e6bd6e3946eb867f2dcc74" + }, + "verify/results/saves/ad-oracle-A-post.sav": { + "mode": 420, + "sha256": "a634510e7208cceb10d8ce016ceb0153601f11d7291f08122bcdb6418e313331" + }, + "verify/results/saves/ad-oracle-B-post.sav": { + "mode": 420, + "sha256": "676b1778880b5d4784ba7f6ef48b1a8e56745adab70a815943b7744876686260" + }, + "verify/results/saves/ad-turn27-two-raiders.sav": { + "mode": 420, + "sha256": "1c8baa27680809d585ab1728391e82729642d32aaedffd5bf95b616f0a11a436" + }, + "verify/results/saves/ap-deploy-turn15.sav": { + "mode": 420, + "sha256": "844f2b746060dc2c4e2099cdc6ceffd5f55ef858c9e347df28c8aca3041f7165" + }, + "verify/results/saves/ap-oa-turn16.sav": { + "mode": 420, + "sha256": "e296394f578b3a5668e5934b9eec8d6c4638ca7411200078f97de1abd346f4c5" + }, + "verify/results/saves/ap-ob-turn16.sav": { + "mode": 420, + "sha256": "262f8bda97c9511d8d2b41e6a8a0582d6f5364c2b01b1caf99e639d0e4f53ebe" + }, + "verify/results/saves/ap-turn22-spydetected.sav": { + "mode": 420, + "sha256": "91381bd7e722ac3847795a402d78ebb31d74dbb5d2909f33d243aec3ef8abaf8" + }, + "verify/results/saves/ap-turn25-spydestroyed.sav": { + "mode": 420, + "sha256": "46380fcf4498d67507e4471eb9ee3762647c53ee5473be142fe5c34e37344bc3" + }, + "verify/results/saves/ar-oracle-A-post.sav": { + "mode": 420, + "sha256": "7a8b3d5eb3a60ebac9f40646d3e4b15768a24a0af047a439ce090c7cf38e8b38" + }, + "verify/results/saves/ar-oracle-A-pre.sav": { + "mode": 420, + "sha256": "15b99255e1f03dab3e35ab8c1ac64f221cb5aa9321f113c7a6e3d1263c3f34ca" + }, + "verify/results/saves/ar-oracle-B-post.sav": { + "mode": 420, + "sha256": "7a8b3d5eb3a60ebac9f40646d3e4b15768a24a0af047a439ce090c7cf38e8b38" + }, + "verify/results/saves/ar-r1-turn43-post.sav": { + "mode": 420, + "sha256": "37f4a54fd32303fdcc86522b07104fbf2fcb124eec9b1f7005b3446fefcc429f" + }, + "verify/results/saves/ar-r2-probes8-post.sav": { + "mode": 420, + "sha256": "7a8b3d5eb3a60ebac9f40646d3e4b15768a24a0af047a439ce090c7cf38e8b38" + }, + "verify/results/saves/ar-turn37-816raiders.sav": { + "mode": 420, + "sha256": "b6f4e05ff226eabd1695003b36293553642553cea96ef417364393e2332a7094" + }, + "verify/results/saves/as-turn14-predeploy.sav": { + "mode": 420, + "sha256": "53986f8511cbf9920f32e2ea406ccf531dd08903fa5d06024fcf03ea7627221d" + }, + "verify/results/saves/as-turn15-spydeployed.sav": { + "mode": 420, + "sha256": "854a10fa1ea602f0f7909f9bf9154942e56ea5fa1db4cce47d6d32bf53952e08" + }, + "verify/results/saves/az-turn11-16destroyers.sav": { + "mode": 420, + "sha256": "501583c7cf2ac81c9db3191203cd3dc5ba5b9e228b9b9ce3dbdcc3650d0070a9" + }, + "verify/results/saves/az-turn23-tarka-comraid.sav": { + "mode": 420, + "sha256": "3d5eb826c149d1fd0278c746f32e6148ca9883a1bc5b522c0d5e6e13fac9788a" + }, + "verify/results/saves/bp-pinA-turn28.sav": { + "mode": 420, + "sha256": "e913ff41188211c02d536da616337544e64133996cd7cc7a6521a8df1960226f" + }, + "verify/results/saves/bp-pinB-turn28.sav": { + "mode": 420, + "sha256": "724528ffde9a7514b69ab9e82ed3b8c8ade63d622c0720de30503a73a92df11e" + }, + "verify/results/saves/bp-turn28-pre.sav": { + "mode": 420, + "sha256": "16f63adbf383946db17c381998957172bca803406b7df78f3b03805fef0bbcb8" + }, + "verify/results/saves/bq/bq-1A-endturn.sav": { + "mode": 420, + "sha256": "1a9d937b8bd9c4bb33dd235d4d6ad6e3b38d9f842fc740839e42e06f52356d39" + }, + "verify/results/saves/bq/bq-1A-post.sav": { + "mode": 420, + "sha256": "56980aa086e1a145b00f781b9d9cf618b152986f1c2267b9fd96cca0f1f604b9" + }, + "verify/results/saves/bq/bq-1B-endturn.sav": { + "mode": 420, + "sha256": "1a9d937b8bd9c4bb33dd235d4d6ad6e3b38d9f842fc740839e42e06f52356d39" + }, + "verify/results/saves/bq/bq-1B-post.sav": { + "mode": 420, + "sha256": "b36ac0ec2986f3a814dd22ca312c895ba6ec8a0e55fca54d8a7fd08a2f96a2c4" + }, + "verify/results/saves/bq/bq-1bA-endturn.sav": { + "mode": 420, + "sha256": "33e3009254f5acd17417053d88372f3d6851e0206932db0f9201cbce6c0f5b21" + }, + "verify/results/saves/bq/bq-1bA-post.sav": { + "mode": 420, + "sha256": "4c356f5916f0e6e4b0ba5f147e31177ae946abd6be2d124559e44c8a13b8ed10" + }, + "verify/results/saves/bq/bq-1bB-endturn.sav": { + "mode": 420, + "sha256": "33e3009254f5acd17417053d88372f3d6851e0206932db0f9201cbce6c0f5b21" + }, + "verify/results/saves/bq/bq-1bB-post.sav": { + "mode": 420, + "sha256": "4c356f5916f0e6e4b0ba5f147e31177ae946abd6be2d124559e44c8a13b8ed10" + }, + "verify/results/saves/bq/bq-res-post.sav": { + "mode": 420, + "sha256": "28bbd9b5c377afcd8f075b535eb1036ee46acf71ab614e7091ccdbdfb3703db2" + }, + "verify/results/saves/bs/bs-C-endturn.sav": { + "mode": 420, + "sha256": "15b99255e1f03dab3e35ab8c1ac64f221cb5aa9321f113c7a6e3d1263c3f34ca" + }, + "verify/results/saves/bs/bs-C-f38-autosave.sav": { + "mode": 420, + "sha256": "0fe8f37479a702d2e4e7752e6cb160dc242f00a082dc4115b7d10c77b24989f0" + }, + "verify/results/saves/bs/bs-C-post.sav": { + "mode": 420, + "sha256": "7a8b3d5eb3a60ebac9f40646d3e4b15768a24a0af047a439ce090c7cf38e8b38" + }, + "verify/results/saves/bs/bs-L-endturn.sav": { + "mode": 420, + "sha256": "33e3009254f5acd17417053d88372f3d6851e0206932db0f9201cbce6c0f5b21" + }, + "verify/results/saves/bs/bs-L-post.sav": { + "mode": 420, + "sha256": "4c356f5916f0e6e4b0ba5f147e31177ae946abd6be2d124559e44c8a13b8ed10" + }, + "verify/results/saves/cb-c3-turn1to2-autosave.sav": { + "mode": 420, + "sha256": "d59bb9f2fd0eb5358c35954fbf2fcb70d06bafbba2560e0fa5d3f906bfb159d8" + }, + "verify/results/saves/cb-c5a-turn1to2-pinned-autosave.sav": { + "mode": 420, + "sha256": "d59bb9f2fd0eb5358c35954fbf2fcb70d06bafbba2560e0fa5d3f906bfb159d8" + }, + "verify/results/saves/cb-c5b-turn1to2-pinned-autosave.sav": { + "mode": 420, + "sha256": "d59bb9f2fd0eb5358c35954fbf2fcb70d06bafbba2560e0fa5d3f906bfb159d8" + }, + "verify/results/saves/cb-turn2to3-autosave.sav": { + "mode": 420, + "sha256": "978041acd168b56ed8eb3f5e42e78d5e70eae6e6517d75e659a5eb7ca3d60921" + }, + "verify/results/saves/cb-turn2to3-endturn.sav": { + "mode": 420, + "sha256": "bb4fd9ac89f41e3bc0db2af08b18ce83417521ac4bcee695fc9fa6ce16e30948" + }, + "verify/results/saves/certified-pairs.md": { + "mode": 420, + "sha256": "4e1cfb79cf5a51446b2eae21f91b565348ffa95a9ebac8f95e23019012aefb57" + }, + "verify/results/saves/cr/cr-oracle-autosave.sav": { + "mode": 420, + "sha256": "79df50475a7b83afa927d992b9f030dcf45710f4bda0133b8b1fa4800a72e420" + }, + "verify/results/saves/cr/cr-oracle-endturn.sav": { + "mode": 420, + "sha256": "e00eed0c03a31d27a81b7470a9dcc9ba08a2ac48c20baeee4f34749164743e3f" + }, + "verify/results/saves/cr/cr-replace0-autosave.sav": { + "mode": 420, + "sha256": "6b51db992b158caa5424d71b2dccf72924af7198b4165bfcfc870e0d438fb6d5" + }, + "verify/results/saves/cr/cr-replace1-autosave.sav": { + "mode": 420, + "sha256": "8a4309ee4fe0b3177a2820600b5016c7c256d0f51b065df469ecd0b4f2342235" + }, + "verify/results/saves/determinism-hashes.txt": { + "mode": 420, + "sha256": "bfa0615c4b310ae21c09a7d373d5a9d8799f36a0460089e5950fa0edf9d614d2" + }, + "verify/results/saves/human-turn11-spytechs.sav": { + "mode": 420, + "sha256": "aa63dd3d5489884f70d9c35acfb06c23c84531f403798842e7b0cf8cde94d1d4" + }, + "verify/results/saves/human-turn15-spyprogram.sav": { + "mode": 420, + "sha256": "22306d26f8831b90a62c00a2ebad5a97e77017b62ee96a7439d4c2c76c455cca" + }, + "verify/results/saves/human-turn2-orders.sav": { + "mode": 420, + "sha256": "9a94dec562622310893d6f522a0fae06f1033470f4182098e808b175e7df7c8d" + }, + "verify/results/saves/human-turn3-noderoute.sav": { + "mode": 420, + "sha256": "6db0912a050a846c8f3a184811644c76df3fdb65e83dffbf70289e21cc098a90" + }, + "verify/results/saves/human-turn5-traderoutes.sav": { + "mode": 420, + "sha256": "3829e6c6d8f26cd1183a972bd66edadbd71364c11a224b0a6e40461011bcab29" + }, + "verify/results/saves/human-turn8-traderoutes.sav": { + "mode": 420, + "sha256": "afeb3b2d724e07cf59f15eb1bdb9fcf853391fc06fe21beb20c069ff75b2f836" + }, + "verify/results/saves/turn1-state.sav": { + "mode": 420, + "sha256": "a3f9dc4b49fc669c814b09b87a9c6795de21bac80a1c7bfe3901b8e239fa36cc" + }, + "verify/results/saves/turn2-state.sav": { + "mode": 420, + "sha256": "ab4ac2d7e2977260a4de916f65c7ecc6dd5b0094dac4bb51241317232ea17ab4" + }, + "verify/results/saves/turn2-strict-issues.txt": { + "mode": 420, + "sha256": "33a169a2de29ad502e9b7c0159cd543e0b4d71f2d9b3903f5be58c7846db2429" + }, + "verify/results/saves/turn3-state.sav": { + "mode": 420, + "sha256": "978041acd168b56ed8eb3f5e42e78d5e70eae6e6517d75e659a5eb7ca3d60921" + }, + "verify/results/saves/zuul-turn15-orders.sav": { + "mode": 420, + "sha256": "ef86a0d61de3533f023af5dc2b9a5720e4e0c5c97d900d88181603a13db7d045" + }, + "verify/results/saves/zuul-turn16-noderoute.sav": { + "mode": 420, + "sha256": "b6b5d283b62cc46bca914e86c34cf45e8960a653e818e59664087429bbb30103" + }, + "verify/results/saves/zuul-turn17-orders2.sav": { + "mode": 420, + "sha256": "1b863e684edecb4afe738ba30c8132065ebcf2d9977409325e714fe0173056e8" + }, + "verify/results/saves/zuul-turn17-rollpending.sav": { + "mode": 420, + "sha256": "aac5ba5b10ff1af6b0e38c565b2f0a60c16858ee4e89dd2a2f5b037eae95ee7d" + }, + "verify/results/saves/zuul-turn23-fleet23.sav": { + "mode": 420, + "sha256": "fd3748327d87b8c478f50fcd09d097eacff21e57d946ecb43b8119b4d0d78b1b" + }, + "verify/results/saves/zuul-turn5-species5.sav": { + "mode": 420, + "sha256": "48559ab5b719b332e47b4bf43af85a616bff1508125d62edb211b80637234af6" + }, + "verify/results/shim/ac/ac-probe-run-shim.log": { + "mode": 420, + "sha256": "b9b4a5f0e399e16b477cde0bd7e2c4ce378549eb5a467f7b8ae5eb64d75cb106" + }, + "verify/results/shim/ac/ac-probe-run-watch.txt": { + "mode": 420, + "sha256": "543d76d150aeb9318b9ae27acf638b8935eea30b1a2d47fb15354b584a458163" + }, + "verify/results/shim/ad/ad-r1-shim.log": { + "mode": 420, + "sha256": "fec98888b030ed42b84551aac1286c0baeaf15b8a545af068dc6605615e96df0" + }, + "verify/results/shim/aidesign/parse_aidesign.py": { + "mode": 420, + "sha256": "fbd4aeb71db548759bdb1ff65a5fdd0af6c192927e6ebe4b510f1083c3bdba13" + }, + "verify/results/shim/aidesign/sd-br-p1-hashes.txt": { + "mode": 420, + "sha256": "cd276116a51df01129f0e840d4c04f7964be34f75e51c384cd8df65969f458e6" + }, + "verify/results/shim/aidesign/sd-br-p1.txt": { + "mode": 420, + "sha256": "325cb9fcfa505ab2a93bbd00d60a7a4644b6b5970cb16a288cc7a43f2e825dd3" + }, + "verify/results/shim/aidesign/sd-pin-p1-hashes.txt": { + "mode": 420, + "sha256": "f0371c0a439d736ae7e67e71bd87d693481100d08243d16a1ac1f2ad0ab8bdce" + }, + "verify/results/shim/aidesign/sd-pin-p1.txt": { + "mode": 420, + "sha256": "45e693d279899e7a04cf59bda67190058896b56f3b0607d5aee21abb12f03071" + }, + "verify/results/shim/aidesign/sd-pin-p2-hashes.txt": { + "mode": 420, + "sha256": "e7d6dc12a940305087ee03dc7f8826f3c6343d24d8fea0f2aa78665d887138c9" + }, + "verify/results/shim/aidesign/sd-pin-p2.txt": { + "mode": 420, + "sha256": "b0206869206bc3a41bebb5175e31179f1a5d125a44b5ddfc10c67c4a0d13c22c" + }, + "verify/results/shim/aidesign/sd-t15-p1-hashes.txt": { + "mode": 420, + "sha256": "1ee71a623eb17e08c623ec8de3775218dc3a7c2de50d36a25dd2395382195962" + }, + "verify/results/shim/aidesign/sd-t15-p1.txt": { + "mode": 420, + "sha256": "df9f4906ee8bbb2efc9ba9a38c41607b89711d0bc9f705473d8448e9715d9280" + }, + "verify/results/shim/aiorders/cb-c1-turn2to3.txt": { + "mode": 420, + "sha256": "9d5014b346cb0fa9e2172f45db77c4437a03b069930eaaa80ea94e742891eb8f" + }, + "verify/results/shim/aiorders/cb-c3-turn1to2-run1.txt": { + "mode": 420, + "sha256": "fdaf27a32b93fdb3024f7a45f0d90b2cf833d3f592960027c3a6cf4ecbb8c616" + }, + "verify/results/shim/aiorders/cb-c5a-turn1to2-pinned.txt": { + "mode": 420, + "sha256": "d4daa0c2599c1b573ed59617243a392861dbc4e1fbeb707c7248708c015d998f" + }, + "verify/results/shim/aiorders/cb-c5b-turn1to2-pinned.txt": { + "mode": 420, + "sha256": "9682186176024242fddb901b10d9a5ad6beba91bd895c2001ca954fc293eab73" + }, + "verify/results/shim/aiorders/l4-research-run1.txt": { + "mode": 420, + "sha256": "5caf1fa25b7b8c2d6af213e59c6ec821be3c46cdd92a1024a6faf5d0a3b1d71c" + }, + "verify/results/shim/aiorders/l4-research-run2.txt": { + "mode": 420, + "sha256": "846ef2cfbc365e7ee2f481048978baf820d57026737261bfba3a328d59cdaad8" + }, + "verify/results/shim/aiorders/l4-turn1to2-aiorders.txt": { + "mode": 420, + "sha256": "c55d9b3c48cb552c02731003c26bb6dfcb8afb611c2a188d21fd4a39f550d269" + }, + "verify/results/shim/aiorders/l4-turn1to2-hooksoff-autosave.sav": { + "mode": 420, + "sha256": "d59bb9f2fd0eb5358c35954fbf2fcb70d06bafbba2560e0fa5d3f906bfb159d8" + }, + "verify/results/shim/aiorders/l4-turn1to2-instrumented-autosave.sav": { + "mode": 420, + "sha256": "e43ec1d2b443c1017d06b21eb8c76b927613ed49aa78bca46a595a9acb368d1d" + }, + "verify/results/shim/aiorders/l4-turn2to3-aiorders.txt": { + "mode": 420, + "sha256": "696c34996e4b5be0383794fae7ea114779f7fdd0a8cdceff5a00aeb07392933a" + }, + "verify/results/shim/airng/par-br-p1-hashes.txt": { + "mode": 420, + "sha256": "656b1d0c073d9988287e5b76543e42eb1c050d9ebc9872e2b7ec5208b7534b42" + }, + "verify/results/shim/airng/par-br-p1.txt": { + "mode": 420, + "sha256": "eadf1cfb7efd7b374472867ddf1cea5f60e30096090c950049f0c264b0299398" + }, + "verify/results/shim/airng/par-br-p2-hashes.txt": { + "mode": 420, + "sha256": "d97916075c7b4c10464962e9e38aed69288a4d68a16a369c1133df16fa134146" + }, + "verify/results/shim/airng/par-br-p2.txt": { + "mode": 420, + "sha256": "bda355cbbf07301cd6d3716eba32312261c402848c91780a97a6d5cce14c3d92" + }, + "verify/results/shim/airng/par-pin-a1-hashes.txt": { + "mode": 420, + "sha256": "5eb1b557826d45fe9d843b37a92aaef54cd1b8a60900f9c34b4fe25e4bd46a24" + }, + "verify/results/shim/airng/par-pin-a1.txt": { + "mode": 420, + "sha256": "17750bab77512434dcc9e66fc86cbfc34df497cadab5b732cf3b0ef3958e09a4" + }, + "verify/results/shim/airng/par-t1-br-p1-hashes.txt": { + "mode": 420, + "sha256": "7577c33ec33d9e94fb77225929c1f34a3dd94c18fe72a394017811b3b5d53467" + }, + "verify/results/shim/airng/par-t1-br-p1.txt": { + "mode": 420, + "sha256": "8bc9969e2da730d26cc5538b758858a00a4ba6ab2d398458ff4dece1edf8bf92" + }, + "verify/results/shim/airng/par-t1-br-p2-hashes.txt": { + "mode": 420, + "sha256": "7e60fc8615163e8ebccf22fc8910f2e7c4f72a9be7a74bc832bc2a0f64ade0da" + }, + "verify/results/shim/airng/par-t1-br-p2.txt": { + "mode": 420, + "sha256": "7e50a728eb5909bd602a9e6996b908b1b2665c8c983cc0258dad000c8bff8e35" + }, + "verify/results/shim/airng/par-t1-br-p3-hashes.txt": { + "mode": 420, + "sha256": "00ce6b3b4c9dbfd192d09b3b06d91b95576cee8a5a85fccdc36a85547fbdcbc4" + }, + "verify/results/shim/airng/par-t1-br-p3.txt": { + "mode": 420, + "sha256": "28cdf1f6b83c1764f1d1e51a67e3f873566b8503f8504ef52f5b5af24b21c0cb" + }, + "verify/results/shim/airng/parse_airng.py": { + "mode": 493, + "sha256": "3fafa7cf2363620d6a25248d085fbc4e3bd1fdbb9388a6795244834a9a2a2ed0" + }, + "verify/results/shim/ap/ap-probes8-d.shim.log": { + "mode": 420, + "sha256": "115545172568edc6a1d5bb3b559f968aa8a7aaa1f6aeba970daebce98fe56a0c" + }, + "verify/results/shim/ap/ap-probes8-w.shim.log": { + "mode": 420, + "sha256": "8af0897a884bb314958c5e6f2fccd88ff8b1890322dafd3bc904b3f983838620" + }, + "verify/results/shim/ar/ar-r1-ledger.txt": { + "mode": 420, + "sha256": "44bddfc0b9e94812a3a1cfd681a1350caedf2ed8e1174900c2f81c90dc95187e" + }, + "verify/results/shim/ar/ar-r1-probes.txt": { + "mode": 420, + "sha256": "c10251c9bcca5436dc42b2c0bd37b66c144aec4036f2069c2df9340fd764992c" + }, + "verify/results/shim/ar/ar-r1-shim.log": { + "mode": 420, + "sha256": "07003ee203d60a638cc8a1cb0a0f6b8042ba227705b4355f1254312c6dd54e28" + }, + "verify/results/shim/ar/ar-r1-sites.txt": { + "mode": 420, + "sha256": "d1923d549ef3567488d0382ae0ef75fa25c5b1b5812ee5349c5c47aea7a30514" + }, + "verify/results/shim/ar/ar-r2-shim.log": { + "mode": 420, + "sha256": "06dbf04cff5a56b0e55d8e73e5b1e3e9d9235f4afafc8139517b68d676781909" + }, + "verify/results/shim/as/as-probes8-run.shim.log": { + "mode": 420, + "sha256": "cd25c93d8b79e0f0df594fe681917fe880741a54a4188d4d72d2fbc6c42ba8d9" + }, + "verify/results/shim/bp/A-aiorders.txt": { + "mode": 420, + "sha256": "ee9f8bb1073e3bf02e115fdee014f79b11100a0e1e35e308c2bcd4b798302c34" + }, + "verify/results/shim/bp/A-shim.log": { + "mode": 420, + "sha256": "853eab98d09ff1e7a8e7da375a678561b02d6236adec627202ff3bb34d90e797" + }, + "verify/results/shim/bp/B-aiorders.txt": { + "mode": 420, + "sha256": "07daeacf33a16afbed64a8a01ffd26fa73c6d2acd0e6993dd9deb06a7fd93fc3" + }, + "verify/results/shim/bp/B-shim.log": { + "mode": 420, + "sha256": "cde2202333e81cc4eec2c47915181229a68a5fa99879968905a2809c4fe0a79a" + }, + "verify/results/shim/bp/L-aiorders.txt": { + "mode": 420, + "sha256": "28492b0f9be74f61db45eae49b44b41efbc1a3bf6f6d2c888e5cc40bfb7753bd" + }, + "verify/results/shim/bp/L-shim.log": { + "mode": 420, + "sha256": "550d8986a35b3f4742e7522df11bfbf2e832e417ad42cc1bff1a39dd4ee510fd" + }, + "verify/results/shim/bp/statecheck-AB.txt": { + "mode": 420, + "sha256": "dacb5cfa5541934f37b2b1c02b87e809c3f65ba8488aa88d925b295fade0083d" + }, + "verify/results/shim/bq/bq-res-aiorders.txt": { + "mode": 420, + "sha256": "991543eb53fbf1353fe99ed96d4ca358e05f6bac32f00bd1f6dc60fcc002c8b4" + }, + "verify/results/shim/bq/bq-res-shim.log": { + "mode": 420, + "sha256": "7855bd268f69443e7ddfda71873458144728630264703482901bf6d8ffbccd3a" + }, + "verify/results/shim/br/BR-aiorders.txt": { + "mode": 420, + "sha256": "d71e11e7c40aaa740adc55651af556afb9e92768336bc11747ad67151f33f4d1" + }, + "verify/results/shim/br/BR-airng.txt": { + "mode": 420, + "sha256": "04eaeaa688a448f64df00dedfd692b78bca0e3e1207a8292c2fafad507f919ea" + }, + "verify/results/shim/br/BR-shim.log": { + "mode": 420, + "sha256": "bc6ef7aa465c2b1a81d08555174e15fb1a97a207da9eefaa8a6155440869a13e" + }, + "verify/results/shim/br/BR2-deep-aiorders.txt": { + "mode": 420, + "sha256": "b9edb53f7d56c1bb26d3bb77349543dce9564930484bc832475a3a04e5f2ad15" + }, + "verify/results/shim/br/BR2-shim.log": { + "mode": 420, + "sha256": "0de7609693747fdf0abaebd60598af127c918f32561c993715aead91cd24b334" + }, + "verify/results/shim/br/aiorders-diff.txt": { + "mode": 420, + "sha256": "411ceb2bacd62185d25a3c58f199c0bdfcd2759705bef2b36536da3870f73a67" + }, + "verify/results/shim/br/cmp_aiorders.py": { + "mode": 420, + "sha256": "b6c192efb40866aa56f29d9ba2b89e17f18ae0579645db8f34a01010db09cc28" + }, + "verify/results/shim/br/shim.cfg.brdeep": { + "mode": 420, + "sha256": "b8017e344666df816f1191906cf8f54504d631bb7ce9d2f51f6f959e4934ff04" + }, + "verify/results/shim/br/shim.cfg.brprobe": { + "mode": 420, + "sha256": "4f090999dba63ef22ab4993bd6af557e9500819c84f27decc126771f48f98efb" + }, + "verify/results/shim/bs/C-aiorders.txt": { + "mode": 420, + "sha256": "5abc20b68edf6ff52301c01825040e1d6b41b582ba40403ed6c4edc42dcbe4e2" + }, + "verify/results/shim/bs/C-airng.txt": { + "mode": 420, + "sha256": "5a4a56506d1eeb82d3bf0fbba95842566911178a82f0aad9d700a9fe00f1b300" + }, + "verify/results/shim/bs/C-shim.log": { + "mode": 420, + "sha256": "8b8dad987589fd159e789806e89dbcf7a7b40b86446d55e1d0bf10ff25cb8f6f" + }, + "verify/results/shim/bs/L-aiorders.txt": { + "mode": 420, + "sha256": "a03e8c1587633ecbb683c376f30e35e126e98ff0e8204c4ee6b5e2b4fc254104" + }, + "verify/results/shim/bs/L-airng.txt": { + "mode": 420, + "sha256": "8d21083857facd3728446af612b3a97b47e5287a5fe0bdf01423812f8445dacd" + }, + "verify/results/shim/bs/L-shim.log": { + "mode": 420, + "sha256": "246af272e464c715c7abb00471b4ddc404b81143f4065006aa4daec4d82cadb9" + }, + "verify/results/shim/bs/shim.cfg.bsrun": { + "mode": 420, + "sha256": "570b15c208d31a367ec6c6886019693cb17b98d254cebead11ec6746ae5af256" + }, + "verify/results/shim/bu/BU1-aiorders.txt": { + "mode": 420, + "sha256": "944eeb701fcd22480513c34d93f8310541977e89a24ae237bd947aed44092529" + }, + "verify/results/shim/bu/BU1-aivisit.txt": { + "mode": 420, + "sha256": "721f038ef80be92325728fc30f095846b54ff1ac67a41537d4a4d1b97d5e9758" + }, + "verify/results/shim/bu/BU1-shim.log": { + "mode": 420, + "sha256": "28ca02f56823e577662744108965bc3ab1d7241143704ac8ceaacf2e9cd077f3" + }, + "verify/results/shim/bu/BU2-aiorders.txt": { + "mode": 420, + "sha256": "5c388039a3e832465f67b4ca88f3f67550d5189a3a68f33c508c4a467733c9ac" + }, + "verify/results/shim/bu/BU2-aivisit.txt": { + "mode": 420, + "sha256": "19963ed364f47fd965508d96fbf9d1f424938f711f2b1cdc83697f789189271a" + }, + "verify/results/shim/bu/BU2-shim.log": { + "mode": 420, + "sha256": "c0a8c467bc4b4134dc83ca5dedbbfed8dac887b432a56cd12f6e211c8d58daca" + }, + "verify/results/shim/bu/BU3-aiorders.txt": { + "mode": 420, + "sha256": "b6443b3f7db541149f54435f14ba830f54d2f950420f3f0694ff12a8b1eec143" + }, + "verify/results/shim/bu/BU3-aivisit.txt": { + "mode": 420, + "sha256": "fe67a4a1cc6a67e06b2eb5675b4b8543ab9f25ea39a18d7f4c83bce74482e0cc" + }, + "verify/results/shim/bu/BU3-shim.log": { + "mode": 420, + "sha256": "0a802ec556c87f44efaa06f211e75d9b89a66ac6db5a08e34d2a7eae992121ed" + }, + "verify/results/shim/bu/claim-order.txt": { + "mode": 420, + "sha256": "7135e3ed0204a4615e546bc882992073d4b48ee42ea341186c32b6b3dd3dfc47" + }, + "verify/results/shim/bu/claimcheck.py": { + "mode": 420, + "sha256": "85c5ec747f12cf37ec2dbc4021447909eeded68ecd1abb697a6fb60005a54aff" + }, + "verify/results/shim/bu/shim.cfg.bupin": { + "mode": 420, + "sha256": "6b37b047adc95f7c08b6767cdec5bd715a8851f14bff7f187772835d1cc032a7" + }, + "verify/results/shim/cr/cr-N.log": { + "mode": 420, + "sha256": "d5459e6dcf44fbe55d0f60f1ac40d68bed96319bb55986cc24a1b9ca0d8103e0" + }, + "verify/results/shim/cr/cr-R0.log": { + "mode": 420, + "sha256": "3b703881aa2b9a1c111201ff9543f2dcae0f948567ee877df275a1093bb567f7" + }, + "verify/results/shim/cr/cr-R1.log": { + "mode": 420, + "sha256": "8df6af84f74891ff9b0b02fa150641f5fadcd0419bc53c41cbe80bf14ec9c712" + }, + "verify/results/shim/eventlive/c6b-loaded.png": { + "mode": 420, + "sha256": "f442d4b211a47b331cef9a255e83732b80a1ede70ac200596c796ac0aa320017" + }, + "verify/results/shim/eventlive/c7b-turn3.png": { + "mode": 420, + "sha256": "3e070abfbdf4efd2662951049f8545f328aa172d64d00b9c5a1f4243426e803a" + }, + "verify/results/shim/eventlive/load-dialog-8files.png": { + "mode": 420, + "sha256": "e0fc5af16042a70b53bf7d44220db56c56a466c22c4abd641557e94b8e6c1693" + }, + "verify/results/shim/eventlive/shim-zuul.log": { + "mode": 420, + "sha256": "f9d184b33c46cab9d497f7a38056c099ce2ff9b5e8149f563a2353d91985fea1" + }, + "verify/results/shim/eventlive/shim.log": { + "mode": 420, + "sha256": "e65f2e3efa1ce8f70c483bb966448239923db2d3924c709a669bb1a890411b0c" + }, + "verify/results/shim/eventlive/t7-after.png": { + "mode": 420, + "sha256": "dc0a3e8f5a5c9032ead266d106fa69a57677711eb807d26376f29baa6ec0b934" + }, + "verify/results/shim/eventlive/zuul-turn1.png": { + "mode": 420, + "sha256": "f9af979ed08315c0a8d644af800318634b3641628f710f3f9b4d2c77d4f70fdc" + }, + "verify/results/shim/l1/README.md": { + "mode": 420, + "sha256": "f008081756d99825aa81d2802869476f8341f81aeb8c4dbbb77502cf76db5145" + }, + "verify/results/shim/l1/cdiff-frames-2-51.txt": { + "mode": 420, + "sha256": "57cb1911c5bfc7bdfacafc6bb1ad382fc05f46fb9cdcee4479d861af48e585c1" + }, + "verify/results/shim/l1/cdiff.py": { + "mode": 420, + "sha256": "2ace41ce6017cfac8758d8b9955f02de84738d90067a7dfadeb8bffffc842027" + }, + "verify/results/shim/l1/rep.py": { + "mode": 420, + "sha256": "1a7a3819da8e9aeaaf213a62b696388b0a9489924c964407536831b5f7dd9488" + }, + "verify/results/shim/l1/saves/l1-t1t2-post-hooksoff.sav": { + "mode": 420, + "sha256": "e43ec1d2b443c1017d06b21eb8c76b927613ed49aa78bca46a595a9acb368d1d" + }, + "verify/results/shim/l1/saves/l1-t1t2-post.sav": { + "mode": 420, + "sha256": "62061918176e344106e82357e58acc8adec488f6b2969831cb99a84cf25e31c5" + }, + "verify/results/shim/l1/saves/l1-t2t3-post.sav": { + "mode": 420, + "sha256": "2177c659d8dbc39cf7485abe367d42d55cc42cc9a61949d403dcbc79989ec32d" + }, + "verify/results/shim/l1/saves/l1-t2t3-pre.sav": { + "mode": 420, + "sha256": "641a33f06b2fe1c1caf0c4994442bf13a4b03f25a85b34a9875cd22b75715896" + }, + "verify/results/shim/l1/seed-two-processes.txt": { + "mode": 420, + "sha256": "d60412049ced59705284a46078f1906e1aad4140f90db2169e08aeb9530dd985" + }, + "verify/results/shim/l1/seedrep.py": { + "mode": 420, + "sha256": "a06de5d5ccc1e87808eb3877534076340ef5330bee9a86953b8f4dae0268e087" + }, + "verify/results/shim/l1/trace-et1.jsonl": { + "mode": 420, + "sha256": "f21a213bc56983bc94f24303b0837b160f93bfb7e3ca6abdbf2e18321f8dfa19" + }, + "verify/results/shim/l1/trace-et2.jsonl": { + "mode": 420, + "sha256": "6e44b0fc541c3082f91b115de67f5315f43b9db21f0696b856cfff2ead51323a" + }, + "verify/results/shim/l1/trace-oracle.jsonl": { + "mode": 420, + "sha256": "ad9ecbe79a71c84930302868850806798228fe0f2e625b442dd3ed579c05092c" + }, + "verify/results/shim/l1/trace-playforward-f51.jsonl": { + "mode": 420, + "sha256": "6ed0af385dfe7288ad2c994458c8f5d75fc8e29b603dd6607a3703591d25eeb4" + }, + "verify/results/shim/l1/trace-seed-proc1.jsonl": { + "mode": 420, + "sha256": "120074583eb02cd4c3a29aab5826f789d52a6146930b1763f9b0bb824e9a350a" + }, + "verify/results/shim/l1/trace-seed-proc2.jsonl": { + "mode": 420, + "sha256": "03dffeafeff0c33d926207f869741dc544141425c8f665bf58aad4fd363e2f95" + }, + "verify/results/shim/l1/watch-arm.txt": { + "mode": 420, + "sha256": "f8d5811c938d16d003a72a97f2b4b33112914a7ee378fa2b334282616592943e" + }, + "verify/results/shim/l1/watch-hits.txt": { + "mode": 420, + "sha256": "1bf62ac965036a189055cd59a92007c70a2a6aca307df54ce8ccb997048f43d5" + }, + "verify/results/shim/l3/l3-probe-run-shim.log": { + "mode": 420, + "sha256": "f5cd336971ae3d3eaff642e80d9defa20ec2e1ee11e212a082c24365b18d8684" + }, + "verify/results/shim/l3/l3-probe-run-watch.txt": { + "mode": 420, + "sha256": "8d969595789c690a688f7b8fac05288c614d5d9210388ca94315158948c85f24" + }, + "verify/results/shim/l3/l3-spy-run-shim.log": { + "mode": 420, + "sha256": "5abfd08445e9e8139945b095ddddfb56480062019ce6d40304a440c317f21fd1" + }, + "verify/results/shim/l3/l3-spy-run-watch.txt": { + "mode": 420, + "sha256": "c669ccf79202e7060c153151e4fe1be96acf4030cb64aa71bd6a5c212b550b47" + }, + "verify/results/shim/m0-main-menu.png": { + "mode": 420, + "sha256": "465207fda4722ca53585b71647a08b1149944036792a072e7c34e2c437a3e37c" + }, + "verify/results/shim/m0.log": { + "mode": 420, + "sha256": "581d63139503892b6aeeff71acb742143393e9f107aa1f3605d8c028c927cad1" + }, + "verify/results/shim/m1-shim.log": { + "mode": 420, + "sha256": "35401ea82b9a64dbfdb54c282c06c51d7b696afd4ea2794e16071e0fd5c7cbef" + }, + "verify/results/shim/m2-scout-shim.log": { + "mode": 420, + "sha256": "8c46117bdde6b6911a4d77b059b40803d4966652990c8fa3ed67773e5db0459f" + }, + "verify/results/shim/mf-after-shim.log": { + "mode": 420, + "sha256": "86601372b980828171e98fc71afe865f207b1745ef4dcdca646a618c91d17426" + }, + "verify/results/shim/mf-after-turn2.png": { + "mode": 420, + "sha256": "a1f83011ff96e990d7cc80f8306e8fe0c58b96f84eb73ccb6cb013019900133d" + }, + "verify/results/shim/mf-after-turn7.png": { + "mode": 420, + "sha256": "313f3863ab901320174c8ff7cf6f1f6b0d5b3d9d7a2f8999eae6413aedc46fc5" + }, + "verify/results/shim/mf-before-shim.log": { + "mode": 420, + "sha256": "8377a87c7ed05fd0cd7b61e3f1d5fc9c2b9fa294f812c67183d4ce31323a64b1" + }, + "verify/results/shim/mf-before-turn2.png": { + "mode": 420, + "sha256": "c9805791f402ec159fcc6acdd283120eae8536b230666d3049374525595b589f" + }, + "verify/results/shim/mf-before-turn7.png": { + "mode": 420, + "sha256": "3b880b8f96c4cc328aaff8e41068db29b295be8f000c432e321a51b6030b1272" + }, + "verify/results/shim/mf-human-home-no-ships.png": { + "mode": 420, + "sha256": "dfda3e9784eefdc7b75d04908e95c3a192eda7796685907c65bfde3068d6f2bb" + }, + "verify/results/shim/probes/human-t3-5-perturbed.txt": { + "mode": 420, + "sha256": "9b594ab18cdd9aec4fdf807b4d97576191bc6fd48a85cc872c222b515d0f7c01" + }, + "verify/results/shim/probes/human-t5.txt": { + "mode": 420, + "sha256": "0ddd9f0391a3a5d655f1809a9e79d537badd8071f8834e58bdbc7f95d9ff1320" + }, + "verify/results/shim/probes/oracle-restore/h-oracle-autosave.sav": { + "mode": 420, + "sha256": "978041acd168b56ed8eb3f5e42e78d5e70eae6e6517d75e659a5eb7ca3d60921" + }, + "verify/results/shim/probes/oracle-restore/h-oracle-endturn.sav": { + "mode": 420, + "sha256": "bb4fd9ac89f41e3bc0db2af08b18ce83417521ac4bcee695fc9fa6ce16e30948" + }, + "verify/results/shim/probes/zuul-t24-25.txt": { + "mode": 420, + "sha256": "50567b7cb1f008d025baf6cb4b4ad7af7d767a2182afd082c3ac1b1a66c79541" + }, + "verify/results/shim/recap-b1-shim.log": { + "mode": 420, + "sha256": "601cd4cbbec3e8c1f7776eadc4203256ec4c5d1e3e180295369727e1da69ff37" + }, + "verify/results/shim/recap-b3-shim.log": { + "mode": 420, + "sha256": "7c5110a9d4431cc03729a7bddcb13ee69a6d428199051e175b0921391fc02a80" + }, + "verify/results/shim/recap-misc-shim.log": { + "mode": 420, + "sha256": "7cadf2eadb08979cda39fe7e3ed6cfa3f62bdbcd256fc7550b3e27c3f08c9b3e" + }, + "verify/results/shim/recap-misc-turn7.png": { + "mode": 420, + "sha256": "2c1451ded36ad79389f0eb3db098b4e0b0a6f12495d64c832f6e093374005c29" + }, + "verify/results/shim/recap-trace-shim.log": { + "mode": 420, + "sha256": "56da143a92b2edda727862a6fd4a056c716153e23cfddbde076e218ce4c4285f" + }, + "verify/results/shim/recap-turn2-loaded.png": { + "mode": 420, + "sha256": "62a42c44f99d8a53bca735d54a5adf48b89449bb859e859ec573cb40e1a7f2d0" + }, + "verify/results/shim/tailrng/save_rng_delta.py": { + "mode": 420, + "sha256": "a9a04b131427a43372d87688b8eaf230a82a79e2c3c241a90ff4eb31e039749e" + }, + "verify/results/shim/tailrng/z-t5-autosave.sav": { + "mode": 420, + "sha256": "b2124798470d85ea86b0e9e4abfd9e23f3be73caa1115dd7614021be76305939" + }, + "verify/results/shim/tailrng/z-t6-autosave.sav": { + "mode": 420, + "sha256": "2ce6aef9d49ea238455f3ac680556c6a251065af3e28b6540fe09597ae38571c" + }, + "verify/results/shim/tailrng/z-t6-endturn.sav": { + "mode": 420, + "sha256": "afb112896c0236fa715ab3c10139958294085bb2066e22a6d7b76deb0dfa46dc" + }, + "verify/results/shim/tailrng/z2-autosave.sav": { + "mode": 420, + "sha256": "b2124798470d85ea86b0e9e4abfd9e23f3be73caa1115dd7614021be76305939" + }, + "verify/results/shim/tailrng/z2-endturn.sav": { + "mode": 420, + "sha256": "8648957fecf5041233f9add4c8173f78981f026f133ecdbecdb89ddd10917048" + }, + "verify/results/shim/unlock-shim.log": { + "mode": 420, + "sha256": "20a6625b369acb773543e530f1bfdc8b7eaca5c6b58415cc5009bb9858e16f22" + }, + "verify/results/shim/watchpoints/w2-modcount-status-2turns.txt": { + "mode": 420, + "sha256": "335be910dc11a20c9fb80f3b0f37f04fd50a9d8074697bb5365c3fea02790b74" + }, + "verify/results/shim/watchpoints/w2-shim-log-excerpt.txt": { + "mode": 420, + "sha256": "9a344045270e3815004a3376eccfbd030372faba54374d9b6626fd80740b8b13" + }, + "verify/results/shim/watchpoints/w3-modcount-turn1.txt": { + "mode": 420, + "sha256": "328a2319e320f5382e82ad497b6b73245c397cf67515e8a27fa9712418af81ae" + }, + "verify/results/shim/watchpoints/w3-shim-log-excerpt-turn1.txt": { + "mode": 420, + "sha256": "a9b3c20f90a76ee624bde6ee4cae9d1ff1f2baa67aa770a0e70042cb44d11915" + }, + "verify/results/shim/watchpoints/w3-shim-log-excerpt.txt": { + "mode": 420, + "sha256": "af9fe2258fe4168f6066768809c509380183f61bc337331392c5202b900d906a" + }, + "verify/results/shim/watchpoints/w3-tshn-containers.txt": { + "mode": 420, + "sha256": "08eab48d1a202f975f1be87e2279379646142f8b22d9dafc56295399083ed0af" + }, + "verify/results/standalone/cv/cv-input-vs-bp-pinB.txt": { + "mode": 420, + "sha256": "d29f3514e4209954d6c068f34285615aef5f4627ba4627ce97c0e65f93620159" + }, + "verify/results/standalone/cv/cv-leaf-worklist.txt": { + "mode": 420, + "sha256": "0f309711de89cc10cf940d0d4b051b5052ce49a3cc0f3f80c532b50256410778" + }, + "verify/results/standalone/cv/cv-noreplay-vs-bp-pinB.txt": { + "mode": 420, + "sha256": "3734f197cfefd017dbe562fd421d40859bfc2c37d9ac2cedf9c7ddd340a3a4a7" + }, + "verify/results/standalone/cv/cv-replay-run.log": { + "mode": 420, + "sha256": "7372c7da437ece21098cc6f66d0631e146d8aae14a9242bd2278a9922a7f7c02" + }, + "verify/results/standalone/cv/cv-replay-vs-bp-pinB.txt": { + "mode": 420, + "sha256": "1932158abec82f45b9b838f4cb79b1088190ca5281d388f57356af7776e96950" + }, + "verify/results/standalone/dt/dt-canonical-after.txt": { + "mode": 420, + "sha256": "f32fdcf7d6431293133e951045b42a55e8a27d75cd859ad08cd719e5fb696712" + }, + "verify/results/standalone/dt/dt-canonical-before.txt": { + "mode": 420, + "sha256": "b56160cfdcfa0fff25be2aa566959261e375004905814803e231889da665188f" + }, + "verify/results/standalone/dt/dt-observed-leaves-remaining.txt": { + "mode": 420, + "sha256": "e14bd20e60480f98a564e585c0d25d2e758f71016811b8981dbdacd9d51c0c82" + }, + "verify/results/standalone/dt/dt-replay-run.log": { + "mode": 420, + "sha256": "4b7907fc4e735b1c12e3cf64671079abaad757aabd752b134a9fb27d065656cd" + }, + "verify/results/standalone/dt/dt-replay-vs-bp-pinB.txt": { + "mode": 420, + "sha256": "8ddb84e7e6c2f663b1bc4b9611a56a46aac9d09863dcc5be765cb70dc9642c22" + }, + "verify/results/standalone/max-income-oracle.json": { + "mode": 420, + "sha256": "245796e0aea5f5c2238686cba10c651156117fb454805553b2508a8a8fe71a69" + }, + "verify/results/standalone/report.txt": { + "mode": 420, + "sha256": "b47e90432eaf38149f2ecb5316d1962813b6b1423848e36fcc9435ad1f5485df" + }, + "verify/results/standalone/rng-oracle.json": { + "mode": 420, + "sha256": "98a364c80f69d6a84b86c3f9ccc16176d9e769ff061569b0c0ddfced53f9146c" + }, + "verify/results/standalone/rng-oracle.txt": { + "mode": 420, + "sha256": "3496a217a7e4f80bb18c1b067eaedcafcf7bdc877460c6346606fd7f6a55b877" + }, + "verify/results/standalone/status.json": { + "mode": 420, + "sha256": "d38ca6222c83df3a5886e6b32a30772c7174cc0e584f4a3beabedc05770df9cd" + }, + "verify/results/standalone/t36-turnrecord.md": { + "mode": 420, + "sha256": "b017a93ad04af69ef469cd8ea536dff4cab17140d20b3665e7c89533ab5b8a84" + }, + "verify/results/state-checksum/ad-oracleA-vs-oracleB.txt": { + "mode": 420, + "sha256": "b6c440e20108ad2727a7d7aa32a4bd673ec03ca4372461797705d619de1ba48a" + }, + "verify/results/state-checksum/chain-turn1-3.json": { + "mode": 420, + "sha256": "33941d0dd77bfb79e4302f82a410f5f18fe3ae1ade684b5b59c6ed352789a696" + }, + "verify/results/state-checksum/chain.txt": { + "mode": 420, + "sha256": "ae1037dd8394b258ce91262877d348a0561c5f5056cfae74cc0d058e4166aa83" + }, + "verify/results/state-checksum/float-census.txt": { + "mode": 420, + "sha256": "c697c0f187ee8a8ebb157cbff8d7ae42c92f36a501b16acd9f9839a0ffc306a9" + }, + "verify/results/state-checksum/identical-roots.txt": { + "mode": 420, + "sha256": "1143fabfe96954440542adcd3830ad1d862be6c091f3c1b2e63e92a2751703e7" + }, + "verify/results/state-checksum/resave-localisation.txt": { + "mode": 420, + "sha256": "85f4e8fe3581ba5d0ae74974d757c4c2fddc008f3fbe6781891ae8ef65aa693e" + }, + "verify/results/state-checksum/roots.txt": { + "mode": 420, + "sha256": "6ea7ad668703baaff870720683bcc13beff557cebf8e7843526d6677e5b5ef68" + }, + "verify/results/state-checksum/turn2-to-turn3.txt": { + "mode": 420, + "sha256": "3649c86742460a54d89714df1917508f76952c44c07cb7fbc19010910c5df0f4" + }, + "verify/results/turncommands/br2-turn27-deep.tcb": { + "mode": 420, + "sha256": "329b9c3f1e9f85ddeeb71148bd5c0e38f7d26445ed349df60ffbfaf63db46102" + }, + "verify/results/turncommands/br2-turn27-shallow.tcb": { + "mode": 420, + "sha256": "d8346969421a92fa199d0b9faafa642dc2e71a527b08d27984fe73ee70ecbd6b" + }, + "verify/results/turncommands/cb-turn1to2-pinned-run2.json": { + "mode": 420, + "sha256": "01e572975339fbe8a242b2438719173bd5bb4f4916078e5887026408923eb356" + }, + "verify/results/turncommands/cb-turn1to2-pinned-run2.tcb": { + "mode": 420, + "sha256": "16e349db6c46e46520cd2e5f0a9fcf70b537dce878324dd873418ef6cebd8658" + }, + "verify/results/turncommands/cb-turn1to2-pinned.json": { + "mode": 420, + "sha256": "2d4f108b8ac6b1e582382ac25d53f354c293e7caf390b8462d15beaf8e43e01c" + }, + "verify/results/turncommands/cb-turn1to2-pinned.tcb": { + "mode": 420, + "sha256": "28ebfecc3495cc4f5b2892e420cb1b83f3cbdb6b7aabe107f4b1d18233a06094" + }, + "verify/results/turncommands/cb-turn1to2-run1.json": { + "mode": 420, + "sha256": "c9de70196af5453df15cfebcb92c973dfed9d54ffa0dc0a397839cf951ac9b58" + }, + "verify/results/turncommands/cb-turn1to2-run1.tcb": { + "mode": 420, + "sha256": "5cdcfb3ade6cdfb2c00c234f5535c791780230f520d27be14f617462347b4948" + }, + "verify/results/turncommands/cb-turn2to3.json": { + "mode": 420, + "sha256": "8a0d4fc9efae9dcb4eca0de41bf28444d79eb5a4fd4e426671a4d80ab5a46f44" + }, + "verify/results/turncommands/cb-turn2to3.tcb": { + "mode": 420, + "sha256": "420a5d03f2a4ecfa0789835cc46f98961d11bbd7c7fd5f59dc28301aa0b65b6b" + }, + "verify/results/turncommands/l4-turn1to2.tcb": { + "mode": 420, + "sha256": "1b9faa7f8aad9196e36cf1c450e340f37c502a69ccfcaaad7e289bd7b4727b12" + }, + "verify/results/turncommands/l4-turn2to3.tcb": { + "mode": 420, + "sha256": "b0443f176c3915389278de608a8e7c63fa48d4777b924c0e383c7279f2a297e0" + }, + "verify/save-reader/SAVE_FORMAT.md": { + "mode": 420, + "sha256": "5ac2556b6c063c9296ef29e8514cc312983d48a8e2c2832f504c970629990b33" + }, + "verify/save-reader/fixture_joint.sav": { + "mode": 420, + "sha256": "fbe41595e50bb580786f36b197d5b85f87820974c545107c864fa2f1862af3f1" + }, + "verify/save-reader/fixture_split.sav": { + "mode": 420, + "sha256": "3909f12d021bf840617dc8d599841b64d67be46e1c6882cba7728d312d310071" + }, + "verify/save-reader/save_reader.py": { + "mode": 420, + "sha256": "2dcac286b5382b67fe8f2dbce58c80950dd430b726ed0e98f3bcea155df0df35" + }, + "verify/save-reader/save_writer_stub.py": { + "mode": 420, + "sha256": "8343ad15f742ee1b9cd62108efbc9c4b2718c3807442e3dfcfa9513ced7d3638" + }, + "verify/save-reader/test_save_reader.py": { + "mode": 420, + "sha256": "29f609d037eed99bb5444004facbff7b2c5c36fae568e815810585fdc3ddd393" + }, + "verify/state-checksum/STATE_CHECKSUM.md": { + "mode": 420, + "sha256": "5680299a4df27e30cdb545d9d2a640caf9299d61acb662b9512589e4390954e1" + }, + "verify/state-checksum/float_census.py": { + "mode": 420, + "sha256": "a568aad8b9f38aba2474f33941550bf948d050694a1d04dc5c85d15687223ae9" + }, + "verify/state-checksum/run_validation.sh": { + "mode": 493, + "sha256": "bf84b999d2b90368703e80235bac0258b70a1c37dd1902c9205a914a59cb1fc2" + }, + "verify/state-checksum/stability_check.py": { + "mode": 420, + "sha256": "8e640561b05decf590524fbe0dbf3b76a5e2f9c7fde93e005ca6e79464c305f1" + }, + "verify/state-checksum/state_checksum.py": { + "mode": 420, + "sha256": "ed80458e84d92040aa3872464d8df315e935f379ca0da5a2df81c3049826e5b8" + }, + "verify/state-checksum/test_state_checksum.py": { + "mode": 420, + "sha256": "d0ccf8e8390fd0a5d76a8695a490d85dc7e8e415a06ec50b592c57474cc9a73b" + }, + "verify/tooling/README.md": { + "mode": 420, + "sha256": "b05249530d65d43220c1e5c4666939c360d6139ed404a8881f6ad0a9c5c27af6" + }, + "verify/tooling/fixtures.py": { + "mode": 420, + "sha256": "56cccc88b9b9468e07c9ddff39d65813098053ec9e8f00432736906389f200a7" + }, + "verify/tooling/host-tests.json": { + "mode": 420, + "sha256": "90833c99e2749ff890b16b943f43f6ebfc1a1c611f2ed1e40555426fded45c97" + }, + "verify/tooling/test_tooling.py": { + "mode": 420, + "sha256": "bb8d15960dfda13f15cffc57f3b669003b127b4dedbf34100bb4a51c29dd3c6d" + }, + "verify/traces/.keep.md": { + "mode": 420, + "sha256": "b9ed9ae581d08f2411346c518e16cd894f159dbe569e3c778b31d9e9a3677786" + }, + "verify/traces/ac-probe-baseline-turn15.jsonl": { + "mode": 420, + "sha256": "a2f4e410f6a8d77f7680b4a69b5b2ac2f59fa80515b0cfe8209e7fec8e4a5b6b" + }, + "verify/traces/ac-probe-turn21-turn23.jsonl": { + "mode": 420, + "sha256": "2bb9317b82744c0da36ef6d9c1a78f31ebacea49b82a18005c0cc75bad62d345" + }, + "verify/traces/ad-r1-turn28-turn29.jsonl": { + "mode": 420, + "sha256": "cde7a1e010aa6195163f3b9320aa5c496fd8c271e9648c90c7319837dd967571" + }, + "verify/traces/ap-probes8-deploy-turn15.jsonl.gz": { + "mode": 420, + "sha256": "e257d5ea3fcb4be8da570d6a5589022e6ba412ff2712f4f06832812d8859e08a" + }, + "verify/traces/ap-probes8-turn16-turn26.jsonl.gz": { + "mode": 420, + "sha256": "df4fb35d9824799d8be79f3a9e976b55b7cd0fb5488b3e12711d04eb3c320f13" + }, + "verify/traces/ar-r1-turn38-turn43.jsonl": { + "mode": 420, + "sha256": "f8653cbd1956346816897b313031c5d70898144d1c84b1c849ac37bfe3bd993c" + }, + "verify/traces/ar-r2-control-turn38-turn39.jsonl": { + "mode": 420, + "sha256": "c1068652ddf54d2ff266c1dc1ef1e69ea663f5d2a83143408f77ec782b3dd988" + }, + "verify/traces/as-probes8-turn15-turn16.jsonl.gz": { + "mode": 420, + "sha256": "024bb0663b167eb364c8e138bae0bf10403860c195bd593cb56f60281060c4e8" + }, + "verify/traces/b2-final-menu.png": { + "mode": 420, + "sha256": "5a95fe260c9cb13dad5fc6f00460819107db93f4ac89f455077ad056600f83fd" + }, + "verify/traces/b2-shim.log": { + "mode": 420, + "sha256": "c31cf01af3659b7fdf008ff44f88f67ee4016dcfb30fc4a72b4d72ea0da8e404" + }, + "verify/traces/b2-techfx-compare.jsonl": { + "mode": 420, + "sha256": "f0202f45b276db6744c80768f12695153812bc882de688cf64705ed6a52f243c" + }, + "verify/traces/b2-techfx-golden.jsonl": { + "mode": 420, + "sha256": "43639e75bd9d510ed270c9cfcbb0c9665f5a6546f748ba81eba3f015e7ca233c" + }, + "verify/traces/cr-N.jsonl.gz": { + "mode": 420, + "sha256": "0071ae72a142533ffb91f9f04caa6704102c826761ff5ae24b57a1c3e9652e46" + }, + "verify/traces/cr-R0.jsonl.gz": { + "mode": 420, + "sha256": "6228c88cebb4dad2158e5586ecbcf71d1160116f2f4a2a8bc020658da8d7d706" + }, + "verify/traces/cr-R1.jsonl.gz": { + "mode": 420, + "sha256": "73f5f15b3343381cf3f973caaf74588fd3d0b6759de1ddcf9e12b9b3ebf29713" + }, + "verify/traces/eventlive-b3-t1-5.jsonl.gz": { + "mode": 420, + "sha256": "9cb344f1d8a3beb4bc1a2bf16baed6c38667443ead9f66fa0f53474a683d263c" + }, + "verify/traces/eventlive-b3-t1.jsonl": { + "mode": 420, + "sha256": "2d9962de9a7ea7fb28b33b72209706b4a27673096f71c8789f9f10ac465f387b" + }, + "verify/traces/eventlive-b3-zuul.jsonl.gz": { + "mode": 420, + "sha256": "0ee09bb884799e72c6a617ab02e741a7ba791ff458af439b9947a87b368a64de" + }, + "verify/traces/h-probes-human-perturbed-t3-5.jsonl.gz": { + "mode": 420, + "sha256": "2567f8ccb6276a4d647c4f4b88d14f7ae63aa4d1797f672a9bd9c7c86e4d7473" + }, + "verify/traces/h-probes-human-t5.jsonl.gz": { + "mode": 420, + "sha256": "92964779111573dc72e6a1845217cd7d709c9900594a106b3de7b59c2b7a88a7" + }, + "verify/traces/h-probes-zuul-t24-25.jsonl.gz": { + "mode": 420, + "sha256": "0966294af27b49159b1e72e683abc0b59fd52cc9bfd9f517130d30cedf7efa29" + }, + "verify/traces/l3-probe-turn8-turn15.jsonl": { + "mode": 420, + "sha256": "d1b5436f917bb4f6f74bd7b1967dbd0626db2c3a5cbc1d67684ef9f010826676" + }, + "verify/traces/m1-compare.jsonl": { + "mode": 420, + "sha256": "f0f6fd15bc73008e43e20d6ed4c4dd91fb2ec8b40935bfd3cc000d8a84ea6731" + }, + "verify/traces/m1-trace-golden.jsonl": { + "mode": 420, + "sha256": "4a4ddc031fb26a8f8b10dace297c73670f53dcbd250a9be94c0e31c9bb44dcc5" + }, + "verify/traces/mf-after-compare.jsonl": { + "mode": 420, + "sha256": "2a894892977176df1a9d6c8199b0f81b48c7bcac15d2c0e7786441fc6125226e" + }, + "verify/traces/mf-before-compare.jsonl": { + "mode": 420, + "sha256": "ee005097ebaac9f30c63f1e400fdf19a47e88010c71d215885234986d122410e" + }, + "verify/traces/output-ref-turn2.jsonl.gz": { + "mode": 420, + "sha256": "7af583350545501414eda38439f2d0fa39149342d9001d2926e2a4e4fdd5cdca" + }, + "verify/traces/output-zuul-and-ref.jsonl.gz": { + "mode": 420, + "sha256": "d581cb50f07766911fa59fa1df1524b33a9df6eec06226966efd5f54f09b6fb5" + }, + "verify/traces/recap-b1-compare.jsonl.gz": { + "mode": 420, + "sha256": "0ce1c92028a8cd10a38d7cca72f90c37ccbd844f24a1950bf0eb6e75739b44e2" + }, + "verify/traces/recap-b3-compare.jsonl": { + "mode": 420, + "sha256": "6ed3bcd99b4657d614bf63cc0fc2dfff650f4cb14e51086ea98c21bccbcf5fa8" + }, + "verify/traces/recap-golden-trace.jsonl.gz": { + "mode": 420, + "sha256": "d62431e9461ffb1b66adc16a39542b86fa8e0cf54a0ed446a8781c4d75a6c3bb" + }, + "verify/traces/recap-misc-compare.jsonl": { + "mode": 420, + "sha256": "d7c4446d45a9cab2af3da4a0d76f7a42c245da1f59db96fddf31d8b1f2c436ed" + }, + "verify/traces/tailrng-drawsites.jsonl.gz": { + "mode": 420, + "sha256": "5c1806e2b1452226674013119e3b220f3cf42be2ad8b0ed998050ad65d1f8415" + }, + "verify/traces/tailrng-refturn2.jsonl.gz": { + "mode": 420, + "sha256": "c33c6cafe015bda6acf5ca32b0c9595e1611f4ac82ecd3adaff8315c7bd3e560" + }, + "verify/traces/tailrng-zuul-long.jsonl.gz": { + "mode": 420, + "sha256": "213e7dd8a6809dd93190f41c87218e802f1fbe77d44d598f287c2a19544063af" + }, + "verify/traces/tailrng-zuul-noderoute.jsonl.gz": { + "mode": 420, + "sha256": "9476ee3b9b397ca9e20bc92eb887c109a075487cdd750746af051797e8838115" + }, + "verify/traces/unlock-b3-t1-5.jsonl.gz": { + "mode": 420, + "sha256": "f6e27a60bf6c74eb98d8bec50146fe1996642285ca008c6a70c3cb148c6ba54c" + }, + "verify/traces/unlock-b3-t1.jsonl.gz": { + "mode": 420, + "sha256": "bfa53bba3e59d17dd330e38ef52fd04fd92f05f3ad357fefd77388d083b49a05" + }, + "verify/traces/unlock-b3-zuul.jsonl.gz": { + "mode": 420, + "sha256": "d94c635105a75a68cb811a3881faf371678c075d240998f48fcf348b8459063f" + } + }, + "manifest_sha256": "b4db6808cc2b8aca33fa27eaab330d32811ce146d829a1bb9474a03f7ccdaeb4", + "path": "/tmp/opencode/sots-final-research-re" + } + }, + "source_before": { + "engine": { + "commit": "7741d42fc5e4e761e6449bdaf0e4a61d00036a23", + "files": { + ".gitignore": { + "mode": 420, + "sha256": "5103c9533f0d31fea29c0cc85d543692af84a697416dfa7557e31c9843210145" + }, + "AGENTS.md": { + "mode": 420, + "sha256": "7d1d4bc05c35e3354a77b3c8d5d2c04fb9d6658d09e87bc814a50bc3d2033fb7" + }, + "CLAUDE.md": { + "mode": 420, + "sha256": "15d60c3d592302a2854df8bf6d39c0a578c22b9273a633447e10b76fd76291f5" + }, + "CMakeLists.txt": { + "mode": 420, + "sha256": "6e9791511ea23bf8bf5f7f58617a7e77bbe5006829609e425e565c11c1e8d7ed" + }, + "CMakePresets.json": { + "mode": 420, + "sha256": "fcd1dfe3989ee4f56fa3e419059e1db5621922165edf05f13cfe8e5d786d8bb0" + }, + "CONTRIBUTING.md": { + "mode": 420, + "sha256": "26a381fe08feb51f861655f77de4e558f056d1dba79162a2e82513a92d0e6506" + }, + "LICENSE": { + "mode": 420, + "sha256": "eedebad43ea495111bf4451d78cb440309d90a733d6a36445699dde0629f1858" + }, + "README.md": { + "mode": 420, + "sha256": "66c2437fe4f074e6499de50b0d5f0d013bc290333f4d4bf554b541261885a0c1" + }, + "cmake/toolchain-mingw-i686.cmake": { + "mode": 420, + "sha256": "231c0b79868a77d54cc6619f0b4ea18454964a1a078806f44a6ffe3fb7741a9b" + }, + "docs/A2-alliance-and-modcount.md": { + "mode": 420, + "sha256": "0c0c45c31d5d64124f3b91a161f8a2f4732c8a5d7f6bc524baf4d59f8a191701" + }, + "docs/AC-predictions.md": { + "mode": 420, + "sha256": "ab9e41714abdbc32e620d8a2068be8ebd2fc8898ba149113c66ccda248b4bcda" + }, + "docs/B1.md": { + "mode": 420, + "sha256": "42b61bbfc135cdcd0f1a32f63164b88e67106400de7f08f543f118eccd814364" + }, + "docs/B2.md": { + "mode": 420, + "sha256": "87dfd333ee15681a3aa4de58cf1b14ff8240e75afabc05012e0f28531cb4b8b8" + }, + "docs/B3.md": { + "mode": 420, + "sha256": "fb65c41037b6cd6252c67e5244d492a3a17ea4ba2ddae821d49fe0a879528518" + }, + "docs/B4.md": { + "mode": 420, + "sha256": "22547b3d2960684e52a380fb07f43a75bf50aebf93cede689f297cf38f4a012d" + }, + "docs/B6-ship-construction.md": { + "mode": 420, + "sha256": "9c5c4fd2059af965e317c9db5b7fbfc440397ddfcdc5bf7860115f6a8a0532ab" + }, + "docs/CB-capture.md": { + "mode": 420, + "sha256": "ce45a9082588051eda7438016dc66eb28bb4afda98b82cdc20102c4ca53529f0" + }, + "docs/CB-predictions.md": { + "mode": 420, + "sha256": "ba51538b018cbb403978f97ad45d4743937d49ba55c8f15d7af8f8e4aa441f0f" + }, + "docs/E-events.md": { + "mode": 420, + "sha256": "de98795aadb1617eab91815ebc34818bef8b52c36ba18b4521170065bfd2d201" + }, + "docs/EV-events.md": { + "mode": 420, + "sha256": "e7d9536cd23f5d800dc97f68167bb738088a16136004419f28de92d7fe1bcfb9" + }, + "docs/G-wire-schema.md": { + "mode": 420, + "sha256": "19db69ae359ddbd2a0509d02f1c616f939e0428480a8bb33c81f69145323a591" + }, + "docs/G3-civilian-growth.md": { + "mode": 420, + "sha256": "38ea3a8ddc3fdca258294d949c4cd2af1a930cdd9ba612d5e8fb48bc446bdf30" + }, + "docs/H-probes.md": { + "mode": 420, + "sha256": "f23e4d4cbc8c9a3000a0a58ed994dddd95466cee1ec45e961685e86dde4dc54f" + }, + "docs/L1-predictions.md": { + "mode": 420, + "sha256": "af97dbc9f15b9c2e6f223c89bac17826056fa4f3bced3c01513c1ad4d9ac1754" + }, + "docs/L2-predictions.md": { + "mode": 420, + "sha256": "18213ce5f3375d478f266de85c38c2b04ca2ae8ab4a2023780dca161fa14f460" + }, + "docs/L3-predictions.md": { + "mode": 420, + "sha256": "d1c9c0006079f47ef0d3371f4a2c2df2fe4f08ebdad0f8a12d1b0de35b15ae7e" + }, + "docs/L4-ai-orders.md": { + "mode": 420, + "sha256": "b04127c5158a882f252b2b6e8afb2d131f0de623cc0c62c86c612af803d75835" + }, + "docs/L4-predictions.md": { + "mode": 420, + "sha256": "6a194ae336920f13d8e4a44549cbe26be959beef81cffed88ef03b3cec563e44" + }, + "docs/L5-live-verification.md": { + "mode": 420, + "sha256": "4c1abe57c516b36f383390164a362f53294feda222c623283f1e6091d8ef0ec4" + }, + "docs/M-movefleet.md": { + "mode": 420, + "sha256": "718338edb8cbe8a449793b22889776a1783d1d0ade553c03973ea45d426eb426" + }, + "docs/M0.md": { + "mode": 420, + "sha256": "e121c380612a42727e3a973d8cf50f884d660bb4b43bc494258dc1c6b6f26705" + }, + "docs/M1.md": { + "mode": 420, + "sha256": "e0a36cf109d096748e55522eb8d7a261764cbf5ab5daf9342ba903d0f2bc6704" + }, + "docs/M2.md": { + "mode": 420, + "sha256": "25f9cad74eeee40afc2117333232384e1cf387b2b9132856650234c5ba593c61" + }, + "docs/N-output-term.md": { + "mode": 420, + "sha256": "3b8317e22714ef66b35efceee6fa0f7057c37f7c6e34d93cc5047cd1dd07ecde" + }, + "docs/P-events-wiring.md": { + "mode": 420, + "sha256": "72ee81b71b4c08ae451721c785dc5e01ed4ca43ff0fd474befca09dcc41599ba" + }, + "docs/PAR-predictions.md": { + "mode": 420, + "sha256": "16e8fbbac5001db0b10d766858c0ae2ea9619f37043a0883ee46da80d4dd4846" + }, + "docs/PL-players-residual.md": { + "mode": 420, + "sha256": "9bc29bc030ee8b0e00e496b91fe8fefac15179ce9fd01c0a11a7b5b5335356dc" + }, + "docs/R-recapture.md": { + "mode": 420, + "sha256": "73c62ab20c5eca5e87e1d18aefa60a2a2acd75cbc7510d31b27a2cd4ebcec38f" + }, + "docs/RB-predictions.md": { + "mode": 420, + "sha256": "c1016781505c10aa304d4710c5389918b744ab20cbd8cb54dce462c3dc28e4e7" + }, + "docs/S-standalone.md": { + "mode": 420, + "sha256": "8979b0a9fef33a55ca15bf3ef78064e72df332033354329ff2471ad6648e4a8e" + }, + "docs/SD-predictions.md": { + "mode": 420, + "sha256": "a76a568ccac7409e3cb3acef724dbe6b618d4ec30259bce33594098daff8b6a0" + }, + "docs/SV-script-objects.md": { + "mode": 420, + "sha256": "80ebd120fa9cf5e68ac4d33117966805b917d24bc339f7d82be972a280449409" + }, + "docs/T-turn-driver.md": { + "mode": 420, + "sha256": "a4096b8223cea87ce77cc64014c489d4625ed36fd3aec1358565ca5cf91d4e1e" + }, + "docs/U-unlock.md": { + "mode": 420, + "sha256": "5cbe3d8fb4bd30d029cb2db006a4dd3c6819885f55f434afb4bc8ae79b526901" + }, + "docs/V-eventlive.md": { + "mode": 420, + "sha256": "ebd08c000f42211e87958278f03d6891475cd8557658e1a42105cf5ed45a1aa1" + }, + "docs/W2-predictions.md": { + "mode": 420, + "sha256": "9972e27467cf0fe23a358818caf7edb979de25697d3aa4b97a2135ca79fe34f5" + }, + "docs/W2-watchpoints.md": { + "mode": 420, + "sha256": "f8634c5f977b2ca9b2e07df105cba09adacaeb6fb4cf046e41e5e1e42b83b107" + }, + "docs/W3-predictions.md": { + "mode": 420, + "sha256": "211cedc2d924bcf47cbb73166b408e9a27d795863ffc90aa2adbb85beeadffcf" + }, + "docs/W3-watchpoints.md": { + "mode": 420, + "sha256": "568e818e66d95f9079a1270c4d9b900c7eecfd5b5a3b4ba5a4aa0c843666f061" + }, + "docs/Y-standalone-rng-and-tail.md": { + "mode": 420, + "sha256": "49d926cc505d6ba07753748366e42ec32493a15c76bfaa45b2f66f52adc57f2b" + }, + "docs/Z-tail-rng.md": { + "mode": 420, + "sha256": "3ed2b40f728bcedd663c305cce13481bad1429af03fd5215ee3189161cfbd7f1" + }, + "docs/architecture.md": { + "mode": 420, + "sha256": "ba4732eb8a4c7054df5136a72d1774e4f1e919a517a1c74e975903fdd254422f" + }, + "docs/game-data.md": { + "mode": 420, + "sha256": "2124ea3d117b4ee6f48660d9711c1b4ef844a4ba37af7cea3766914d77bd6b23" + }, + "docs/game-design.md": { + "mode": 420, + "sha256": "5b40349ad446596b534567a5683cf9ea99709d9eff231890e0f6256c755f0272" + }, + "docs/game-effects.md": { + "mode": 420, + "sha256": "e1e0abc162602daaac255fe44b11c511adf45d4ef5fa188268411829b0817e5d" + }, + "docs/game-sim.md": { + "mode": 420, + "sha256": "d1e14770d252fd2f320a7baa1ad54c90d955cfc840f477d1700cfbbadcec730e" + }, + "docs/harness-audit.md": { + "mode": 420, + "sha256": "931d92cc744ec6ca3d961fbe7fe96dcab28060446058eb78be9835ebbce73ed0" + }, + "docs/mars-parse.md": { + "mode": 420, + "sha256": "d9fa3029ade4f9401c59fb88f4520a1ef3af9a9c6f2bb5d1a0ebfa1d5061d6dd" + }, + "docs/mars-rng.md": { + "mode": 420, + "sha256": "f2a01b88f105d07d0d0d514430e76da7632e5c8e4e3bbd6c99a25f1dc5daa89c" + }, + "docs/mars-stream.md": { + "mode": 420, + "sha256": "61a16c9b7c143b4bc2edee473cf1f8bd06c1a5144c120bc563e5ec6d770dd0e7" + }, + "docs/mars-text.md": { + "mode": 420, + "sha256": "2b6c7d2eecbb684160e7565d1d7224eb0d2f7e9a41f4d807095a182ea605dcf1" + }, + "docs/mars-vfs.md": { + "mode": 420, + "sha256": "1508c2a070d56f4fdabac3c2ef1fd08d3f93d7a3045d59158340ee22a6ff1b62" + }, + "docs/shim-trace.md": { + "mode": 420, + "sha256": "8a059c1ba761b366449c2db8ef248656da917050ed28855c6d812ecf91672fa5" + }, + "include/generated/sots_addresses.h": { + "mode": 420, + "sha256": "fc34ac4ee8cc7fea91c447b5715841dc6d3afe36f9aff04e88b6c29b5b64f448" + }, + "include/generated/sots_stream_schema.h": { + "mode": 420, + "sha256": "13446ce54d60a0b29adcefb51aeb5127a0a3ca8de2bd1665e4778ba5354bff8c" + }, + "opencode.json": { + "mode": 420, + "sha256": "9af560c2a49945e964beb689649c13775e2aaaf691af270a565d6c6826f76c15" + }, + "src/app/CMakeLists.txt": { + "mode": 420, + "sha256": "142999eded2ff494745ce550af76a8f8caf0269ad22d6d5650e7a79c19d22717" + }, + "src/app/alliance.cpp": { + "mode": 420, + "sha256": "37d6e57f7ce82a69a595cf474e7be7a544efef210f960e9cdfeab6168826bac9" + }, + "src/app/alliance.h": { + "mode": 420, + "sha256": "08fa8dc96286c7cb15a90a987fa22b17e195522e642ab8303b659ca58739eafd" + }, + "src/app/command_replay.cpp": { + "mode": 420, + "sha256": "739059930cd3a5f1d988522ff50c60d8657664a66c9fe19b019833f417b55824" + }, + "src/app/command_replay.h": { + "mode": 420, + "sha256": "956429a742554cada2124de49c6955e27b0e5d68db87dcc95b22c75ec7bd93c2" + }, + "src/app/construction_phase.cpp": { + "mode": 420, + "sha256": "025cd0ea1a7badd567f7f1cd59330b1e01149b5c5094575fbd438683658bb0df" + }, + "src/app/construction_phase.h": { + "mode": 420, + "sha256": "a4d39994096683a1144eb20282b205cf71e2045873cc15b53bdac214ab1e9a5e" + }, + "src/app/event_phase.cpp": { + "mode": 420, + "sha256": "80717fa7c7f108004d5250f12b6c994752a1a55d7f32c7d3ebf29f2869118c90" + }, + "src/app/event_phase.h": { + "mode": 420, + "sha256": "54077268fe4705270dc06bdc46a6fd9384fb5e0d36da19e55ea149b478d8cf34" + }, + "src/app/growth_phase.cpp": { + "mode": 420, + "sha256": "5924d2641fc98d902b56a3e6417d7a57d70c1564718951b098e7d14376ebc4e3" + }, + "src/app/growth_phase.h": { + "mode": 420, + "sha256": "8222ef811abff161c8f891a331a52e527de54fbf468949d1e0e188adc473ae3b" + }, + "src/app/main.cpp": { + "mode": 420, + "sha256": "adfd7dd177439bfd57509532bcf0f37779281ae9309daa93efe1ada3ef3f57a7" + }, + "src/app/observed_phase.cpp": { + "mode": 420, + "sha256": "31fb99678d60de6901b4bb1b251abe2421453264653cf5f7bd297a376c2b23f3" + }, + "src/app/observed_phase.h": { + "mode": 420, + "sha256": "f88fc22a5cb21a43e196d7fae09446126635d3284e6b398bca234f265234b693" + }, + "src/app/phase_catalog.cpp": { + "mode": 420, + "sha256": "e3da16e6d499b7836953251d940ce171792ada208156ca583277298f305fc316" + }, + "src/app/phase_catalog.h": { + "mode": 420, + "sha256": "da6fff506002079d8277358d0095981dc260449dc19677a533ef25ab709aed87" + }, + "src/app/report.cpp": { + "mode": 420, + "sha256": "da3feb6043f6e68cb9ea763f7242ac153a5944c59f448284faf34c64ad6b9228" + }, + "src/app/report.h": { + "mode": 420, + "sha256": "0495d164458ddb7187ce3105f82cee06cf9cf6c5b73ed8cb6e434e1d2e0f8481" + }, + "src/app/script_phase.cpp": { + "mode": 420, + "sha256": "61eeeeb7eac3145cee938ccfc564b231b6968ce7926fb9599c136134f0d5ea91" + }, + "src/app/script_phase.h": { + "mode": 420, + "sha256": "e52006ff939fa945870fafdc2412ba67e3d5e1cc2aa51c0ca0a884ce630aa1b7" + }, + "src/app/trade_raid.cpp": { + "mode": 420, + "sha256": "07d6bb904e655bb644ff6df2e417adb448487bb67acb62240ec5ecc978eabebf" + }, + "src/app/trade_raid.h": { + "mode": 420, + "sha256": "10e0b1460eb7810f1fcd61e67d47333373f06bdacf5a11372958a84a91084e52" + }, + "src/app/treaty.cpp": { + "mode": 420, + "sha256": "317463fc0e2a6ca7eaa4e2f096c3821655a4623de4085af44d951ed500837575" + }, + "src/app/treaty.h": { + "mode": 420, + "sha256": "836395a85868cbd6b7fda8f1d304128fd7cc6952aff37003e8e119a5ce0251f9" + }, + "src/app/turn.cpp": { + "mode": 420, + "sha256": "a626ddf80a340de50b70f09bf91c0180d255c533e65edce1532d807fcf5109b4" + }, + "src/app/turn.h": { + "mode": 420, + "sha256": "85c87aab5c5b5ad5a6a34cc9db710b1cf77dec1a7145ba1e0b5e17fff9a6a237" + }, + "src/app/turn_record.cpp": { + "mode": 420, + "sha256": "e1eb0b253e964ab4f8be1333f81e193ac64109544da384cbdf21858cbf931e4d" + }, + "src/app/turn_record.h": { + "mode": 420, + "sha256": "78d8d2948bd04bff5e7d2c55955b726f1cd7552a765e608e390209e03856f76d" + }, + "src/app/visibility_phase.cpp": { + "mode": 420, + "sha256": "34d9df699af3e57823ec8457c442408da854028f9b95db5820171caad0823131" + }, + "src/app/visibility_phase.h": { + "mode": 420, + "sha256": "60db50f5b98c5edafc86a33f982a7773acc291c1a18f9cf23323e53ebadcde27" + }, + "src/game/ai/CMakeLists.txt": { + "mode": 420, + "sha256": "f51509a2699f02ecab9faa1f75feaa38c299e6bbbe08bfbe5e8e86722037f6eb" + }, + "src/game/ai/agent.cpp": { + "mode": 420, + "sha256": "e1bbddc3deb797d62ae9c2b24bc811ec9379699992dd838694bd5eadc73feef7" + }, + "src/game/ai/agent.h": { + "mode": 420, + "sha256": "48aa26f32d52a3f8f4e37ed5c6986b1e87a8fe1e780d5314514eb5c75b8bc244" + }, + "src/game/ai/apply_order.cpp": { + "mode": 420, + "sha256": "122ffea1090382fd01bc505fd30c59557dfec2c9846609d00da6e80109da2253" + }, + "src/game/ai/apply_order.h": { + "mode": 420, + "sha256": "a3b7a1ca26243ba0fdd801b78978175db6f76e297a72876fa0a35e12f38e09b3" + }, + "src/game/ai/command_capture.cpp": { + "mode": 420, + "sha256": "cb9a1d37af9f66e78d368e03aeabec01e4d48f76aaa30348a51f4c70a915e4ec" + }, + "src/game/ai/command_capture.h": { + "mode": 420, + "sha256": "921599e5b2aa8b773db00134618efde687c7d9ba739abd787ec7666f4cfeb78f" + }, + "src/game/ai/orders.cpp": { + "mode": 420, + "sha256": "1b775eb1a030bc6e81e5b7702cbf8ad56288860276e8a0475da66f7367542640" + }, + "src/game/ai/orders.h": { + "mode": 420, + "sha256": "c2a3b8fe1a7c46a1c1104bc87be8696d9f0782cc304d27cb96d0ec6b182f12ae" + }, + "src/game/ai/tasks.cpp": { + "mode": 420, + "sha256": "b05878ccd94c375aac8723c8ea9499f77b98fb94acc5a75a15fa1948dbe83c76" + }, + "src/game/ai/tasks.h": { + "mode": 420, + "sha256": "b1de4f89c1679ccfdeaa8b852cb2ce407b71dcd1bffacf97df389a69f6ae3a5d" + }, + "src/game/ai/turn_order.cpp": { + "mode": 420, + "sha256": "858b12c51c4509e16a22a6c080d1c6b47bd23d2b8a11f84a48d34f24c4635f22" + }, + "src/game/ai/turn_order.h": { + "mode": 420, + "sha256": "3e76710928fc2df52fd8312abfb8f23a2ce162f8e0856f46672a4f46b5b4384f" + }, + "src/game/combat/CMakeLists.txt": { + "mode": 420, + "sha256": "4b3a05c45360e312d6c1d96c1f05a60437d19d2046257835e0d6c70ecc4ce115" + }, + "src/game/combat/retreat.cpp": { + "mode": 420, + "sha256": "eede86a4d25289dfc9132d5776b11114a109179e5aa10f2b985035e5b22d7a1f" + }, + "src/game/combat/retreat.h": { + "mode": 420, + "sha256": "5fc3e002a5f1944f29c74f862ff942b894e40e88afafd52358373ada36644d7d" + }, + "src/game/config/CMakeLists.txt": { + "mode": 420, + "sha256": "c746021654505c92be333cefb9df994431679d40d8d654b937feb950684830f7" + }, + "src/game/config/config_loader.cpp": { + "mode": 420, + "sha256": "d903ba06747e5b7d66400d03ee1f0a9896bf4268bb200dec0b5c8599dbd3d3a1" + }, + "src/game/config/config_loader.h": { + "mode": 420, + "sha256": "fda71dee1a4e2b896760e9ac344768e176ea4f0a08609c7d651033a1ee698085" + }, + "src/game/config/manifest_loader.cpp": { + "mode": 420, + "sha256": "dbe33dc5ae03db18f3b2c01b48cc1fced10f2cca599270c0a028321a7d7dd7c6" + }, + "src/game/config/manifest_loader.h": { + "mode": 420, + "sha256": "68e508b9e6d1222d980b22ae826b127693fdf0821b6539ed9e62a8ec031aa5b5" + }, + "src/game/config/msvc_sort.h": { + "mode": 420, + "sha256": "17fcb13bb49a634c80be38299617c6c16fd8addedfa88c53d67242c90b811716" + }, + "src/game/data/CMakeLists.txt": { + "mode": 420, + "sha256": "677ba0dd0ebb8176f4e7c41d5550f2ccedd56d49e7e4acb1eb0a7970e9e98a51" + }, + "src/game/data/block.cpp": { + "mode": 420, + "sha256": "f61312708c715ce525ed1a01e71f1446d31fc96ca1cc51f5bd863cac51702200" + }, + "src/game/data/block.h": { + "mode": 420, + "sha256": "f14155dfca5fd270ad6b4d462458aa8cd5c5edf5e19da4df492ee2907e99eccc" + }, + "src/game/data/catalog.cpp": { + "mode": 420, + "sha256": "7799ad3b31d43236cacbc51c3ab086265927f98b1346005a8adfed2796178ebc" + }, + "src/game/data/catalog.h": { + "mode": 420, + "sha256": "80223146bcdbf4808776f974df7e5f46b120a021979a22f50b5ce2d74ec16d6e" + }, + "src/game/data/common.cpp": { + "mode": 420, + "sha256": "e58ba046844be11c61f7f7e501829b48b4f16e7c0ab78f10fcf9189c133cf040" + }, + "src/game/data/common.h": { + "mode": 420, + "sha256": "d1ac8375c1be133a98a383e01598f393f194e1bd9790d1c1230bc6121a45a187" + }, + "src/game/data/fields.h": { + "mode": 420, + "sha256": "4209df368ad776b3c24350246acf47ad874fcbbe292fb16f9ca7dacaef2f08fb" + }, + "src/game/data/shipsection.cpp": { + "mode": 420, + "sha256": "82d5ba9be2a446e50934b0b9a03b16839bd3acd1a967d9441180a1baaa271264" + }, + "src/game/data/shipsection.h": { + "mode": 420, + "sha256": "bcf100f83691226c4993dd7866b67a0b48d9b4bc6841463fbf07f0f26bf9dca0" + }, + "src/game/data/strings.cpp": { + "mode": 420, + "sha256": "6d983d3a4cb4284215301409587136fb765a5e6a4c9f4b988e01d710c0815f59" + }, + "src/game/data/strings.h": { + "mode": 420, + "sha256": "fb292bd472ed68eb4a5e93484f3f92d8a0ae8661e6a61ca4b417ab889c508055" + }, + "src/game/data/techtree.cpp": { + "mode": 420, + "sha256": "2ac6e39faeef808c97375f3b8a3ee219fcab8cc09921f0ed8d82eef7374eb9ea" + }, + "src/game/data/techtree.h": { + "mode": 420, + "sha256": "504946c255405ab28d20d0ed6c095b3b63f0e6865afe0e8bb0707e607c363007" + }, + "src/game/data/turrets.cpp": { + "mode": 420, + "sha256": "ce7db50ef10825e168fee2bf57c4b6038dd1a356be7ada9ed6a4f6a4f31b07a4" + }, + "src/game/data/turrets.h": { + "mode": 420, + "sha256": "f01603ad32b0ffdf891c88cc54c39a725c6a436f8dda79ac23e7505e59853c64" + }, + "src/game/data/weapon.cpp": { + "mode": 420, + "sha256": "accb5aab2081babb26443cd257f292909e19440c40346e098144148922f5d3f6" + }, + "src/game/data/weapon.h": { + "mode": 420, + "sha256": "63aeb670ae7b8a1fd6daa35ed60ebe41a87f62a6ec2a12f44b13f9052c55b009" + }, + "src/game/design/CMakeLists.txt": { + "mode": 420, + "sha256": "42692f7917d99fb5b9e392c2d0f1d908b2bc5c61fc2e5687fddbd665dafe0bef" + }, + "src/game/design/defaults.cpp": { + "mode": 420, + "sha256": "8efa0b79646525375739a1acfe77e75d5ae6b669d1ecaa01f49f3f5183caf528" + }, + "src/game/design/defaults.h": { + "mode": 420, + "sha256": "20af056628f362a4d5ad7ba6277135697718197ec6844ae0ae85bf06d4cd818b" + }, + "src/game/design/design.cpp": { + "mode": 420, + "sha256": "e166281c52a6d92fed8810b38bd736cbd2a324f15d290a39a539d01ff35ead20" + }, + "src/game/design/design.h": { + "mode": 420, + "sha256": "7e936c78ca10c3a49470da67f1659cf4ee323d14d50b5b2c1ada08edfa8f6997" + }, + "src/game/design/hull.cpp": { + "mode": 420, + "sha256": "554b0ef6955ac230c7eca29ea2d94d60b5fbc91f34d9ff457091577c8602268a" + }, + "src/game/design/hull.h": { + "mode": 420, + "sha256": "997018e59c9d78ee1da7e7cb9561b94b76befacbe348a4ce3301c5f22b582461" + }, + "src/game/design/rules.cpp": { + "mode": 420, + "sha256": "a623984f9ab40c354320051fec00bab2c7e3728c2c90082b3b8051294b906319" + }, + "src/game/design/rules.h": { + "mode": 420, + "sha256": "70a8a42fe82e9805cbb957717688ab9f9eb3438226f6e0d696ef5f7a51529229" + }, + "src/game/design/stats.cpp": { + "mode": 420, + "sha256": "c05f420a00026289be8693c0d80bbd2354ce354a91a78459cfc8e70467326c54" + }, + "src/game/design/stats.h": { + "mode": 420, + "sha256": "ba0a5d3bcc98f5c3e64579d42da70bfdf563773ce2fe1e6bfa2b36b14c453fe5" + }, + "src/game/effects/CMakeLists.txt": { + "mode": 420, + "sha256": "2e20f138f98bc69653c8360a26f99f3f43f35beedea5e90dfd7e9721e7550f89" + }, + "src/game/effects/tech_effects.cpp": { + "mode": 420, + "sha256": "40358c2af37543ca3ab09b4d0433cdb4b0d2d212b45f648739cc86e979501604" + }, + "src/game/effects/tech_effects.h": { + "mode": 420, + "sha256": "ef70addf2caf1e3abf36ac9d878a8db37d2adbac370957f5b6a0b5825564a0d6" + }, + "src/game/effects/tech_id.cpp": { + "mode": 420, + "sha256": "11cd652e81a52e86d72541a5c3de77bb50de3d31226272e0d1856e5a15b7f9a6" + }, + "src/game/effects/tech_id.h": { + "mode": 420, + "sha256": "f37752250c80c9c75ef8e144e4646dc1290a2cc8ce72d9a37949c6408996df86" + }, + "src/game/events/CMakeLists.txt": { + "mode": 420, + "sha256": "9b1f14a3801a991ba065e0e39ae2e3fa3966018e8a98fcceeddeaca3909328e2" + }, + "src/game/events/event_log.cpp": { + "mode": 420, + "sha256": "3b131879ec5e81cd1ba2bb0cbdfa6e05775ed77684f4ed7a8f5cfae87da1e7b1" + }, + "src/game/events/event_log.h": { + "mode": 420, + "sha256": "2ff415b1120ca3f28421006a566280fb977027cfa3f209bdba0986350376a953" + }, + "src/game/events/research_events.cpp": { + "mode": 420, + "sha256": "9520b20eba2a2b4bd5925f13b420d526fc610d06aae7ffad314e3002c4f5a253" + }, + "src/game/events/research_events.h": { + "mode": 420, + "sha256": "b87340c6b14e9de97e5bc0c5a4cbd74e54bab2831c60edf88c0e42ff5218ea22" + }, + "src/game/nav/CMakeLists.txt": { + "mode": 420, + "sha256": "79cc0ba25c6d49f7784663ace033d01ab3d85a5d8015fe2f466f8f1a3065983a" + }, + "src/game/nav/pathplan.cpp": { + "mode": 420, + "sha256": "04cfe8fca5be565f5443c8f1402eb0072221dbd63f70855e35b3eeea752f1775" + }, + "src/game/nav/pathplan.h": { + "mode": 420, + "sha256": "28b51f737b458679888e555d985b9e8d41adf8ba91fa0980b5e83668758c86e7" + }, + "src/game/sim/CMakeLists.txt": { + "mode": 420, + "sha256": "4b3085116f88c903a137abef6806891f7b7245dcb031153df7a5465dd2521116" + }, + "src/game/sim/colony.cpp": { + "mode": 420, + "sha256": "e0f0bf15d87b6ac2e92053cbfe0869c0dbf9465d90a9bae5456bb46883423b77" + }, + "src/game/sim/colony.h": { + "mode": 420, + "sha256": "357dce21440140a6cf836a3c12175ebb5bb6706c37d5ecd315a4ee4937725b47" + }, + "src/game/sim/construction.cpp": { + "mode": 420, + "sha256": "8cf4792f487162ca3599f16f0e92d73b4c9549046044548c5aecf202dd564130" + }, + "src/game/sim/construction.h": { + "mode": 420, + "sha256": "a7f201101ad704f1994f809259ad60f780760fa36174d99a1ccd9299447f5460" + }, + "src/game/sim/economy.cpp": { + "mode": 420, + "sha256": "1e0b17b589496a6139e8ca10fe20553050be7c965a02daf8b520dd5020412d89" + }, + "src/game/sim/economy.h": { + "mode": 420, + "sha256": "6f3e33e803bb49367d4cee3c8ef6186f04b79e7cf901047fc48d933108ab6d2a" + }, + "src/game/sim/movement.cpp": { + "mode": 420, + "sha256": "80c64b2148304b84683cf3860ced1354f5c29c923bbc50cc5001030dd85c2cd2" + }, + "src/game/sim/movement.h": { + "mode": 420, + "sha256": "9a6b2b4960428634d8004cd5694ed6a7a10ab28fd9c0e2a9824ede3e201e9441" + }, + "src/game/sim/numeric.h": { + "mode": 420, + "sha256": "88f715192ea322ace4eea13ab5ae55f7f41600262025208e468b5259220522c2" + }, + "src/game/sim/observed.cpp": { + "mode": 420, + "sha256": "43d29a9fe1195dcc0b7e6101ea05bfd076f03636f9f68de473539c83db0ddd22" + }, + "src/game/sim/observed.h": { + "mode": 420, + "sha256": "0224b5bf341f30ff0e98d910547261b6732bdc0c5339b520e26fc51939c1269f" + }, + "src/game/sim/player_turn.cpp": { + "mode": 420, + "sha256": "beb1b2ed434df3727e676ac56e751beff87fa98e4a42e4657cc54d41025773a2" + }, + "src/game/sim/player_turn.h": { + "mode": 420, + "sha256": "f24f8f5e161486575cd341c2f5bfed46fa6983263edcf2320e9c24860b4be51a" + }, + "src/game/sim/research.cpp": { + "mode": 420, + "sha256": "95f2d325544ee018ec8d0f945e91b4172f6ba406f95e19f86c4fb9aac6b22a89" + }, + "src/game/sim/research.h": { + "mode": 420, + "sha256": "e27a311e977afb2e01242938dc8d928e9a67d1f761965e191cf907e05c1c86e9" + }, + "src/game/sim/rng.h": { + "mode": 420, + "sha256": "f7e5bbced3dbd37deb49a00b52d05f7c751501d654dabd645ecff7447355929c" + }, + "src/game/sim/scriptobjects.cpp": { + "mode": 420, + "sha256": "a4f9a1b49e4ba22a88726efbbea2f355b40a3c006734d9150d509a344720a4d2" + }, + "src/game/sim/scriptobjects.h": { + "mode": 420, + "sha256": "210d0eb51780df70a9bca133664429589c03ea33e4524e2c182801d4b4a5c74b" + }, + "src/game/sim/species.h": { + "mode": 420, + "sha256": "83b44c0600b99c5acb72a3484bb0708cfba765cdf594aede596a3c47d5ee6298" + }, + "src/game/sim/techgraph.cpp": { + "mode": 420, + "sha256": "81f8f1120eb1fa4a77752bd2e0917df3dd76372461416526ae510bd697944ef8" + }, + "src/game/sim/techgraph.h": { + "mode": 420, + "sha256": "b2fc90666080a6b7f27dc9290eef17774d57742c2a1f9e1f77d94c7fa5689f6e" + }, + "src/game/sim/tuning.h": { + "mode": 420, + "sha256": "4acfad4098de951cc3a94ca25a2f200e96caba1836bf7441de5a2b458c022194" + }, + "src/game/sim/visibility.cpp": { + "mode": 420, + "sha256": "25f86a34f9a98d2439672283a446ba1804973dae3f6d9aa3692342b05f3a3ac0" + }, + "src/game/sim/visibility.h": { + "mode": 420, + "sha256": "783896489a2a9ec8bce617b141bfb631e8ef92f958be7b5c2ca64fd75774471f" + }, + "src/mars/parse/CMakeLists.txt": { + "mode": 420, + "sha256": "76c290b786a3e73387ec8c574fd5a0dbeb6e629adbe970426314f16497f59fa9" + }, + "src/mars/parse/blocks.cpp": { + "mode": 420, + "sha256": "e60baa8127b21cf6eb6c8e2aa02c6a72c6403dbc29e8480ff658bf184266675b" + }, + "src/mars/parse/blocks.h": { + "mode": 420, + "sha256": "1e8b76919a584d1d7fb01c5ff5e3a7173e8456eca892d61f0c6b7bb8f02f33b1" + }, + "src/mars/parse/effect.cpp": { + "mode": 420, + "sha256": "beb76a841a3d42dbc157413384ff1a0312a7068d6b22020eadcee2e1cbbc81f9" + }, + "src/mars/parse/effect.h": { + "mode": 420, + "sha256": "aaa5c83f2d8eef24667bf05d0f71b2a346f2fce09dc9a45d7a5197c894922e44" + }, + "src/mars/parse/result.h": { + "mode": 420, + "sha256": "58cff456e353550abcd0f52e031d9d70f2b7a975f4762cfccc64eb6bc748dbd9" + }, + "src/mars/parse/script.h": { + "mode": 420, + "sha256": "69a493268c47a08672694489a51c3ff0a7f9aa870e5ae5a93d47ba033cf21ad3" + }, + "src/mars/parse/value.cpp": { + "mode": 420, + "sha256": "712133e4d725649f5461e6a46bac6842b0751ac3fb7e1c468f826638ec58f623" + }, + "src/mars/parse/value.h": { + "mode": 420, + "sha256": "60d692648dab7e3e216c8d9e6ef212592ba1df1a98260b1b4599354742947b38" + }, + "src/mars/rng/CMakeLists.txt": { + "mode": 420, + "sha256": "dceb4bc0fb35c95a12ed9aa36380e79aa75641b15ecc06e4289d39824087e2dc" + }, + "src/mars/rng/mt19937.cpp": { + "mode": 420, + "sha256": "0c60775e9437b8eaad49f67a96001c81947c8d9e6d2472e28b2b490515bac95b" + }, + "src/mars/rng/mt19937.h": { + "mode": 420, + "sha256": "300836ab26fd1a4d913b395f08770bb2c248029ef1b80ecbf0c4d886adca2b8e" + }, + "src/mars/stream/CMakeLists.txt": { + "mode": 420, + "sha256": "95ffbb0c519e55b7423ab048a3019e295b7ef3a3e9506044ef2e68569df9601a" + }, + "src/mars/stream/archive.h": { + "mode": 420, + "sha256": "84d9ae2bb3d6f444b3933b3816cafd12caee8619d2219f19cd10d32cfad01d2e" + }, + "src/mars/stream/bytes.h": { + "mode": 420, + "sha256": "9f5869952c9d6b925db32995a417ba292a0c1a672fc3850400150afb8163b3f1" + }, + "src/mars/stream/dump.cpp": { + "mode": 420, + "sha256": "1b5bba86b2f85b1718276f8db557601320ab8a165d5fbfe93e51219cca5a1c16" + }, + "src/mars/stream/dump.h": { + "mode": 420, + "sha256": "a69af300ae7083fb0a5362edbe7eecd5273c8807884aff9fbedd7ae606c7fc4f" + }, + "src/mars/stream/gzip.cpp": { + "mode": 420, + "sha256": "20d71fd50bd637f78e7ebb5217bc6607ebc257535cc4720e640e4badb72f1644" + }, + "src/mars/stream/gzip.h": { + "mode": 420, + "sha256": "6bce52c615eb120999adb1a6f7f06baa813a033c28e02e6d79ce77f5b7a929c9" + }, + "src/mars/stream/node.h": { + "mode": 420, + "sha256": "eb43054c8592db107557979c7fc8612dc0646ba5d62f154b9b7f96a37ba2e860" + }, + "src/mars/stream/probe.h": { + "mode": 420, + "sha256": "6411d0976d1e785e8c32af6ecfe1a797c0a9aa02314e5e42fae3ed7b3449ae13" + }, + "src/mars/stream/reader.cpp": { + "mode": 420, + "sha256": "90f19cbcdb0fc50795895ea1eff09cd6c0ab3069095c49b276f3894e3d6bcbb3" + }, + "src/mars/stream/reader.h": { + "mode": 420, + "sha256": "900508d97be1cbe566d77f2c91755d3db387535cd9574e41704b6d940daa1ff4" + }, + "src/mars/stream/save.cpp": { + "mode": 420, + "sha256": "6db367b3ea570a4d0ee831160e3f44cef380f58de163b9d9205ca7449e51e049" + }, + "src/mars/stream/save.h": { + "mode": 420, + "sha256": "b3a411600d98b42e9014e1fc3cbc3eac5f32f4393e9f72036d3d840c802bb469" + }, + "src/mars/stream/savedump_main.cpp": { + "mode": 420, + "sha256": "8dc687f009d9f455e9bfa4019f03df72e058cebbb3e9ae5bcbb308285470208c" + }, + "src/mars/stream/schema.h": { + "mode": 420, + "sha256": "b1cd64bc43076a3e5893239bd2eb5c216e7293ee541322ef74fb106928183a05" + }, + "src/mars/stream/shapes.h": { + "mode": 420, + "sha256": "45ee379ff8100b6bc27427a2580d7aae19ff3d5d0aa27f682d156ae6a92d0a6d" + }, + "src/mars/stream/writer.cpp": { + "mode": 420, + "sha256": "54804b06266e34793f5294f9a96d2939d641915a0f60fc4e3b4170bfcea6e083" + }, + "src/mars/stream/writer.h": { + "mode": 420, + "sha256": "921cd44ea30e0b9944825b1d2caafc46edc8f2c23506c807050ed9208a397340" + }, + "src/mars/text/CMakeLists.txt": { + "mode": 420, + "sha256": "dccb93b37c21c9b3c3b35a50ca8de55c9f00df2a9e0a33b6c36d659a75455436" + }, + "src/mars/text/csv.cpp": { + "mode": 420, + "sha256": "b190e12b86a3f416a72c110caf9e0b2d98cdd33851d2fa48b55a8d7ea39279af" + }, + "src/mars/text/csv.h": { + "mode": 420, + "sha256": "3b7ec6d0884e95bfab869c253eddc30a802602bd1f230cc69461cb9cf3c17917" + }, + "src/mars/text/flat_kv.cpp": { + "mode": 420, + "sha256": "b98d3b7345489f0b149e56cd15436fd6199e4cf00d7ce3f8b8b31fcdecb90e47" + }, + "src/mars/text/flat_kv.h": { + "mode": 420, + "sha256": "d6765cd42cad46597b6e36e9d08baf6819f7796442293043d5ff686e2376d292" + }, + "src/mars/text/lines.h": { + "mode": 420, + "sha256": "b9a16ccf0dc7bbf36100e0b66c80bcb818590b161f820d3c67d55bccff1c2c65" + }, + "src/mars/text/manifest.cpp": { + "mode": 420, + "sha256": "4da1bb615902ec61883e561f5dd375d89442f7b9046fbc864f6308f27921087e" + }, + "src/mars/text/manifest.h": { + "mode": 420, + "sha256": "dd7351a7a6a144e97f3a3b6a25d22d1518a099e95deadb8965cedb201601e102" + }, + "src/mars/text/result.h": { + "mode": 420, + "sha256": "7f817033811dff6fcef1d5b76f88922cb0392afb4359549876cd017a14755606" + }, + "src/mars/text/value.cpp": { + "mode": 420, + "sha256": "94b433d78f3211e1a4dd9eb8a0a00b514cbeaf63a03e738146c56dbbfe221479" + }, + "src/mars/text/value.h": { + "mode": 420, + "sha256": "d3b5c70af2f339ad27b43c38353fc7a2da83388854b02000fa1b6d9a4e1dfc07" + }, + "src/mars/vfs/CMakeLists.txt": { + "mode": 420, + "sha256": "630d5d4707ef3c0f24a414815cc23158853fe9d5aef429d6619abc1c433b3786" + }, + "src/mars/vfs/path.cpp": { + "mode": 420, + "sha256": "e1f3bbab1f90b0132aec24d8c5997dafab69ec72f01f2dd2fa63c91f83ef7aeb" + }, + "src/mars/vfs/path.h": { + "mode": 420, + "sha256": "043091008f2cab7c88185de63e7aae63ad9b0e384109f5b6fd8c31666c4e2033" + }, + "src/mars/vfs/result.h": { + "mode": 420, + "sha256": "19115bf1c5b3bf01da078a49209230053043610b342b01cdaaed126e2d3ea748" + }, + "src/mars/vfs/vfs.cpp": { + "mode": 420, + "sha256": "ab8272cd14b4b55e7af13f5383d6106f0b1caabdde57e69c1d0fb5b434d31cba" + }, + "src/mars/vfs/vfs.h": { + "mode": 420, + "sha256": "2484231baa64ede6fc35eb0f49e1fd7a3373d5c559f016d5adfb9fc433619d90" + }, + "src/mars/vfs/zip_archive.cpp": { + "mode": 420, + "sha256": "d66e70300539bd42bcf193683df7c34d2b0b03146fd79f0a180385ead1559e87" + }, + "src/mars/vfs/zip_archive.h": { + "mode": 420, + "sha256": "0ffbd90f7919741e63e86e14d0f87d247bc2cd16d2db54771071553249ad935d" + }, + "src/shim/binkw32.def": { + "mode": 420, + "sha256": "fb500fd9f9ecbff44123b89fc24cec72e91fec4c4430ce12a69efc06b20de235" + }, + "src/shim/fpu_force.cpp": { + "mode": 420, + "sha256": "c4b4e41a7ef81139c652ba8164ed8bb0d809b42182f0d0f048b9a9e63bebe59d" + }, + "src/shim/fpu_force.h": { + "mode": 420, + "sha256": "75bac23bc45510961f6b10d21c47e72d8dc0d3971a3ab30b795cad1d25332c06" + }, + "src/shim/hooks/ai_orders.cpp": { + "mode": 420, + "sha256": "091ed885012fffa0e02b83c53e547483dfdeaf1094933726e0291fff0a99e434" + }, + "src/shim/hooks/ai_orders.h": { + "mode": 420, + "sha256": "6e775b3f946f2eaf10dc2e236a3f3c7b9311ed4e82cd4be1ca30e6c62d49d053" + }, + "src/shim/hooks/ai_rng.cpp": { + "mode": 420, + "sha256": "b8fec711cb620561c8f4854e72c3fb0d73013c9b1cd69fa63fc05dd3d2f60289" + }, + "src/shim/hooks/ai_rng.h": { + "mode": 420, + "sha256": "1306f4d3c8071121b06c75232efa5c50b155c1f8752fcae852ee8e5497ce7d08" + }, + "src/shim/hooks/ai_visit.cpp": { + "mode": 420, + "sha256": "cd69811074820810edb1ed3779ca08bd99fea620b162d80a0395d35e8db7fc31" + }, + "src/shim/hooks/ai_visit.h": { + "mode": 420, + "sha256": "8315b433319f680e80a154409124355ad24842e9a0cdef5c8aa6d12422971189" + }, + "src/shim/hooks/budget_inputs.cpp": { + "mode": 420, + "sha256": "fa50fb74a3874886cf8aeb4012b9fd9a5a43ce38ab3c543ee425002ca32fd46b" + }, + "src/shim/hooks/budget_inputs.h": { + "mode": 420, + "sha256": "56e2f95930ff420820a3464162fde74ac0a3ff2e1dc8b493729fed342e4a6548" + }, + "src/shim/hooks/colony_inputs.cpp": { + "mode": 420, + "sha256": "7aa9191ec6292d765fd06c99ff1f2ae2e09a65fb1f238dd2727f28bd465dd46e" + }, + "src/shim/hooks/colony_inputs.h": { + "mode": 420, + "sha256": "87ec765e14106631e3f6423450e6e01d5bb21060fa91f83c267db215ef4986d9" + }, + "src/shim/hooks/colony_turn.cpp": { + "mode": 420, + "sha256": "b82616c7b9b05e96e7f4c40d853c686884b517a5424413686d61799df9d45420" + }, + "src/shim/hooks/colony_turn.h": { + "mode": 420, + "sha256": "a9013cc2e92998ff56ac0c8cc36dc42033fbe3072ee88b86882a1dd4dd0357d6" + }, + "src/shim/hooks/compute_budget.cpp": { + "mode": 420, + "sha256": "76a24f0daf1f49cfabbed13753c65754e26bfcc4f672791b37e926f82b5c1906" + }, + "src/shim/hooks/compute_budget.h": { + "mode": 420, + "sha256": "f308717e44e12151cfb20a6a0cf11ff8e99ecc9c17ef04783198feed05a24caa" + }, + "src/shim/hooks/dictionaries.cpp": { + "mode": 420, + "sha256": "b60794256c07964eb89d5295ecb711b402112fe5f982a9215dc3a304d03a567b" + }, + "src/shim/hooks/dictionaries.h": { + "mode": 420, + "sha256": "ac68fd66eb343d40ee97d6bf29c8b54f5d469a9ef8862687ae15e6ad8bdafdc0" + }, + "src/shim/hooks/draw_sites.cpp": { + "mode": 420, + "sha256": "e7a1fa40262db2ed22b1dfa5ca1bd2588da07bfbab046f23afa8e86c03814d79" + }, + "src/shim/hooks/draw_sites.h": { + "mode": 420, + "sha256": "0021323e918d464223d03b969d0e6992a0efac23ba84a31af901cf2ac74e9b13" + }, + "src/shim/hooks/event_inputs.cpp": { + "mode": 420, + "sha256": "eeb9cc87ef5c39994b7f25d5ccfe220c4775b32a4b11471b0fc0fb81fca4362b" + }, + "src/shim/hooks/event_inputs.h": { + "mode": 420, + "sha256": "c0e74aed8756b3de8ebbe5ab3d70cfa6282403efefc2d795e8f0b1b4cd44d731" + }, + "src/shim/hooks/fleet_movement.cpp": { + "mode": 420, + "sha256": "f01ae7f64b1d545089b002b79c9986d2a39b97ad3995c88a8b71fa05eedb90f0" + }, + "src/shim/hooks/fleet_movement.h": { + "mode": 420, + "sha256": "dbbfe50afaedad63ec45881819aa5de3907cdb411ddf8d1d3e6a5f9a386dc8af" + }, + "src/shim/hooks/global_consts.cpp": { + "mode": 420, + "sha256": "87a51601e1a7d963bf841ca4e892aa79de789a050f5d783c7b5d8bbc2e96a9a1" + }, + "src/shim/hooks/global_consts.h": { + "mode": 420, + "sha256": "b6ac4265ec1f02f11c342536dbc9970c13761ea68aec0a5962d0f4cd6aa5d265" + }, + "src/shim/hooks/movement_inputs.cpp": { + "mode": 420, + "sha256": "0e23f86e4a8ed6c292aea8e45512931cdd06742f25c5e0d175bf0ed3b2217502" + }, + "src/shim/hooks/movement_inputs.h": { + "mode": 420, + "sha256": "32904786cbb122c3c8c36faf6bd9ea5ade4cd8395e74199ec08dbcdb8019b66a" + }, + "src/shim/hooks/player_turn.cpp": { + "mode": 420, + "sha256": "33bcadd7569ad13c69f5f160423c8d469bc67725ce7b944cf4b4346fb8cc7f23" + }, + "src/shim/hooks/player_turn.h": { + "mode": 420, + "sha256": "a766a0d93f3860da6f8d1e0dcf110d6754cd8dfe67d867093f32e3d24e8ff0e0" + }, + "src/shim/hooks/player_turn_inputs.cpp": { + "mode": 420, + "sha256": "993dce2ca771a36337c9561695995a0825746563d2e84b4458de650f3e456799" + }, + "src/shim/hooks/player_turn_inputs.h": { + "mode": 420, + "sha256": "ca0d7916ca17d993aaef19be48d03076220ae15cdcc622aef52a7c6b5957ca71" + }, + "src/shim/hooks/probe_entry.cpp": { + "mode": 420, + "sha256": "5faf9cf04a2cf849d2dd54ce4ad9b812120fb99741f11e9d52fed450badf0506" + }, + "src/shim/hooks/probe_entry.h": { + "mode": 420, + "sha256": "f04f445863a6164d03bc9f6edcaa2e2b0108163241510f4c1dfcb0da7667d89f" + }, + "src/shim/hooks/research.cpp": { + "mode": 420, + "sha256": "dacd16403f1dd5be2ef2cc42f16938977bdd0ee9283d0bca647a079ee3d28e83" + }, + "src/shim/hooks/research.h": { + "mode": 420, + "sha256": "a62c4847be81ed9d10c4f5b9a876bd79898040aa11aa8764149d82db4b010a84" + }, + "src/shim/hooks/rng_ledger.cpp": { + "mode": 420, + "sha256": "119d325fcda72268bdc87f7ca7af05d059d4521c4d7d40ad7426ce070865eabb" + }, + "src/shim/hooks/rng_ledger.h": { + "mode": 420, + "sha256": "0d1e9c79e7601da921253e860c55d9b69c21e03a1014c49f1dd85fd0e5f70f30" + }, + "src/shim/hooks/system_output.cpp": { + "mode": 420, + "sha256": "93bfb7e6ca381041d1e9830f82b8d774a63c12593fc426fd3e9198c9373be3b4" + }, + "src/shim/hooks/system_output.h": { + "mode": 420, + "sha256": "62a8424c70bb8e6c3d9603ce752f6b19a3920a4a78be75718869d7dac73f3738" + }, + "src/shim/hooks/tail_rng.cpp": { + "mode": 420, + "sha256": "9b2a3923d1d837399f3486650ef0e49b502837ff7df46a12df9a9e9b0d4d9d07" + }, + "src/shim/hooks/tail_rng.h": { + "mode": 420, + "sha256": "b9585605e71364872db25c608012e94db2148f22e2e6fd40d4b590a83f3be92b" + }, + "src/shim/hooks/tech_effect_fields.cpp": { + "mode": 420, + "sha256": "4c4d558aba3ac4e1b10e0944c867911e61daea0b4ade716760546846cebcb7b3" + }, + "src/shim/hooks/tech_effect_fields.h": { + "mode": 420, + "sha256": "22b2c050f73c9de011a42dc5a52d92a1bd3b24a59f3ba3b4332d832fb1853420" + }, + "src/shim/hooks/tech_effects.cpp": { + "mode": 420, + "sha256": "2a20f01a18ed30a466e2023ae023aeed8718c680cda927d2f3b463b6dbe35714" + }, + "src/shim/hooks/tech_effects.h": { + "mode": 420, + "sha256": "ffbc4e8262146cd7764f0b9758fff01ce5d359b25a0f5d8c931313f32d035320" + }, + "src/shim/hooks/watchpoints.cpp": { + "mode": 420, + "sha256": "15c94333f22bb592129efe3fb800ea89987045f9ebbc0e6791d4397961fd727d" + }, + "src/shim/hooks/watchpoints.h": { + "mode": 420, + "sha256": "639ae42b230fb31762f50cac0422dcd5b7fda7a1a02c7739a86d1cd6eda62277" + }, + "src/shim/main.cpp": { + "mode": 420, + "sha256": "eebdac7f8f69b8b95cd290c96d41c6f3f0ed5c45ccd5de54ffc790af47083b99" + }, + "src/shim/shim.cfg": { + "mode": 420, + "sha256": "44ca58394455549150c3461cc888128a968b4f062807e19ef25b8eebf0bfd523" + }, + "src/shim/shim.cfg.b4compare": { + "mode": 420, + "sha256": "68bed5883a75132eb5e885b4750d23c1d5734c843a32a56dc7f96d2b73fdf962" + }, + "src/shim/shim.cfg.b4scout": { + "mode": 420, + "sha256": "faac0765478d88b63f371fbc307512e71fe05f2e6f97272e6e0ceb267cc6d626" + }, + "src/shim/shim.cfg.b4trace": { + "mode": 420, + "sha256": "6a89cdd3cfdf53cfbaff29278fd5d0edf156ad8a525c61624b60ddb1eb0575a1" + }, + "src/shim/shim.cfg.bupin": { + "mode": 420, + "sha256": "39d52ef1ccb18d4dea261b87d3f363ba45079022d1b9bc3531c552ef6df80ec2" + }, + "src/shim/shim.cfg.cbcapture": { + "mode": 420, + "sha256": "0939b1ea144976ded2d45ad885fa0f1ffa3d77f16cba9b4d5a9cb87623500a62" + }, + "src/shim/shim.cfg.cboff": { + "mode": 420, + "sha256": "7d5d6e2ceb7f86fd17543c9212e8547be6009f725871aadbaf6057af1f4f5484" + }, + "src/shim/shim.cfg.cbpin": { + "mode": 420, + "sha256": "72a222c025796458dc1a538eed3ea55f053ee5e3c01e5b19b802922a058d4fbe" + }, + "src/shim/shim.cfg.cbtrap": { + "mode": 420, + "sha256": "938c0893b95b576b75927d75787999c22b3424d28c8936456ea3723f62775e51" + }, + "src/shim/shim.cfg.crcompare": { + "mode": 420, + "sha256": "129031ceb358fef9e0fcee2fb42a0f20fd76d9db78f061f956bf75ce2cc51dec" + }, + "src/shim/shim.cfg.croff": { + "mode": 420, + "sha256": "f99345e7db55e695ecabf7a00fc16ced9a42e8882abfeabc8281b9a4ef26d730" + }, + "src/shim/shim.cfg.crreplace0": { + "mode": 420, + "sha256": "60c13bd76e546b4521ab4e6a7836439078e2a176a11e471e03434623153cb7d9" + }, + "src/shim/shim.cfg.crreplace1": { + "mode": 420, + "sha256": "d27f43eb970d6a9c8a0c8d8f7071633a226c34b675a6581b331c6e1ba6f36c9b" + }, + "src/shim/shim.cfg.fpu007f": { + "mode": 420, + "sha256": "998decddb80cf23d63c42d2d6c1d1aa85072258ca0870168ee772708ebfb6363" + }, + "src/shim/shim.cfg.fpu027f": { + "mode": 420, + "sha256": "f4f9585a8f6317807bcab498ebed5de5d42400124a82ea958558f1455176cebd" + }, + "src/shim/shim.cfg.fpu127f": { + "mode": 420, + "sha256": "1f50a475f0d347b5b5a7c2341eac4ea22092818e18bc7ea049154d309949e271" + }, + "src/shim/shim.cfg.fpu137f": { + "mode": 420, + "sha256": "8658d901e0688d87d2f2359fe725082b9956291988cdc0b82b155dde55fef5e9" + }, + "src/shim/shim.cfg.fpu1a7f": { + "mode": 420, + "sha256": "59ff1f48a10c378d0ea92d8a156b135a106017a5b6c47b65de304fde3187c588" + }, + "src/shim/shim.cfg.fpuoff": { + "mode": 420, + "sha256": "ce637b3f0eca81c04490335cd9fe8a537cd09e5ef14cc5b3050f548ca4d54c65" + }, + "src/shim/shim.cfg.hoff": { + "mode": 420, + "sha256": "dc9b4619fe84921ea5896c2cd190afb5bd4ca89422fb86bfee8459665f92cd7a" + }, + "src/shim/shim.cfg.hp0": { + "mode": 420, + "sha256": "ede723fc540adb94bf16af0f3086c1935aac008acb6a8d550e2a4e97ff232c2c" + }, + "src/shim/shim.cfg.hp10": { + "mode": 420, + "sha256": "1c1f07dfdb7f99d63ed9a62aa9a447efda690623164beeaf434c588e02ef12cd" + }, + "src/shim/shim.cfg.hp11": { + "mode": 420, + "sha256": "36eae0d554a79b9536e3c57d2fef187ae81bd3266947c7f45035be554fb59404" + }, + "src/shim/shim.cfg.hp4": { + "mode": 420, + "sha256": "5bb0d636247c37def9b5cbf0cc9138b13590a50ae8212890fb7d31dfb9e837f4" + }, + "src/shim/shim.cfg.hp8": { + "mode": 420, + "sha256": "a8fe5f16a299b2b9eb81a811c7ec5a3b1baf635fa179a69f1e23243c7d1e2133" + }, + "src/shim/shim.cfg.hp9": { + "mode": 420, + "sha256": "765fdf337bb6942dbd1357166646dbf7fde3777678a606c4dbfd368078f09b5d" + }, + "src/shim/shim.cfg.hpall": { + "mode": 420, + "sha256": "630f99725ea6aa933984f4c545634d127787672de36f6756da2591e22a36f366" + }, + "src/shim/shim.cfg.hprobes": { + "mode": 420, + "sha256": "3bad5e3e7bf35a85acc7169d27531788e9659dbe0f8b1a0c719777fdb6beb5dc" + }, + "src/shim/shim.cfg.hprobes2": { + "mode": 420, + "sha256": "c335f1ec8aeff1165213cd40adcdcd59893c65edf95b1537fc4460e6060911c5" + }, + "src/shim/shim.cfg.l1control": { + "mode": 420, + "sha256": "c5dec81556268795b9a3df175bafde340a3fe76c7d6e05389e09e79d2b138b43" + }, + "src/shim/shim.cfg.l1hive": { + "mode": 420, + "sha256": "970ce465f2363f391a93086f1b596e904265510e02e7d2d38174cc6ea22d9b25" + }, + "src/shim/shim.cfg.l1off": { + "mode": 420, + "sha256": "a4197233c65acb876328666cf37754aea96f942b6ea08105bdfb61d6d5bcbd64" + }, + "src/shim/shim.cfg.l1seed": { + "mode": 420, + "sha256": "360af979eaa0c13eaa4db38ff13dcc64b3e2ab538300c26497921301fd3817b9" + }, + "src/shim/shim.cfg.l1snlv": { + "mode": 420, + "sha256": "3603508983a87906ecce02e4c2e9581cf2fa59390af25335f0b221765c57ef6d" + }, + "src/shim/shim.cfg.l3cont": { + "mode": 420, + "sha256": "629530a34412ebf85fc8ce8d2e5931684eea9891b6b619419e6f8db8c37f0976" + }, + "src/shim/shim.cfg.l3control": { + "mode": 420, + "sha256": "42b6ec7ebc9c83dae4a58884803f627d54956eb308611ce1e8d3691a12a74ccb" + }, + "src/shim/shim.cfg.l3probe": { + "mode": 420, + "sha256": "692dabb6f00343bfcc2f86d62ade827c295acc4630a18a1f2ddcebd53640978d" + }, + "src/shim/shim.cfg.l4control": { + "mode": 420, + "sha256": "ab13b7e3604ee98e9372e3405e0eacb6d5965e02d5317cfee0ea9b9afbd750e3" + }, + "src/shim/shim.cfg.l4dump": { + "mode": 420, + "sha256": "fb40d67d8d7dca4587a1dc13a95826ab68eb3fcf44feb6006388935f3ee346f2" + }, + "src/shim/shim.cfg.l4off": { + "mode": 420, + "sha256": "629a3e41d11daa53325f31aeb77d14d5abe67058e274d36ed8feb71e2e30dc13" + }, + "src/shim/shim.cfg.l4probes": { + "mode": 420, + "sha256": "a446ff3d6117d5352ad9b3c3c02f6d6300ce0b1089f055925afe19b77f0a20f3" + }, + "src/shim/shim.cfg.l4research": { + "mode": 420, + "sha256": "ad400f7082680db82c6fb0d39eed488710e6661f9e3215b9ea2eb0ba53444b9b" + }, + "src/shim/shim.cfg.l5budget": { + "mode": 420, + "sha256": "74df0fa1bd14fec6e8028ba05c516f3a370ba389386e5a8459d594c2c7ad83ae" + }, + "src/shim/shim.cfg.l5control": { + "mode": 420, + "sha256": "3557f716dde348a98fda65a5bad54911fe6d52f75c2cf6a82cc5d4fc47a6e968" + }, + "src/shim/shim.cfg.output": { + "mode": 420, + "sha256": "a811cffac230a1d6c0f9c5adacb1b691ae289ec08de0da3726309a4e1213acb0" + }, + "src/shim/shim.cfg.parbr": { + "mode": 420, + "sha256": "ea8230b596e7baae0c127f5700391ec2c96d546daba8c70ce8b2800c83b096dd" + }, + "src/shim/shim.cfg.parctl": { + "mode": 420, + "sha256": "2d1190d032bb705030746197020c715f4ab8af551f944e9ec0abe136912ea60d" + }, + "src/shim/shim.cfg.parorders": { + "mode": 420, + "sha256": "2107be5ec950e69d01c43ab30919fbfe652823878f150111b158927bc41de8d6" + }, + "src/shim/shim.cfg.parpin": { + "mode": 420, + "sha256": "893f1f81cdef0a964145ebb1c4b1e2725af8868b14fed412d40e3cce71f824f4" + }, + "src/shim/shim.cfg.recapb1": { + "mode": 420, + "sha256": "688840567305218dada122b29284f6af44c3c63ca173db87406de159bb547c8f" + }, + "src/shim/shim.cfg.recapb3": { + "mode": 420, + "sha256": "2120646255bd70adf29ed2880daa6b11d0867b9cfc9f1c9644d63b92c263b69b" + }, + "src/shim/shim.cfg.recapmisc": { + "mode": 420, + "sha256": "cb1f794c51b5d3d74eb91cc084c96a04444cd79f22fc694d821b51924544f595" + }, + "src/shim/shim.cfg.recaptrace": { + "mode": 420, + "sha256": "0ae410cc72fe155837d711c78543e14b1f5743310cd023298eb1e5bbd5457e71" + }, + "src/shim/shim.cfg.sdbr": { + "mode": 420, + "sha256": "7cb2bfd798ed1286628f3a879606eff076c4f6011d95e1223376eb4d0a392ca8" + }, + "src/shim/shim.cfg.sdoff": { + "mode": 420, + "sha256": "9195aeddeb2caa4e3db7dfd775c43e96eb99cfdc59a6a61e65d86fb325f0054a" + }, + "src/shim/shim.cfg.sdpin": { + "mode": 420, + "sha256": "61119f197b1dc8ddcad059d2d2c2753dae457b4bda4eb29e06c78282eeda6a0b" + }, + "src/shim/shim.cfg.sdpin2": { + "mode": 420, + "sha256": "d6d7f82b500df4f3ed120b4ff421178cf4373a145fa803e57d22a0654e4f0f63" + }, + "src/shim/shim.cfg.tturn": { + "mode": 420, + "sha256": "2ab2d64288043c3c55fde668facde9307c0739e0c801c900790e11db57c5759b" + }, + "src/shim/shim.cfg.tturncmp": { + "mode": 420, + "sha256": "114d325ae3ece29422069ee74c790603abb38c49162dd32520a3eecd18ab6061" + }, + "src/shim/shim.cfg.w2control": { + "mode": 420, + "sha256": "d042c0082a8eb4f55b8e21983df292f0950adc4ac5787d4a0b83088c10c5a3eb" + }, + "src/shim/shim.cfg.w2watch": { + "mode": 420, + "sha256": "ddb9c18a1c6b6c23758e51ca9ac18b4b95abe206b162497adc2978c0384d6ee5" + }, + "src/shim/shim.cfg.w3control": { + "mode": 420, + "sha256": "c6a3a5ea1e39a0714dffee0e44a0e8d91a2b450534d7e4377273a55b3e87de8c" + }, + "src/shim/shim.cfg.w3mod": { + "mode": 420, + "sha256": "7c7f82aaa8b5b007a740324373060ca2ba84edc765eb4e7ce55afcaba4e1c2e0" + }, + "src/shim/shim.cfg.w3tshn": { + "mode": 420, + "sha256": "51fa826d0b18d6f01987d6748e6610847ec3a761257ffc382a40d234670afec3" + }, + "src/shim/shim.cfg.zledger": { + "mode": 420, + "sha256": "31d0535aff9660eb1ad06f529c88a42aa71b83b36f8404b7541a29327c508a51" + }, + "src/shim/trace/emitter.cpp": { + "mode": 420, + "sha256": "4253cac49f0761e487fd555c3c01e02fa22e2010789ad3af37c62c8fd2e02030" + }, + "src/shim/trace/emitter.h": { + "mode": 420, + "sha256": "aa7804614b3d3a214d5c32c33ed245ae24276979080baa9d5481d6594ee3f79d" + }, + "src/shim/trace/hook.h": { + "mode": 420, + "sha256": "35be73ac1c9519664957ffea639d873e8a811b4620f0feecb21b54ea2776f800" + }, + "src/shim/trace/platform.h": { + "mode": 420, + "sha256": "f1b78d971798e45998b26c6b0e20db49fceb7d4c63f0c8c37452c6c2c6df9538" + }, + "src/shim/trace/selftest.cpp": { + "mode": 420, + "sha256": "31461ae6d329a8a3856589b245f3bcf8631f0db9a5e00530e4f94279950de354" + }, + "src/shim/trace/selftest.h": { + "mode": 420, + "sha256": "583d7a10ef04254c7a0fb7dd2a6071ad012a9a97dfae0896bbd598970b206475" + }, + "src/shim/trace/sha256.cpp": { + "mode": 420, + "sha256": "2faf44b5b273612c776204c1d83e0910d86394f4f6207129a01c81dedc170aa8" + }, + "src/shim/trace/sha256.h": { + "mode": 420, + "sha256": "31ce080acdc086ff7657d9093ac9bea438203eaa8e392ca38539152cdd15038f" + }, + "src/shim/trace/tracer.cpp": { + "mode": 420, + "sha256": "37d9490dbdedc399ecdb30f46eb27f31a4ff8c902eadb2eb48ecca7fb0e8fb88" + }, + "src/shim/trace/tracer.h": { + "mode": 420, + "sha256": "cbb80f167b8f98777f9fb58ce107226f42027ffdbd868a6808047c48caf10f76" + }, + "tests/addr_smoke.cpp": { + "mode": 420, + "sha256": "ace1ab9549bb6f3e0048d0e6e3ec6061035395581b2db46c0a5acb097c428890" + }, + "tests/app/CMakeLists.txt": { + "mode": 420, + "sha256": "dd18f8e25d2a9ce988dc226e03c7c6e02a275bbbea74f505d005e42ca5972037" + }, + "tests/app/test_alliance.cpp": { + "mode": 420, + "sha256": "671b2cb3295f360c61ee87005287999710d12e10e7e532331c1c946ab97f7c4d" + }, + "tests/app/test_catalog.cpp": { + "mode": 420, + "sha256": "c4cd9840c1f1b5d5a6829f7f1c5a0245b5e66135d3bed6410a2b6eca1a037225" + }, + "tests/app/test_command_replay.cpp": { + "mode": 420, + "sha256": "739ebeea5bed551f232774bc812bcb794cfa057015fd187529fa563b5d7ae5eb" + }, + "tests/app/test_event_phase.cpp": { + "mode": 420, + "sha256": "05498df256759fe5b8af80e9e56c2ca071eb26de0651f257798fe1641da627ca" + }, + "tests/app/test_trade_raid.cpp": { + "mode": 420, + "sha256": "2158008bc711b8062381f346fa347a430582d8d1943b0de5f40eb2a38e9a3f75" + }, + "tests/app/test_treaty.cpp": { + "mode": 420, + "sha256": "0f98150a3f9397fd12109eae7359ff7e04a4060e10e01ecf1693eb2a4606ead7" + }, + "tests/app/test_turn.cpp": { + "mode": 420, + "sha256": "6d45b1d2d065528f14ae83d95314f2b6559e53cc23f1b9e2531c7c09b4b97eab" + }, + "tests/app/test_turn_record.cpp": { + "mode": 420, + "sha256": "a845971b8d25d71c3b1138495354ad392e4fc298f87eb9b89d1567c01ab59cde" + }, + "tests/game_ai/CMakeLists.txt": { + "mode": 420, + "sha256": "a57a82d0c79ff933564e200a5b3137f120e70a19834264eeb2438c4cafd7ad3e" + }, + "tests/game_ai/test_agent.cpp": { + "mode": 420, + "sha256": "41cb3fbfc7e0b277771a2e8dd17601285a1e3a911543fc1335ce05a4e4b5f11c" + }, + "tests/game_ai/test_apply_order.cpp": { + "mode": 420, + "sha256": "8669c2e9a4c95b670a9c41262c68ce183d3cf3900bc262e0a2e33500bfffc594" + }, + "tests/game_ai/test_command_capture.cpp": { + "mode": 420, + "sha256": "8c2bae38754b347beeefe85d796c13bcf43cf5bc9bc99eb743626028b4dbd7ab" + }, + "tests/game_ai/test_live_blocks.cpp": { + "mode": 420, + "sha256": "44cb6bd8b34c13e329f9b1d50bb2a5c5513e52761537dccfb01afb7d48be7580" + }, + "tests/game_ai/test_orders.cpp": { + "mode": 420, + "sha256": "b13d1a3a628de411abb4faf024a1ce8d3e94518f12285bb3d7e7e86b012ad43f" + }, + "tests/game_ai/test_tasks.cpp": { + "mode": 420, + "sha256": "ffd8eed7fa76a24616d579a4e31031dadf43a0534e33743fb104dfca552367fc" + }, + "tests/game_ai/test_turn_order.cpp": { + "mode": 420, + "sha256": "382d6a30e9151c57849595cb134b8e2da25d2763738c9cbfa18d3cad51ecce97" + }, + "tests/game_combat/CMakeLists.txt": { + "mode": 420, + "sha256": "fd0c0dfb54033353b7014e3c764c916522cb529b6b3eae8a8d52afd044c13fe2" + }, + "tests/game_combat/test_retreat.cpp": { + "mode": 420, + "sha256": "3fb0be08d230bbd7c4ea4a59319de7ab252e5b7cbee924afd069847da8dcf73d" + }, + "tests/game_config/CMakeLists.txt": { + "mode": 420, + "sha256": "9874822d186e783f25b2dcd87495e7e380d873b8a0790c67fffb9430468094ed" + }, + "tests/game_config/manifest_tests.cpp": { + "mode": 420, + "sha256": "3bc62e7e49699254151a825421973d831b25bcf7a22028c789e3ca63b0d77319" + }, + "tests/game_config/replay_trace.cpp": { + "mode": 420, + "sha256": "83602ec974b8195c3616230ad44c2d4fd6032f8ef5f96e7aa76d49a0a04ac05e" + }, + "tests/game_config/unit_tests.cpp": { + "mode": 420, + "sha256": "45b07c7289abac61fccd0a6cd0ff87812542ec888eb6d295fb87c3f57755cc6a" + }, + "tests/game_data/CMakeLists.txt": { + "mode": 420, + "sha256": "cb8cffb7217e82077d3db749dcacf29c098549159cc0f312ef04bfccaa30155d" + }, + "tests/game_data/build_and_run.sh": { + "mode": 493, + "sha256": "69ea9cb94468c56c329fcc5b9350431067e97091ed47c08bb10b57b38412883a" + }, + "tests/game_data/dump_catalog.cpp": { + "mode": 420, + "sha256": "4588e699c69586dfb77f0d9289e375407d4f9cf019690e26bfc78f7182167c89" + }, + "tests/game_data/oracle/compare.py": { + "mode": 420, + "sha256": "2cfe1ac93790de3351256d284392372721f94de5375686e6301ef39b1943ad12" + }, + "tests/game_data/realdata_test.cpp": { + "mode": 420, + "sha256": "334a924bf81c6ce6192a6688435b374e115382358f7e4554aa164295bdd38321" + }, + "tests/game_data/test_catalog.cpp": { + "mode": 420, + "sha256": "9ea5c3fff2388c5d7fbf295123dfd7b702ef21f17fc7c45a970822814abfce2e" + }, + "tests/game_data/test_main.cpp": { + "mode": 420, + "sha256": "e808f3e2054894da5481d549d93cc837daff61c7b049691f6e2ee453cec53389" + }, + "tests/game_data/test_main.h": { + "mode": 420, + "sha256": "fd63ecf0b56330ee41184fb166498887a8e0af48c7ca60a33ad3270aa5af51fc" + }, + "tests/game_data/test_shipsection.cpp": { + "mode": 420, + "sha256": "b3519f0de60d061a6f1ab8ee81d470a28fc17cc81b113639ef2c1e139c249b4c" + }, + "tests/game_data/test_techtree.cpp": { + "mode": 420, + "sha256": "d05c889da9edb622bd2b66aa8e300d8162e0c8788950daa1086fc049b90dd4bc" + }, + "tests/game_data/test_turrets.cpp": { + "mode": 420, + "sha256": "66adff30b974e9bf2c96c1af024fb85677e1a8307c801933d23f3d2ec9d8222c" + }, + "tests/game_data/test_weapon.cpp": { + "mode": 420, + "sha256": "b16b0481c0a8697ff16e39c9feb3ad9d5406250b7dd1c828bf12f1bb40ed746b" + }, + "tests/game_design/CMakeLists.txt": { + "mode": 420, + "sha256": "a26524ff14878564870853bc067c379d2ebd26c14e45bcbb06593d300ee4b3ca" + }, + "tests/game_design/build_and_run.sh": { + "mode": 493, + "sha256": "b1aab4d13b09fb1ea4205978bd7d8b05af5a6422ebe4a34261c3247489b48bd7" + }, + "tests/game_design/dump_designs.cpp": { + "mode": 420, + "sha256": "b1b24c5cb534ad821a20325869713c04b742c541c448ade83543d75608f7eda2" + }, + "tests/game_design/json_min.h": { + "mode": 420, + "sha256": "9cfd3eabe9b36d6b2863872e08fe6ebaddf0749d1966dea693f8bbc0472780ac" + }, + "tests/game_design/mini_catalog.cpp": { + "mode": 420, + "sha256": "5817c0251883c999c6ebd54c77fdcf3981181b41fb5f7637d445824d60942810" + }, + "tests/game_design/mini_catalog.h": { + "mode": 420, + "sha256": "ecb7fd0dffa8709008bcdf9b9da3e70e68f735f9b5ecd0dcb4c871a35ae43b59" + }, + "tests/game_design/oracle/compare.py": { + "mode": 420, + "sha256": "2db14952f7fca9a587995e326651b0d549b39ceefd9c0ac59982cd35ae5d21e7" + }, + "tests/game_design/realdata_test.cpp": { + "mode": 420, + "sha256": "cea57cd53d881b3bf2557cc32ea402c4991aa6de5ff72340861f195a8e20c141" + }, + "tests/game_design/stock_designs.cpp": { + "mode": 420, + "sha256": "2ac1b8bcb0f61852f4bc0a8b7cda51167531ca2a05d1e485991a4758cf586d03" + }, + "tests/game_design/stock_designs.h": { + "mode": 420, + "sha256": "a49173bde083467f5650cfbfbaebba5f16208d660fe7f2f3da81c2caff07c807" + }, + "tests/game_design/test_banks.cpp": { + "mode": 420, + "sha256": "c1d34991c53523cb7610a569e861e8a312da1fe659de0522a3594fb14cad24a6" + }, + "tests/game_design/test_census_saves.cpp": { + "mode": 420, + "sha256": "814c17c7a14db7b123579b7636ee7f2b720fdf4a5cbbe90f676dc01709c45e3b" + }, + "tests/game_design/test_hull.cpp": { + "mode": 420, + "sha256": "cff70268d58ab95ed963d335904110ab55c79d6a0f660f613409cf6d5d63e2bd" + }, + "tests/game_design/test_json.cpp": { + "mode": 420, + "sha256": "e7fa196274a4591834a974f742ff59c7ed1fb15fb138091b48a071354d001c5d" + }, + "tests/game_design/test_main.cpp": { + "mode": 420, + "sha256": "e808f3e2054894da5481d549d93cc837daff61c7b049691f6e2ee453cec53389" + }, + "tests/game_design/test_main.h": { + "mode": 420, + "sha256": "fd63ecf0b56330ee41184fb166498887a8e0af48c7ca60a33ad3270aa5af51fc" + }, + "tests/game_design/test_stats.cpp": { + "mode": 420, + "sha256": "a3681df901095b848cc6b1ae63d04fd70eeeadd406e7d51f3c76671cbf523a7a" + }, + "tests/game_design/test_structure.cpp": { + "mode": 420, + "sha256": "d09f7707ee170f8a933c657628c1da4f61a29c7eb2dc687a96c3985bdac941aa" + }, + "tests/game_design/test_tech.cpp": { + "mode": 420, + "sha256": "689c081a324c7ece3f70d711f7ac67a5b93207f95e2800a3a708f2f8dbe31965" + }, + "tests/game_effects/CMakeLists.txt": { + "mode": 420, + "sha256": "c80413a7103ce0ed7944fb096ad22fc206a091645428a6015ec3d0e442414a0a" + }, + "tests/game_effects/build_and_run.sh": { + "mode": 493, + "sha256": "ab5085eeab0ec65d8f7ddd7d79357cd15183888b1b4e51cb563810d4e4c64506" + }, + "tests/game_effects/test_effects.cpp": { + "mode": 420, + "sha256": "b10d804b1ad4fb140e13cc1984c6372dbbfdd92560f37583f2411bbcb45c16d4" + }, + "tests/game_events/CMakeLists.txt": { + "mode": 420, + "sha256": "c962651d71ee7783d5565b418f653f2954e489cf698762c5686f5f2dbb4304db" + }, + "tests/game_events/build_and_run.sh": { + "mode": 493, + "sha256": "8b92d249138ee53f728583a0c68b153eaf4e2ad7f92d415d8b3a83df2fb3ec28" + }, + "tests/game_events/test_events.cpp": { + "mode": 420, + "sha256": "182941b9b809b20d24a2e29c5e4bbd626e6da8486e87dc38d1c6088161ec793b" + }, + "tests/game_nav/CMakeLists.txt": { + "mode": 420, + "sha256": "7ee85557a167281f4576252428b4e01795232f31dc1d93c23b284568074cec3b" + }, + "tests/game_nav/test_pathplan.cpp": { + "mode": 420, + "sha256": "6229cc2b1be1ffffb3fbb812c2ccc89dba7099d349be3a6f8f2c2e26aa1dd58d" + }, + "tests/game_sim/CMakeLists.txt": { + "mode": 420, + "sha256": "563547cdd93bce41ef29a73289e5104a5df61f71cc980e49ea37cdbe26743be7" + }, + "tests/game_sim/build_and_run.sh": { + "mode": 493, + "sha256": "a9c42a931242c7f266f512b4d4ad11f6f8ecf43a447a06a04f174301ee19328a" + }, + "tests/game_sim/check.h": { + "mode": 420, + "sha256": "faddddc37a528f0235f510b249cfc1776ce30aff709329954f09093b01231221" + }, + "tests/game_sim/mini_json.h": { + "mode": 420, + "sha256": "710218b637aaf1a5eb7c49eaa7d158bc3e495135ec14bf8b41384769d0227ba5" + }, + "tests/game_sim/smoke_real_save.cpp": { + "mode": 420, + "sha256": "2432e92ac18fadfb1152c54d9dec9a77b3dbf506ea122401cbbd48584b7c9190" + }, + "tests/game_sim/test_colony.cpp": { + "mode": 420, + "sha256": "45355673c46cbaef66b2c81d04a845cf65b6ddfd9819350c7338d9771fafb6fe" + }, + "tests/game_sim/test_construction.cpp": { + "mode": 420, + "sha256": "8df75076a3f460e949e34100d55acf60b054603da6d4aeda4f73297442c06e21" + }, + "tests/game_sim/test_economy.cpp": { + "mode": 420, + "sha256": "43fe658fd2347e3667a901afa642713d70c85ef0ec75094642da2d05b9ca471b" + }, + "tests/game_sim/test_movement.cpp": { + "mode": 420, + "sha256": "1927c371d52115458d88552014cef30bba60e9bef5eb3acfce11b2bc623e06a6" + }, + "tests/game_sim/test_observed.cpp": { + "mode": 420, + "sha256": "1f6ad16c1a2c80f0621573b5196989b0349e47351585d83835be5e27f6ef3fe4" + }, + "tests/game_sim/test_player_turn.cpp": { + "mode": 420, + "sha256": "13f76eaa6cad265deec25416acf0cae2028d6cd1c7b9585df6e9252ba3f0cbed" + }, + "tests/game_sim/test_research.cpp": { + "mode": 420, + "sha256": "3dc668eb889c41f58db6007a96f54fe2a6d56ee6501a298fba3afbbe9637baf6" + }, + "tests/game_sim/test_scriptobjects.cpp": { + "mode": 420, + "sha256": "dfe90a42bcd2844c2ea3666816f97c05237206bf44467ac29790c72b7b498582" + }, + "tests/game_sim/test_techgraph.cpp": { + "mode": 420, + "sha256": "0627ea1c8012b90b62285cae2f31599ba8a8cd47928452910ade91f93502d68e" + }, + "tests/game_sim/test_visibility.cpp": { + "mode": 420, + "sha256": "ad756975b6605a164f2f9106daf2511730642eff354a866bc764a93a4be1efe7" + }, + "tests/mars_parse/.gitignore": { + "mode": 420, + "sha256": "181314065df2f2fdaf920b1a8b5311daa216a2d6489a06ada5b49cc514d89417" + }, + "tests/mars_parse/CMakeLists.txt": { + "mode": 420, + "sha256": "898204fbc1cec44f697e2803c8bc4887857950ba2b1192dd153de74d26de0ea4" + }, + "tests/mars_parse/build_and_run.sh": { + "mode": 493, + "sha256": "550c6df5fffbd85cfffc3312a03a5fa9d59c1e0416e883ddc2576cdb73eac6de" + }, + "tests/mars_parse/canon.cpp": { + "mode": 420, + "sha256": "63e2bcfb2820e7533aa3a287bcec6c318f7238006dce61ad35381562b979cd47" + }, + "tests/mars_parse/canon.h": { + "mode": 420, + "sha256": "c9a78b866d62c4e58643de2c4149572380a1392b411049c8fe74e37475d21d9e" + }, + "tests/mars_parse/oracle/dump.py": { + "mode": 420, + "sha256": "16e98089d5b532e35d6b88b3d50b4bb07e879c18512cf8d06cc5fd2aa9da1117" + }, + "tests/mars_parse/oracle_check.cpp": { + "mode": 420, + "sha256": "5eb81a0c2db8f96c6f8e51246ea9991642e5571dd94dd2e410e2fad632d47adb" + }, + "tests/mars_parse/test_blocks.cpp": { + "mode": 420, + "sha256": "f376a57891a83768ecc8b73ef5eb2333291c280760f7581ead53f7c2a71a4df5" + }, + "tests/mars_parse/test_effect.cpp": { + "mode": 420, + "sha256": "8bb14e7c718e772bfb4a22a7370f41080c49beabfa597ddd603be257bc310011" + }, + "tests/mars_parse/test_main.cpp": { + "mode": 420, + "sha256": "e808f3e2054894da5481d549d93cc837daff61c7b049691f6e2ee453cec53389" + }, + "tests/mars_parse/test_main.h": { + "mode": 420, + "sha256": "fd63ecf0b56330ee41184fb166498887a8e0af48c7ca60a33ad3270aa5af51fc" + }, + "tests/mars_parse/test_value.cpp": { + "mode": 420, + "sha256": "a8dbe3326e5339cdad8fed7dd678df92e8a8b675d0b854f4cea6517bf557069d" + }, + "tests/mars_stream/CMakeLists.txt": { + "mode": 420, + "sha256": "31c69840e6e2e566d2e0bbaf49ab3dec712d27e505d0810ddf0496ce3ff321e0" + }, + "tests/mars_stream/build_and_run.sh": { + "mode": 493, + "sha256": "3737e42960b66e788a11cdd7fa9917fe255b6a4f60280e9f620593bf688aab41" + }, + "tests/mars_stream/oracle/compare.py": { + "mode": 493, + "sha256": "f39dd70e4bbf1952cf99e3437fd1ed6252249f3455a2d3c73311f98d8ff4370e" + }, + "tests/mars_stream/test_domains.cpp": { + "mode": 420, + "sha256": "08394777f7bc4186883cd02058f17fda8f47c3ee47049892bd8762c28b5aa959" + }, + "tests/mars_stream/test_rng.cpp": { + "mode": 420, + "sha256": "55f77273d8af5880f976a24fb00dcd8042b31a7a33f15c9f4b62fdb85bba9d0a" + }, + "tests/mars_stream/test_save.cpp": { + "mode": 420, + "sha256": "50250bb4b4f2da05f9453c541f080e018b68731f24cbf93278d50ca93ddd8d63" + }, + "tests/mars_stream/test_stream.cpp": { + "mode": 420, + "sha256": "d0da9ac2287910527bdac875ab39e0147a9be2f5535f04b55460438f31be2537" + }, + "tests/mars_stream/test_wire_schema.cpp": { + "mode": 420, + "sha256": "1cfd259f554be8218cb182dd1facc07f6cd3dea52f0daf7303393e78c7c2eb97" + }, + "tests/mars_text/.gitignore": { + "mode": 420, + "sha256": "181314065df2f2fdaf920b1a8b5311daa216a2d6489a06ada5b49cc514d89417" + }, + "tests/mars_text/CMakeLists.txt": { + "mode": 420, + "sha256": "20f8e0cfa044fb4e6b1caca0ec8d6536e012c1c4ea4454fe990923f40a201752" + }, + "tests/mars_text/build_and_run.sh": { + "mode": 493, + "sha256": "59ae392080c01be0c7f5530ecb9ae4fbdcc02366242b27527c14b8efd5076d0c" + }, + "tests/mars_text/dump_json.cpp": { + "mode": 420, + "sha256": "e246384902c3adf4fa8f2a54e38c4912f6b58f168ebc9b1e158a719e2a52b1bc" + }, + "tests/mars_text/oracle/compare.py": { + "mode": 493, + "sha256": "46a796196a413aa28a0069086e45c96399f21308153b578f063801eb997b54ef" + }, + "tests/mars_text/oracle/dump.py": { + "mode": 493, + "sha256": "53fde94f6676a5504a247cf209e2a42d67e108cc9ea0b02f289562799ee7d880" + }, + "tests/mars_text/realdata_test.cpp": { + "mode": 420, + "sha256": "a399ad5cf91cf35f78809f5b9b5cac8b2eff344dbfbab07b8b27bf66058e1e3b" + }, + "tests/mars_text/unit_tests.cpp": { + "mode": 420, + "sha256": "cd1e9e4f6e0e503d4d9b0902bd2936513293490cdc680f94639ce93661ca09d7" + }, + "tests/mars_vfs/CMakeLists.txt": { + "mode": 420, + "sha256": "282015598e03430be0f47b779ce7087662415b3a59de14814cb3ba35c17af363" + }, + "tests/mars_vfs/build_and_run.sh": { + "mode": 493, + "sha256": "b6a8e7b0706d7416f548f071e742e600cab226663f7d4ad42299dbb76f631701" + }, + "tests/mars_vfs/make_fixture.py": { + "mode": 493, + "sha256": "57586249e57550869dd5adfbc4fdab173a59d2aee630ba69c20d562018d249f1" + }, + "tests/mars_vfs/realdata_test.cpp": { + "mode": 420, + "sha256": "c95248ae53d32bd5d8cf963ca3a39ea82e5ef08b76de736104b6aa34ec88c789" + }, + "tests/mars_vfs/test_main.cpp": { + "mode": 420, + "sha256": "cdb7bdf9b9356eb0b7f6cb0fab081cda2161b34af14ecf60cc44970e79d517c2" + }, + "tests/mars_vfs/test_main.h": { + "mode": 420, + "sha256": "fd63ecf0b56330ee41184fb166498887a8e0af48c7ca60a33ad3270aa5af51fc" + }, + "tests/mars_vfs/unit_tests.cpp": { + "mode": 420, + "sha256": "de8da00718799886fbbc5820e0f7d0e468a31ab0608361fb509b0c12932c9caf" + }, + "tests/mars_vfs/vfs_cat.cpp": { + "mode": 420, + "sha256": "4a443e779de264f5c0c68a631b1a353b1310a4e838d342527befd8ad1e2a25bd" + }, + "tests/mars_vfs/zip_builder.h": { + "mode": 420, + "sha256": "a0f3688e5a90b7e209497d66d0dcd30a0e1ac59a56ffcbed31b2a50967c1da3a" + }, + "tests/shim_budget/CMakeLists.txt": { + "mode": 420, + "sha256": "88a0f43e433c3a6879a7f6cccf8c84ba4559009614a3fe5adf6c558ea7a47245" + }, + "tests/shim_budget/unit_tests.cpp": { + "mode": 420, + "sha256": "654e96d0880232d3090223a0d9f92f428aeffa528fbd5eca89d6bfe348aefce0" + }, + "tests/shim_colony/CMakeLists.txt": { + "mode": 420, + "sha256": "d7b2674971b0eda32b2edd62244c32af81cea9e6d984a24ca6648edbaea80e06" + }, + "tests/shim_colony/unit_tests.cpp": { + "mode": 420, + "sha256": "4cc41308c10fa1e6aa047fb6c26e4c655b727884bce87b5a9e8e2f76db665474" + }, + "tests/shim_events/CMakeLists.txt": { + "mode": 420, + "sha256": "2b43190a2ce88cf7227250aa5a3b48e3006d24f0d6f5e9a5e48507c2733e4c45" + }, + "tests/shim_events/unit_tests.cpp": { + "mode": 420, + "sha256": "0dc151a4aecb24217cc38cb818bbe760b3da2b08a23ad734b3fa8506d25fe2b4" + }, + "tests/shim_movement/CMakeLists.txt": { + "mode": 420, + "sha256": "46ffe5a9815b189283e4d5ef67a0dcd159f60da7f9ca4a3577669035fefdc1f8" + }, + "tests/shim_movement/unit_tests.cpp": { + "mode": 420, + "sha256": "ee6ee983aa72f078a7ae398ca5f828aba14370c898ae4e56063697d28919ad69" + }, + "tests/shim_player_turn/CMakeLists.txt": { + "mode": 420, + "sha256": "f6affa205f857d4a45f8be05ae0426b6f9a2e8e127f5aeadbac2ed8a4c4daddc" + }, + "tests/shim_player_turn/unit_tests.cpp": { + "mode": 420, + "sha256": "0a528cdf64904dfd22c94ea911a15213701e7912921f04c1909799e6e6240450" + }, + "tests/shim_rng_ledger/CMakeLists.txt": { + "mode": 420, + "sha256": "b6a349f2611ec1f1de2013145a97f3da59cefec81dbc4d2f3e58af507e598bb4" + }, + "tests/shim_rng_ledger/unit_tests.cpp": { + "mode": 420, + "sha256": "d38d80dd907a3468036dbca2b017718b199ab4a0078eb5e5b019b913a9ef8d8c" + }, + "tests/shim_techfx/CMakeLists.txt": { + "mode": 420, + "sha256": "5eaf9a76df6b10258a8c1d2658b03d97377d48a778a1628ca94c9bd69fa7ba8a" + }, + "tests/shim_techfx/unit_tests.cpp": { + "mode": 420, + "sha256": "99a71a6d0ca1f53fc8ff0bc21e79acd64ba2cd9c9f990641e5970c866794595b" + }, + "tests/shim_trace/CMakeLists.txt": { + "mode": 420, + "sha256": "91bc736e198c5cef86ad2ad69ca77d93ab770e5faecf9e6d915f9263b9ce491b" + }, + "tests/shim_trace/check.h": { + "mode": 420, + "sha256": "f4b72b971886c64383880ba26484f9c908d21f5902dff0de0b42f276b00d8366" + }, + "tests/shim_trace/harness.h": { + "mode": 420, + "sha256": "d7eae563723843c1389b108fe2efb2e31b6c264d23567a370a09fb9b1d513697" + }, + "tests/shim_trace/oracle_emit.py": { + "mode": 420, + "sha256": "29ed06c602e9f0d6430bb3c81192b1946213a3f44b91107f7036f35f17b69f42" + }, + "tests/shim_trace/test_coverage.cpp": { + "mode": 420, + "sha256": "8ed5b6d755fe7e2bc98d525e97bc7817a5efb7ed5f0196d49d1c783de3a91bea" + }, + "tests/shim_trace/test_diff.cpp": { + "mode": 420, + "sha256": "afd8e5124cf6e1ad9c4f3e4c2beeb65d00002cf1d4cbaa2e876fea0817a7a347" + }, + "tests/shim_trace/test_emitter.cpp": { + "mode": 420, + "sha256": "a9255bbc055df36a01931e8a61dd1dbf16085f7713db7e7386f66b69ddb10762" + }, + "tests/shim_trace/test_hook.cpp": { + "mode": 420, + "sha256": "4dd67374e260ba2722219c2e44e6be76e583d0ad65844f34859cff49b66a30cc" + }, + "tests/shim_trace/test_sha256.cpp": { + "mode": 420, + "sha256": "b55aa15dc806e3e4a87ddf50657fa4e0af6a4e4e2205c4bd63d1ae066fe57428" + }, + "third_party/minhook/LICENSE.txt": { + "mode": 420, + "sha256": "d5c2224982b0b95a16b098a561335fa93f3eaf4d0aa964b7843edb986df78dc8" + }, + "third_party/minhook/VENDOR.txt": { + "mode": 420, + "sha256": "c79054234a5340f6199f8d9f47d6b3d88e8abd2120586cd78f081cfb81a6fabd" + }, + "third_party/minhook/include/MinHook.h": { + "mode": 420, + "sha256": "e34bbf7b855c842694f6e3dd78e2d280e99ed9732501e3dc1532a8626a8db8e5" + }, + "third_party/minhook/src/buffer.c": { + "mode": 420, + "sha256": "75a789eb718bd5ed2de039ccd330736a31d0a2d14e43d8e15e6cd2332432482d" + }, + "third_party/minhook/src/buffer.h": { + "mode": 420, + "sha256": "9769702bd625249e59a19ede05c84365fcc7707e1fa0e5df08df42227cee13e3" + }, + "third_party/minhook/src/hde/hde32.c": { + "mode": 420, + "sha256": "0ddbc3ab3e0b37e61691131289a151e34f508233ccf3f701752777e5d3f62d68" + }, + "third_party/minhook/src/hde/hde32.h": { + "mode": 420, + "sha256": "5132de5be8ac7a9d054420f5caef0fb01437faa892f03b3cdc77f795973bf15a" + }, + "third_party/minhook/src/hde/hde64.c": { + "mode": 420, + "sha256": "9bf19dd706d4bc255ebd1709f98fb44899df7a1f2412820d77295136e0620f1d" + }, + "third_party/minhook/src/hde/hde64.h": { + "mode": 420, + "sha256": "e99aa4997bda14b534c614c3d8cb78a72c4aca91a1212c8b03ec605d1d75e36e" + }, + "third_party/minhook/src/hde/pstdint.h": { + "mode": 420, + "sha256": "604d1cdf45c5a95bc9cf1bbf39ca05ef83013541101d34971c5cd7577e3d5247" + }, + "third_party/minhook/src/hde/table32.h": { + "mode": 420, + "sha256": "43bf687a9fff071b5f46070db4d36c846f8e069cdc57485ee897c499aacdde23" + }, + "third_party/minhook/src/hde/table64.h": { + "mode": 420, + "sha256": "b774446d2f110ce954fb0a710f4693c5562ddbd8d56fe84106f2ee80db8b50a2" + }, + "third_party/minhook/src/hook.c": { + "mode": 420, + "sha256": "3060d3c42f03a2f11324cbee95d853071757ed0fe4b1bc9eb5f0d8fc9e346a37" + }, + "third_party/minhook/src/trampoline.c": { + "mode": 420, + "sha256": "d837f8555681c3762468d712c43f2064ed31dee610e0b02965fd8aa54b88172f" + }, + "third_party/minhook/src/trampoline.h": { + "mode": 420, + "sha256": "27426751dde36cdd8346469e61cdcca47950b1056a69f21cc63f4b41743faf6a" + }, + "third_party/miniz/ChangeLog.md": { + "mode": 420, + "sha256": "ff3b6040f7cbd8c9779a0690e906c66408f7efe3cf88a25019323f0189025ec3" + }, + "third_party/miniz/LICENSE": { + "mode": 420, + "sha256": "0115478d567121238cf6cc1c0c361926cf07a49d9e4c9e66da97fac6a01646b3" + }, + "third_party/miniz/miniz.c": { + "mode": 420, + "sha256": "e2c1aeb66eef9191d8c3feb164db2def2335a61d039bf04ed849f6b042433b30" + }, + "third_party/miniz/miniz.h": { + "mode": 420, + "sha256": "b53b62ed122e559b8f679e3cb787a0b0035fe87a58f909da0e44931678f4e85f" + }, + "third_party/miniz/readme.md": { + "mode": 420, + "sha256": "b4ea367be28a36e5386f65118b73962bc659a67936d248be68b7a7c03b8d359b" + }, + "tools/build-shim.sh": { + "mode": 493, + "sha256": "1da3fdcc019dc6495c870a42b93cee9f21ff7f9623f033c2f50d9db9fd6a33e0" + }, + "tools/check_shim_configs.py": { + "mode": 420, + "sha256": "ef5e8f100c06d8c485a165ab668206af3e9aed3e1f6aa6ffec2592419fc2332f" + }, + "tools/clean_room_check.py": { + "mode": 420, + "sha256": "e15bc3ebfd29c6e2d8edfc32cc812858869b49ffa1404cafce14c4c24e0f4e24" + }, + "tools/clean_room_check.sh": { + "mode": 420, + "sha256": "6646eb6010be756113f7af39b9cfcb06e8580893fbd100a41993f87757ccfd6a" + }, + "tools/deploy.ps1": { + "mode": 420, + "sha256": "fe01f46bedc91d7b42ff98cb0e69633845094cc2802108d23d48eb70f32e3f27" + }, + "tools/sync-build.sh": { + "mode": 493, + "sha256": "ce418ace6c5edae8609849233bb5dfd24657f55141c8ef8507659608f12aee2d" + }, + "tools/undeploy.ps1": { + "mode": 420, + "sha256": "5730b6f95f161ba5a727dc0a34f26da7f1f697711495d6a9de9c289ecd747af0" + } + }, + "manifest_sha256": "ccd8e02083e8d2e2b3e97976ace2273c8f924dfc02a39e919004eaf3544c50fd", + "path": "/tmp/opencode/sots-final-research-engine" + }, + "re": { + "commit": "3bfde5a70d874a723e797a695bbd847fd82c0aa7", + "files": { + ".gitignore": { + "mode": 420, + "sha256": "ba56b745b84c6d15b7288df65f319831fed3cbf8edd1ab3a6476418f48fd95f8" + }, + "AGENTS.md": { + "mode": 420, + "sha256": "e722b65480a9f72c2fde1c677c789d4f4b347ef9b450894e9f4295035373df7a" + }, + "CLAUDE.md": { + "mode": 420, + "sha256": "b3e3e5851645a05543e91f128eb6d349abdc6f22accfd997012526e4d35eaa8e" + }, + "README.md": { + "mode": 420, + "sha256": "e318014a84d03e53983cdb1e5b0310f372b959f659b91abc9214faf530544afc" + }, + "campaign/DASHBOARD.md": { + "mode": 420, + "sha256": "eb207987006a3a661bf05b24fc361e1dda74b7a7f42f4abf4a3788cb17a254e6" + }, + "campaign/README.md": { + "mode": 420, + "sha256": "dc702a81c2c664c07eb170f082deb65bc3ff24e2b80d892bb082c7c4feac64fd" + }, + "campaign/agents/analyst.md": { + "mode": 420, + "sha256": "895c41509016038b3f72c4a68608c4101511e69c5bf410e379286da1a6202952" + }, + "campaign/agents/implementer.md": { + "mode": 420, + "sha256": "eb5581051a92b3d2b9ddd947812b1c02ff6a0b5e7619e7674adc26701e9a3d91" + }, + "campaign/agents/lab.md": { + "mode": 420, + "sha256": "48f1765ebdcb2015e631ad91428f65735ff899e119134b652f70788ff2eae5b8" + }, + "campaign/agents/lead.md": { + "mode": 420, + "sha256": "7661bbfca972be50a52c735b7f15f5be740158542c3d0cdbdf9a6a2590c7f1ea" + }, + "campaign/agents/resolver.md": { + "mode": 420, + "sha256": "742c36dc8567669d462566d6121eed42fcff5bff34e8eff466e92249f7ca195f" + }, + "campaign/agents/verifier.md": { + "mode": 420, + "sha256": "e467fc644e4e37d631a7a4e35038d9d3d0498491f1d7811d61d99271ff345c6b" + }, + "campaign/backlog.md": { + "mode": 420, + "sha256": "a10edaae044e84ee4d26e7461b88e557112f572d60c57e0025171a53dd209a35" + }, + "campaign/board.md": { + "mode": 420, + "sha256": "040c12a20f5bf70b8e6a239efb205039d1ce00a805411ba194a12bde9f40c03e" + }, + "campaign/contract.schema.json": { + "mode": 420, + "sha256": "a2c76ec042ca097a57c3c05c1e519e392d498d387a31808c7d0f70482d43c201" + }, + "campaign/contracts/controls-bootstrap.json": { + "mode": 384, + "sha256": "2943d2281229c102dd612676428a9714510e540671c1e04dae3e6fa7ea1b56ab" + }, + "campaign/contracts/launcher-smoke.json": { + "mode": 384, + "sha256": "c0418dd22bafc321b2f800acaf574dca7956c37b239d789981b920d50ab36599" + }, + "campaign/contracts/research-completion-abi.json": { + "mode": 420, + "sha256": "a5cf5e4bbc5052aa13dc34b55ee65f2997f9342e0b01062e85ad2c16d99daf71" + }, + "campaign/contracts/research-replacement.json": { + "mode": 420, + "sha256": "1108d30bf7e28f30b2446014503fc3200a8b8198a8fab0b866b873a81bf7b8b9" + }, + "campaign/current.json": { + "mode": 384, + "sha256": "87661aaf5ddfbb872365dae8c531453a1e0cb7f91b3ada046be3e829d2555f77" + }, + "campaign/models.json": { + "mode": 420, + "sha256": "95f507237a8e4fcf14189da4aa102dfae1dbaa536d4d8db6bcbfc30162ac5443" + }, + "campaign/open-questions.md": { + "mode": 420, + "sha256": "efb1c736a07bff32e75e0eede20681c206e2c95f439dffe9824702cb864972e7" + }, + "campaign/pilots/research-replacement.md": { + "mode": 420, + "sha256": "3101b8959f28ba2c6ffbac02a82b5ae0e841e7d78bd1f40f05b9d1d2278490ad" + }, + "campaign/research/SESSION.md": { + "mode": 420, + "sha256": "258a2884486ee777fbd8ff180abf23a3a320b2981ee1e90b57d4e3efe18643f2" + }, + "campaign/rollout/RESULT.md": { + "mode": 420, + "sha256": "87aba912d66e2f7bd9779f86cbae3c78d64b1be2572db02ac39fc70c750cb79c" + }, + "campaign/rollout/architecture-decision.md": { + "mode": 420, + "sha256": "8c710f390671500386745d063d6cb6edb175e6e26572286334d2f14a36be6d41" + }, + "campaign/rollout/controls-followup.md": { + "mode": 420, + "sha256": "44d0c95978cbc0953d6b1feab4463b29fab68c9d8dad2eca5fd562bb5aee1578" + }, + "campaign/rollout/controls-worker-state.md": { + "mode": 420, + "sha256": "02ff66f3f0fa978819e5c100e24cfd3752b9041590e2aed36f6abd62ce790f4e" + }, + "campaign/rollout/controls-worker.md": { + "mode": 420, + "sha256": "d022483618d3c3412785ba40e71106976c9b1c9978c43e424e3023a67b8b3f0f" + }, + "campaign/rollout/controls_evidence.py": { + "mode": 420, + "sha256": "bfaf4e523b2ca39c0ecdab94adf0b2b19a3da68aab8a0fcba69a613aed46588a" + }, + "campaign/rollout/engine-followup.md": { + "mode": 420, + "sha256": "d3d289fb4e4cfb7cf1ab6c3de597f530eafd27d3b1aa2f3e8904d6da3a95ac44" + }, + "campaign/rollout/engine-worker-state.md": { + "mode": 420, + "sha256": "76601fa42c95bd7d78ce46f528a33ef0483e0b7f2e19a1cfe1cab8e560bed05c" + }, + "campaign/rollout/engine-worker.md": { + "mode": 420, + "sha256": "fd8bbe69947b69baa61449548d5746723c941ad8b663ec66d1b278234bebe5b2" + }, + "campaign/rollout/formal-verifier-state.md": { + "mode": 420, + "sha256": "2fbac02f5f22b45e94ee33f9f53779fa059c5e93282d3c2f5ad0af027029a1f4" + }, + "campaign/rollout/formal-verifier.md": { + "mode": 420, + "sha256": "f961ceaef0037001e6576d760e28e7aded0502f3d8311925e5ed1cc537c996dc" + }, + "campaign/rollout/gate-followup.md": { + "mode": 420, + "sha256": "677f17aef214e7a6c92958dd8ad98137b238cc7fe7c1da23bcf36d727f28f7c8" + }, + "campaign/rollout/gate-worker-state.md": { + "mode": 420, + "sha256": "96514befccc589487ac3b6ff9348106aca2e4e8e3aa348471943d589c74629e2" + }, + "campaign/rollout/gate-worker.md": { + "mode": 420, + "sha256": "55db7c5f637d849fb2f200ab12c35a794c86e377a5de3f562b1c32455583e65f" + }, + "campaign/rollout/housekeeping-completion.md": { + "mode": 420, + "sha256": "a25041ebaeb030f1cfc62564b5bc57a98818ea75e082f28036e9cc367096ccd1" + }, + "campaign/rollout/housekeeping-followup.md": { + "mode": 420, + "sha256": "5759aaf403c019173450822dc5e9d4aad711a7497eba906caea39bdb39bd3702" + }, + "campaign/rollout/housekeeping-worker-state.md": { + "mode": 420, + "sha256": "5ee9a48a691709af325994fd3d44a1ac6e40d05f26e09b03ae7efec2ecbe25cc" + }, + "campaign/rollout/housekeeping-worker.md": { + "mode": 420, + "sha256": "bab8219fadd0688e91d6211478a01403a36ae74fd2b6f7df0ad5c8745a542ca9" + }, + "campaign/rollout/independent-review.md": { + "mode": 420, + "sha256": "a7a8ebcce5202db0e67c8c65135df751e69ee6728c4c2ced92e1cc85b4279f22" + }, + "campaign/rollout/lead-state.md": { + "mode": 420, + "sha256": "3ded5b3f97d7882f72abef5ea268765a5db29c8b619486c153f5c92742040c01" + }, + "campaign/rollout/publishing-worker-state.md": { + "mode": 420, + "sha256": "641977e4d0ec400a3a6c38121ae5e7904aa1accc47179ee148ad7cb199029b0e" + }, + "campaign/rollout/publishing-worker.md": { + "mode": 420, + "sha256": "822812fbc803d443fb7e0855268c34224eda29f95e57274c217275b09ff4410f" + }, + "campaign/rollout/review-followup.md": { + "mode": 420, + "sha256": "853e3b5aab09cd77fd54cae6d8a61fb5ae092603ab2be8dee2db6d80492a6443" + }, + "campaign/rollout/review-worker-state.md": { + "mode": 420, + "sha256": "a704e6023eaf3424761bf431e49687ae1f1d687119fe00a466b9da2d9ef7bd42" + }, + "campaign/rollout/review-worker.md": { + "mode": 420, + "sha256": "0e348015440aabef95766010f14880619d34a472102698c9819dfbb029b8a6c8" + }, + "campaign/rollout/sync_verifier_snapshot.py": { + "mode": 420, + "sha256": "4133e536bfdb0e206ecdfc072062e7674b07b973c7f8b9d7f1a268520523d6eb" + }, + "findings/.keep.md": { + "mode": 420, + "sha256": "141ed928eaf10a2023dd2c0ff6ea68cf6ec423cfd28d5a359d9c5add730bf64c" + }, + "findings/00-strategy.md": { + "mode": 420, + "sha256": "3bc97827988c6eb4647713c5655271e156dfa466fad5685924010f3244fe6386" + }, + "findings/01-fingerprint.md": { + "mode": 420, + "sha256": "7cf0503c29f5beff852427c2c5bdf8e9d968386de777c47b6130771cac944cac" + }, + "findings/_template.md": { + "mode": 420, + "sha256": "b92d0ca7bfef4498a5f9e594453f15ab15e2c88c7582c4ed5df4c40e6871c3b1" + }, + "findings/control-flow/ai-visit-order-probe.md": { + "mode": 420, + "sha256": "e89f91a33139014ebdc22d79064ecfd06f9b4ffebb4bbc3da73734fc47534047" + }, + "findings/control-flow/alliance-mask-and-modcount.md": { + "mode": 420, + "sha256": "ec66c6b76d9e4c8bed385acf70e6a7d5da08e05eca72ac1e8e5cb307d87f2552" + }, + "findings/control-flow/combat-done-tail.md": { + "mode": 420, + "sha256": "799ace775f12ebe9a2737a711c8d0a6e617f0cefec70b93bf094e47cf81cc348" + }, + "findings/control-flow/combat-resolver.md": { + "mode": 420, + "sha256": "abf1a9329c1bd8a96c76481246a00b380e9a17fa8dc8900810218026e5fe1b9e" + }, + "findings/control-flow/combat-retreat-pipeline.md": { + "mode": 420, + "sha256": "6c40c8bdbdde672c9cd67248d740d88892ad2b93b30e27e9bebe0e96027cf136" + }, + "findings/control-flow/fleet-visit-order-mechanism.md": { + "mode": 420, + "sha256": "a2ea1a6ac9d383380e16910cff89dff0e9b23f1df66f47ef91dd266bd50b3a6d" + }, + "findings/control-flow/gate-indexed-rng-audit.md": { + "mode": 420, + "sha256": "5004b2480787eec7be66f40474648030fdaf7759087a4c4651091152d89351cd" + }, + "findings/control-flow/hive-creation-rng.md": { + "mode": 420, + "sha256": "5ff37d571c0380c798a137e0c6947a0c63109de489fd2100c99bfc6637fc272b" + }, + "findings/control-flow/indirect-edges.md": { + "mode": 420, + "sha256": "3dbf2acf7354f61de66348fe40965f3138dbc4bbff8cb0f06b2751e71ed06ee1" + }, + "findings/control-flow/inlined-draws.md": { + "mode": 420, + "sha256": "3b099718543d7fb112664699749602ff9d61de9aaebb561fc93f1f8b7a152134" + }, + "findings/control-flow/per-history-residue.md": { + "mode": 420, + "sha256": "739c7fc760583ca143036ce554e1eece640d1662fba4642e6f80fadd3dad13f9" + }, + "findings/control-flow/pinned-seed-rich-turn.md": { + "mode": 420, + "sha256": "7c62336767b7c69f513446543f37662ba2a0872e207b906279446bbe399d65b6" + }, + "findings/control-flow/raid-gate-multiplicity.md": { + "mode": 420, + "sha256": "6d7b7357be428ff79186478dc37063657ca4d8e2ad49fcdd92493753748a52f4" + }, + "findings/control-flow/raid-intercept-species-word.md": { + "mode": 420, + "sha256": "1da80eb14f0e3e5a0ce139f62976bb305e3e75a1e5e0631d8287f94eac093d8f" + }, + "findings/control-flow/raid-intercept-z-word.md": { + "mode": 420, + "sha256": "beb421953b70377c8c759f5cc936321faa6316be76d41020b41f26c99706acb3" + }, + "findings/control-flow/raid-target-pick-verdict.md": { + "mode": 420, + "sha256": "d0262a4187e35547b28d6be842e7c730aa3ee93565404b587a790706afabd694" + }, + "findings/control-flow/seed-exposure-forward-test.md": { + "mode": 420, + "sha256": "f108a07ce695b64c482af58db4caeb2607059a3357b62f04f7f36ce45c84ff4a" + }, + "findings/control-flow/standalone-generator-and-turn-record.md": { + "mode": 420, + "sha256": "e499f62534580f27c2a01395e08312ebc7df13bdd307342096f468212aec600b" + }, + "findings/control-flow/standalone-scaffold.md": { + "mode": 420, + "sha256": "0bf928260d5058815a2f09c4df8c08eb359430aeea941f872018de7cbca39105" + }, + "findings/control-flow/tail-probes.md": { + "mode": 420, + "sha256": "ae45e84a9c7f257170f7550301fc4e1a35d5210269bda8070469a5c921cce95e" + }, + "findings/control-flow/tail-rng-ledger.md": { + "mode": 420, + "sha256": "2db588423e7b7de7729e5319477c17fbcea5b7a9cb8ff00b01cfd72bfce25403" + }, + "findings/control-flow/trade-raid-rng-gate.md": { + "mode": 420, + "sha256": "85c7b27aa284988b07b5e67c8e48ef1725289f1a6956d88be2572577cc06e1bf" + }, + "findings/control-flow/turn-driver.md": { + "mode": 420, + "sha256": "3f4e92041a0842d211ea9ae1ae16a9fe400dacf9632209102a1f76acc6b30792" + }, + "findings/control-flow/turn-spine.md": { + "mode": 420, + "sha256": "e2a64f82e5dececb4ba56859d1e53a0f720e08472c79c39197beba7f6041811b" + }, + "findings/control-flow/w3-containers-status-handlers.md": { + "mode": 420, + "sha256": "fffbaa6e3701abbe57a54046416a102502afeaa29b14632f9506905c22bf3914" + }, + "findings/control-flow/watchpoints-modcount-status.md": { + "mode": 420, + "sha256": "0aec4c93ca7219e29827a5069a9829d5e58da2001e79a7316bce288d3e9a6c7d" + }, + "findings/objects/.keep.md": { + "mode": 420, + "sha256": "b9ed9ae581d08f2411346c518e16cd894f159dbe569e3c778b31d9e9a3677786" + }, + "findings/objects/00-inventory.md": { + "mode": 420, + "sha256": "cada5fc81c42cb50878a26e43a58640153c600319e66d4c92a23d7c363ff5f14" + }, + "findings/objects/aiagent-block.md": { + "mode": 420, + "sha256": "55d646ab57e90477993d263399254a3b103024d89fff42491b7df5cf4ffc8037" + }, + "findings/objects/classes-game.txt": { + "mode": 420, + "sha256": "e0eceb77c56e05bc7863d3a07805d703fc0ecec489ef24fabe7c6161f2835199" + }, + "findings/objects/classes-mars.txt": { + "mode": 420, + "sha256": "b624f7bd82a5277462a39627140a85c7a7929fd292b62e45edb5c96fd53b6145" + }, + "findings/objects/ghidra-recon.md": { + "mode": 420, + "sha256": "ca4b043a73c1d5573aa0c83cd3942db731884910c90e7d8544c8a32c939e2fda" + }, + "findings/objects/rtti-raw.txt": { + "mode": 420, + "sha256": "39f6fdf8793f8202c19cfb87a75466b215254a13050ec37c0c496699298247ad" + }, + "findings/objects/save-editor-structs.md": { + "mode": 420, + "sha256": "835d4fbf154275542383ea499a527c044ec7d577486c2735b817bd32d6e0c853" + }, + "findings/objects/schema-gaps-resolved.md": { + "mode": 420, + "sha256": "9ddae36eb8e3ef909c4902d01200fc8a17335271e4e063939ae162a3eea5bb3a" + }, + "findings/objects/serializable-types.txt": { + "mode": 420, + "sha256": "59c2f3942f55eb3f6687758a4c447b1ed8902caa60b97d9619bb8228e27c6838" + }, + "findings/objects/serializer-struct-recovery.md": { + "mode": 420, + "sha256": "5b56d8e1a5047d602cea7a76227f30e17244057fe21fde3d4e2cc76e9f185416" + }, + "findings/objects/ship-design-catalogue.md": { + "mode": 420, + "sha256": "feded2191180e184d34d4992935dc117bff8d052e8a2c63ecc29fa7b2e6b561d" + }, + "findings/objects/struct-recovery.md": { + "mode": 420, + "sha256": "4e99ef972529101f5700b52845e263fb3789e0b82d8cdeca921f1595a24d92db" + }, + "findings/objects/svsctob-variants.md": { + "mode": 420, + "sha256": "89617cd2909f2242e9e1657fd4a8f5aafe5aa0c1e0e9bc8926fb67c1e830dd2d" + }, + "findings/objects/svsctob-writers.md": { + "mode": 420, + "sha256": "7a9b7f3bf4eae63cf522246227410b2e3ca789284b7c620f01550fadf479622c" + }, + "findings/objects/turncommands-block.md": { + "mode": 420, + "sha256": "8eca2b79838114e7ae46d34c6e75eaf3b04c0448d9896ed4219b118f09e83046" + }, + "findings/objects/wire-schema-channel.md": { + "mode": 420, + "sha256": "31f0fc4e1cc3c3e7ef938aa22ad65cfdec32be4f1ade476a7ebf32c3c6f07d6f" + }, + "findings/objects/wire-schema-closeout.md": { + "mode": 420, + "sha256": "bbae848b4f8d6d0f2a914268ac34e75b4cea483f52816916202f3bd3cd084255" + }, + "findings/objects/wire-schema-ratchet-debt.md": { + "mode": 420, + "sha256": "0d144181478a607f2474a7c8a1b71ca49c881ef6fd068b5e8859c3fa8129507a" + }, + "findings/resolutions/2026-09-08-ai-seed-per-process.md": { + "mode": 420, + "sha256": "0765bdaeade29122ab5e64493f3a7c339f1e4c4445192ed09ae3d229dd6ae943" + }, + "findings/resolutions/2026-09-09-fleet-id-order-residue.md": { + "mode": 420, + "sha256": "b3d63a11e8ebd55da4af15760d044607b6105216898a018f5ceebc94750817e8" + }, + "findings/resolutions/2026-09-09-seed-exposure-is-a-predicate.md": { + "mode": 420, + "sha256": "dd7ce18738a625b9008ef80783bd64fc3857852775ab3b784b9e5f4fd5ae7de1" + }, + "findings/resolutions/2026-09-09-tail-draws.md": { + "mode": 420, + "sha256": "ff86a332ea9f87bd6f42a0b64e837e6f6f5876423ae9403a903aa9bfe7c42678" + }, + "findings/subsystems/.keep.md": { + "mode": 420, + "sha256": "b9ed9ae581d08f2411346c518e16cd894f159dbe569e3c778b31d9e9a3677786" + }, + "findings/subsystems/ai-client-seed-is-per-process.md": { + "mode": 420, + "sha256": "5e6de0418588ff28cee29cb9affd69c3183819318c314eeb0771bbe810e6b4ed" + }, + "findings/subsystems/ai-order-capture.md": { + "mode": 420, + "sha256": "6efebf9f00b375d2c7f29ddeb24ef7a04e3b02cac9027369b490157a196d08ce" + }, + "findings/subsystems/ai-order-emission.md": { + "mode": 420, + "sha256": "9e54a13a18387a4f93acc5c66dbf71d365c81f1a8e6d2aee31f7a89712894ace" + }, + "findings/subsystems/ai-stepping-and-passes.md": { + "mode": 420, + "sha256": "e7e2fc612457a4e77df362aea2928d20fa5a2456fe12a7fbafeaf3c9e01c1dc1" + }, + "findings/subsystems/ai-task-system.md": { + "mode": 420, + "sha256": "577f8fc41256ebdf9629f1e30df9aac7f51c1a84b55f60c2b59e4af4c55126b2" + }, + "findings/subsystems/ai-turn-logic.md": { + "mode": 420, + "sha256": "79e9b7c9592d583db7b9d9ce472804038a71febf7527bd69e31b3399caeb0770" + }, + "findings/subsystems/battle-load-profile.md": { + "mode": 420, + "sha256": "3cf8e28925ebbb162bca9c3be9e6b2599c82ab6aaf9a9d99ffd9c934bf773c77" + }, + "findings/subsystems/data-model.md": { + "mode": 420, + "sha256": "f01c9bfcf8ed9fbf9fdd30556308a1dbb1094896050cc8a5e4fbc1c6c61aff78" + }, + "findings/subsystems/data-parsers.md": { + "mode": 420, + "sha256": "6a428c14279ac2c589b4af932e762ef7e3ada1a878128527b8d88858c11fbc35" + }, + "findings/subsystems/determinism-oracle.md": { + "mode": 420, + "sha256": "4fe0abad0b1b825392cd47b792d06756742495f26ff40a6a433d8608b4680bcb" + }, + "findings/subsystems/eventlive-verification.md": { + "mode": 420, + "sha256": "8bfcc75e57ddf88ec8a4b8885f033be8ffd420965077ab284b1ebce535ecf1a0" + }, + "findings/subsystems/events.md": { + "mode": 420, + "sha256": "c5d6e168d6d48eabec0ae0a448f9c3ec8d0f751a67fc320bc1021ba10008a3bf" + }, + "findings/subsystems/formula-gaps.md": { + "mode": 420, + "sha256": "63ec96a27fac5381d33cdce3e549d230bd5b0230e4d8573f4f3d45bab7d47ffc" + }, + "findings/subsystems/fpu-precision-sensitivity.md": { + "mode": 420, + "sha256": "4cf84e2a1c3d0eaaf9b3a7f218ad663ffa6984389b2a25851249733ad708ff8f" + }, + "findings/subsystems/golden-trace-recapture.md": { + "mode": 420, + "sha256": "b244f939b87dd464d78d919675c0e6aa010b0ec7b4fc6e4178e26c2c8ebee738" + }, + "findings/subsystems/id-allocation.md": { + "mode": 420, + "sha256": "b04a14a5a7d4d1c6137c4f9072987eebc997421e550881dcc2c8e386187f5b90" + }, + "findings/subsystems/income-term.md": { + "mode": 420, + "sha256": "c40286635675a91ce779b887a0394e92f946844873a778015efb98c4a105b67e" + }, + "findings/subsystems/loader-prototypes.md": { + "mode": 420, + "sha256": "f1d09471d5e17c45413b86805f561329f5af24eadfb17c3c740686c39b167ed6" + }, + "findings/subsystems/money-chain-float-widths.md": { + "mode": 420, + "sha256": "99bded6f2d34a713bc175deb4ad5ab4559ce1cc90274b036c1818ad8257c2fef" + }, + "findings/subsystems/movefleet-position-rounding.md": { + "mode": 420, + "sha256": "12dbdc03658cb042b5927586769dc9c19fc2eb812f703e73bf26273f8b0d65a6" + }, + "findings/subsystems/multiplayer-combat.md": { + "mode": 420, + "sha256": "2f4957011b5c5875b8aa7f71531dd5dfe3fd8df4f2c67a7be2fb5999f090c02b" + }, + "findings/subsystems/multiplayer-gamespy.md": { + "mode": 420, + "sha256": "a878e97775d27e085e58b18eaf5a67aaa522456d1055ca142f0477e3d6152d47" + }, + "findings/subsystems/multiplayer-tier0-verified.md": { + "mode": 420, + "sha256": "942ce29cbe22d8f7de5af54f2017c0433c7b8e1a56c864868ec906ffcbb9059a" + }, + "findings/subsystems/nav-classifier-live.md": { + "mode": 420, + "sha256": "b8aacdea8072a99ba1192e235088b372180f094795baf164e8cb95bd2df9f3b0" + }, + "findings/subsystems/nvo-tshn-visible-owner.md": { + "mode": 420, + "sha256": "ef96bb61769c02affd7148cd95e70bf358cbe6263fbe9b47aba6cf4cfa8486ad" + }, + "findings/subsystems/observedtech-append.md": { + "mode": 420, + "sha256": "61efcf51bffe53b8a10a2cdb8123db3f8c55b6874db87418fc31737efedaa652" + }, + "findings/subsystems/output-term.md": { + "mode": 420, + "sha256": "9eb9ff58a1d4cf34d3138f5044788b6f87ff4c94fa871b2dedd6ff6667196533" + }, + "findings/subsystems/output-turn-path.md": { + "mode": 420, + "sha256": "4e199e5cc14802c1b14b37cff0c1359b43aca94dab833f9024c7825c4c512588" + }, + "findings/subsystems/path-solver.md": { + "mode": 420, + "sha256": "3e0e318d45e14f844831c4180e47011263f64067dacf3249742882186d65cf18" + }, + "findings/subsystems/players-residual.md": { + "mode": 420, + "sha256": "e2f56c7983856470d37cd0fba4834a0ccb34dcaddbaf9acaf5dcdc253c6b3507" + }, + "findings/subsystems/population-growth.md": { + "mode": 420, + "sha256": "c2ec2f062e1224045b761640549e7374336ac762bd61c686a0c1378ad829a993" + }, + "findings/subsystems/rcex-explained.md": { + "mode": 420, + "sha256": "df7c9de6f02c1bd38f69e3a5344ec663d97b1d6b738ff408dfdeb0e2f6175b32" + }, + "findings/subsystems/relabel-new-ids.md": { + "mode": 420, + "sha256": "562ffe347adc6432a7824bfa2b324b6b1812b4fcc18343f0732c0f3d9991be20" + }, + "findings/subsystems/research-replace.md": { + "mode": 420, + "sha256": "d0f692cf687a7fe6aab62fc5d7d076eb595e1c33fd84c6f1e437ed01025cab4b" + }, + "findings/subsystems/roll-parity.md": { + "mode": 420, + "sha256": "7d97d7e5eee7b9f135e32b6553bb94ca83fd05b1eca7d18c42e9d65cae4d95d1" + }, + "findings/subsystems/rung-b-rich-turn.md": { + "mode": 420, + "sha256": "44378c6a305a82b2d131270fa5d97fdcd8a7fd5c9760ecbad7715383eac2db68" + }, + "findings/subsystems/running-the-game.md": { + "mode": 420, + "sha256": "f6109f69c6b86e4cf01d0f2e1f8be9921ff632513bca5d9e44e7f6c34f1cd260" + }, + "findings/subsystems/setresearched-cascade.md": { + "mode": 420, + "sha256": "9c079de161a1d1387339b8e8081395c1356c1443a0c898942acfb6efb65a454f" + }, + "findings/subsystems/ship-construction.md": { + "mode": 420, + "sha256": "86f570b1872c8dfac3982d1d7335f4798ccbd1bfd73c91d481afba2734c41216" + }, + "findings/subsystems/ship-design-composer.md": { + "mode": 420, + "sha256": "639b276e9205aaf6c90d9c458a383cc073e89f401ef8f17f8ad5a8a0c5899fa8" + }, + "findings/subsystems/snlv-measured.md": { + "mode": 420, + "sha256": "785324d176be969e1809090acd6b7a48d27f4fa41472c0d9c6f568c0b3a1e539" + }, + "findings/subsystems/spy-detection-roll.md": { + "mode": 420, + "sha256": "214179f5091408ef01ce4b80565068cb9a0885d1c6a233cda476280b9bf29c0a" + }, + "findings/subsystems/spy-program-draws.md": { + "mode": 420, + "sha256": "0c61c2f9cc767ae679921bfc42ef9a207ec9a6e0dc88419a673a8e439f1abfc1" + }, + "findings/subsystems/strategic-turn-internals.md": { + "mode": 420, + "sha256": "3a5c17e025d4968db6030f8ef1daaa2b03ccd4def12d35cf3a0eabcb0b5cbb54" + }, + "findings/subsystems/strings-and-config.md": { + "mode": 420, + "sha256": "67aefda7792e329b7df3f6e8cf42c7bae7049867cdda0741e871b183bc528786" + }, + "findings/subsystems/system-visibility-prediction.md": { + "mode": 420, + "sha256": "b420526ca0410bd4578dd2ed29cd9a21ed3578d6345d9f853a883e0159c1f89c" + }, + "findings/subsystems/system-visibility-record.md": { + "mode": 420, + "sha256": "d2843e10c156a7c85d7dab40d00204475fc725dc9b93656f6cde941ceceb5f51" + }, + "findings/subsystems/t34-observed-designs.md": { + "mode": 420, + "sha256": "207641821a55f5671749b000d478afd9e427336e2d123a55ad2203f34dfaa796" + }, + "findings/subsystems/tech-effects.md": { + "mode": 420, + "sha256": "7423f1e2cb2a597738b244d58bdf467431ee5de725ac434b904676ddcbcfc609" + }, + "findings/subsystems/techid-name-map.md": { + "mode": 420, + "sha256": "cfd92a7885dad3775465fc0c5b40aeb1749499f90071b44855ab8e1746d5f752" + }, + "findings/subsystems/trade-and-spy-workload.md": { + "mode": 420, + "sha256": "147057456fa30b6218df19679abab1ac31b78276a4272d221b70776e154396ba" + }, + "findings/subsystems/treaty-turn-stamp.md": { + "mode": 420, + "sha256": "fa0a8588847cc2b9e92cddeca65fd00fe3d84a00a1034d9354053c7e6cd9ceb5" + }, + "findings/subsystems/turn-command-replay.md": { + "mode": 420, + "sha256": "b65fa3c3c01c67bc16ec488e4a44e6c748256e941c80987528b7602038a56e07" + }, + "findings/subsystems/turn1-to-turn2-nondeterminism.md": { + "mode": 420, + "sha256": "9ebe834fa0f7c1cf864032ec67da76730ed6c239d6bd3a717f147490116acc4d" + }, + "findings/subsystems/turncommands-capture.md": { + "mode": 420, + "sha256": "a57fd2a77784fef1b176749878b161c4f04ac77c1f4a061a6b713787d92fb9ef" + }, + "findings/subsystems/ui-screen-map.md": { + "mode": 420, + "sha256": "d266285e3ca99ba3b5ebbab47c78f3df247a8b539c0519c6fd27a999b9d6f84b" + }, + "findings/subsystems/unlock-cascade.md": { + "mode": 420, + "sha256": "38d29a9484aa3910f5a62b5dd08225ba590bf26901203c5aef1b0b466fbbc5fb" + }, + "findings/subsystems/value-domain-census.md": { + "mode": 420, + "sha256": "bc99139708aee5da4cafec585fc35ab3523b51571518038db19b5f1383c6a6c4" + }, + "findings/subsystems/writer-byte-exact.md": { + "mode": 420, + "sha256": "a0e91a90d2ae78328dbaef30b37d53037cab26489e4729413bcfebbafcab0978" + }, + "ghidra/addresses.d/README.md": { + "mode": 420, + "sha256": "cf2745d5d3e504725ae5a296dc20e3d63b8d32a903445aafe2af61828a6d59c5" + }, + "ghidra/addresses.d/ag.json": { + "mode": 420, + "sha256": "24d5b11779364cf198008b143c7a3a092117ec4a1530c489497dbc8acdf62d8e" + }, + "ghidra/addresses.d/ap.json": { + "mode": 420, + "sha256": "e37f478836eb297f9cc5186cd7df3f5942abc4b6396a4d2866e613841437f778" + }, + "ghidra/addresses.d/ar.json": { + "mode": 420, + "sha256": "8d8620be8dd807a610ff63c0d77cbf266f3d9ce272158991d1f55d9c9910c248" + }, + "ghidra/addresses.d/as.json": { + "mode": 420, + "sha256": "08a869ab9466d4b575363cfb6fc084ca72cdc05d509c5d87e658a9a9977a7ae9" + }, + "ghidra/addresses.d/az.json": { + "mode": 420, + "sha256": "60b9a169605ac171cffb848024141c9224f6897bf69b547b9a4f2b5ddfc8d835" + }, + "ghidra/addresses.d/bu.json": { + "mode": 420, + "sha256": "79037146ba621e43e561bcf0577afc25b2ffac4ced44c902d2ea8ed9171b1bb9" + }, + "ghidra/addresses.d/cz.json": { + "mode": 420, + "sha256": "35de20ff0e38d05b5c58c89690dfc81ce44eb280a2a594ae862e55d56edb5d3c" + }, + "ghidra/addresses.d/dn.json": { + "mode": 420, + "sha256": "c41f877a37bc864f8f315a47b720ac204c22c25de405f4de63b845180641eba0" + }, + "ghidra/addresses.d/dt.json": { + "mode": 420, + "sha256": "580762e01175fb7246d0f9214e4ed9ba16bebcdb82ad1525fd1f77c0910c660f" + }, + "ghidra/addresses.d/lane-a.json": { + "mode": 420, + "sha256": "fce5f06866bddc6bca095d53e376495103dfd8900ad7da0d0d6731f105915d71" + }, + "ghidra/addresses.d/lane-a2.json": { + "mode": 420, + "sha256": "1207088eb2ae041afc2618a627029e25f578ae9fe8db73bb9efb616f39c34bf0" + }, + "ghidra/addresses.d/lane-ac.json": { + "mode": 420, + "sha256": "02a1c2f01ca0d11a7c38d416d94fabaea64b5c5919f6ceaead83430fb398710e" + }, + "ghidra/addresses.d/lane-ai1.json": { + "mode": 420, + "sha256": "134a0cb87b95bf5f39ed015bcdf64c6e8da6b22e073d5b5487148cb5421addff" + }, + "ghidra/addresses.d/lane-ai2.json": { + "mode": 420, + "sha256": "e9d94ce026231d420538400fa9c73fa8a2fa882d16f542c6b8ce2c34014acda6" + }, + "ghidra/addresses.d/lane-ai3.json": { + "mode": 420, + "sha256": "89c29e1bbb1159b7b6fb4fc8c232902f8497efc82290aba6f50c9c9097feec6a" + }, + "ghidra/addresses.d/lane-ai4.json": { + "mode": 420, + "sha256": "78b7897d3d2678ddbff7cd982bfa7d93a0c26817846a148fd3f46790fef9d7fb" + }, + "ghidra/addresses.d/lane-b5.json": { + "mode": 420, + "sha256": "641c724d1fbf28f5469aac488401ea2f92bdd3b929fbf053ddeef0ba5b8de9da" + }, + "ghidra/addresses.d/lane-b6.json": { + "mode": 420, + "sha256": "b2b2833220e3a645efab2b767f1d93d1215a54d195e28e6743db8f1d89934697" + }, + "ghidra/addresses.d/lane-c3.json": { + "mode": 420, + "sha256": "b732932503c181c77bb14ba0136379c8fa3501d0c1471b02d9bca7d023bb5f5a" + }, + "ghidra/addresses.d/lane-d2.json": { + "mode": 420, + "sha256": "8b5df39fb5eea0cd40dffc20aaccabe169f5472171dfd242ca2e75dfc4ca608c" + }, + "ghidra/addresses.d/lane-e1.json": { + "mode": 420, + "sha256": "cb38b41b747bf74ee73fb7eaa301da4bb896d089fa1dea4197382e94940c7f69" + }, + "ghidra/addresses.d/lane-e3.json": { + "mode": 420, + "sha256": "a5fe9dbb37ee587bf36a311771bbc9d8dcaa4d4fcc0b420b8f45829929b0ff98" + }, + "ghidra/addresses.d/lane-ev.json": { + "mode": 420, + "sha256": "b243d31bcd69bfb1e5928ba8b70e958e559c88ee5190ca34e569f217a784798c" + }, + "ghidra/addresses.d/lane-g2.json": { + "mode": 420, + "sha256": "84401f05c5cf2ca0839e817877892e904b3fd2fd4175607abc34453acd8ce822" + }, + "ghidra/addresses.d/lane-g3.json": { + "mode": 420, + "sha256": "d176eb4a07bb6b98acea77e1a0a9904d317a594768ecf8719bbfacbdf6522729" + }, + "ghidra/addresses.d/lane-h.json": { + "mode": 420, + "sha256": "e8cffe89c7feb1d9fa1949f33aff01edc7b84b49ab752275662f6f613c16c0b6" + }, + "ghidra/addresses.d/lane-i.json": { + "mode": 420, + "sha256": "a4c482ff6fee78e96da3400b9ba7d76b58634a5933ff388db5993a1b105c8aca" + }, + "ghidra/addresses.d/lane-id.json": { + "mode": 420, + "sha256": "3f48c9b2e2c3a08e13a856bfb78d551af17f5a1a1079f03f8edbf4615f17ca7d" + }, + "ghidra/addresses.d/lane-j.json": { + "mode": 420, + "sha256": "4fd95b08fee60a2748995cb082fe50d61e7179ae90b106f230bfc5c55a35660d" + }, + "ghidra/addresses.d/lane-k.json": { + "mode": 420, + "sha256": "f6ead3ff256fd2e1408d52bfa28e308f106ad672b3fe1cce0d136faac351136e" + }, + "ghidra/addresses.d/lane-l1.json": { + "mode": 420, + "sha256": "ecbab4a1b602beefd6889effc4883b7f7de01afabb7c5c071bbc4e2237e9131b" + }, + "ghidra/addresses.d/lane-l3.json": { + "mode": 420, + "sha256": "eabb96253bee36c799f1eb89108e284162606cfdc5e9bd29dbf7b5f88ee88adf" + }, + "ghidra/addresses.d/lane-l4.json": { + "mode": 420, + "sha256": "5b2b54d2f3e123e352e9a2b0f1d80fc8afcdd0b97916a94ee5a62ddc03b0ae75" + }, + "ghidra/addresses.d/lane-l5.json": { + "mode": 420, + "sha256": "cedc4869149212d401c519c46fa3f02769f9c939fc560fe8d35cc4f898091482" + }, + "ghidra/addresses.d/lane-n.json": { + "mode": 420, + "sha256": "6987efa430f2da8987e42e61e53113f914cb00e3e52a7c679565e7faf5160c82" + }, + "ghidra/addresses.d/lane-o.json": { + "mode": 420, + "sha256": "7fcf357f25ccdf061b6bc688339e2006f830c551718b6419a0a9d0ac968bb555" + }, + "ghidra/addresses.d/lane-p2.json": { + "mode": 420, + "sha256": "7eaa63d64a0054ef88f323f58b31fca07bd2372dc21560b4bda64eb13d869792" + }, + "ghidra/addresses.d/lane-par.json": { + "mode": 420, + "sha256": "3836b786aec28feb028271d05f368d7c332b8930b51cfdceb36540133a3d3237" + }, + "ghidra/addresses.d/lane-pl.json": { + "mode": 420, + "sha256": "f29953d17effbb7d8256687833023d4656522e74c40bf1ea646d3b35da3635d7" + }, + "ghidra/addresses.d/lane-q.json": { + "mode": 420, + "sha256": "6f98496ffc288fb30c3a7347a7e5252b296f2345afd1bf678f98a2c934b8935a" + }, + "ghidra/addresses.d/lane-rb.json": { + "mode": 420, + "sha256": "bff95b9452e0efb63e74f741682c8d1843abfe3e722143cf01cf092aa894d75d" + }, + "ghidra/addresses.d/lane-sd.json": { + "mode": 420, + "sha256": "d3239b619cbef5cddc9c7bde6525301a99a6423f8a0e42c1ea53b9ae269c6da9" + }, + "ghidra/addresses.d/lane-sv.json": { + "mode": 420, + "sha256": "f574d8b4dc75da722870c74eb29cd56c75e04dd0ac384b4549fc95d425e3de3a" + }, + "ghidra/addresses.d/lane-t.json": { + "mode": 420, + "sha256": "70975f3c1dea55ceb11af12b9ba3a04e8f7bba2e25f1355ffcd3cd457c41545c" + }, + "ghidra/addresses.d/lane-t2.json": { + "mode": 420, + "sha256": "1e3c59089b769cc5f5d3cf16c33cb6db002966f5beb1a4fb9dd8e28fe54cd6a7" + }, + "ghidra/addresses.d/lane-u.json": { + "mode": 420, + "sha256": "bcccb6ec9257537eece135adbfd126904ca0becf14f9b5d17253adf5d8c9e8fe" + }, + "ghidra/addresses.d/lane-v2.json": { + "mode": 420, + "sha256": "6a4d4960ce99c05b928164159eaf4482bf763785a1f8c50efe133667886d9a54" + }, + "ghidra/addresses.d/lane-w.json": { + "mode": 420, + "sha256": "3971d65c772146534f5d8c350f2d203add70ac82801f57f3704c47cd59b51226" + }, + "ghidra/addresses.d/lane-w2.json": { + "mode": 420, + "sha256": "677648e94de8e1e0d538c9575c9be942d0b37c1a847effcb3c2312af5b6aa7d9" + }, + "ghidra/addresses.d/lane-w3.json": { + "mode": 420, + "sha256": "50ed8ed1b16288b00bac4df0886646dbf9d6d6392867029b4eac386806b41b51" + }, + "ghidra/addresses.d/lane-z.json": { + "mode": 420, + "sha256": "bc63a82f2d0cb7636e95f8a07f183f80817a4c65d2bb7263a047ec3c540512eb" + }, + "ghidra/addresses.json": { + "mode": 420, + "sha256": "865c02d88ac6ede656160a5ab20521ad8854efa381d5a943ab422216aca2c016" + }, + "ghidra/generated/sots_addresses.h": { + "mode": 420, + "sha256": "1cf6b4ab40d3cde306edee12ba4eb05292b98ddcf5c2b7c22c1c64b6075b1bdf" + }, + "ghidra/scripts/FixPlayer.java": { + "mode": 420, + "sha256": "9f9ea470af063339511b1f1c85d6dea2df0827c4fed5806c6f641b1aad3e5660" + }, + "ghidra/scripts/FixThis.java": { + "mode": 420, + "sha256": "aafeeb482f71d1bdcbc99a51fb3f21989a46fbb49b5a572f3d9e436c9b3b98b4" + }, + "ghidra/scripts/LoaderRecon.java": { + "mode": 420, + "sha256": "1275d460227e0098254885fe70666d618da7215bca99483a5475c1e701ab9b27" + }, + "ghidra/scripts/LoaderWriteBack.java": { + "mode": 420, + "sha256": "d1040cb9ee80f0fe4d2310d95b38d7d94b0972283f74ea6058de0bdb9e510e63" + }, + "ghidra/scripts/SpineRecon.java": { + "mode": 420, + "sha256": "bea798733cf60f9478373cc453692104058b643ba5b7fc68e76945ae6f496950" + }, + "ghidra/scripts/SpineRecon2.java": { + "mode": 420, + "sha256": "94f10ac953091d50187a46b74803abb4812b244356f9336fa8e133a8a6cba0c6" + }, + "ghidra/scripts/SpineRecon3.java": { + "mode": 420, + "sha256": "b2344ab3d7195cfb935505ba1949f3d4862f787ccb95b812cef3856f92c94ffc" + }, + "ghidra/scripts/SpineRecon4.java": { + "mode": 420, + "sha256": "1093ee635be94f0c0bb31b5bd79f030faa0d7cbab96a495426363172cbcd1d66" + }, + "ghidra/scripts/TechFx.java": { + "mode": 420, + "sha256": "bfa8e990d65ad7cb2b665ee284ec2d645395e0fb3794ea146b175e2937a159ad" + }, + "ghidra/scripts/TechFx2.java": { + "mode": 420, + "sha256": "ee7040ed3316f2e717bac207c3e8ba9bf5ecb560f9e2b38335582c4ca6bae5a8" + }, + "ghidra/scripts/TechFx3.java": { + "mode": 420, + "sha256": "b672751160abcfee37d16eb2f107a60420b7d6956c312fe93e9f62578c06b96a" + }, + "ghidra/scripts/TechFx4.java": { + "mode": 420, + "sha256": "ef912e86f802452f33c20a1adb87eeb96f0ec893e26ee4bbd02305ba0c5e46c7" + }, + "ghidra/scripts/WriteBack.java": { + "mode": 420, + "sha256": "e002a5b86bc58cf75ef8d08dbaeb84bdf3306c1e8d49e92c0382f8ed858c57ac" + }, + "ghidra/vtable-owners.json": { + "mode": 420, + "sha256": "8ee89f3b43f56283a6ffcc605394a1ab246f8071370a9db8f1e770942a5a82a3" + }, + "guides/lab-screen-wall.md": { + "mode": 420, + "sha256": "d398b47853013dbce63b4af2f2ec680c39775732b9fbba13f5fc42a46628550f" + }, + "guides/method-rules.md": { + "mode": 420, + "sha256": "a71a8415202fe97ccaee3805bf4035684776c37f5613dc39a1f260aa33f94b69" + }, + "guides/multi-agent-workflow.md": { + "mode": 420, + "sha256": "f5bf0c30c12a3a9e1725549fe000be0105d415ca25b120673a780901148f08da" + }, + "guides/re-windows-2000s-howto.md": { + "mode": 420, + "sha256": "3490650440d6e683cb029915b8c2cace914b1f52538c9db89175ad4547db2901" + }, + "guides/windows-lab-housekeeping.md": { + "mode": 420, + "sha256": "4a9e9d66dd76e6b5ee1951686186190c650a617fa812fa4bd236ef02b783939a" + }, + "notes/.keep.md": { + "mode": 420, + "sha256": "7878c159a1b9636974e9093902027a24bf7b3c7520f13a8d96f930bd10d22f1c" + }, + "objects/generated/sots_stream_schema.h": { + "mode": 420, + "sha256": "13446ce54d60a0b29adcefb51aeb5127a0a3ca8de2bd1665e4778ba5354bff8c" + }, + "objects/layouts.h": { + "mode": 420, + "sha256": "24586f7f1c25530691193a919c6335ab1784fa2815b222326409cfe9e2a42981" + }, + "objects/layouts.json": { + "mode": 420, + "sha256": "16bfffa5020d98c12af61c72a48da8f2c5e06d1060358802717e585a49b150b2" + }, + "objects/layouts.md": { + "mode": 420, + "sha256": "83bc29fcd379847f9ebd6732edf9748c1c878052e889615928659307f97a148c" + }, + "objects/streams.json": { + "mode": 420, + "sha256": "60993eda14d0b1056578718d43a3b6d89816e12c4f5a00674806aeef9e81baf7" + }, + "opencode.json": { + "mode": 420, + "sha256": "d24be7fcee57d5eb04c6b7189822a2ca055dd4a70daafbea67f09a120945d49f" + }, + "scripts/.keep.md": { + "mode": 420, + "sha256": "b0cdcee8cfdc1b15ee444520b6b01c747399deea6d92ff2576ca6eb57331bbac" + }, + "scripts/forgejo_campaign.py": null, + "scripts/lane_v2_writeback.py": { + "mode": 420, + "sha256": "69a66058adb04926eeb6f0e81fa8f0392ce06de2e8d8eb61ebcf503bab6311da" + }, + "tools/DASHBOARD_README.md": { + "mode": 420, + "sha256": "f401cc54f64a4862a938263f37eaab22e6475e063e59726e02dce201f657dcc4" + }, + "tools/aiorders_to_tcb.py": { + "mode": 420, + "sha256": "9762d1fd45f3ab7c045088e222c5386a2cc63a6b25e1c09a49cbbd71837bfe17" + }, + "tools/cache_functions.py": { + "mode": 420, + "sha256": "18c037e48ab035764b0c877123ea7c998ef74240c63090e4f58142f57835e0b1" + }, + "tools/campaign.py": { + "mode": 420, + "sha256": "c7b7c7a30d907bba8e59386dee8704d7f3f5e978fcf709b686e37996fa465c31" + }, + "tools/check_agent_config.py": { + "mode": 420, + "sha256": "93115532cb38105777a5c5c20a9f2a808043370e0d4f560a9c82fe8e800076ec" + }, + "tools/dashboard.py": { + "mode": 420, + "sha256": "c84aeeea6fb7d5e45ccec8882bacc59182149f108edd9eb1585eab9ede99911c" + }, + "tools/displacement.py": null, + "tools/evidence.py": { + "mode": 420, + "sha256": "0a7f8497ed287b4b64aa5ba0cb25735172408e38f3605b3ff90f009c7f02eb85" + }, + "tools/gate.py": { + "mode": 420, + "sha256": "4df5ee7022fb2601687f06eab788e2cea1e345e580c4e92c9d47be1787d37460" + }, + "tools/gate.sh": { + "mode": 493, + "sha256": "d7ba27b9b0c6a03df48e4edc71884ef9986743f8afa751dbfec116df5aeee18c" + }, + "tools/gen_addresses.py": { + "mode": 493, + "sha256": "5d995585d4192a19db7cc6d31ed811fa80264159fc114f03f58793f9b6c4908e" + }, + "tools/gen_stream_schema.py": { + "mode": 420, + "sha256": "a9c3e925bb3370371a2c8cde8d738c657fe1cbf68c39c6155562bbb20c551461" + }, + "tools/max_income_oracle.py": { + "mode": 420, + "sha256": "8d3ec6ba5c677486200eab7d1ca55e1350947829e603737307fa394ac8e40bcd" + }, + "tools/max_income_predict.py": { + "mode": 420, + "sha256": "85400c82b6cb7c6786b7fb6486bdc7bcb1140817f7a0ff0b4fa4f7dbeded8797" + }, + "tools/probe_report.py": { + "mode": 420, + "sha256": "f3ef378c10bae4a8bef754d853f0e86616bb95b5e051e04cac97d362587df1a7" + }, + "tools/reva_call.py": { + "mode": 493, + "sha256": "89477650d38985f84b61a664572de1cbde1268b879d3da5e874598942822998b" + }, + "tools/rng_ledger_report.py": { + "mode": 493, + "sha256": "b4f3f581eb6de50118fd531c848354816c20197711e668ce8b0cfcb4d0392cf3" + }, + "tools/rng_oracle_check.py": { + "mode": 420, + "sha256": "f27ca7f9aa03bc672f04067bc71e73ac83742997f12f5f55ce11151bdc39d98a" + }, + "tools/rng_site_report.py": { + "mode": 493, + "sha256": "fabd950c002265403f7b13a8868a158d867828c9930770ed096a2610b086ad35" + }, + "tools/rtti_map.py": { + "mode": 420, + "sha256": "9ac88a8aa566fe08336ba6e50905ec4253409e1317f491c415b1b9ebcc0713e4" + }, + "tools/run_agent.py": { + "mode": 420, + "sha256": "0f5ccb53dcde59b64fe999768737b6cbd2dabcc1272e5605c1f1ecd86e5d5d2b" + }, + "tools/select_evidence.py": { + "mode": 420, + "sha256": "a6e648a77bcf799cc774ff9d0de83011283049ed0f0c44f6e08857a8410e9463" + }, + "tools/serializers.py": { + "mode": 420, + "sha256": "938904eb7b4ae30a61dd966494b112c6d52399f9d4a4658add06b40a54d6cb73" + }, + "tools/serializers_ghidra.py": { + "mode": 420, + "sha256": "d27da0afc8d043d31335bbe274fc76245e50cf0f9091a968b124f31c3a17997c" + }, + "tools/serializers_golden.py": { + "mode": 420, + "sha256": "29d2509b54704b80eff46a59a320719edb17a7eb67fd8acb8ad5e3c427d8e825" + }, + "tools/standalone_report.py": { + "mode": 420, + "sha256": "43a61c4031306732554aca23cd95b57d35f2a870766c33ccf8e005f22436525c" + }, + "tools/streams.py": { + "mode": 420, + "sha256": "57ec4ec5ad222a74f4461d70277d258e51779ae53ff74fd0e07eb51d4bae0afd" + }, + "tools/strfootprint.py": { + "mode": 420, + "sha256": "3b0db212c0b091ae2f63b866ee331435d013c535f233ec34ae3dfb63ded852dc" + }, + "tools/tcb_from_json.py": { + "mode": 420, + "sha256": "8fe09cff16802fda34db24f6f888610baa258399ab39173586b91a7a162f231a" + }, + "tools/techid_table.py": { + "mode": 420, + "sha256": "2c644bdbd3774b70dfdae7e77ff7a3a8e8563b58be7098a2d55ee30dc8b8fd07" + }, + "tools/turncommands_capture.py": { + "mode": 420, + "sha256": "0214d5da6f5f86e188bb2f03db8d3439267baee3a883c7df754601c7c1a38536" + }, + "tools/vmshot.py": { + "mode": 493, + "sha256": "09228bf8bd61918c49afc2b6da931fc8a7833be126be5384b85194e0e86eea44" + }, + "tools/vmwatch-install.sh": { + "mode": 493, + "sha256": "3c004f532422bd589a7294dabdf54d5a726f598c69012eaea3d73a748ad0123a" + }, + "tools/vmwatch.py": { + "mode": 493, + "sha256": "650d8232e46239a55b96f26d581d7d9c5815415c9014fd2e5b846b68c1346b39" + }, + "tools/vtable_map.py": { + "mode": 420, + "sha256": "2e19223efb79421ab4b807e32f0854b2592d7d3a3a52c12e84e47460b960f740" + }, + "tools/windows-housekeeping/Invoke-Housekeeping.ps1": { + "mode": 420, + "sha256": "a97911a3cfbd47813282efa7f52b4de03d28912487fffe0e7e7aa1a250cac01a" + }, + "tools/x86disp.py": { + "mode": 420, + "sha256": "a05a42d63813d2025a4da65bdd684e82a89c95c52901a8f490391e31c49a122e" + }, + "verify/campaign/test_controls.py": { + "mode": 420, + "sha256": "108460f4e90c4cb7036642e85de581e31fd70c478533c32364691260461814fc" + }, + "verify/config/test_agent_config.py": { + "mode": 420, + "sha256": "e60ee546672da91de08ca8fdd5d563b5f1207d0a865adf935017e06bf437585b" + }, + "verify/config/test_source_check.py": { + "mode": 420, + "sha256": "c16731e31a54256dde4f88d33007759ff21ad8537ca6cd2be38b9e34c59525ad" + }, + "verify/design-rules/SHIP_DESIGN_RULES.md": { + "mode": 420, + "sha256": "4decf51bfa03e8ab2b58478198332e834233100126949b920349f210b54521c8" + }, + "verify/design-rules/data/HiverInvasion_FleetTemplates.csv": { + "mode": 420, + "sha256": "327e799be3c75361267725c157f78b425d3a1df6ed6595104b2ce9993e8ae3a7" + }, + "verify/design-rules/data/UpstartApes_GiftFleetTemplates.csv": { + "mode": 420, + "sha256": "89939d70eb6ed48ec776a4a6fc50ccb68fc6be7162706bab199484bf7cdd5e44" + }, + "verify/design-rules/data/_defaultweapons.txt": { + "mode": 420, + "sha256": "ef9e33aa32840f1878ece67f88556d81a4255f63f6e8aad4ac73e575ef2c7ec8" + }, + "verify/design-rules/data/_turrets.txt": { + "mode": 420, + "sha256": "35de6ad40895f76298eef7dc354c739a5a59747b689c2324cfa5040442eddc18" + }, + "verify/design-rules/design_rules.py": { + "mode": 420, + "sha256": "772f70c7d6be2d20d10cf4f5d412233b267440d63d431bf7b320c29f3f06e313" + }, + "verify/design-rules/stock_designs.json": { + "mode": 420, + "sha256": "b363023e02899bc03e4c8b8423b394ef8abb190b1bcf437aade19be463353f68" + }, + "verify/design-rules/stock_designs.py": { + "mode": 420, + "sha256": "fe020f6058ec25b6fc456146abb6594825ee2b98ba5c5c5eeaff969ce4596031" + }, + "verify/design-rules/test_design_rules.py": { + "mode": 420, + "sha256": "6f6764d21d7a3337ec8aba9651b19947239a7d06a6cdf7c6e9be5ddefcfdd186" + }, + "verify/fpu-cw/cw_census.py": { + "mode": 420, + "sha256": "07b7ac5ae60df487867b592e82e9f74201b695437fba248813bc07305a21c7cc" + }, + "verify/fpu-cw/trace_bitdiff.py": { + "mode": 420, + "sha256": "b25c93d70e67ed2fa81e5ea7184f8ffe0cbd2e7c043bc94f923c3db1cf101b59" + }, + "verify/harness/.keep.md": { + "mode": 420, + "sha256": "b9ed9ae581d08f2411346c518e16cd894f159dbe569e3c778b31d9e9a3677786" + }, + "verify/harness/cb/README.md": { + "mode": 420, + "sha256": "7a656251a600a9343ffa8afaa4f227e7cb8086be7d3c6879c0a403ab8acec71d" + }, + "verify/harness/cb/cbdo.sh": { + "mode": 493, + "sha256": "6f3d7fd35aeedb0841be9df0ba19136be2e7ccb5c44950d8aa821c61727232a6" + }, + "verify/harness/cb/cbfull.sh": { + "mode": 493, + "sha256": "609101217e9d35bf1caa5cb66f362e0796fcf6c1264bd92ff550d0ed12ca2521" + }, + "verify/harness/cb/cbload.sh": { + "mode": 493, + "sha256": "2e56bb64609434f6dfc6ebcf71a3c839ae59170db80c996ebee7c2219cb664ec" + }, + "verify/harness/cb/cbmenu.py": { + "mode": 420, + "sha256": "fb2e72a1a5390aa28dcae0fbc2d7b920b06bf3b1ea161bb757d4db3c8cd23af2" + }, + "verify/harness/cb/cbstep.sh": { + "mode": 493, + "sha256": "5896b21e8cf08b40e2a2958e44a51beb7e5b5a58cf35d405879a5df7cdd375b4" + }, + "verify/harness/compare/TRACE_FORMAT.md": { + "mode": 420, + "sha256": "cf6f61dc255e3aed0f293c141d9fd3b0d5e848e3abe4dcf50b4ca2d58e37c024" + }, + "verify/harness/compare/mkfixture.py": { + "mode": 420, + "sha256": "f081dd92b9e82e838f59ce8f9c79d5cdebb825255f13b6c49178516e7f3ef118" + }, + "verify/harness/compare/oracle_parsers.py": { + "mode": 420, + "sha256": "b1a745bfa63b447c87279afdb2885a0218f2a0dc2539f79414f8a2534e24c97b" + }, + "verify/harness/compare/test_tracecmp.py": { + "mode": 420, + "sha256": "f25eb9d5ea7215b8366c44924fb49a5f028a0188e709dadfd90cfbc30db0823e" + }, + "verify/harness/compare/tracecmp.py": { + "mode": 420, + "sha256": "d6ca461cabf15351e2040150144084b93d3caf22d879ee158ede04052ab03cbb" + }, + "verify/harness/l2-ui/README.md": { + "mode": 420, + "sha256": "48effd757522ee5ff70af6d77449dcfd805bb7744c9093d01c039b86e030d7f6" + }, + "verify/harness/l2-ui/launch-b.cmd": { + "mode": 420, + "sha256": "8f26c451a88765c49ecb3c8160ed4a3d06f1100a6d9323b305efc01f039dfada" + }, + "verify/harness/l2-ui/socks.ps1": { + "mode": 420, + "sha256": "401cce47d495507f60eeae45942c146586464959046ef9715cd69605753af027" + }, + "verify/harness/l2-ui/ui.ps1": { + "mode": 420, + "sha256": "355c8f222bf99f547d9d16a1665a072e6914917d48e4db22b8438d2d83708e97" + }, + "verify/harness/profiling/battle-run.sh": { + "mode": 493, + "sha256": "79f14ded5c3731efd655a6f9a4ac6795f3ace0a9b064c43ba4bf9a2cb988a7cf" + }, + "verify/harness/profiling/funcs.py": { + "mode": 420, + "sha256": "841a6f5e5dc1d845b7439c9ce9dc08e045864929b0f367908abea7ab54259207" + }, + "verify/harness/profiling/funcs.txt": { + "mode": 420, + "sha256": "d35b17dbb3970f5c24ae862748c5b91aee87491968719c34e48a8b88c0615835" + }, + "verify/harness/profiling/iat.py": { + "mode": 420, + "sha256": "82465ef8284739ab3d3c99acd0fa6cc5a4bb80c8680eb7a949218305fd10d3d3" + }, + "verify/harness/profiling/inspect.ps1": { + "mode": 420, + "sha256": "35bc7dd85108e3f4686975ef7f510b1cc9306b5839329f7fdd2a5ac27a140611" + }, + "verify/harness/profiling/names.txt": { + "mode": 420, + "sha256": "89d90f934e445447c68569448471a8917ee0bbfcb5fb96bba3e6566be9b0779c" + }, + "verify/harness/profiling/parse.py": { + "mode": 420, + "sha256": "680df36804e923d74da8e9fd8877b5ea66975c9ce8d239ad4507c829f881722a" + }, + "verify/harness/profiling/sampler.ps1": { + "mode": 420, + "sha256": "ef0edde8535ef07e508a732f8e11dc3d50fef966e5a9e4d8161085a83372993e" + }, + "verify/harness/profiling/shots.sh": { + "mode": 420, + "sha256": "87e554abf08068d6438417e266f1e7820e34a900a7d559fa0a7c4a2fa18002b3" + }, + "verify/harness/profiling/timerres.ps1": { + "mode": 420, + "sha256": "80362eb9ec8bd882abddf2507236e70db2dd21f64c9db07d217bdd49361ed89c" + }, + "verify/harness/profiling/turnloop.sh": { + "mode": 493, + "sha256": "8e28f076599a9eb53eace77ad77a10b0770f1ce617c7a76e6a2b9044ee0c8774" + }, + "verify/harness/profiling/turnwin.py": { + "mode": 420, + "sha256": "e2033a8e519a7c9f65f67b5592494a9843eb8bef41af6ab5652343aa86bd4c60" + }, + "verify/harness/profiling/ui.sh": { + "mode": 493, + "sha256": "e66774a4d070285e6c6a62472000222a691c7192096039e75fa726bab9f6afb7" + }, + "verify/harness/run-recipe/click_helper.ps1": { + "mode": 420, + "sha256": "150a1c17e12e8479244107cd01d95233c84d550e95a6f5e352fd529818a21d7d" + }, + "verify/harness/run-recipe/display.cfg": { + "mode": 420, + "sha256": "76b4876abd1cd163a5cc6b65a6106670476cde40c9b868a53a0dc45f517e132f" + }, + "verify/harness/run-recipe/dxvk_d3d9.log": { + "mode": 420, + "sha256": "f48ff2684a78cea563ab7f10e2f005638044352fe9cfc30dedf0f26ec7fecf23" + }, + "verify/harness/run-recipe/launch.cmd": { + "mode": 420, + "sha256": "90a6effe8ae835bf641cc775a17ad709198fdfeded4379f658255a82f594e5c2" + }, + "verify/harness/run-recipe/lvp_icd.x86.json": { + "mode": 420, + "sha256": "b89a08526e043a84c3a2550b5ea2fd7692f547ea295e8dd70e79c64fe81f6fbf" + }, + "verify/harness/run-recipe/run.txt": { + "mode": 420, + "sha256": "12c83295dae9db4a98142ef8fe7e45321c90960428df504ed3496e27838a0413" + }, + "verify/harness/run-recipe/session.log": { + "mode": 420, + "sha256": "e9ce9b496e9ee55bd64cc27afe594cee6136dfbc6cf9d9d44e9914b27e568a93" + }, + "verify/parsers/PARITY_NOTES.md": { + "mode": 420, + "sha256": "beecfe60358f5977529bd0784ffe18ca03c38d2dd36766f351c6a9addac83bda" + }, + "verify/parsers/effect_txt.py": { + "mode": 420, + "sha256": "7219045dfaf305dd64218ff8096e8cac69a53df1aabdf85f15e6c5e01c963e74" + }, + "verify/parsers/flat_kv.py": { + "mode": 420, + "sha256": "a26149cb21d152be5cbada3b764e042187daf2ec306b2dba1081737af6a7ae4f" + }, + "verify/parsers/manifest.py": { + "mode": 420, + "sha256": "62a08cfd82d5f701ae3b3f567bc8382cfd1b33b49bf6049ade47a932ef7109da" + }, + "verify/parsers/mars_data.py": { + "mode": 420, + "sha256": "90c7b8421044b1d7e262e6f20e5af391d97a712b12c2d3f0c3033567881d536f" + }, + "verify/parsers/verify.py": { + "mode": 420, + "sha256": "cc5d619bd6b3ca161b4bc8050c30e7d77f6bd3e964c971cc29e051efc1e25a33" + }, + "verify/publishing/test_dashboard.py": { + "mode": 420, + "sha256": "cc44e516da663f5d27bf817cbcbf24c052f2db52ee887d08d7c271caf8f6a000" + }, + "verify/results/.keep.md": { + "mode": 420, + "sha256": "b9ed9ae581d08f2411346c518e16cd894f159dbe569e3c778b31d9e9a3677786" + }, + "verify/results/compare/.keep.md": { + "mode": 420, + "sha256": "4581f3fde61549f4c621b2f114228a62d066a528a270a9b41703238ff841ac1d" + }, + "verify/results/compare/b2-techfx-compare.json": { + "mode": 420, + "sha256": "b0533322d44b1694f36baf86d6660481ac5b22ce9c1d6b6b9668ea064cc08f4b" + }, + "verify/results/compare/b2-techfx-golden.json": { + "mode": 420, + "sha256": "4298a8229b85a3329c78d3618d3eb19aff096cb2da66e9238fd843d639b17f11" + }, + "verify/results/compare/cr-compare.json": { + "mode": 420, + "sha256": "f20e9a7c71412688c02b607f08a5224367598eba552e35a50e9922ca8f12edab" + }, + "verify/results/compare/cr-compare.md": { + "mode": 420, + "sha256": "0eb905744120b1cf264ba6e57497db64fdc8e225a87ef7bb86cf3f026ffe4d0d" + }, + "verify/results/compare/cr-replace0.json": { + "mode": 420, + "sha256": "f1556c5d74c236c82617061b5ec60b1a7ce4652bce87b6595eb89406ad832240" + }, + "verify/results/compare/cr-replace0.md": { + "mode": 420, + "sha256": "6f571e46350a29b811bc12b48e12ed2d443acba5f5be6310e0531c3790425d48" + }, + "verify/results/compare/cr-replace1.json": { + "mode": 420, + "sha256": "d0c1d6bd4a1f8f5343b584662d8202184479b01a51480443a97242daf27fccc2" + }, + "verify/results/compare/cr-replace1.md": { + "mode": 420, + "sha256": "111b51290468d5482a1910194487d26dc1b3ec534d699aa07a564de66bbf9d98" + }, + "verify/results/compare/eventlive-b3-t1-5.json": { + "mode": 420, + "sha256": "4f305180bcbe93523f407d1f8406ac52b84d4a20e2d611940716618fd37edfde" + }, + "verify/results/compare/eventlive-b3-t1-5.md": { + "mode": 420, + "sha256": "ec71d98210218fd5b5da69f6b17cf6991128a58a0358a6504e6497dd39159764" + }, + "verify/results/compare/eventlive-b3-t1.json": { + "mode": 420, + "sha256": "84f66c1e6a23f737d1615e75fd22fba958bfd851067acb42503e32a2812dd1de" + }, + "verify/results/compare/eventlive-b3-t1.md": { + "mode": 420, + "sha256": "299b8dd3f2cf42cbc9e6254fac01ee3dcb6abb0758c8f298beb6cc6464db4cfb" + }, + "verify/results/compare/eventlive-b3-zuul.json": { + "mode": 420, + "sha256": "a1a92c06202c8168362c33442edeb7ea7f76f6e586e5deea1b86dff9dc8f3494" + }, + "verify/results/compare/eventlive-b3-zuul.md": { + "mode": 420, + "sha256": "544791f9cd8b77a2d865f2a918d97e74559529f29943171bd1e8e2d8a120dec5" + }, + "verify/results/compare/l5-budget-boundary.md": { + "mode": 420, + "sha256": "6877f9cfc602876b4c213106493853822471a5aaa3e4e8ebf8dffd31373d89d9" + }, + "verify/results/compare/mf-after.json": { + "mode": 420, + "sha256": "586a824a0d0af1de0808c33c1c392c4022128f9c1305dc32b6749e8fa493e8f4" + }, + "verify/results/compare/mf-after.md": { + "mode": 420, + "sha256": "659be3da71cabfd3c34eb818f1bac07f848c58a878fd62d81ac7b1daa5f3ce03" + }, + "verify/results/compare/mf-before.json": { + "mode": 420, + "sha256": "259272b45ca9c63894d8c91e399ff91d7258b7836f1a0d5c91dd3972586b2498" + }, + "verify/results/compare/mf-before.md": { + "mode": 420, + "sha256": "4572530a1c93865d27aba47c23c418773ad39a834c8be1c004f5cc2f16f927a0" + }, + "verify/results/compare/output-ref-turn2.md": { + "mode": 420, + "sha256": "43a569165f9239f13edc31c7a848a6b839829ae06dd6e3b85d289a1552eb8d34" + }, + "verify/results/compare/output-zuul-and-ref.md": { + "mode": 420, + "sha256": "9bc0937c0b3e1e3e5a6cd3768dbfeae56a897615396b00834bd083611f3ef431" + }, + "verify/results/compare/recap-b1-compare.json": { + "mode": 420, + "sha256": "8e86cdd32373e41ac1cdc130b18acc188b35d5ab7112e1fc655d134c44ad9712" + }, + "verify/results/compare/recap-b1-compare.md": { + "mode": 420, + "sha256": "496a3246eda3be76d9d0f08726369d40aa879cf60a510f16209ae77585582841" + }, + "verify/results/compare/recap-b3-compare-t1-5.json": { + "mode": 420, + "sha256": "80eeeeccf15f427b75b053d06f6b32b1692a2ed9ca6b9a51c244e4166a1b0e78" + }, + "verify/results/compare/recap-b3-compare-t1-5.md": { + "mode": 420, + "sha256": "5b6295bff72d599f142e75fa913ca2da590322a6fd1d104328847159fc5e7802" + }, + "verify/results/compare/recap-b3-compare-t1.json": { + "mode": 420, + "sha256": "10d0d5f8aff90f6cce3cd87e30c7f8ff896c5b369f4dc8288141451e25727cb9" + }, + "verify/results/compare/recap-b3-compare-t1.md": { + "mode": 420, + "sha256": "2b0eb8865bb07a2dd8fd038bc19e38a34fbf19b9d3f6fabae085c16a74fbcc6f" + }, + "verify/results/compare/recap-golden-trace.json": { + "mode": 420, + "sha256": "50bb7e34ab2359adc83cc0647fc995d207173fcf6134e413565af450958f652f" + }, + "verify/results/compare/recap-golden-trace.md": { + "mode": 420, + "sha256": "586fc86fe78659902a5d0859c0bce44623bfcda0f375bb57b293796862c48e17" + }, + "verify/results/compare/recap-misc-compare.json": { + "mode": 420, + "sha256": "c73f3f3593a0d715a675b29c7b4f49c02a97578ee9d867ce15d217c43da2e466" + }, + "verify/results/compare/recap-misc-compare.md": { + "mode": 420, + "sha256": "b435c92441742b2b1b0236bfacff10c17757696baf446c544c4759b7e31237ed" + }, + "verify/results/compare/unlock-b3-t1-5.json": { + "mode": 420, + "sha256": "a4dbfc89f6f3d154edbbc62842a4e8d8a3c69b9589eafc1bb496b26a3ecf6e3d" + }, + "verify/results/compare/unlock-b3-t1-5.md": { + "mode": 420, + "sha256": "832626087ddc2da9064a192a1acfb3869d4a52c6398a070cbd66eaa1bdbe2e2e" + }, + "verify/results/compare/unlock-b3-t1.json": { + "mode": 420, + "sha256": "6d8938b8eaeb2da1c7fdccb1fb68f8e3a2b5b7f492cc096326cf3aadb2ab8d55" + }, + "verify/results/compare/unlock-b3-t1.md": { + "mode": 420, + "sha256": "8911e671a143c25765cd7c0b67f1b9cb23f4040fe26aad40ce59b1db858afdcd" + }, + "verify/results/compare/unlock-b3-zuul.json": { + "mode": 420, + "sha256": "3099d248d58c4395e92d65ad18c28227695a7c7935193be6c2bcf752fa0e0f04" + }, + "verify/results/compare/unlock-b3-zuul.md": { + "mode": 420, + "sha256": "f53b165c8502ba9b2416935179fdea68153fb6ebd2458b4ec9b4ecf6c741c91f" + }, + "verify/results/data-catalogs/crosslink.json": { + "mode": 420, + "sha256": "2966ba9780910b596e350c4f81eef5d74c4d235dc3a8d5cf6ad5fd53a407254a" + }, + "verify/results/data-catalogs/schema_stats.json": { + "mode": 420, + "sha256": "6e3f669ae77cdfa2c5cd6bbd29f5cecccd452d9a7b2397c2c23db6c33fda0a2a" + }, + "verify/results/data-catalogs/shipsections.json": { + "mode": 420, + "sha256": "2e7057c608d0cea755bf9dbfa291864d33e3f09ad5deff7bb3a8045bde7a4ab5" + }, + "verify/results/data-catalogs/strings.json": { + "mode": 420, + "sha256": "c36c1b2b9a2eace438f93698df6388fa94aec30d372bcd0bee7e09bb33c54d7c" + }, + "verify/results/data-catalogs/tech_tree.dot": { + "mode": 420, + "sha256": "96ce0492a1284167d82af2c07a8f8a0b3bb9864bc137195560d909df6a913055" + }, + "verify/results/data-catalogs/tech_tree.json": { + "mode": 420, + "sha256": "18df799410c5f650e15808c1ef247b4768a3dfff93795a5ec7f56cd6c4afc597" + }, + "verify/results/data-catalogs/weapons.json": { + "mode": 420, + "sha256": "a446b445c21519fc7992c84155c9652239567030843c405b4219d1f65022db01" + }, + "verify/results/fpu-cw/README.md": { + "mode": 420, + "sha256": "3928fd0f6a03a8ff0b170a7ed23a059120b5014b13bf6870d4f187ff299d5975" + }, + "verify/results/fpu-cw/cw-census.txt": { + "mode": 420, + "sha256": "b7854dc5cd249a2490d04264d758f1894a9ddf4b95573650365d47587c7589d3" + }, + "verify/results/fpu-cw/run-007f-rep/(Autosave EndTurn).sav": { + "mode": 420, + "sha256": "bb4fd9ac89f41e3bc0db2af08b18ce83417521ac4bcee695fc9fa6ce16e30948" + }, + "verify/results/fpu-cw/run-007f-rep/(Autosave).sav": { + "mode": 420, + "sha256": "ba2435beb17265af3abddb58cd26e926d42b39b358ef6d0c76f9897386174918" + }, + "verify/results/fpu-cw/run-007f-rep/shim.log": { + "mode": 420, + "sha256": "73b5b86da743a1cb37d4c0d97b29978923b55a7a47f80c7fa20ca47d424f6c02" + }, + "verify/results/fpu-cw/run-007f/(Autosave EndTurn).sav": { + "mode": 420, + "sha256": "bb4fd9ac89f41e3bc0db2af08b18ce83417521ac4bcee695fc9fa6ce16e30948" + }, + "verify/results/fpu-cw/run-007f/(Autosave).sav": { + "mode": 420, + "sha256": "ba2435beb17265af3abddb58cd26e926d42b39b358ef6d0c76f9897386174918" + }, + "verify/results/fpu-cw/run-007f/shim.cfg": { + "mode": 420, + "sha256": "998decddb80cf23d63c42d2d6c1d1aa85072258ca0870168ee772708ebfb6363" + }, + "verify/results/fpu-cw/run-007f/shim.log": { + "mode": 420, + "sha256": "5721f47d7fd862156ce2cd1832cd1739636b5aee53c82323ef233ff6401775bb" + }, + "verify/results/fpu-cw/run-007f/shim.trace.jsonl.gz": { + "mode": 420, + "sha256": "149c4fcf750fcf9e81dc86d8696271d9a14ca788891ac95cf96995e3737c68e4" + }, + "verify/results/fpu-cw/run-027f/(Autosave EndTurn).sav": { + "mode": 420, + "sha256": "bb4fd9ac89f41e3bc0db2af08b18ce83417521ac4bcee695fc9fa6ce16e30948" + }, + "verify/results/fpu-cw/run-027f/(Autosave).sav": { + "mode": 420, + "sha256": "978041acd168b56ed8eb3f5e42e78d5e70eae6e6517d75e659a5eb7ca3d60921" + }, + "verify/results/fpu-cw/run-027f/shim.cfg": { + "mode": 420, + "sha256": "f4f9585a8f6317807bcab498ebed5de5d42400124a82ea958558f1455176cebd" + }, + "verify/results/fpu-cw/run-027f/shim.log": { + "mode": 420, + "sha256": "4bd3f88bd27eb2e3ae1f42f4dc2ccf1cc5df1a2c1171d2eff8be86e7be684187" + }, + "verify/results/fpu-cw/run-027f/shim.trace.jsonl.gz": { + "mode": 420, + "sha256": "b5d2611d0c08946c1e1eaa244a7e44782eac2592c392efb3d7147fbbd86816e7" + }, + "verify/results/fpu-cw/run-127f/(Autosave EndTurn).sav": { + "mode": 420, + "sha256": "bb4fd9ac89f41e3bc0db2af08b18ce83417521ac4bcee695fc9fa6ce16e30948" + }, + "verify/results/fpu-cw/run-127f/(Autosave).sav": { + "mode": 420, + "sha256": "978041acd168b56ed8eb3f5e42e78d5e70eae6e6517d75e659a5eb7ca3d60921" + }, + "verify/results/fpu-cw/run-127f/shim.cfg": { + "mode": 420, + "sha256": "1f50a475f0d347b5b5a7c2341eac4ea22092818e18bc7ea049154d309949e271" + }, + "verify/results/fpu-cw/run-127f/shim.log": { + "mode": 420, + "sha256": "03f1999dc8964912697782e856f89f190b6680d5732f2cd00b1569bff727a545" + }, + "verify/results/fpu-cw/run-127f/shim.trace.jsonl.gz": { + "mode": 420, + "sha256": "fb1b9063cc53a6b39ea0a58e0545b9334fbd15d65dd839e72f2c4febbb1dd3f0" + }, + "verify/results/fpu-cw/run-137f/(Autosave EndTurn).sav": { + "mode": 420, + "sha256": "bb4fd9ac89f41e3bc0db2af08b18ce83417521ac4bcee695fc9fa6ce16e30948" + }, + "verify/results/fpu-cw/run-137f/(Autosave).sav": { + "mode": 420, + "sha256": "978041acd168b56ed8eb3f5e42e78d5e70eae6e6517d75e659a5eb7ca3d60921" + }, + "verify/results/fpu-cw/run-137f/shim.cfg": { + "mode": 420, + "sha256": "8658d901e0688d87d2f2359fe725082b9956291988cdc0b82b155dde55fef5e9" + }, + "verify/results/fpu-cw/run-137f/shim.log": { + "mode": 420, + "sha256": "83aa72572412d5248179397895029367685fd590d795991ab91c98cf9828ae29" + }, + "verify/results/fpu-cw/run-137f/shim.trace.jsonl.gz": { + "mode": 420, + "sha256": "aad1fb6abd86beafb9f44e2c6060157e22618811d105f2379252e19008839b66" + }, + "verify/results/fpu-cw/run-1a7f-rep/(Autosave EndTurn).sav": { + "mode": 420, + "sha256": "bb4fd9ac89f41e3bc0db2af08b18ce83417521ac4bcee695fc9fa6ce16e30948" + }, + "verify/results/fpu-cw/run-1a7f-rep/(Autosave).sav": { + "mode": 420, + "sha256": "e48e25fa8425a8a1d174efe3e8a553153447f11f8f91c5fda25bd7db3a26cca7" + }, + "verify/results/fpu-cw/run-1a7f-rep/shim.log": { + "mode": 420, + "sha256": "38f2824fbe91bf2fa1ef55473a7468707248420805b6f6dc85245fd34fa94200" + }, + "verify/results/fpu-cw/run-1a7f/(Autosave EndTurn).sav": { + "mode": 420, + "sha256": "bb4fd9ac89f41e3bc0db2af08b18ce83417521ac4bcee695fc9fa6ce16e30948" + }, + "verify/results/fpu-cw/run-1a7f/(Autosave).sav": { + "mode": 420, + "sha256": "e48e25fa8425a8a1d174efe3e8a553153447f11f8f91c5fda25bd7db3a26cca7" + }, + "verify/results/fpu-cw/run-1a7f/shim.cfg": { + "mode": 420, + "sha256": "59ff1f48a10c378d0ea92d8a156b135a106017a5b6c47b65de304fde3187c588" + }, + "verify/results/fpu-cw/run-1a7f/shim.log": { + "mode": 420, + "sha256": "a1bb0bd06dae6955ec09e7d0c6cd1e68e19aa2a114256cdeae1275def0a63091" + }, + "verify/results/fpu-cw/run-1a7f/shim.trace.jsonl.gz": { + "mode": 420, + "sha256": "b9a7affb8235626fcfdd5afe143e4ec03be869b6b386bd9ac78389097df88cef" + }, + "verify/results/fpu-cw/run-off/(Autosave EndTurn).sav": { + "mode": 420, + "sha256": "bb4fd9ac89f41e3bc0db2af08b18ce83417521ac4bcee695fc9fa6ce16e30948" + }, + "verify/results/fpu-cw/run-off/(Autosave).sav": { + "mode": 420, + "sha256": "978041acd168b56ed8eb3f5e42e78d5e70eae6e6517d75e659a5eb7ca3d60921" + }, + "verify/results/fpu-cw/run-off/shim.cfg": { + "mode": 420, + "sha256": "6a19c362121a3dba0aac857d6e998131e8b2478f19edcdcbd58006645d096c70" + }, + "verify/results/fpu-cw/run-off/shim.log": { + "mode": 420, + "sha256": "9e3cbd005f0b68037681939b289834c55629bac0e9cd35ac55e6d8ef5333a116" + }, + "verify/results/fpu-cw/run-off/shim.trace.jsonl.gz": { + "mode": 420, + "sha256": "ec2271c0d7e09fe51ead7f8d58859c692e8b302233191841d506ea14248caa8c" + }, + "verify/results/fpu-cw/state-checksum-diffs.txt": { + "mode": 420, + "sha256": "3417dfc1b75ad896ac6a5e974d51248eecca319565e2422e146897d19e121b68" + }, + "verify/results/fpu-cw/trace-bitdiff.txt": { + "mode": 420, + "sha256": "8f86707f26f30638097c85f0db6df219adbfebac4e9ec24f1feb8bfce112d4f2" + }, + "verify/results/housekeeping/vm140-result.json": { + "mode": 420, + "sha256": "2250b02342f5c02ba5464cb4656543c6366dec098fbc948006600896ac9254c0" + }, + "verify/results/housekeeping/vm141-result.json": { + "mode": 420, + "sha256": "03d92ffd2947b2f0c058e5c613e04567cffee45be456aece6d771b789f32fb93" + }, + "verify/results/housekeeping/vm144-result.json": { + "mode": 420, + "sha256": "ace15320f7e60995a68f2c9c03a5a44159ae2d64fa273d34d38e285d313a0393" + }, + "verify/results/housekeeping/vm145-result.json": { + "mode": 420, + "sha256": "768666178bf2910a2ff026351727b5cc96e48df70e1ba012031d34eafc95ad7a" + }, + "verify/results/housekeeping/vm146-result.json": { + "mode": 420, + "sha256": "eebb306a3ec8533abae6dfd59f127c48effe9f21107e0c5c09c751108e77bb97" + }, + "verify/results/multiplayer/l2-combat-hud-client.png": { + "mode": 420, + "sha256": "02c86592531ab2889a0eae04e44a644d33c754096fe60aca6640068a7a3f421f" + }, + "verify/results/multiplayer/l2-combat-hud-host.png": { + "mode": 420, + "sha256": "a56daf36fcc88627b29116ad9874c95a3c46960074ff9b823aa15c4ea2660dd7" + }, + "verify/results/multiplayer/l2-combat-loading.png": { + "mode": 420, + "sha256": "f94a718cee08e1b7d346490058f13a107d23aaa7c269fdd53b159a75d62fa558" + }, + "verify/results/multiplayer/l2-combat-round-draw.png": { + "mode": 420, + "sha256": "c1b8424540b702915302f9ff38eaf765e8e95fddc3c5c4d894438dcfcf8b6256" + }, + "verify/results/multiplayer/l2-combat.pcap": { + "mode": 420, + "sha256": "0f112ef96da6c465dbda51baf99eedd66967eed61c097f643bf6c66fc26af31b" + }, + "verify/results/multiplayer/l2-encounter-query-client.png": { + "mode": 420, + "sha256": "4c41b268ad256b0109483a2d9b5ba35de7b9cadb4eb32ef4a68f7867e6e747fd" + }, + "verify/results/multiplayer/l2-encounter-query-host.png": { + "mode": 420, + "sha256": "8c7b0c6d65ddde45eb3447f044589ffc36500b40c4d676af8321f800162f38a0" + }, + "verify/results/multiplayer/l2-fleet-built.png": { + "mode": 420, + "sha256": "6ac91fcf9b42caef50134de01804046d8e60d0fd3966592e9738ceff511949c2" + }, + "verify/results/multiplayer/l2-lobby-client-joined.png": { + "mode": 420, + "sha256": "4a8e698c9ea935449ff0421cd59acd517ebffa388a7572279b28be0369141ff6" + }, + "verify/results/multiplayer/l2-lobby-host-created.png": { + "mode": 420, + "sha256": "e6a7377cabafa973396cedafa5ad5b4863a42f9866709db88faf9572e0ed3c98" + }, + "verify/results/multiplayer/l2-move-warning-dialog.png": { + "mode": 420, + "sha256": "43c6219d74bc0cb28495f13784cdbd3a90c89746b108824c3a2138dbdadcb53e" + }, + "verify/results/multiplayer/l2-socks.log": { + "mode": 420, + "sha256": "109b630d6548d07404f9f905e6c527f10e25221698f1b66226f67f94c5f294b5" + }, + "verify/results/multiplayer/l2-turn13-client.png": { + "mode": 420, + "sha256": "d19f17c4219f21f6c9950440d528a1a91fe3907761df21fd0ba99321b8820baa" + }, + "verify/results/multiplayer/l2-turn13-host.png": { + "mode": 420, + "sha256": "811efcfb571d60435f772a3b619bb329717d1e162b88e440ec0d636b1c6042fc" + }, + "verify/results/multiplayer/w2-internet-browser-no-error.png": { + "mode": 420, + "sha256": "6409b977056c95b29928a0098f75fffd71c501128f9d9325c3000837131c8791" + }, + "verify/results/multiplayer/w2-join-manually-dialog.png": { + "mode": 420, + "sha256": "86904e94a5aec41c1e89271d2712558c3b5055bd2ae4fededfda103d1e22fb71" + }, + "verify/results/multiplayer/w2-lan-browse-listing.png": { + "mode": 420, + "sha256": "6f5d16fa719fb63dd627fba551221c7665b69002e83fe35b8d84912cd7d8ce83" + }, + "verify/results/multiplayer/w2-lobby-client.png": { + "mode": 420, + "sha256": "ede652b21e2a4ea07c8132e4080ba903d1052ebca336bb007e1e8efa62787f10" + }, + "verify/results/multiplayer/w2-mp-turn1.png": { + "mode": 420, + "sha256": "59f9a1f5d8c0fff45d3ae3406dfd9878a5915f18e999d909a5238a90a3b86ed6" + }, + "verify/results/multiplayer/w2-mp-turn2-client.png": { + "mode": 420, + "sha256": "d9da4c151cd8290f80b31eb5ed8a74a0a30a87d1f7a80a179fa082a9439e08e5" + }, + "verify/results/multiplayer/w2-mp-turn2-host.png": { + "mode": 420, + "sha256": "910efd36b4a7c1a85d8ad487660f856339af037b9b00fef0cafd5e77ebdc36e5" + }, + "verify/results/multiplayer/w2-tier0-filtered.pcap": { + "mode": 420, + "sha256": "e108778fd1afb7718c53a4164310b8523415ef073706d310583dab424e5921cc" + }, + "verify/results/saves/ac-turn20-raider.sav": { + "mode": 420, + "sha256": "ee787db8f63d8f564c597bd5a82709790a0fdf47827912037f96b736f2cbed34" + }, + "verify/results/saves/ac-turn22-raider.sav": { + "mode": 420, + "sha256": "0faeaa601e6a867876819e5646b85f8787851093b8e6bd6e3946eb867f2dcc74" + }, + "verify/results/saves/ad-oracle-A-post.sav": { + "mode": 420, + "sha256": "a634510e7208cceb10d8ce016ceb0153601f11d7291f08122bcdb6418e313331" + }, + "verify/results/saves/ad-oracle-B-post.sav": { + "mode": 420, + "sha256": "676b1778880b5d4784ba7f6ef48b1a8e56745adab70a815943b7744876686260" + }, + "verify/results/saves/ad-turn27-two-raiders.sav": { + "mode": 420, + "sha256": "1c8baa27680809d585ab1728391e82729642d32aaedffd5bf95b616f0a11a436" + }, + "verify/results/saves/ap-deploy-turn15.sav": { + "mode": 420, + "sha256": "844f2b746060dc2c4e2099cdc6ceffd5f55ef858c9e347df28c8aca3041f7165" + }, + "verify/results/saves/ap-oa-turn16.sav": { + "mode": 420, + "sha256": "e296394f578b3a5668e5934b9eec8d6c4638ca7411200078f97de1abd346f4c5" + }, + "verify/results/saves/ap-ob-turn16.sav": { + "mode": 420, + "sha256": "262f8bda97c9511d8d2b41e6a8a0582d6f5364c2b01b1caf99e639d0e4f53ebe" + }, + "verify/results/saves/ap-turn22-spydetected.sav": { + "mode": 420, + "sha256": "91381bd7e722ac3847795a402d78ebb31d74dbb5d2909f33d243aec3ef8abaf8" + }, + "verify/results/saves/ap-turn25-spydestroyed.sav": { + "mode": 420, + "sha256": "46380fcf4498d67507e4471eb9ee3762647c53ee5473be142fe5c34e37344bc3" + }, + "verify/results/saves/ar-oracle-A-post.sav": { + "mode": 420, + "sha256": "7a8b3d5eb3a60ebac9f40646d3e4b15768a24a0af047a439ce090c7cf38e8b38" + }, + "verify/results/saves/ar-oracle-A-pre.sav": { + "mode": 420, + "sha256": "15b99255e1f03dab3e35ab8c1ac64f221cb5aa9321f113c7a6e3d1263c3f34ca" + }, + "verify/results/saves/ar-oracle-B-post.sav": { + "mode": 420, + "sha256": "7a8b3d5eb3a60ebac9f40646d3e4b15768a24a0af047a439ce090c7cf38e8b38" + }, + "verify/results/saves/ar-r1-turn43-post.sav": { + "mode": 420, + "sha256": "37f4a54fd32303fdcc86522b07104fbf2fcb124eec9b1f7005b3446fefcc429f" + }, + "verify/results/saves/ar-r2-probes8-post.sav": { + "mode": 420, + "sha256": "7a8b3d5eb3a60ebac9f40646d3e4b15768a24a0af047a439ce090c7cf38e8b38" + }, + "verify/results/saves/ar-turn37-816raiders.sav": { + "mode": 420, + "sha256": "b6f4e05ff226eabd1695003b36293553642553cea96ef417364393e2332a7094" + }, + "verify/results/saves/as-turn14-predeploy.sav": { + "mode": 420, + "sha256": "53986f8511cbf9920f32e2ea406ccf531dd08903fa5d06024fcf03ea7627221d" + }, + "verify/results/saves/as-turn15-spydeployed.sav": { + "mode": 420, + "sha256": "854a10fa1ea602f0f7909f9bf9154942e56ea5fa1db4cce47d6d32bf53952e08" + }, + "verify/results/saves/az-turn11-16destroyers.sav": { + "mode": 420, + "sha256": "501583c7cf2ac81c9db3191203cd3dc5ba5b9e228b9b9ce3dbdcc3650d0070a9" + }, + "verify/results/saves/az-turn23-tarka-comraid.sav": { + "mode": 420, + "sha256": "3d5eb826c149d1fd0278c746f32e6148ca9883a1bc5b522c0d5e6e13fac9788a" + }, + "verify/results/saves/bp-pinA-turn28.sav": { + "mode": 420, + "sha256": "e913ff41188211c02d536da616337544e64133996cd7cc7a6521a8df1960226f" + }, + "verify/results/saves/bp-pinB-turn28.sav": { + "mode": 420, + "sha256": "724528ffde9a7514b69ab9e82ed3b8c8ade63d622c0720de30503a73a92df11e" + }, + "verify/results/saves/bp-turn28-pre.sav": { + "mode": 420, + "sha256": "16f63adbf383946db17c381998957172bca803406b7df78f3b03805fef0bbcb8" + }, + "verify/results/saves/bq/bq-1A-endturn.sav": { + "mode": 420, + "sha256": "1a9d937b8bd9c4bb33dd235d4d6ad6e3b38d9f842fc740839e42e06f52356d39" + }, + "verify/results/saves/bq/bq-1A-post.sav": { + "mode": 420, + "sha256": "56980aa086e1a145b00f781b9d9cf618b152986f1c2267b9fd96cca0f1f604b9" + }, + "verify/results/saves/bq/bq-1B-endturn.sav": { + "mode": 420, + "sha256": "1a9d937b8bd9c4bb33dd235d4d6ad6e3b38d9f842fc740839e42e06f52356d39" + }, + "verify/results/saves/bq/bq-1B-post.sav": { + "mode": 420, + "sha256": "b36ac0ec2986f3a814dd22ca312c895ba6ec8a0e55fca54d8a7fd08a2f96a2c4" + }, + "verify/results/saves/bq/bq-1bA-endturn.sav": { + "mode": 420, + "sha256": "33e3009254f5acd17417053d88372f3d6851e0206932db0f9201cbce6c0f5b21" + }, + "verify/results/saves/bq/bq-1bA-post.sav": { + "mode": 420, + "sha256": "4c356f5916f0e6e4b0ba5f147e31177ae946abd6be2d124559e44c8a13b8ed10" + }, + "verify/results/saves/bq/bq-1bB-endturn.sav": { + "mode": 420, + "sha256": "33e3009254f5acd17417053d88372f3d6851e0206932db0f9201cbce6c0f5b21" + }, + "verify/results/saves/bq/bq-1bB-post.sav": { + "mode": 420, + "sha256": "4c356f5916f0e6e4b0ba5f147e31177ae946abd6be2d124559e44c8a13b8ed10" + }, + "verify/results/saves/bq/bq-res-post.sav": { + "mode": 420, + "sha256": "28bbd9b5c377afcd8f075b535eb1036ee46acf71ab614e7091ccdbdfb3703db2" + }, + "verify/results/saves/bs/bs-C-endturn.sav": { + "mode": 420, + "sha256": "15b99255e1f03dab3e35ab8c1ac64f221cb5aa9321f113c7a6e3d1263c3f34ca" + }, + "verify/results/saves/bs/bs-C-f38-autosave.sav": { + "mode": 420, + "sha256": "0fe8f37479a702d2e4e7752e6cb160dc242f00a082dc4115b7d10c77b24989f0" + }, + "verify/results/saves/bs/bs-C-post.sav": { + "mode": 420, + "sha256": "7a8b3d5eb3a60ebac9f40646d3e4b15768a24a0af047a439ce090c7cf38e8b38" + }, + "verify/results/saves/bs/bs-L-endturn.sav": { + "mode": 420, + "sha256": "33e3009254f5acd17417053d88372f3d6851e0206932db0f9201cbce6c0f5b21" + }, + "verify/results/saves/bs/bs-L-post.sav": { + "mode": 420, + "sha256": "4c356f5916f0e6e4b0ba5f147e31177ae946abd6be2d124559e44c8a13b8ed10" + }, + "verify/results/saves/cb-c3-turn1to2-autosave.sav": { + "mode": 420, + "sha256": "d59bb9f2fd0eb5358c35954fbf2fcb70d06bafbba2560e0fa5d3f906bfb159d8" + }, + "verify/results/saves/cb-c5a-turn1to2-pinned-autosave.sav": { + "mode": 420, + "sha256": "d59bb9f2fd0eb5358c35954fbf2fcb70d06bafbba2560e0fa5d3f906bfb159d8" + }, + "verify/results/saves/cb-c5b-turn1to2-pinned-autosave.sav": { + "mode": 420, + "sha256": "d59bb9f2fd0eb5358c35954fbf2fcb70d06bafbba2560e0fa5d3f906bfb159d8" + }, + "verify/results/saves/cb-turn2to3-autosave.sav": { + "mode": 420, + "sha256": "978041acd168b56ed8eb3f5e42e78d5e70eae6e6517d75e659a5eb7ca3d60921" + }, + "verify/results/saves/cb-turn2to3-endturn.sav": { + "mode": 420, + "sha256": "bb4fd9ac89f41e3bc0db2af08b18ce83417521ac4bcee695fc9fa6ce16e30948" + }, + "verify/results/saves/certified-pairs.md": { + "mode": 420, + "sha256": "4e1cfb79cf5a51446b2eae21f91b565348ffa95a9ebac8f95e23019012aefb57" + }, + "verify/results/saves/cr/cr-oracle-autosave.sav": { + "mode": 420, + "sha256": "79df50475a7b83afa927d992b9f030dcf45710f4bda0133b8b1fa4800a72e420" + }, + "verify/results/saves/cr/cr-oracle-endturn.sav": { + "mode": 420, + "sha256": "e00eed0c03a31d27a81b7470a9dcc9ba08a2ac48c20baeee4f34749164743e3f" + }, + "verify/results/saves/cr/cr-replace0-autosave.sav": { + "mode": 420, + "sha256": "6b51db992b158caa5424d71b2dccf72924af7198b4165bfcfc870e0d438fb6d5" + }, + "verify/results/saves/cr/cr-replace1-autosave.sav": { + "mode": 420, + "sha256": "8a4309ee4fe0b3177a2820600b5016c7c256d0f51b065df469ecd0b4f2342235" + }, + "verify/results/saves/determinism-hashes.txt": { + "mode": 420, + "sha256": "bfa0615c4b310ae21c09a7d373d5a9d8799f36a0460089e5950fa0edf9d614d2" + }, + "verify/results/saves/human-turn11-spytechs.sav": { + "mode": 420, + "sha256": "aa63dd3d5489884f70d9c35acfb06c23c84531f403798842e7b0cf8cde94d1d4" + }, + "verify/results/saves/human-turn15-spyprogram.sav": { + "mode": 420, + "sha256": "22306d26f8831b90a62c00a2ebad5a97e77017b62ee96a7439d4c2c76c455cca" + }, + "verify/results/saves/human-turn2-orders.sav": { + "mode": 420, + "sha256": "9a94dec562622310893d6f522a0fae06f1033470f4182098e808b175e7df7c8d" + }, + "verify/results/saves/human-turn3-noderoute.sav": { + "mode": 420, + "sha256": "6db0912a050a846c8f3a184811644c76df3fdb65e83dffbf70289e21cc098a90" + }, + "verify/results/saves/human-turn5-traderoutes.sav": { + "mode": 420, + "sha256": "3829e6c6d8f26cd1183a972bd66edadbd71364c11a224b0a6e40461011bcab29" + }, + "verify/results/saves/human-turn8-traderoutes.sav": { + "mode": 420, + "sha256": "afeb3b2d724e07cf59f15eb1bdb9fcf853391fc06fe21beb20c069ff75b2f836" + }, + "verify/results/saves/turn1-state.sav": { + "mode": 420, + "sha256": "a3f9dc4b49fc669c814b09b87a9c6795de21bac80a1c7bfe3901b8e239fa36cc" + }, + "verify/results/saves/turn2-state.sav": { + "mode": 420, + "sha256": "ab4ac2d7e2977260a4de916f65c7ecc6dd5b0094dac4bb51241317232ea17ab4" + }, + "verify/results/saves/turn2-strict-issues.txt": { + "mode": 420, + "sha256": "33a169a2de29ad502e9b7c0159cd543e0b4d71f2d9b3903f5be58c7846db2429" + }, + "verify/results/saves/turn3-state.sav": { + "mode": 420, + "sha256": "978041acd168b56ed8eb3f5e42e78d5e70eae6e6517d75e659a5eb7ca3d60921" + }, + "verify/results/saves/zuul-turn15-orders.sav": { + "mode": 420, + "sha256": "ef86a0d61de3533f023af5dc2b9a5720e4e0c5c97d900d88181603a13db7d045" + }, + "verify/results/saves/zuul-turn16-noderoute.sav": { + "mode": 420, + "sha256": "b6b5d283b62cc46bca914e86c34cf45e8960a653e818e59664087429bbb30103" + }, + "verify/results/saves/zuul-turn17-orders2.sav": { + "mode": 420, + "sha256": "1b863e684edecb4afe738ba30c8132065ebcf2d9977409325e714fe0173056e8" + }, + "verify/results/saves/zuul-turn17-rollpending.sav": { + "mode": 420, + "sha256": "aac5ba5b10ff1af6b0e38c565b2f0a60c16858ee4e89dd2a2f5b037eae95ee7d" + }, + "verify/results/saves/zuul-turn23-fleet23.sav": { + "mode": 420, + "sha256": "fd3748327d87b8c478f50fcd09d097eacff21e57d946ecb43b8119b4d0d78b1b" + }, + "verify/results/saves/zuul-turn5-species5.sav": { + "mode": 420, + "sha256": "48559ab5b719b332e47b4bf43af85a616bff1508125d62edb211b80637234af6" + }, + "verify/results/shim/ac/ac-probe-run-shim.log": { + "mode": 420, + "sha256": "b9b4a5f0e399e16b477cde0bd7e2c4ce378549eb5a467f7b8ae5eb64d75cb106" + }, + "verify/results/shim/ac/ac-probe-run-watch.txt": { + "mode": 420, + "sha256": "543d76d150aeb9318b9ae27acf638b8935eea30b1a2d47fb15354b584a458163" + }, + "verify/results/shim/ad/ad-r1-shim.log": { + "mode": 420, + "sha256": "fec98888b030ed42b84551aac1286c0baeaf15b8a545af068dc6605615e96df0" + }, + "verify/results/shim/aidesign/parse_aidesign.py": { + "mode": 420, + "sha256": "fbd4aeb71db548759bdb1ff65a5fdd0af6c192927e6ebe4b510f1083c3bdba13" + }, + "verify/results/shim/aidesign/sd-br-p1-hashes.txt": { + "mode": 420, + "sha256": "cd276116a51df01129f0e840d4c04f7964be34f75e51c384cd8df65969f458e6" + }, + "verify/results/shim/aidesign/sd-br-p1.txt": { + "mode": 420, + "sha256": "325cb9fcfa505ab2a93bbd00d60a7a4644b6b5970cb16a288cc7a43f2e825dd3" + }, + "verify/results/shim/aidesign/sd-pin-p1-hashes.txt": { + "mode": 420, + "sha256": "f0371c0a439d736ae7e67e71bd87d693481100d08243d16a1ac1f2ad0ab8bdce" + }, + "verify/results/shim/aidesign/sd-pin-p1.txt": { + "mode": 420, + "sha256": "45e693d279899e7a04cf59bda67190058896b56f3b0607d5aee21abb12f03071" + }, + "verify/results/shim/aidesign/sd-pin-p2-hashes.txt": { + "mode": 420, + "sha256": "e7d6dc12a940305087ee03dc7f8826f3c6343d24d8fea0f2aa78665d887138c9" + }, + "verify/results/shim/aidesign/sd-pin-p2.txt": { + "mode": 420, + "sha256": "b0206869206bc3a41bebb5175e31179f1a5d125a44b5ddfc10c67c4a0d13c22c" + }, + "verify/results/shim/aidesign/sd-t15-p1-hashes.txt": { + "mode": 420, + "sha256": "1ee71a623eb17e08c623ec8de3775218dc3a7c2de50d36a25dd2395382195962" + }, + "verify/results/shim/aidesign/sd-t15-p1.txt": { + "mode": 420, + "sha256": "df9f4906ee8bbb2efc9ba9a38c41607b89711d0bc9f705473d8448e9715d9280" + }, + "verify/results/shim/aiorders/cb-c1-turn2to3.txt": { + "mode": 420, + "sha256": "9d5014b346cb0fa9e2172f45db77c4437a03b069930eaaa80ea94e742891eb8f" + }, + "verify/results/shim/aiorders/cb-c3-turn1to2-run1.txt": { + "mode": 420, + "sha256": "fdaf27a32b93fdb3024f7a45f0d90b2cf833d3f592960027c3a6cf4ecbb8c616" + }, + "verify/results/shim/aiorders/cb-c5a-turn1to2-pinned.txt": { + "mode": 420, + "sha256": "d4daa0c2599c1b573ed59617243a392861dbc4e1fbeb707c7248708c015d998f" + }, + "verify/results/shim/aiorders/cb-c5b-turn1to2-pinned.txt": { + "mode": 420, + "sha256": "9682186176024242fddb901b10d9a5ad6beba91bd895c2001ca954fc293eab73" + }, + "verify/results/shim/aiorders/l4-research-run1.txt": { + "mode": 420, + "sha256": "5caf1fa25b7b8c2d6af213e59c6ec821be3c46cdd92a1024a6faf5d0a3b1d71c" + }, + "verify/results/shim/aiorders/l4-research-run2.txt": { + "mode": 420, + "sha256": "846ef2cfbc365e7ee2f481048978baf820d57026737261bfba3a328d59cdaad8" + }, + "verify/results/shim/aiorders/l4-turn1to2-aiorders.txt": { + "mode": 420, + "sha256": "c55d9b3c48cb552c02731003c26bb6dfcb8afb611c2a188d21fd4a39f550d269" + }, + "verify/results/shim/aiorders/l4-turn1to2-hooksoff-autosave.sav": { + "mode": 420, + "sha256": "d59bb9f2fd0eb5358c35954fbf2fcb70d06bafbba2560e0fa5d3f906bfb159d8" + }, + "verify/results/shim/aiorders/l4-turn1to2-instrumented-autosave.sav": { + "mode": 420, + "sha256": "e43ec1d2b443c1017d06b21eb8c76b927613ed49aa78bca46a595a9acb368d1d" + }, + "verify/results/shim/aiorders/l4-turn2to3-aiorders.txt": { + "mode": 420, + "sha256": "696c34996e4b5be0383794fae7ea114779f7fdd0a8cdceff5a00aeb07392933a" + }, + "verify/results/shim/airng/par-br-p1-hashes.txt": { + "mode": 420, + "sha256": "656b1d0c073d9988287e5b76543e42eb1c050d9ebc9872e2b7ec5208b7534b42" + }, + "verify/results/shim/airng/par-br-p1.txt": { + "mode": 420, + "sha256": "eadf1cfb7efd7b374472867ddf1cea5f60e30096090c950049f0c264b0299398" + }, + "verify/results/shim/airng/par-br-p2-hashes.txt": { + "mode": 420, + "sha256": "d97916075c7b4c10464962e9e38aed69288a4d68a16a369c1133df16fa134146" + }, + "verify/results/shim/airng/par-br-p2.txt": { + "mode": 420, + "sha256": "bda355cbbf07301cd6d3716eba32312261c402848c91780a97a6d5cce14c3d92" + }, + "verify/results/shim/airng/par-pin-a1-hashes.txt": { + "mode": 420, + "sha256": "5eb1b557826d45fe9d843b37a92aaef54cd1b8a60900f9c34b4fe25e4bd46a24" + }, + "verify/results/shim/airng/par-pin-a1.txt": { + "mode": 420, + "sha256": "17750bab77512434dcc9e66fc86cbfc34df497cadab5b732cf3b0ef3958e09a4" + }, + "verify/results/shim/airng/par-t1-br-p1-hashes.txt": { + "mode": 420, + "sha256": "7577c33ec33d9e94fb77225929c1f34a3dd94c18fe72a394017811b3b5d53467" + }, + "verify/results/shim/airng/par-t1-br-p1.txt": { + "mode": 420, + "sha256": "8bc9969e2da730d26cc5538b758858a00a4ba6ab2d398458ff4dece1edf8bf92" + }, + "verify/results/shim/airng/par-t1-br-p2-hashes.txt": { + "mode": 420, + "sha256": "7e60fc8615163e8ebccf22fc8910f2e7c4f72a9be7a74bc832bc2a0f64ade0da" + }, + "verify/results/shim/airng/par-t1-br-p2.txt": { + "mode": 420, + "sha256": "7e50a728eb5909bd602a9e6996b908b1b2665c8c983cc0258dad000c8bff8e35" + }, + "verify/results/shim/airng/par-t1-br-p3-hashes.txt": { + "mode": 420, + "sha256": "00ce6b3b4c9dbfd192d09b3b06d91b95576cee8a5a85fccdc36a85547fbdcbc4" + }, + "verify/results/shim/airng/par-t1-br-p3.txt": { + "mode": 420, + "sha256": "28cdf1f6b83c1764f1d1e51a67e3f873566b8503f8504ef52f5b5af24b21c0cb" + }, + "verify/results/shim/airng/parse_airng.py": { + "mode": 493, + "sha256": "3fafa7cf2363620d6a25248d085fbc4e3bd1fdbb9388a6795244834a9a2a2ed0" + }, + "verify/results/shim/ap/ap-probes8-d.shim.log": { + "mode": 420, + "sha256": "115545172568edc6a1d5bb3b559f968aa8a7aaa1f6aeba970daebce98fe56a0c" + }, + "verify/results/shim/ap/ap-probes8-w.shim.log": { + "mode": 420, + "sha256": "8af0897a884bb314958c5e6f2fccd88ff8b1890322dafd3bc904b3f983838620" + }, + "verify/results/shim/ar/ar-r1-ledger.txt": { + "mode": 420, + "sha256": "44bddfc0b9e94812a3a1cfd681a1350caedf2ed8e1174900c2f81c90dc95187e" + }, + "verify/results/shim/ar/ar-r1-probes.txt": { + "mode": 420, + "sha256": "c10251c9bcca5436dc42b2c0bd37b66c144aec4036f2069c2df9340fd764992c" + }, + "verify/results/shim/ar/ar-r1-shim.log": { + "mode": 420, + "sha256": "07003ee203d60a638cc8a1cb0a0f6b8042ba227705b4355f1254312c6dd54e28" + }, + "verify/results/shim/ar/ar-r1-sites.txt": { + "mode": 420, + "sha256": "d1923d549ef3567488d0382ae0ef75fa25c5b1b5812ee5349c5c47aea7a30514" + }, + "verify/results/shim/ar/ar-r2-shim.log": { + "mode": 420, + "sha256": "06dbf04cff5a56b0e55d8e73e5b1e3e9d9235f4afafc8139517b68d676781909" + }, + "verify/results/shim/as/as-probes8-run.shim.log": { + "mode": 420, + "sha256": "cd25c93d8b79e0f0df594fe681917fe880741a54a4188d4d72d2fbc6c42ba8d9" + }, + "verify/results/shim/bp/A-aiorders.txt": { + "mode": 420, + "sha256": "ee9f8bb1073e3bf02e115fdee014f79b11100a0e1e35e308c2bcd4b798302c34" + }, + "verify/results/shim/bp/A-shim.log": { + "mode": 420, + "sha256": "853eab98d09ff1e7a8e7da375a678561b02d6236adec627202ff3bb34d90e797" + }, + "verify/results/shim/bp/B-aiorders.txt": { + "mode": 420, + "sha256": "07daeacf33a16afbed64a8a01ffd26fa73c6d2acd0e6993dd9deb06a7fd93fc3" + }, + "verify/results/shim/bp/B-shim.log": { + "mode": 420, + "sha256": "cde2202333e81cc4eec2c47915181229a68a5fa99879968905a2809c4fe0a79a" + }, + "verify/results/shim/bp/L-aiorders.txt": { + "mode": 420, + "sha256": "28492b0f9be74f61db45eae49b44b41efbc1a3bf6f6d2c888e5cc40bfb7753bd" + }, + "verify/results/shim/bp/L-shim.log": { + "mode": 420, + "sha256": "550d8986a35b3f4742e7522df11bfbf2e832e417ad42cc1bff1a39dd4ee510fd" + }, + "verify/results/shim/bp/statecheck-AB.txt": { + "mode": 420, + "sha256": "dacb5cfa5541934f37b2b1c02b87e809c3f65ba8488aa88d925b295fade0083d" + }, + "verify/results/shim/bq/bq-res-aiorders.txt": { + "mode": 420, + "sha256": "991543eb53fbf1353fe99ed96d4ca358e05f6bac32f00bd1f6dc60fcc002c8b4" + }, + "verify/results/shim/bq/bq-res-shim.log": { + "mode": 420, + "sha256": "7855bd268f69443e7ddfda71873458144728630264703482901bf6d8ffbccd3a" + }, + "verify/results/shim/br/BR-aiorders.txt": { + "mode": 420, + "sha256": "d71e11e7c40aaa740adc55651af556afb9e92768336bc11747ad67151f33f4d1" + }, + "verify/results/shim/br/BR-airng.txt": { + "mode": 420, + "sha256": "04eaeaa688a448f64df00dedfd692b78bca0e3e1207a8292c2fafad507f919ea" + }, + "verify/results/shim/br/BR-shim.log": { + "mode": 420, + "sha256": "bc6ef7aa465c2b1a81d08555174e15fb1a97a207da9eefaa8a6155440869a13e" + }, + "verify/results/shim/br/BR2-deep-aiorders.txt": { + "mode": 420, + "sha256": "b9edb53f7d56c1bb26d3bb77349543dce9564930484bc832475a3a04e5f2ad15" + }, + "verify/results/shim/br/BR2-shim.log": { + "mode": 420, + "sha256": "0de7609693747fdf0abaebd60598af127c918f32561c993715aead91cd24b334" + }, + "verify/results/shim/br/aiorders-diff.txt": { + "mode": 420, + "sha256": "411ceb2bacd62185d25a3c58f199c0bdfcd2759705bef2b36536da3870f73a67" + }, + "verify/results/shim/br/cmp_aiorders.py": { + "mode": 420, + "sha256": "b6c192efb40866aa56f29d9ba2b89e17f18ae0579645db8f34a01010db09cc28" + }, + "verify/results/shim/br/shim.cfg.brdeep": { + "mode": 420, + "sha256": "b8017e344666df816f1191906cf8f54504d631bb7ce9d2f51f6f959e4934ff04" + }, + "verify/results/shim/br/shim.cfg.brprobe": { + "mode": 420, + "sha256": "4f090999dba63ef22ab4993bd6af557e9500819c84f27decc126771f48f98efb" + }, + "verify/results/shim/bs/C-aiorders.txt": { + "mode": 420, + "sha256": "5abc20b68edf6ff52301c01825040e1d6b41b582ba40403ed6c4edc42dcbe4e2" + }, + "verify/results/shim/bs/C-airng.txt": { + "mode": 420, + "sha256": "5a4a56506d1eeb82d3bf0fbba95842566911178a82f0aad9d700a9fe00f1b300" + }, + "verify/results/shim/bs/C-shim.log": { + "mode": 420, + "sha256": "8b8dad987589fd159e789806e89dbcf7a7b40b86446d55e1d0bf10ff25cb8f6f" + }, + "verify/results/shim/bs/L-aiorders.txt": { + "mode": 420, + "sha256": "a03e8c1587633ecbb683c376f30e35e126e98ff0e8204c4ee6b5e2b4fc254104" + }, + "verify/results/shim/bs/L-airng.txt": { + "mode": 420, + "sha256": "8d21083857facd3728446af612b3a97b47e5287a5fe0bdf01423812f8445dacd" + }, + "verify/results/shim/bs/L-shim.log": { + "mode": 420, + "sha256": "246af272e464c715c7abb00471b4ddc404b81143f4065006aa4daec4d82cadb9" + }, + "verify/results/shim/bs/shim.cfg.bsrun": { + "mode": 420, + "sha256": "570b15c208d31a367ec6c6886019693cb17b98d254cebead11ec6746ae5af256" + }, + "verify/results/shim/bu/BU1-aiorders.txt": { + "mode": 420, + "sha256": "944eeb701fcd22480513c34d93f8310541977e89a24ae237bd947aed44092529" + }, + "verify/results/shim/bu/BU1-aivisit.txt": { + "mode": 420, + "sha256": "721f038ef80be92325728fc30f095846b54ff1ac67a41537d4a4d1b97d5e9758" + }, + "verify/results/shim/bu/BU1-shim.log": { + "mode": 420, + "sha256": "28ca02f56823e577662744108965bc3ab1d7241143704ac8ceaacf2e9cd077f3" + }, + "verify/results/shim/bu/BU2-aiorders.txt": { + "mode": 420, + "sha256": "5c388039a3e832465f67b4ca88f3f67550d5189a3a68f33c508c4a467733c9ac" + }, + "verify/results/shim/bu/BU2-aivisit.txt": { + "mode": 420, + "sha256": "19963ed364f47fd965508d96fbf9d1f424938f711f2b1cdc83697f789189271a" + }, + "verify/results/shim/bu/BU2-shim.log": { + "mode": 420, + "sha256": "c0a8c467bc4b4134dc83ca5dedbbfed8dac887b432a56cd12f6e211c8d58daca" + }, + "verify/results/shim/bu/BU3-aiorders.txt": { + "mode": 420, + "sha256": "b6443b3f7db541149f54435f14ba830f54d2f950420f3f0694ff12a8b1eec143" + }, + "verify/results/shim/bu/BU3-aivisit.txt": { + "mode": 420, + "sha256": "fe67a4a1cc6a67e06b2eb5675b4b8543ab9f25ea39a18d7f4c83bce74482e0cc" + }, + "verify/results/shim/bu/BU3-shim.log": { + "mode": 420, + "sha256": "0a802ec556c87f44efaa06f211e75d9b89a66ac6db5a08e34d2a7eae992121ed" + }, + "verify/results/shim/bu/claim-order.txt": { + "mode": 420, + "sha256": "7135e3ed0204a4615e546bc882992073d4b48ee42ea341186c32b6b3dd3dfc47" + }, + "verify/results/shim/bu/claimcheck.py": { + "mode": 420, + "sha256": "85c5ec747f12cf37ec2dbc4021447909eeded68ecd1abb697a6fb60005a54aff" + }, + "verify/results/shim/bu/shim.cfg.bupin": { + "mode": 420, + "sha256": "6b37b047adc95f7c08b6767cdec5bd715a8851f14bff7f187772835d1cc032a7" + }, + "verify/results/shim/cr/cr-N.log": { + "mode": 420, + "sha256": "d5459e6dcf44fbe55d0f60f1ac40d68bed96319bb55986cc24a1b9ca0d8103e0" + }, + "verify/results/shim/cr/cr-R0.log": { + "mode": 420, + "sha256": "3b703881aa2b9a1c111201ff9543f2dcae0f948567ee877df275a1093bb567f7" + }, + "verify/results/shim/cr/cr-R1.log": { + "mode": 420, + "sha256": "8df6af84f74891ff9b0b02fa150641f5fadcd0419bc53c41cbe80bf14ec9c712" + }, + "verify/results/shim/eventlive/c6b-loaded.png": { + "mode": 420, + "sha256": "f442d4b211a47b331cef9a255e83732b80a1ede70ac200596c796ac0aa320017" + }, + "verify/results/shim/eventlive/c7b-turn3.png": { + "mode": 420, + "sha256": "3e070abfbdf4efd2662951049f8545f328aa172d64d00b9c5a1f4243426e803a" + }, + "verify/results/shim/eventlive/load-dialog-8files.png": { + "mode": 420, + "sha256": "e0fc5af16042a70b53bf7d44220db56c56a466c22c4abd641557e94b8e6c1693" + }, + "verify/results/shim/eventlive/shim-zuul.log": { + "mode": 420, + "sha256": "f9d184b33c46cab9d497f7a38056c099ce2ff9b5e8149f563a2353d91985fea1" + }, + "verify/results/shim/eventlive/shim.log": { + "mode": 420, + "sha256": "e65f2e3efa1ce8f70c483bb966448239923db2d3924c709a669bb1a890411b0c" + }, + "verify/results/shim/eventlive/t7-after.png": { + "mode": 420, + "sha256": "dc0a3e8f5a5c9032ead266d106fa69a57677711eb807d26376f29baa6ec0b934" + }, + "verify/results/shim/eventlive/zuul-turn1.png": { + "mode": 420, + "sha256": "f9af979ed08315c0a8d644af800318634b3641628f710f3f9b4d2c77d4f70fdc" + }, + "verify/results/shim/l1/README.md": { + "mode": 420, + "sha256": "f008081756d99825aa81d2802869476f8341f81aeb8c4dbbb77502cf76db5145" + }, + "verify/results/shim/l1/cdiff-frames-2-51.txt": { + "mode": 420, + "sha256": "57cb1911c5bfc7bdfacafc6bb1ad382fc05f46fb9cdcee4479d861af48e585c1" + }, + "verify/results/shim/l1/cdiff.py": { + "mode": 420, + "sha256": "2ace41ce6017cfac8758d8b9955f02de84738d90067a7dfadeb8bffffc842027" + }, + "verify/results/shim/l1/rep.py": { + "mode": 420, + "sha256": "1a7a3819da8e9aeaaf213a62b696388b0a9489924c964407536831b5f7dd9488" + }, + "verify/results/shim/l1/saves/l1-t1t2-post-hooksoff.sav": { + "mode": 420, + "sha256": "e43ec1d2b443c1017d06b21eb8c76b927613ed49aa78bca46a595a9acb368d1d" + }, + "verify/results/shim/l1/saves/l1-t1t2-post.sav": { + "mode": 420, + "sha256": "62061918176e344106e82357e58acc8adec488f6b2969831cb99a84cf25e31c5" + }, + "verify/results/shim/l1/saves/l1-t2t3-post.sav": { + "mode": 420, + "sha256": "2177c659d8dbc39cf7485abe367d42d55cc42cc9a61949d403dcbc79989ec32d" + }, + "verify/results/shim/l1/saves/l1-t2t3-pre.sav": { + "mode": 420, + "sha256": "641a33f06b2fe1c1caf0c4994442bf13a4b03f25a85b34a9875cd22b75715896" + }, + "verify/results/shim/l1/seed-two-processes.txt": { + "mode": 420, + "sha256": "d60412049ced59705284a46078f1906e1aad4140f90db2169e08aeb9530dd985" + }, + "verify/results/shim/l1/seedrep.py": { + "mode": 420, + "sha256": "a06de5d5ccc1e87808eb3877534076340ef5330bee9a86953b8f4dae0268e087" + }, + "verify/results/shim/l1/trace-et1.jsonl": { + "mode": 420, + "sha256": "f21a213bc56983bc94f24303b0837b160f93bfb7e3ca6abdbf2e18321f8dfa19" + }, + "verify/results/shim/l1/trace-et2.jsonl": { + "mode": 420, + "sha256": "6e44b0fc541c3082f91b115de67f5315f43b9db21f0696b856cfff2ead51323a" + }, + "verify/results/shim/l1/trace-oracle.jsonl": { + "mode": 420, + "sha256": "ad9ecbe79a71c84930302868850806798228fe0f2e625b442dd3ed579c05092c" + }, + "verify/results/shim/l1/trace-playforward-f51.jsonl": { + "mode": 420, + "sha256": "6ed0af385dfe7288ad2c994458c8f5d75fc8e29b603dd6607a3703591d25eeb4" + }, + "verify/results/shim/l1/trace-seed-proc1.jsonl": { + "mode": 420, + "sha256": "120074583eb02cd4c3a29aab5826f789d52a6146930b1763f9b0bb824e9a350a" + }, + "verify/results/shim/l1/trace-seed-proc2.jsonl": { + "mode": 420, + "sha256": "03dffeafeff0c33d926207f869741dc544141425c8f665bf58aad4fd363e2f95" + }, + "verify/results/shim/l1/watch-arm.txt": { + "mode": 420, + "sha256": "f8d5811c938d16d003a72a97f2b4b33112914a7ee378fa2b334282616592943e" + }, + "verify/results/shim/l1/watch-hits.txt": { + "mode": 420, + "sha256": "1bf62ac965036a189055cd59a92007c70a2a6aca307df54ce8ccb997048f43d5" + }, + "verify/results/shim/l3/l3-probe-run-shim.log": { + "mode": 420, + "sha256": "f5cd336971ae3d3eaff642e80d9defa20ec2e1ee11e212a082c24365b18d8684" + }, + "verify/results/shim/l3/l3-probe-run-watch.txt": { + "mode": 420, + "sha256": "8d969595789c690a688f7b8fac05288c614d5d9210388ca94315158948c85f24" + }, + "verify/results/shim/l3/l3-spy-run-shim.log": { + "mode": 420, + "sha256": "5abfd08445e9e8139945b095ddddfb56480062019ce6d40304a440c317f21fd1" + }, + "verify/results/shim/l3/l3-spy-run-watch.txt": { + "mode": 420, + "sha256": "c669ccf79202e7060c153151e4fe1be96acf4030cb64aa71bd6a5c212b550b47" + }, + "verify/results/shim/m0-main-menu.png": { + "mode": 420, + "sha256": "465207fda4722ca53585b71647a08b1149944036792a072e7c34e2c437a3e37c" + }, + "verify/results/shim/m0.log": { + "mode": 420, + "sha256": "581d63139503892b6aeeff71acb742143393e9f107aa1f3605d8c028c927cad1" + }, + "verify/results/shim/m1-shim.log": { + "mode": 420, + "sha256": "35401ea82b9a64dbfdb54c282c06c51d7b696afd4ea2794e16071e0fd5c7cbef" + }, + "verify/results/shim/m2-scout-shim.log": { + "mode": 420, + "sha256": "8c46117bdde6b6911a4d77b059b40803d4966652990c8fa3ed67773e5db0459f" + }, + "verify/results/shim/mf-after-shim.log": { + "mode": 420, + "sha256": "86601372b980828171e98fc71afe865f207b1745ef4dcdca646a618c91d17426" + }, + "verify/results/shim/mf-after-turn2.png": { + "mode": 420, + "sha256": "a1f83011ff96e990d7cc80f8306e8fe0c58b96f84eb73ccb6cb013019900133d" + }, + "verify/results/shim/mf-after-turn7.png": { + "mode": 420, + "sha256": "313f3863ab901320174c8ff7cf6f1f6b0d5b3d9d7a2f8999eae6413aedc46fc5" + }, + "verify/results/shim/mf-before-shim.log": { + "mode": 420, + "sha256": "8377a87c7ed05fd0cd7b61e3f1d5fc9c2b9fa294f812c67183d4ce31323a64b1" + }, + "verify/results/shim/mf-before-turn2.png": { + "mode": 420, + "sha256": "c9805791f402ec159fcc6acdd283120eae8536b230666d3049374525595b589f" + }, + "verify/results/shim/mf-before-turn7.png": { + "mode": 420, + "sha256": "3b880b8f96c4cc328aaff8e41068db29b295be8f000c432e321a51b6030b1272" + }, + "verify/results/shim/mf-human-home-no-ships.png": { + "mode": 420, + "sha256": "dfda3e9784eefdc7b75d04908e95c3a192eda7796685907c65bfde3068d6f2bb" + }, + "verify/results/shim/probes/human-t3-5-perturbed.txt": { + "mode": 420, + "sha256": "9b594ab18cdd9aec4fdf807b4d97576191bc6fd48a85cc872c222b515d0f7c01" + }, + "verify/results/shim/probes/human-t5.txt": { + "mode": 420, + "sha256": "0ddd9f0391a3a5d655f1809a9e79d537badd8071f8834e58bdbc7f95d9ff1320" + }, + "verify/results/shim/probes/oracle-restore/h-oracle-autosave.sav": { + "mode": 420, + "sha256": "978041acd168b56ed8eb3f5e42e78d5e70eae6e6517d75e659a5eb7ca3d60921" + }, + "verify/results/shim/probes/oracle-restore/h-oracle-endturn.sav": { + "mode": 420, + "sha256": "bb4fd9ac89f41e3bc0db2af08b18ce83417521ac4bcee695fc9fa6ce16e30948" + }, + "verify/results/shim/probes/zuul-t24-25.txt": { + "mode": 420, + "sha256": "50567b7cb1f008d025baf6cb4b4ad7af7d767a2182afd082c3ac1b1a66c79541" + }, + "verify/results/shim/recap-b1-shim.log": { + "mode": 420, + "sha256": "601cd4cbbec3e8c1f7776eadc4203256ec4c5d1e3e180295369727e1da69ff37" + }, + "verify/results/shim/recap-b3-shim.log": { + "mode": 420, + "sha256": "7c5110a9d4431cc03729a7bddcb13ee69a6d428199051e175b0921391fc02a80" + }, + "verify/results/shim/recap-misc-shim.log": { + "mode": 420, + "sha256": "7cadf2eadb08979cda39fe7e3ed6cfa3f62bdbcd256fc7550b3e27c3f08c9b3e" + }, + "verify/results/shim/recap-misc-turn7.png": { + "mode": 420, + "sha256": "2c1451ded36ad79389f0eb3db098b4e0b0a6f12495d64c832f6e093374005c29" + }, + "verify/results/shim/recap-trace-shim.log": { + "mode": 420, + "sha256": "56da143a92b2edda727862a6fd4a056c716153e23cfddbde076e218ce4c4285f" + }, + "verify/results/shim/recap-turn2-loaded.png": { + "mode": 420, + "sha256": "62a42c44f99d8a53bca735d54a5adf48b89449bb859e859ec573cb40e1a7f2d0" + }, + "verify/results/shim/tailrng/save_rng_delta.py": { + "mode": 420, + "sha256": "a9a04b131427a43372d87688b8eaf230a82a79e2c3c241a90ff4eb31e039749e" + }, + "verify/results/shim/tailrng/z-t5-autosave.sav": { + "mode": 420, + "sha256": "b2124798470d85ea86b0e9e4abfd9e23f3be73caa1115dd7614021be76305939" + }, + "verify/results/shim/tailrng/z-t6-autosave.sav": { + "mode": 420, + "sha256": "2ce6aef9d49ea238455f3ac680556c6a251065af3e28b6540fe09597ae38571c" + }, + "verify/results/shim/tailrng/z-t6-endturn.sav": { + "mode": 420, + "sha256": "afb112896c0236fa715ab3c10139958294085bb2066e22a6d7b76deb0dfa46dc" + }, + "verify/results/shim/tailrng/z2-autosave.sav": { + "mode": 420, + "sha256": "b2124798470d85ea86b0e9e4abfd9e23f3be73caa1115dd7614021be76305939" + }, + "verify/results/shim/tailrng/z2-endturn.sav": { + "mode": 420, + "sha256": "8648957fecf5041233f9add4c8173f78981f026f133ecdbecdb89ddd10917048" + }, + "verify/results/shim/unlock-shim.log": { + "mode": 420, + "sha256": "20a6625b369acb773543e530f1bfdc8b7eaca5c6b58415cc5009bb9858e16f22" + }, + "verify/results/shim/watchpoints/w2-modcount-status-2turns.txt": { + "mode": 420, + "sha256": "335be910dc11a20c9fb80f3b0f37f04fd50a9d8074697bb5365c3fea02790b74" + }, + "verify/results/shim/watchpoints/w2-shim-log-excerpt.txt": { + "mode": 420, + "sha256": "9a344045270e3815004a3376eccfbd030372faba54374d9b6626fd80740b8b13" + }, + "verify/results/shim/watchpoints/w3-modcount-turn1.txt": { + "mode": 420, + "sha256": "328a2319e320f5382e82ad497b6b73245c397cf67515e8a27fa9712418af81ae" + }, + "verify/results/shim/watchpoints/w3-shim-log-excerpt-turn1.txt": { + "mode": 420, + "sha256": "a9b3c20f90a76ee624bde6ee4cae9d1ff1f2baa67aa770a0e70042cb44d11915" + }, + "verify/results/shim/watchpoints/w3-shim-log-excerpt.txt": { + "mode": 420, + "sha256": "af9fe2258fe4168f6066768809c509380183f61bc337331392c5202b900d906a" + }, + "verify/results/shim/watchpoints/w3-tshn-containers.txt": { + "mode": 420, + "sha256": "08eab48d1a202f975f1be87e2279379646142f8b22d9dafc56295399083ed0af" + }, + "verify/results/standalone/cv/cv-input-vs-bp-pinB.txt": { + "mode": 420, + "sha256": "d29f3514e4209954d6c068f34285615aef5f4627ba4627ce97c0e65f93620159" + }, + "verify/results/standalone/cv/cv-leaf-worklist.txt": { + "mode": 420, + "sha256": "0f309711de89cc10cf940d0d4b051b5052ce49a3cc0f3f80c532b50256410778" + }, + "verify/results/standalone/cv/cv-noreplay-vs-bp-pinB.txt": { + "mode": 420, + "sha256": "3734f197cfefd017dbe562fd421d40859bfc2c37d9ac2cedf9c7ddd340a3a4a7" + }, + "verify/results/standalone/cv/cv-replay-run.log": { + "mode": 420, + "sha256": "7372c7da437ece21098cc6f66d0631e146d8aae14a9242bd2278a9922a7f7c02" + }, + "verify/results/standalone/cv/cv-replay-vs-bp-pinB.txt": { + "mode": 420, + "sha256": "1932158abec82f45b9b838f4cb79b1088190ca5281d388f57356af7776e96950" + }, + "verify/results/standalone/dt/dt-canonical-after.txt": { + "mode": 420, + "sha256": "f32fdcf7d6431293133e951045b42a55e8a27d75cd859ad08cd719e5fb696712" + }, + "verify/results/standalone/dt/dt-canonical-before.txt": { + "mode": 420, + "sha256": "b56160cfdcfa0fff25be2aa566959261e375004905814803e231889da665188f" + }, + "verify/results/standalone/dt/dt-observed-leaves-remaining.txt": { + "mode": 420, + "sha256": "e14bd20e60480f98a564e585c0d25d2e758f71016811b8981dbdacd9d51c0c82" + }, + "verify/results/standalone/dt/dt-replay-run.log": { + "mode": 420, + "sha256": "4b7907fc4e735b1c12e3cf64671079abaad757aabd752b134a9fb27d065656cd" + }, + "verify/results/standalone/dt/dt-replay-vs-bp-pinB.txt": { + "mode": 420, + "sha256": "8ddb84e7e6c2f663b1bc4b9611a56a46aac9d09863dcc5be765cb70dc9642c22" + }, + "verify/results/standalone/max-income-oracle.json": { + "mode": 420, + "sha256": "245796e0aea5f5c2238686cba10c651156117fb454805553b2508a8a8fe71a69" + }, + "verify/results/standalone/report.txt": { + "mode": 420, + "sha256": "b47e90432eaf38149f2ecb5316d1962813b6b1423848e36fcc9435ad1f5485df" + }, + "verify/results/standalone/rng-oracle.json": { + "mode": 420, + "sha256": "98a364c80f69d6a84b86c3f9ccc16176d9e769ff061569b0c0ddfced53f9146c" + }, + "verify/results/standalone/rng-oracle.txt": { + "mode": 420, + "sha256": "3496a217a7e4f80bb18c1b067eaedcafcf7bdc877460c6346606fd7f6a55b877" + }, + "verify/results/standalone/status.json": { + "mode": 420, + "sha256": "d38ca6222c83df3a5886e6b32a30772c7174cc0e584f4a3beabedc05770df9cd" + }, + "verify/results/standalone/t36-turnrecord.md": { + "mode": 420, + "sha256": "b017a93ad04af69ef469cd8ea536dff4cab17140d20b3665e7c89533ab5b8a84" + }, + "verify/results/state-checksum/ad-oracleA-vs-oracleB.txt": { + "mode": 420, + "sha256": "b6c440e20108ad2727a7d7aa32a4bd673ec03ca4372461797705d619de1ba48a" + }, + "verify/results/state-checksum/chain-turn1-3.json": { + "mode": 420, + "sha256": "33941d0dd77bfb79e4302f82a410f5f18fe3ae1ade684b5b59c6ed352789a696" + }, + "verify/results/state-checksum/chain.txt": { + "mode": 420, + "sha256": "ae1037dd8394b258ce91262877d348a0561c5f5056cfae74cc0d058e4166aa83" + }, + "verify/results/state-checksum/float-census.txt": { + "mode": 420, + "sha256": "c697c0f187ee8a8ebb157cbff8d7ae42c92f36a501b16acd9f9839a0ffc306a9" + }, + "verify/results/state-checksum/identical-roots.txt": { + "mode": 420, + "sha256": "1143fabfe96954440542adcd3830ad1d862be6c091f3c1b2e63e92a2751703e7" + }, + "verify/results/state-checksum/resave-localisation.txt": { + "mode": 420, + "sha256": "85f4e8fe3581ba5d0ae74974d757c4c2fddc008f3fbe6781891ae8ef65aa693e" + }, + "verify/results/state-checksum/roots.txt": { + "mode": 420, + "sha256": "6ea7ad668703baaff870720683bcc13beff557cebf8e7843526d6677e5b5ef68" + }, + "verify/results/state-checksum/turn2-to-turn3.txt": { + "mode": 420, + "sha256": "3649c86742460a54d89714df1917508f76952c44c07cb7fbc19010910c5df0f4" + }, + "verify/results/turncommands/br2-turn27-deep.tcb": { + "mode": 420, + "sha256": "329b9c3f1e9f85ddeeb71148bd5c0e38f7d26445ed349df60ffbfaf63db46102" + }, + "verify/results/turncommands/br2-turn27-shallow.tcb": { + "mode": 420, + "sha256": "d8346969421a92fa199d0b9faafa642dc2e71a527b08d27984fe73ee70ecbd6b" + }, + "verify/results/turncommands/cb-turn1to2-pinned-run2.json": { + "mode": 420, + "sha256": "01e572975339fbe8a242b2438719173bd5bb4f4916078e5887026408923eb356" + }, + "verify/results/turncommands/cb-turn1to2-pinned-run2.tcb": { + "mode": 420, + "sha256": "16e349db6c46e46520cd2e5f0a9fcf70b537dce878324dd873418ef6cebd8658" + }, + "verify/results/turncommands/cb-turn1to2-pinned.json": { + "mode": 420, + "sha256": "2d4f108b8ac6b1e582382ac25d53f354c293e7caf390b8462d15beaf8e43e01c" + }, + "verify/results/turncommands/cb-turn1to2-pinned.tcb": { + "mode": 420, + "sha256": "28ebfecc3495cc4f5b2892e420cb1b83f3cbdb6b7aabe107f4b1d18233a06094" + }, + "verify/results/turncommands/cb-turn1to2-run1.json": { + "mode": 420, + "sha256": "c9de70196af5453df15cfebcb92c973dfed9d54ffa0dc0a397839cf951ac9b58" + }, + "verify/results/turncommands/cb-turn1to2-run1.tcb": { + "mode": 420, + "sha256": "5cdcfb3ade6cdfb2c00c234f5535c791780230f520d27be14f617462347b4948" + }, + "verify/results/turncommands/cb-turn2to3.json": { + "mode": 420, + "sha256": "8a0d4fc9efae9dcb4eca0de41bf28444d79eb5a4fd4e426671a4d80ab5a46f44" + }, + "verify/results/turncommands/cb-turn2to3.tcb": { + "mode": 420, + "sha256": "420a5d03f2a4ecfa0789835cc46f98961d11bbd7c7fd5f59dc28301aa0b65b6b" + }, + "verify/results/turncommands/l4-turn1to2.tcb": { + "mode": 420, + "sha256": "1b9faa7f8aad9196e36cf1c450e340f37c502a69ccfcaaad7e289bd7b4727b12" + }, + "verify/results/turncommands/l4-turn2to3.tcb": { + "mode": 420, + "sha256": "b0443f176c3915389278de608a8e7c63fa48d4777b924c0e383c7279f2a297e0" + }, + "verify/save-reader/SAVE_FORMAT.md": { + "mode": 420, + "sha256": "5ac2556b6c063c9296ef29e8514cc312983d48a8e2c2832f504c970629990b33" + }, + "verify/save-reader/fixture_joint.sav": { + "mode": 420, + "sha256": "fbe41595e50bb580786f36b197d5b85f87820974c545107c864fa2f1862af3f1" + }, + "verify/save-reader/fixture_split.sav": { + "mode": 420, + "sha256": "3909f12d021bf840617dc8d599841b64d67be46e1c6882cba7728d312d310071" + }, + "verify/save-reader/save_reader.py": { + "mode": 420, + "sha256": "2dcac286b5382b67fe8f2dbce58c80950dd430b726ed0e98f3bcea155df0df35" + }, + "verify/save-reader/save_writer_stub.py": { + "mode": 420, + "sha256": "8343ad15f742ee1b9cd62108efbc9c4b2718c3807442e3dfcfa9513ced7d3638" + }, + "verify/save-reader/test_save_reader.py": { + "mode": 420, + "sha256": "29f609d037eed99bb5444004facbff7b2c5c36fae568e815810585fdc3ddd393" + }, + "verify/state-checksum/STATE_CHECKSUM.md": { + "mode": 420, + "sha256": "5680299a4df27e30cdb545d9d2a640caf9299d61acb662b9512589e4390954e1" + }, + "verify/state-checksum/float_census.py": { + "mode": 420, + "sha256": "a568aad8b9f38aba2474f33941550bf948d050694a1d04dc5c85d15687223ae9" + }, + "verify/state-checksum/run_validation.sh": { + "mode": 493, + "sha256": "bf84b999d2b90368703e80235bac0258b70a1c37dd1902c9205a914a59cb1fc2" + }, + "verify/state-checksum/stability_check.py": { + "mode": 420, + "sha256": "8e640561b05decf590524fbe0dbf3b76a5e2f9c7fde93e005ca6e79464c305f1" + }, + "verify/state-checksum/state_checksum.py": { + "mode": 420, + "sha256": "ed80458e84d92040aa3872464d8df315e935f379ca0da5a2df81c3049826e5b8" + }, + "verify/state-checksum/test_state_checksum.py": { + "mode": 420, + "sha256": "d0ccf8e8390fd0a5d76a8695a490d85dc7e8e415a06ec50b592c57474cc9a73b" + }, + "verify/tooling/README.md": { + "mode": 420, + "sha256": "b05249530d65d43220c1e5c4666939c360d6139ed404a8881f6ad0a9c5c27af6" + }, + "verify/tooling/fixtures.py": { + "mode": 420, + "sha256": "56cccc88b9b9468e07c9ddff39d65813098053ec9e8f00432736906389f200a7" + }, + "verify/tooling/host-tests.json": { + "mode": 420, + "sha256": "90833c99e2749ff890b16b943f43f6ebfc1a1c611f2ed1e40555426fded45c97" + }, + "verify/tooling/test_tooling.py": { + "mode": 420, + "sha256": "bb8d15960dfda13f15cffc57f3b669003b127b4dedbf34100bb4a51c29dd3c6d" + }, + "verify/traces/.keep.md": { + "mode": 420, + "sha256": "b9ed9ae581d08f2411346c518e16cd894f159dbe569e3c778b31d9e9a3677786" + }, + "verify/traces/ac-probe-baseline-turn15.jsonl": { + "mode": 420, + "sha256": "a2f4e410f6a8d77f7680b4a69b5b2ac2f59fa80515b0cfe8209e7fec8e4a5b6b" + }, + "verify/traces/ac-probe-turn21-turn23.jsonl": { + "mode": 420, + "sha256": "2bb9317b82744c0da36ef6d9c1a78f31ebacea49b82a18005c0cc75bad62d345" + }, + "verify/traces/ad-r1-turn28-turn29.jsonl": { + "mode": 420, + "sha256": "cde7a1e010aa6195163f3b9320aa5c496fd8c271e9648c90c7319837dd967571" + }, + "verify/traces/ap-probes8-deploy-turn15.jsonl.gz": { + "mode": 420, + "sha256": "e257d5ea3fcb4be8da570d6a5589022e6ba412ff2712f4f06832812d8859e08a" + }, + "verify/traces/ap-probes8-turn16-turn26.jsonl.gz": { + "mode": 420, + "sha256": "df4fb35d9824799d8be79f3a9e976b55b7cd0fb5488b3e12711d04eb3c320f13" + }, + "verify/traces/ar-r1-turn38-turn43.jsonl": { + "mode": 420, + "sha256": "f8653cbd1956346816897b313031c5d70898144d1c84b1c849ac37bfe3bd993c" + }, + "verify/traces/ar-r2-control-turn38-turn39.jsonl": { + "mode": 420, + "sha256": "c1068652ddf54d2ff266c1dc1ef1e69ea663f5d2a83143408f77ec782b3dd988" + }, + "verify/traces/as-probes8-turn15-turn16.jsonl.gz": { + "mode": 420, + "sha256": "024bb0663b167eb364c8e138bae0bf10403860c195bd593cb56f60281060c4e8" + }, + "verify/traces/b2-final-menu.png": { + "mode": 420, + "sha256": "5a95fe260c9cb13dad5fc6f00460819107db93f4ac89f455077ad056600f83fd" + }, + "verify/traces/b2-shim.log": { + "mode": 420, + "sha256": "c31cf01af3659b7fdf008ff44f88f67ee4016dcfb30fc4a72b4d72ea0da8e404" + }, + "verify/traces/b2-techfx-compare.jsonl": { + "mode": 420, + "sha256": "f0202f45b276db6744c80768f12695153812bc882de688cf64705ed6a52f243c" + }, + "verify/traces/b2-techfx-golden.jsonl": { + "mode": 420, + "sha256": "43639e75bd9d510ed270c9cfcbb0c9665f5a6546f748ba81eba3f015e7ca233c" + }, + "verify/traces/cr-N.jsonl.gz": { + "mode": 420, + "sha256": "0071ae72a142533ffb91f9f04caa6704102c826761ff5ae24b57a1c3e9652e46" + }, + "verify/traces/cr-R0.jsonl.gz": { + "mode": 420, + "sha256": "6228c88cebb4dad2158e5586ecbcf71d1160116f2f4a2a8bc020658da8d7d706" + }, + "verify/traces/cr-R1.jsonl.gz": { + "mode": 420, + "sha256": "73f5f15b3343381cf3f973caaf74588fd3d0b6759de1ddcf9e12b9b3ebf29713" + }, + "verify/traces/eventlive-b3-t1-5.jsonl.gz": { + "mode": 420, + "sha256": "9cb344f1d8a3beb4bc1a2bf16baed6c38667443ead9f66fa0f53474a683d263c" + }, + "verify/traces/eventlive-b3-t1.jsonl": { + "mode": 420, + "sha256": "2d9962de9a7ea7fb28b33b72209706b4a27673096f71c8789f9f10ac465f387b" + }, + "verify/traces/eventlive-b3-zuul.jsonl.gz": { + "mode": 420, + "sha256": "0ee09bb884799e72c6a617ab02e741a7ba791ff458af439b9947a87b368a64de" + }, + "verify/traces/h-probes-human-perturbed-t3-5.jsonl.gz": { + "mode": 420, + "sha256": "2567f8ccb6276a4d647c4f4b88d14f7ae63aa4d1797f672a9bd9c7c86e4d7473" + }, + "verify/traces/h-probes-human-t5.jsonl.gz": { + "mode": 420, + "sha256": "92964779111573dc72e6a1845217cd7d709c9900594a106b3de7b59c2b7a88a7" + }, + "verify/traces/h-probes-zuul-t24-25.jsonl.gz": { + "mode": 420, + "sha256": "0966294af27b49159b1e72e683abc0b59fd52cc9bfd9f517130d30cedf7efa29" + }, + "verify/traces/l3-probe-turn8-turn15.jsonl": { + "mode": 420, + "sha256": "d1b5436f917bb4f6f74bd7b1967dbd0626db2c3a5cbc1d67684ef9f010826676" + }, + "verify/traces/m1-compare.jsonl": { + "mode": 420, + "sha256": "f0f6fd15bc73008e43e20d6ed4c4dd91fb2ec8b40935bfd3cc000d8a84ea6731" + }, + "verify/traces/m1-trace-golden.jsonl": { + "mode": 420, + "sha256": "4a4ddc031fb26a8f8b10dace297c73670f53dcbd250a9be94c0e31c9bb44dcc5" + }, + "verify/traces/mf-after-compare.jsonl": { + "mode": 420, + "sha256": "2a894892977176df1a9d6c8199b0f81b48c7bcac15d2c0e7786441fc6125226e" + }, + "verify/traces/mf-before-compare.jsonl": { + "mode": 420, + "sha256": "ee005097ebaac9f30c63f1e400fdf19a47e88010c71d215885234986d122410e" + }, + "verify/traces/output-ref-turn2.jsonl.gz": { + "mode": 420, + "sha256": "7af583350545501414eda38439f2d0fa39149342d9001d2926e2a4e4fdd5cdca" + }, + "verify/traces/output-zuul-and-ref.jsonl.gz": { + "mode": 420, + "sha256": "d581cb50f07766911fa59fa1df1524b33a9df6eec06226966efd5f54f09b6fb5" + }, + "verify/traces/recap-b1-compare.jsonl.gz": { + "mode": 420, + "sha256": "0ce1c92028a8cd10a38d7cca72f90c37ccbd844f24a1950bf0eb6e75739b44e2" + }, + "verify/traces/recap-b3-compare.jsonl": { + "mode": 420, + "sha256": "6ed3bcd99b4657d614bf63cc0fc2dfff650f4cb14e51086ea98c21bccbcf5fa8" + }, + "verify/traces/recap-golden-trace.jsonl.gz": { + "mode": 420, + "sha256": "d62431e9461ffb1b66adc16a39542b86fa8e0cf54a0ed446a8781c4d75a6c3bb" + }, + "verify/traces/recap-misc-compare.jsonl": { + "mode": 420, + "sha256": "d7c4446d45a9cab2af3da4a0d76f7a42c245da1f59db96fddf31d8b1f2c436ed" + }, + "verify/traces/tailrng-drawsites.jsonl.gz": { + "mode": 420, + "sha256": "5c1806e2b1452226674013119e3b220f3cf42be2ad8b0ed998050ad65d1f8415" + }, + "verify/traces/tailrng-refturn2.jsonl.gz": { + "mode": 420, + "sha256": "c33c6cafe015bda6acf5ca32b0c9595e1611f4ac82ecd3adaff8315c7bd3e560" + }, + "verify/traces/tailrng-zuul-long.jsonl.gz": { + "mode": 420, + "sha256": "213e7dd8a6809dd93190f41c87218e802f1fbe77d44d598f287c2a19544063af" + }, + "verify/traces/tailrng-zuul-noderoute.jsonl.gz": { + "mode": 420, + "sha256": "9476ee3b9b397ca9e20bc92eb887c109a075487cdd750746af051797e8838115" + }, + "verify/traces/unlock-b3-t1-5.jsonl.gz": { + "mode": 420, + "sha256": "f6e27a60bf6c74eb98d8bec50146fe1996642285ca008c6a70c3cb148c6ba54c" + }, + "verify/traces/unlock-b3-t1.jsonl.gz": { + "mode": 420, + "sha256": "bfa53bba3e59d17dd330e38ef52fd04fd92f05f3ad357fefd77388d083b49a05" + }, + "verify/traces/unlock-b3-zuul.jsonl.gz": { + "mode": 420, + "sha256": "d94c635105a75a68cb811a3881faf371678c075d240998f48fcf348b8459063f" + } + }, + "manifest_sha256": "b4db6808cc2b8aca33fa27eaab330d32811ce146d829a1bb9474a03f7ccdaeb4", + "path": "/tmp/opencode/sots-final-research-re" + } + }, + "started_at": "2026-09-10T04:22:45.338119+00:00", + "status": "complete", + "stderr": "campaign/runtime/runs/run-16f8e9b6376b278c4870be09.stderr.log", + "worktrees": { + "engine": "/tmp/opencode/sots-final-research-engine", + "re": "/tmp/opencode/sots-final-research-re" + } +} diff --git a/campaign/runtime/runs/run-16f8e9b6376b278c4870be09.jsonl b/campaign/runtime/runs/run-16f8e9b6376b278c4870be09.jsonl new file mode 100644 index 0000000..6483ec9 --- /dev/null +++ b/campaign/runtime/runs/run-16f8e9b6376b278c4870be09.jsonl @@ -0,0 +1,91 @@ +{"type":"step_start","timestamp":1789014169678,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"id":"prt_0898dd8490014SIcOxAudC1WWR","messageID":"msg_0898dcde6001tzHLMFv3ZG3qCN","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","snapshot":"f20784c0662727ac4ca5a55702ea32c9f220b374","type":"step-start"}} +{"type":"tool_use","timestamp":1789014174841,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"type":"tool","tool":"todowrite","callID":"call_NK7GUWcyIEgG9HjZnTwDJ9EU","state":{"status":"completed","input":{"todos":[{"content":"Read campaign authority, contract, checkpoint, and open surprises","status":"in_progress","priority":"high"},{"content":"Verify worktree, source, and resource identities against checkpoint/contract","status":"pending","priority":"high"},{"content":"Execute the checkpoint's exact next ABI research action within owned scope","status":"pending","priority":"high"},{"content":"Coordinate evidence package for independent falsification/coverage without delegation","status":"pending","priority":"medium"},{"content":"Write mandatory canonical campaign checkpoint with one exact next action","status":"pending","priority":"high"}]},"output":"[\n {\n \"content\": \"Read campaign authority, contract, checkpoint, and open surprises\",\n \"status\": \"in_progress\",\n \"priority\": \"high\"\n },\n {\n \"content\": \"Verify worktree, source, and resource identities against checkpoint/contract\",\n \"status\": \"pending\",\n \"priority\": \"high\"\n },\n {\n \"content\": \"Execute the checkpoint's exact next ABI research action within owned scope\",\n \"status\": \"pending\",\n \"priority\": \"high\"\n },\n {\n \"content\": \"Coordinate evidence package for independent falsification/coverage without delegation\",\n \"status\": \"pending\",\n \"priority\": \"medium\"\n },\n {\n \"content\": \"Write mandatory canonical campaign checkpoint with one exact next action\",\n \"status\": \"pending\",\n \"priority\": \"high\"\n }\n]","metadata":{"todos":[{"content":"Read campaign authority, contract, checkpoint, and open surprises","status":"in_progress","priority":"high"},{"content":"Verify worktree, source, and resource identities against checkpoint/contract","status":"pending","priority":"high"},{"content":"Execute the checkpoint's exact next ABI research action within owned scope","status":"pending","priority":"high"},{"content":"Coordinate evidence package for independent falsification/coverage without delegation","status":"pending","priority":"medium"},{"content":"Write mandatory canonical campaign checkpoint with one exact next action","status":"pending","priority":"high"}],"truncated":false},"title":"5 todos","time":{"start":1789014174835,"end":1789014174839}},"metadata":{"openai":{"itemId":"fc_065a40a889ed34e1016aa2309b0a1087d1a1e913aac0278820"}},"id":"prt_0898dddf5001ftK9eOrvCJeQbk","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","messageID":"msg_0898dcde6001tzHLMFv3ZG3qCN"}} +{"type":"step_finish","timestamp":1789014174930,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"id":"prt_0898decce001ZPg7aU58PdEXG5","reason":"tool-calls","snapshot":"8e2958cd23ee05192831dcdd55dab26a970de343","messageID":"msg_0898dcde6001tzHLMFv3ZG3qCN","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","type":"step-finish","tokens":{"total":5962,"input":5804,"output":135,"reasoning":23,"cache":{"write":0,"read":0}},"cost":0}} +{"type":"step_start","timestamp":1789014176466,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"id":"prt_0898df2ce0016A0Yy28HxKPc0Y","messageID":"msg_0898decff001KEY4VDEk8jBCv2","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","snapshot":"7bbf388280074a03150934910924558ce0251536","type":"step-start"}} +{"type":"tool_use","timestamp":1789014183641,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"type":"tool","tool":"read","callID":"call_L7nnDKFAiL02sB5nM7B9HzRI","state":{"status":"completed","input":{"filePath":"/home/alex/sots-re/campaign/README.md"},"output":"/home/alex/sots-re/campaign/README.md\nfile\n\n1: # Canonical campaign controls\n2: \n3: `sots-re/campaign/` is the state authority. Start with your contract, its checkpoint, open\n4: surprises, and [current policy](../guides/multi-agent-workflow.md). Board/dashboard are generated\n5: projections. Historical evidence is not current acceptance. No automatic commits or lab operations.\n6: \n7: Framework development is complete. The `controls-bootstrap` contract reached scoped acceptance;\n8: see [rollout result](rollout/RESULT.md) and its current contract/verdict for source-bound evidence.\n9: Active work is reverse engineering. Change tooling only to unblock a named RE experiment.\n10: \n11: ## Contract format\n12: \n13: `contract.schema.json` is strict JSON Schema (unknown fields and duplicate JSON keys fail).\n14: The standard-library validator implements the schema's used subset. A populated example is\n15: [contracts/controls-bootstrap.json](contracts/controls-bootstrap.json); its lifecycle is in the record.\n16: \n17: Required fields:\n18: \n19: | Field | Structure |\n20: |---|---|\n21: | `id`, `title`, `status` | Slug, short title, lifecycle state |\n22: | `owner` | `{ \"name\": \"worker-identity\", \"role\": \"implementer\" }` |\n23: | `baseline` | `{ \"engine\": {\"path\":\"/absolute/canonical/engine\",\"commit\":\"full-commit-id\"}, \"re\": {\"path\":\"/absolute/canonical/re\",\"commit\":\"full-commit-id\"} }` |\n24: | `scope`, `inputs`, `effects` | Arrays of explicit nonempty strings; include full write set and runtime inputs |\n25: | `original_dependencies` | String array, including original-assisted portions and unavailable inputs |\n26: | `dependencies` | Array of other contract IDs; all must be accepted before ready/implementing |\n27: | `acceptance` | Array of `{ \"id\": \"unique-criterion\", \"axis\": \"validation-scope\", \"criterion\": \"executable requirement\" }` |\n28: | `predictions`, `stop_conditions` | String arrays of predictions and conditions that halt work |\n29: | `checkpoint` | `null` or `campaign/runtime/checkpoints/.json` |\n30: \n31: Optional `evidence` is an array of\n32: `{id,axis,path,sha256,source,integrated,source_binding,binaries,inputs,outcomes}`.\n33: `path` is an existing canonical RE-relative artifact; `sha256` hashes its actual bytes; `source`\n34: equals the contract's complete baseline object. Store understanding,\n35: implementation, original dependencies, and validation scope as separate acceptance/evidence axes.\n36: There is no generic `verified` scalar. Baseline commit IDs describe starting repositories;\n37: dirty source identity is machine-bound by `source_binding`, never inferred from those commits.\n38: Criteria need distinct states, branch exposure, positive execution, complete writes/elements,\n39: allocations/IDs/events/RNG/runtime inputs, synthetic and original-game differentials as applicable.\n40: The CLI checks package identity and declared axes; the independent reviewer evaluates the actual\n41: criteria, gate outcomes, full manifests and integrated reproduction. A passing measurement alone\n42: does not establish acceptance.\n43: \n44: ### Source-bound evidence interface (R4)\n45: \n46: `source_binding` is `{engine:{path,commit,sha256},re:{path,commit,sha256}}`. Generate it with:\n47: \n48: ```sh\n49: python3 tools/campaign.py --state-root /home/alex/sots-re source-binding research-replacement --engine-worktree /absolute/candidate-engine --re-worktree /absolute/candidate-re\n50: ```\n51: \n52: Omit both worktree arguments to bind the canonical integrated trees. Paths must be Git worktree\n53: roots in the respective baseline repositories. `commit` is the actual current HEAD; `sha256`\n54: is the deterministic digest of the actual file manifest, including dirty/untracked nonignored\n55: files, deleted tracked paths (`null`), file bytes and Unix modes. Symlinks/submodules fail closed.\n56: The fixed manifest policy uses `git ls-files --cached --others --exclude-standard`; ignored\n57: untracked build/output files are not source. Python cache directories are excluded. In RE only,\n58: `verify/results/` and `campaign/` are excluded **except** `campaign/models.json`,\n59: `campaign/contract.schema.json`, and `campaign/agents/**`. These exclusions prevent mutable\n60: contracts/checkpoints/evidence/projections from hashing themselves. Relevant RE tools, tests,\n61: generated facts and guides remain bound. Any consumed item outside that source inventory must\n62: appear among immutable input/binary artifacts. The independent reviewer checks inventory adequacy.\n63: \n64: `binaries` and `inputs` are nonempty arrays of `{path,sha256}` artifact references; for tooling\n65: contracts, bind the executable scripts/interpreter identity package and fixture input package.\n66: `outcomes` exactly covers the acceptance criterion IDs for that evidence axis, with entries\n67: `{criterion,status,artifact:{path,sha256}}`; promotion requires `status: \"pass\"`. Outcome artifacts\n68: contain positive execution, branch/state exposures, reproduction recipe and required effect/input\n69: accounting. The CLI checks identities, hashes and declared outcomes, **not arbitrary criterion\n70: semantics**. The independent verifier must reproduce and challenge those claims.\n71: \n72: For example, an outcome for the bootstrap contract is:\n73: \n74: ```json\n75: {\"criterion\":\"controls-negative-paths\",\"status\":\"pass\",\"artifact\":{\"path\":\"verify/results/controls/result.json\",\"sha256\":\"\"}}\n76: ```\n77: \n78: Capture bindings when producing evidence; do not attach a fresh source hash to old measurements.\n79: Every evidence/verdict/promotion check rehashes referenced sources and artifacts. Same-HEAD byte\n80: changes reject old evidence and verdicts. Integrated records require canonical paths, lead in\n81: integration state, and one identical binding across **all** final integrated evidence. A lead's\n82: `integrated` boolean cannot substitute for this check. Verdicts bind the full evidence array and\n83: the source-binding array; old verdicts lacking these identities must be reproduced.\n84: \n85: This contract wrapper is separate from gate measurement schema **`sots-gate/1`**, whose `source`\n86: still has `engine`/`re`. Reference its immutable manifest/binary/input package; do not rename its\n87: fields to match contract `source`. Reporter output is measured evidence, with `--require-match`\n88: for required equality, and gains acceptance only through independent contract/integration gates.\n89: \n90: ## State and transactions\n91: \n92: Every command requires `--state-root /absolute/canonical/sots-re` (the repository, not `campaign/`).\n93: No sibling inference. Control records stay below canonical `campaign/runtime/`; contracts remain\n94: in `campaign/contracts/`. Immutable hashed artifacts may be referenced anywhere inside canonical\n95: RE, including existing `verify/` corpora, without copying them. Absolute/traversing artifact paths,\n96: outside symlinks, Git internals and named secret/private-key locations are rejected; aliases are\n97: checked after resolution too. Never reference secrets or commit owner-supplied binaries/assets.\n98: JSON writes are atomic and fsynced; a canonical `flock` serializes\n99: CLI mutations, WIP decisions, and resource acquisition. Do not hand-edit active state concurrently\n100: with commands. Interrupted multi-file operations retain blocking records and require inspection.\n101: \n102: Runtime APIs (JSON files; no server):\n103: \n104: - `runtime/checkpoints/*.json`: `sots-checkpoint/1`, contract, actor/role/model/session, timestamp,\n105: contract `basis` digest, bounded summary (6000 characters), up to 32 `{path,sha256}` artifacts,\n106: and one `next_action` (2000 characters). Include observations versus decisions, source identities,\n107: tests, blockers, resources/access/cleanup, exact next action in the summary/artifacts.\n108: Do not attach the checkpoint's own contract as an artifact: saving the pointer changes that\n109: file. Its task metadata is already covered by `basis`; the CLI rejects this self-reference.\n110: - `runtime/surprises/*.json`: `sots-surprise/1`, id, contract, `status: open|resolved`, summary,\n111: discriminating probe, actor/model/session provenance where applicable, optional decision ID.\n112: - `runtime/decisions/*.json`: `sots-decision/1`, Astra resolution, explanation/probe, invalidated\n113: evidence and checkpoint; prior verdict is marked invalidated. Resolution returns needs-revision\n114: only when all surprises are closed. Re-probe and rebuild evidence; resolution is not acceptance.\n115: - `runtime/verdicts/.json`: independent verifier actor/session/model, pass/fail,\n116: explanation, contract basis, complete evidence digest and source-bindings digest.\n117: - `runtime/transitions/*.json`: actor/model, previous/next lifecycle state, timestamp.\n118: - `runtime/leases/.json`: owner, random token, held/released, acquisition/release provenance.\n119: - `runtime/runs/run-*.json`, `.jsonl`, `.stderr.log`: requested model/config, command, worktree\n120: manifests before/after, expanded prompt hash, effective configuration hashes, canonical config\n121: file hashes, actual events/session/model when emitted, completion/checkpoint status. Effective\n122: provider config is hashed rather than persisted because it can contain credentials.\n123: `active-.json` reserves the contract. Interrupted running reservations never auto-expire.\n124: \n125: Lifecycle: `proposed -> ready -> implementing -> verification -> integration -> accepted`.\n126: Blocked and needs-revision edges support repairs; no skipping stages. Ready requires scope,\n127: inputs, acceptance, stop conditions, valid pinned baseline and accepted dependencies. Implementing\n128: is atomically capped at two concurrent contracts; lead schedules only one pilot before enabling\n129: two independent slices. Verification requires fresh checkpoint/artifacts after implementation start.\n130: Integration requires lead plus independent passing verifier bound to current source/evidence.\n131: Accepted requires every declared axis in integrated evidence, passing independent verdict over\n132: that final package, and no open surprises. Adding integrated evidence changes the evidence digest:\n133: the verifier must attest the integrated package again. Handoff/promotion/end checkpoints must be\n134: within 15 minutes; recovery start has no age limit.\n135: \n136: Role/model registry: lead/architecture-review/analyst/implementer/verifier/lab =\n137: `openai/gpt-5.6-sol`; resolver = `openai/gpt-6-astra`.\n138: CLI identity fields are **claims, not authenticated model authority**. The runner requests the\n139: registry model explicitly and records emitted provenance. Editable JSON, agent permissions and\n140: shell-accessible tooling are not a security boundary. No silent routing fallback.\n141: \n142: ## Commands\n143: \n144: Run from either repository using the canonical tool path when necessary. Examples:\n145: \n146: ```sh\n147: python3 tools/campaign.py --state-root /home/alex/sots-re validate\n148: python3 tools/campaign.py --state-root /home/alex/sots-re list\n149: python3 tools/campaign.py --state-root /home/alex/sots-re status research-replacement\n150: python3 tools/campaign.py --state-root /home/alex/sots-re checkpoint controls-bootstrap --actor controls-architect --role architecture-review --model openai/gpt-6-astra --session rollout-controls --summary 'Source identities, observations, decisions, tests and blockers are in the attached checkpoint.' --artifact campaign/rollout/controls-worker-state.md --next-action 'Run the independent controls review.'\n151: python3 tools/campaign.py --state-root /home/alex/sots-re transition controls-bootstrap ready --actor controls-architect --role architecture-review --model openai/gpt-6-astra\n152: ```\n153: \n154: `surprise CONTRACT --summary TEXT --probe TEXT` blocks immediately. `resolve SURPRISE_ID\n155: --explanation TEXT --probe TEXT` requires claimed Astra lead/resolver. Both also require\n156: `--actor NAME --role ROLE --model MODEL`. `evidence CONTRACT --record campaign/path.json`\n157: uses the same identity flags; record format is the evidence object above. Integrated records\n158: require lead and integration state. `verdict CONTRACT --session SESSION --verdict pass|fail\n159: --explanation TEXT` requires verifier identity flags and independent actor/session.\n160: \n161: ```sh\n162: python3 tools/campaign.py --state-root /home/alex/sots-re lease acquire windows-vm --actor lab-one --role lab --model openai/gpt-5.5\n163: python3 tools/campaign.py --state-root /home/alex/sots-re lease show windows-vm\n164: python3 tools/campaign.py --state-root /home/alex/sots-re lease release windows-vm --actor lab-one --role lab --model openai/gpt-5.5 --token TOKEN_FROM_ACQUIRE\n165: python3 tools/campaign.py --state-root /home/alex/sots-re lease release windows-vm --actor lead --role lead --model openai/gpt-6-astra --lead-release --reason 'Confirmed prior operator stopped; access and cleanup checked.'\n166: ```\n167: \n168: No stale lease stealing. Explicit lead release requires an explanation and lab preconditions,\n169: side effects, cleanup, and access verification in the operator checkpoint. Treat lease tokens\n170: as local owner capabilities, not secrets to put in a board/dashboard.\n171: \n172: ## Fresh bounded launches\n173: \n174: Prepare **two actual linked worktrees**, each distinct from its canonical source repository,\n175: at the contract's full baseline commit. No auto commits/worktree creation. Launch uses explicit\n176: canonical `OPENCODE_CONFIG`, checks matching repo-local agent/model/40 steps, and sets the final\n177: environment overlay to bind requested role/model/steps. Other inherited config overrides are\n178: cleared. `opencode models` must list the exact requested model even for dry runs.\n179: \n180: ```sh\n181: python3 tools/run_agent.py --state-root /home/alex/sots-re --role implementer --actor worker-one --contract slice-one --engine-worktree /home/alex/worktrees/slice-one-engine --re-worktree /home/alex/worktrees/slice-one-re --cwd engine --dry-run\n182: ```\n183: \n184: Remove `--dry-run` to execute. Normal worker launch requires a valid durable checkpoint, matching\n185: owner/role/status, no open surprises, baseline HEADs and canonical Git common-directory identity.\n186: Recovery checks checkpoint identity/basis and artifact hashes regardless of age, rechecks any\n187: source-bound evidence, and validates paired Git worktree/baseline identity. Missing ordinary-worker\n188: state still blocks. Bootstrap lead/architecture-review can start without a checkpoint; they still\n189: need paired worktrees. Astra lead/resolver may launch a blocked contract with open surprises and\n190: without a worker checkpoint in **resolution-only** scope: read evidence and write decisions/state,\n191: no implementation. Its prompt and permission overlay carry that limit, and worktree source changes\n192: fail completion. Ordinary affected workers stay blocked. Other Astra architecture actors receive\n193: explicit architecture authority within their owned scope. Each run is a fresh\n194: `opencode run --format json --model ... --agent ...`; no resume/continue option is used. The prompt\n195: supplies the run ID to use as checkpoint `--session`; actual OpenCode session IDs are captured\n196: separately when emitted. On exit, a checkpoint after start matching actor/role/model/run ID is\n197: mandatory or the run is marked incomplete. Completion additionally requires a zero exit, no\n198: `type:error`, a successful `step_finish` with `part.reason: \"stop\"`, one nonempty actual session ID,\n199: and consistent explicitly emitted model IDs. Text/tool-call/length events alone cannot complete a\n200: run. Missing model emission is recorded `observed_model_status: \"unavailable\"`, never invented.\n201: \n202: The runner checks the exact Git baseline again under reservation lock, rejects intervening contract\n203: changes, and checks canonical model/prompt/config files and effective configuration for drift at\n204: completion. Expanded role prompt/model/steps are frozen in the last-layer environment overlay.\n205: `opencode debug config` runs in the actual launch cwd with the actual environment before execution\n206: and again at completion. Permissions explicitly allow read/search, ordinary worker shell commands,\n207: and external-directory access to the assigned paired trees plus canonical RE; role-specific edit\n208: denies survive. Task delegation and interactive questions are denied. No `--auto` is required.\n209: Noninteractive command/environment tests and a live loader check cover this overlay; an actual\n210: normal worker launch smoke is a separate lead integration check. Permissions and before/after\n211: checks are operational guards, not a sandbox or continuous filesystem audit.\n212: Compaction is a backstop; no token threshold or machine-enforced 20-tool-call claim.\n213: \n214: ## Local verification\n215: \n216: ```sh\n217: python3 -m unittest discover -s verify/campaign -p 'test_*.py' -v\n218: python3 tools/campaign.py --state-root /home/alex/sots-re validate\n219: ```\n220: \n221: Tests create commits only in disposable fixture repositories, linked worktrees and fake OpenCode processes; they do\n222: not launch agents or touch the lab. Historical rollout artifacts retain the scope and source identity\n223: of their runs; consult the accepted contract and current evidence, not an old handoff's status prose.\n\n(End of file - total 223 lines)\n","metadata":{"preview":"# Canonical campaign controls\n\n`sots-re/campaign/` is the state authority. Start with your contract, its checkpoint, open\nsurprises, and [current policy](../guides/multi-agent-workflow.md). Board/dashboard are generated\nprojections. Historical evidence is not current acceptance. No automatic commits or lab operations.\n\nFramework development is complete. The `controls-bootstrap` contract reached scoped acceptance;\nsee [rollout result](rollout/RESULT.md) and its current contract/verdict for source-bound evidence.\nActive work is reverse engineering. Change tooling only to unblock a named RE experiment.\n\n## Contract format\n\n`contract.schema.json` is strict JSON Schema (unknown fields and duplicate JSON keys fail).\nThe standard-library validator implements the schema's used subset. A populated example is\n[contracts/controls-bootstrap.json](contracts/controls-bootstrap.json); its lifecycle is in the record.\n\nRequired fields:\n\n| Field | Structure |\n|---|---|","truncated":false,"loaded":[],"display":{"type":"file","path":"/home/alex/sots-re/campaign/README.md","text":"# Canonical campaign controls\n\n`sots-re/campaign/` is the state authority. Start with your contract, its checkpoint, open\nsurprises, and [current policy](../guides/multi-agent-workflow.md). Board/dashboard are generated\nprojections. Historical evidence is not current acceptance. No automatic commits or lab operations.\n\nFramework development is complete. The `controls-bootstrap` contract reached scoped acceptance;\nsee [rollout result](rollout/RESULT.md) and its current contract/verdict for source-bound evidence.\nActive work is reverse engineering. Change tooling only to unblock a named RE experiment.\n\n## Contract format\n\n`contract.schema.json` is strict JSON Schema (unknown fields and duplicate JSON keys fail).\nThe standard-library validator implements the schema's used subset. A populated example is\n[contracts/controls-bootstrap.json](contracts/controls-bootstrap.json); its lifecycle is in the record.\n\nRequired fields:\n\n| Field | Structure |\n|---|---|\n| `id`, `title`, `status` | Slug, short title, lifecycle state |\n| `owner` | `{ \"name\": \"worker-identity\", \"role\": \"implementer\" }` |\n| `baseline` | `{ \"engine\": {\"path\":\"/absolute/canonical/engine\",\"commit\":\"full-commit-id\"}, \"re\": {\"path\":\"/absolute/canonical/re\",\"commit\":\"full-commit-id\"} }` |\n| `scope`, `inputs`, `effects` | Arrays of explicit nonempty strings; include full write set and runtime inputs |\n| `original_dependencies` | String array, including original-assisted portions and unavailable inputs |\n| `dependencies` | Array of other contract IDs; all must be accepted before ready/implementing |\n| `acceptance` | Array of `{ \"id\": \"unique-criterion\", \"axis\": \"validation-scope\", \"criterion\": \"executable requirement\" }` |\n| `predictions`, `stop_conditions` | String arrays of predictions and conditions that halt work |\n| `checkpoint` | `null` or `campaign/runtime/checkpoints/.json` |\n\nOptional `evidence` is an array of\n`{id,axis,path,sha256,source,integrated,source_binding,binaries,inputs,outcomes}`.\n`path` is an existing canonical RE-relative artifact; `sha256` hashes its actual bytes; `source`\nequals the contract's complete baseline object. Store understanding,\nimplementation, original dependencies, and validation scope as separate acceptance/evidence axes.\nThere is no generic `verified` scalar. Baseline commit IDs describe starting repositories;\ndirty source identity is machine-bound by `source_binding`, never inferred from those commits.\nCriteria need distinct states, branch exposure, positive execution, complete writes/elements,\nallocations/IDs/events/RNG/runtime inputs, synthetic and original-game differentials as applicable.\nThe CLI checks package identity and declared axes; the independent reviewer evaluates the actual\ncriteria, gate outcomes, full manifests and integrated reproduction. A passing measurement alone\ndoes not establish acceptance.\n\n### Source-bound evidence interface (R4)\n\n`source_binding` is `{engine:{path,commit,sha256},re:{path,commit,sha256}}`. Generate it with:\n\n```sh\npython3 tools/campaign.py --state-root /home/alex/sots-re source-binding research-replacement --engine-worktree /absolute/candidate-engine --re-worktree /absolute/candidate-re\n```\n\nOmit both worktree arguments to bind the canonical integrated trees. Paths must be Git worktree\nroots in the respective baseline repositories. `commit` is the actual current HEAD; `sha256`\nis the deterministic digest of the actual file manifest, including dirty/untracked nonignored\nfiles, deleted tracked paths (`null`), file bytes and Unix modes. Symlinks/submodules fail closed.\nThe fixed manifest policy uses `git ls-files --cached --others --exclude-standard`; ignored\nuntracked build/output files are not source. Python cache directories are excluded. In RE only,\n`verify/results/` and `campaign/` are excluded **except** `campaign/models.json`,\n`campaign/contract.schema.json`, and `campaign/agents/**`. These exclusions prevent mutable\ncontracts/checkpoints/evidence/projections from hashing themselves. Relevant RE tools, tests,\ngenerated facts and guides remain bound. Any consumed item outside that source inventory must\nappear among immutable input/binary artifacts. The independent reviewer checks inventory adequacy.\n\n`binaries` and `inputs` are nonempty arrays of `{path,sha256}` artifact references; for tooling\ncontracts, bind the executable scripts/interpreter identity package and fixture input package.\n`outcomes` exactly covers the acceptance criterion IDs for that evidence axis, with entries\n`{criterion,status,artifact:{path,sha256}}`; promotion requires `status: \"pass\"`. Outcome artifacts\ncontain positive execution, branch/state exposures, reproduction recipe and required effect/input\naccounting. The CLI checks identities, hashes and declared outcomes, **not arbitrary criterion\nsemantics**. The independent verifier must reproduce and challenge those claims.\n\nFor example, an outcome for the bootstrap contract is:\n\n```json\n{\"criterion\":\"controls-negative-paths\",\"status\":\"pass\",\"artifact\":{\"path\":\"verify/results/controls/result.json\",\"sha256\":\"\"}}\n```\n\nCapture bindings when producing evidence; do not attach a fresh source hash to old measurements.\nEvery evidence/verdict/promotion check rehashes referenced sources and artifacts. Same-HEAD byte\nchanges reject old evidence and verdicts. Integrated records require canonical paths, lead in\nintegration state, and one identical binding across **all** final integrated evidence. A lead's\n`integrated` boolean cannot substitute for this check. Verdicts bind the full evidence array and\nthe source-binding array; old verdicts lacking these identities must be reproduced.\n\nThis contract wrapper is separate from gate measurement schema **`sots-gate/1`**, whose `source`\nstill has `engine`/`re`. Reference its immutable manifest/binary/input package; do not rename its\nfields to match contract `source`. Reporter output is measured evidence, with `--require-match`\nfor required equality, and gains acceptance only through independent contract/integration gates.\n\n## State and transactions\n\nEvery command requires `--state-root /absolute/canonical/sots-re` (the repository, not `campaign/`).\nNo sibling inference. Control records stay below canonical `campaign/runtime/`; contracts remain\nin `campaign/contracts/`. Immutable hashed artifacts may be referenced anywhere inside canonical\nRE, including existing `verify/` corpora, without copying them. Absolute/traversing artifact paths,\noutside symlinks, Git internals and named secret/private-key locations are rejected; aliases are\nchecked after resolution too. Never reference secrets or commit owner-supplied binaries/assets.\nJSON writes are atomic and fsynced; a canonical `flock` serializes\nCLI mutations, WIP decisions, and resource acquisition. Do not hand-edit active state concurrently\nwith commands. Interrupted multi-file operations retain blocking records and require inspection.\n\nRuntime APIs (JSON files; no server):\n\n- `runtime/checkpoints/*.json`: `sots-checkpoint/1`, contract, actor/role/model/session, timestamp,\n contract `basis` digest, bounded summary (6000 characters), up to 32 `{path,sha256}` artifacts,\n and one `next_action` (2000 characters). Include observations versus decisions, source identities,\n tests, blockers, resources/access/cleanup, exact next action in the summary/artifacts.\n Do not attach the checkpoint's own contract as an artifact: saving the pointer changes that\n file. Its task metadata is already covered by `basis`; the CLI rejects this self-reference.\n- `runtime/surprises/*.json`: `sots-surprise/1`, id, contract, `status: open|resolved`, summary,\n discriminating probe, actor/model/session provenance where applicable, optional decision ID.\n- `runtime/decisions/*.json`: `sots-decision/1`, Astra resolution, explanation/probe, invalidated\n evidence and checkpoint; prior verdict is marked invalidated. Resolution returns needs-revision\n only when all surprises are closed. Re-probe and rebuild evidence; resolution is not acceptance.\n- `runtime/verdicts/.json`: independent verifier actor/session/model, pass/fail,\n explanation, contract basis, complete evidence digest and source-bindings digest.\n- `runtime/transitions/*.json`: actor/model, previous/next lifecycle state, timestamp.\n- `runtime/leases/.json`: owner, random token, held/released, acquisition/release provenance.\n- `runtime/runs/run-*.json`, `.jsonl`, `.stderr.log`: requested model/config, command, worktree\n manifests before/after, expanded prompt hash, effective configuration hashes, canonical config\n file hashes, actual events/session/model when emitted, completion/checkpoint status. Effective\n provider config is hashed rather than persisted because it can contain credentials.\n `active-.json` reserves the contract. Interrupted running reservations never auto-expire.\n\nLifecycle: `proposed -> ready -> implementing -> verification -> integration -> accepted`.\nBlocked and needs-revision edges support repairs; no skipping stages. Ready requires scope,\ninputs, acceptance, stop conditions, valid pinned baseline and accepted dependencies. Implementing\nis atomically capped at two concurrent contracts; lead schedules only one pilot before enabling\ntwo independent slices. Verification requires fresh checkpoint/artifacts after implementation start.\nIntegration requires lead plus independent passing verifier bound to current source/evidence.\nAccepted requires every declared axis in integrated evidence, passing independent verdict over\nthat final package, and no open surprises. Adding integrated evidence changes the evidence digest:\nthe verifier must attest the integrated package again. Handoff/promotion/end checkpoints must be\nwithin 15 minutes; recovery start has no age limit.\n\nRole/model registry: lead/architecture-review/analyst/implementer/verifier/lab =\n`openai/gpt-5.6-sol`; resolver = `openai/gpt-6-astra`.\nCLI identity fields are **claims, not authenticated model authority**. The runner requests the\nregistry model explicitly and records emitted provenance. Editable JSON, agent permissions and\nshell-accessible tooling are not a security boundary. No silent routing fallback.\n\n## Commands\n\nRun from either repository using the canonical tool path when necessary. Examples:\n\n```sh\npython3 tools/campaign.py --state-root /home/alex/sots-re validate\npython3 tools/campaign.py --state-root /home/alex/sots-re list\npython3 tools/campaign.py --state-root /home/alex/sots-re status research-replacement\npython3 tools/campaign.py --state-root /home/alex/sots-re checkpoint controls-bootstrap --actor controls-architect --role architecture-review --model openai/gpt-6-astra --session rollout-controls --summary 'Source identities, observations, decisions, tests and blockers are in the attached checkpoint.' --artifact campaign/rollout/controls-worker-state.md --next-action 'Run the independent controls review.'\npython3 tools/campaign.py --state-root /home/alex/sots-re transition controls-bootstrap ready --actor controls-architect --role architecture-review --model openai/gpt-6-astra\n```\n\n`surprise CONTRACT --summary TEXT --probe TEXT` blocks immediately. `resolve SURPRISE_ID\n--explanation TEXT --probe TEXT` requires claimed Astra lead/resolver. Both also require\n`--actor NAME --role ROLE --model MODEL`. `evidence CONTRACT --record campaign/path.json`\nuses the same identity flags; record format is the evidence object above. Integrated records\nrequire lead and integration state. `verdict CONTRACT --session SESSION --verdict pass|fail\n--explanation TEXT` requires verifier identity flags and independent actor/session.\n\n```sh\npython3 tools/campaign.py --state-root /home/alex/sots-re lease acquire windows-vm --actor lab-one --role lab --model openai/gpt-5.5\npython3 tools/campaign.py --state-root /home/alex/sots-re lease show windows-vm\npython3 tools/campaign.py --state-root /home/alex/sots-re lease release windows-vm --actor lab-one --role lab --model openai/gpt-5.5 --token TOKEN_FROM_ACQUIRE\npython3 tools/campaign.py --state-root /home/alex/sots-re lease release windows-vm --actor lead --role lead --model openai/gpt-6-astra --lead-release --reason 'Confirmed prior operator stopped; access and cleanup checked.'\n```\n\nNo stale lease stealing. Explicit lead release requires an explanation and lab preconditions,\nside effects, cleanup, and access verification in the operator checkpoint. Treat lease tokens\nas local owner capabilities, not secrets to put in a board/dashboard.\n\n## Fresh bounded launches\n\nPrepare **two actual linked worktrees**, each distinct from its canonical source repository,\nat the contract's full baseline commit. No auto commits/worktree creation. Launch uses explicit\ncanonical `OPENCODE_CONFIG`, checks matching repo-local agent/model/40 steps, and sets the final\nenvironment overlay to bind requested role/model/steps. Other inherited config overrides are\ncleared. `opencode models` must list the exact requested model even for dry runs.\n\n```sh\npython3 tools/run_agent.py --state-root /home/alex/sots-re --role implementer --actor worker-one --contract slice-one --engine-worktree /home/alex/worktrees/slice-one-engine --re-worktree /home/alex/worktrees/slice-one-re --cwd engine --dry-run\n```\n\nRemove `--dry-run` to execute. Normal worker launch requires a valid durable checkpoint, matching\nowner/role/status, no open surprises, baseline HEADs and canonical Git common-directory identity.\nRecovery checks checkpoint identity/basis and artifact hashes regardless of age, rechecks any\nsource-bound evidence, and validates paired Git worktree/baseline identity. Missing ordinary-worker\nstate still blocks. Bootstrap lead/architecture-review can start without a checkpoint; they still\nneed paired worktrees. Astra lead/resolver may launch a blocked contract with open surprises and\nwithout a worker checkpoint in **resolution-only** scope: read evidence and write decisions/state,\nno implementation. Its prompt and permission overlay carry that limit, and worktree source changes\nfail completion. Ordinary affected workers stay blocked. Other Astra architecture actors receive\nexplicit architecture authority within their owned scope. Each run is a fresh\n`opencode run --format json --model ... --agent ...`; no resume/continue option is used. The prompt\nsupplies the run ID to use as checkpoint `--session`; actual OpenCode session IDs are captured\nseparately when emitted. On exit, a checkpoint after start matching actor/role/model/run ID is\nmandatory or the run is marked incomplete. Completion additionally requires a zero exit, no\n`type:error`, a successful `step_finish` with `part.reason: \"stop\"`, one nonempty actual session ID,\nand consistent explicitly emitted model IDs. Text/tool-call/length events alone cannot complete a\nrun. Missing model emission is recorded `observed_model_status: \"unavailable\"`, never invented.\n\nThe runner checks the exact Git baseline again under reservation lock, rejects intervening contract\nchanges, and checks canonical model/prompt/config files and effective configuration for drift at\ncompletion. Expanded role prompt/model/steps are frozen in the last-layer environment overlay.\n`opencode debug config` runs in the actual launch cwd with the actual environment before execution\nand again at completion. Permissions explicitly allow read/search, ordinary worker shell commands,\nand external-directory access to the assigned paired trees plus canonical RE; role-specific edit\ndenies survive. Task delegation and interactive questions are denied. No `--auto` is required.\nNoninteractive command/environment tests and a live loader check cover this overlay; an actual\nnormal worker launch smoke is a separate lead integration check. Permissions and before/after\nchecks are operational guards, not a sandbox or continuous filesystem audit.\nCompaction is a backstop; no token threshold or machine-enforced 20-tool-call claim.\n\n## Local verification\n\n```sh\npython3 -m unittest discover -s verify/campaign -p 'test_*.py' -v\npython3 tools/campaign.py --state-root /home/alex/sots-re validate\n```\n\nTests create commits only in disposable fixture repositories, linked worktrees and fake OpenCode processes; they do\nnot launch agents or touch the lab. Historical rollout artifacts retain the scope and source identity\nof their runs; consult the accepted contract and current evidence, not an old handoff's status prose.","lineStart":1,"lineEnd":223,"totalLines":223,"truncated":false}},"title":"campaign/README.md","time":{"start":1789014183621,"end":1789014183638}},"metadata":{"openai":{"itemId":"fc_0f1365d5b4353bf5016aa230a7655487d1b9f23214ed887d24"}},"id":"prt_0898e0ea3001unu2xfC2LaNYmN","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","messageID":"msg_0898decff001KEY4VDEk8jBCv2"}} +{"type":"tool_use","timestamp":1789014183682,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"type":"tool","tool":"read","callID":"call_WjZIiXgR7F3GvButgxkXkTvd","state":{"status":"completed","input":{"filePath":"/home/alex/sots-re/campaign/contracts/research-completion-abi.json"},"output":"/home/alex/sots-re/campaign/contracts/research-completion-abi.json\nfile\n\n1: {\n2: \"acceptance\": [\n3: {\n4: \"axis\": \"static-recovery\",\n5: \"criterion\": \"Addresses/signatures and record/container/string lifetime rules backed by fresh binary/tool captures; distinguish recorded facts, inference and unexercised branches. Name exact callable allocation/copy/destruction operations or precise unresolved blockers.\",\n6: \"id\": \"ownership-recovered\"\n7: },\n8: {\n9: \"axis\": \"validation\",\n10: \"criterion\": \"Independent verifier checks key instruction/ABI claims and archived record values. No static-only claim of live allocator safety or replacement acceptance.\",\n11: \"id\": \"independent-cross-check\"\n12: }\n13: ],\n14: \"baseline\": {\n15: \"engine\": {\n16: \"commit\": \"7741d42fc5e4e761e6449bdaf0e4a61d00036a23\",\n17: \"path\": \"/home/alex/sots-engine\"\n18: },\n19: \"re\": {\n20: \"commit\": \"3bfde5a70d874a723e797a695bbd847fd82c0aa7\",\n21: \"path\": \"/home/alex/sots-re\"\n22: }\n23: },\n24: \"checkpoint\": \"campaign/runtime/checkpoints/research-completion-abi-34e545ce9e774117dec97cf0.json\",\n25: \"dependencies\": [\n26: \"controls-bootstrap\"\n27: ],\n28: \"effects\": [\n29: \"Evidence-backed RE handoff and raw static captures; no game or shared database state changes\"\n30: ],\n31: \"evidence\": [],\n32: \"id\": \"research-completion-abi\",\n33: \"inputs\": [\n34: \"Existing binary fingerprint/address contract and private RE findings\",\n35: \"Owner-supplied binary or live read-only ReVa endpoint\",\n36: \"Archived CR traces/saves for observed behavior\",\n37: \"Source-identical current engine/RE worktree snapshots\"\n38: ],\n39: \"original_dependencies\": [\n40: \"Original binary is the object of analysis, not a replacement dependency decision\"\n41: ],\n42: \"owner\": {\n43: \"name\": \"research-abi-analyst\",\n44: \"role\": \"analyst\"\n45: },\n46: \"predictions\": [\n47: \"Count-only scratch updates conceal concrete element construction and original allocator ownership requirements\",\n48: \"The observed-tech and nested-event containers use different element strides and nontrivial string lifetimes; raw header copying is insufficient\"\n49: ],\n50: \"scope\": [\n51: \"Reverse engineering only. Own canonical campaign/research/research-completion-abi.md and verify/results/research-completion-abi/ captures. Use assigned source-identical paired worktrees for source inspection; canonical RE for unique evidence/checkpoint outputs.\",\n52: \"Recover actual constructors/copy/destructors/vector-growth/allocation/free conventions used by RecordObservedTech and EventStorage/TurnEvents/PlayerEvent. Resolve implementable ABI operations, not another general framework.\",\n53: \"Use existing ReVa read-only tools through canonical tools/reva_call.py or the owner-supplied local binary. No Ghidra renames/type writes, VM mutation, new engine code, framework code, agents or delegation. Do not commit/stage/push.\",\n54: \"Start with findings/subsystems/{events,observedtech-append,research-replace}.md and campaign/pilots/research-replacement.md; cross-check binary bytes/decompilation rather than merely repeat notes. Anchors: RecordObservedTech 0x007ba1a0, EventStorage::PostEvent 0x008862b0, PlayerEvent constructor 0x0084ee30. Addresses are hypotheses to validate against fingerprint and actual tools.\",\n55: \"Produce recovered signatures, ownership/lifetime rules, short/long string and empty/full-capacity container paths, and exact unresolved dependencies with minimum next probe. Store raw tool outputs and a hash/provenance index in your owned RE results directory. Keep code-derived material out of engine repo.\"\n56: ],\n57: \"status\": \"needs-revision\",\n58: \"stop_conditions\": [\n59: \"Stop affected interpretation on binary fingerprint mismatch, contradictory ownership/ABI evidence, unavailable original data, or any scope-changing surprise; record and escalate to Astra\",\n60: \"Checkpoint every 20 calls/15 minutes and before compaction/stopping; return exact next RE action within 40 steps\",\n61: \"Do not expand into framework development or mark pilot replacement ready/accepted\"\n62: ],\n63: \"title\": \"RE: research completion record construction and allocator ABI\"\n64: }\n\n(End of file - total 64 lines)\n","metadata":{"preview":"{\n \"acceptance\": [\n {\n \"axis\": \"static-recovery\",\n \"criterion\": \"Addresses/signatures and record/container/string lifetime rules backed by fresh binary/tool captures; distinguish recorded facts, inference and unexercised branches. Name exact callable allocation/copy/destruction operations or precise unresolved blockers.\",\n \"id\": \"ownership-recovered\"\n },\n {\n \"axis\": \"validation\",\n \"criterion\": \"Independent verifier checks key instruction/ABI claims and archived record values. No static-only claim of live allocator safety or replacement acceptance.\",\n \"id\": \"independent-cross-check\"\n }\n ],\n \"baseline\": {\n \"engine\": {\n \"commit\": \"7741d42fc5e4e761e6449bdaf0e4a61d00036a23\",\n \"path\": \"/home/alex/sots-engine\"\n },\n \"re\": {\n \"commit\": \"3bfde5a70d874a723e797a695bbd847fd82c0aa7\",","truncated":false,"loaded":[],"display":{"type":"file","path":"/home/alex/sots-re/campaign/contracts/research-completion-abi.json","text":"{\n \"acceptance\": [\n {\n \"axis\": \"static-recovery\",\n \"criterion\": \"Addresses/signatures and record/container/string lifetime rules backed by fresh binary/tool captures; distinguish recorded facts, inference and unexercised branches. Name exact callable allocation/copy/destruction operations or precise unresolved blockers.\",\n \"id\": \"ownership-recovered\"\n },\n {\n \"axis\": \"validation\",\n \"criterion\": \"Independent verifier checks key instruction/ABI claims and archived record values. No static-only claim of live allocator safety or replacement acceptance.\",\n \"id\": \"independent-cross-check\"\n }\n ],\n \"baseline\": {\n \"engine\": {\n \"commit\": \"7741d42fc5e4e761e6449bdaf0e4a61d00036a23\",\n \"path\": \"/home/alex/sots-engine\"\n },\n \"re\": {\n \"commit\": \"3bfde5a70d874a723e797a695bbd847fd82c0aa7\",\n \"path\": \"/home/alex/sots-re\"\n }\n },\n \"checkpoint\": \"campaign/runtime/checkpoints/research-completion-abi-34e545ce9e774117dec97cf0.json\",\n \"dependencies\": [\n \"controls-bootstrap\"\n ],\n \"effects\": [\n \"Evidence-backed RE handoff and raw static captures; no game or shared database state changes\"\n ],\n \"evidence\": [],\n \"id\": \"research-completion-abi\",\n \"inputs\": [\n \"Existing binary fingerprint/address contract and private RE findings\",\n \"Owner-supplied binary or live read-only ReVa endpoint\",\n \"Archived CR traces/saves for observed behavior\",\n \"Source-identical current engine/RE worktree snapshots\"\n ],\n \"original_dependencies\": [\n \"Original binary is the object of analysis, not a replacement dependency decision\"\n ],\n \"owner\": {\n \"name\": \"research-abi-analyst\",\n \"role\": \"analyst\"\n },\n \"predictions\": [\n \"Count-only scratch updates conceal concrete element construction and original allocator ownership requirements\",\n \"The observed-tech and nested-event containers use different element strides and nontrivial string lifetimes; raw header copying is insufficient\"\n ],\n \"scope\": [\n \"Reverse engineering only. Own canonical campaign/research/research-completion-abi.md and verify/results/research-completion-abi/ captures. Use assigned source-identical paired worktrees for source inspection; canonical RE for unique evidence/checkpoint outputs.\",\n \"Recover actual constructors/copy/destructors/vector-growth/allocation/free conventions used by RecordObservedTech and EventStorage/TurnEvents/PlayerEvent. Resolve implementable ABI operations, not another general framework.\",\n \"Use existing ReVa read-only tools through canonical tools/reva_call.py or the owner-supplied local binary. No Ghidra renames/type writes, VM mutation, new engine code, framework code, agents or delegation. Do not commit/stage/push.\",\n \"Start with findings/subsystems/{events,observedtech-append,research-replace}.md and campaign/pilots/research-replacement.md; cross-check binary bytes/decompilation rather than merely repeat notes. Anchors: RecordObservedTech 0x007ba1a0, EventStorage::PostEvent 0x008862b0, PlayerEvent constructor 0x0084ee30. Addresses are hypotheses to validate against fingerprint and actual tools.\",\n \"Produce recovered signatures, ownership/lifetime rules, short/long string and empty/full-capacity container paths, and exact unresolved dependencies with minimum next probe. Store raw tool outputs and a hash/provenance index in your owned RE results directory. Keep code-derived material out of engine repo.\"\n ],\n \"status\": \"needs-revision\",\n \"stop_conditions\": [\n \"Stop affected interpretation on binary fingerprint mismatch, contradictory ownership/ABI evidence, unavailable original data, or any scope-changing surprise; record and escalate to Astra\",\n \"Checkpoint every 20 calls/15 minutes and before compaction/stopping; return exact next RE action within 40 steps\",\n \"Do not expand into framework development or mark pilot replacement ready/accepted\"\n ],\n \"title\": \"RE: research completion record construction and allocator ABI\"\n}","lineStart":1,"lineEnd":64,"totalLines":64,"truncated":false}},"title":"campaign/contracts/research-completion-abi.json","time":{"start":1789014183658,"end":1789014183678}},"metadata":{"openai":{"itemId":"fc_0f1365d5b4353bf5016aa230a7656887d19925f0991543d11a"}},"id":"prt_0898e0ec8001xQi4t660CfFU4X","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","messageID":"msg_0898decff001KEY4VDEk8jBCv2"}} +{"type":"tool_use","timestamp":1789014183685,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"type":"tool","tool":"read","callID":"call_xxIrxMi5yl4NdeRenGcyvXVf","state":{"status":"completed","input":{"filePath":"/home/alex/sots-re/campaign/runtime/checkpoints/research-completion-abi-34e545ce9e774117dec97cf0.json"},"output":"/home/alex/sots-re/campaign/runtime/checkpoints/research-completion-abi-34e545ce9e774117dec97cf0.json\nfile\n\n1: {\n2: \"actor\": \"live-record surprise resolver\",\n3: \"artifacts\": [\n4: {\n5: \"path\": \"campaign/runtime/decisions/d-b51f3f76803e852ed250846a.json\",\n6: \"sha256\": \"d01550dd8874160d05378f6183d780c444a5285a4ebc5d3c6049fbda8e342957\"\n7: },\n8: {\n9: \"path\": \"campaign/runtime/decisions/d-6f4134237e68860fb02e8684.json\",\n10: \"sha256\": \"7d4cac7b55de6bec11f7d32261a3ce9da946e937f2924032423b65a97799fb48\"\n11: },\n12: {\n13: \"path\": \"verify/results/research-live-record-bridge/run-472955e277202c411388c66b/manifest.json\",\n14: \"sha256\": \"ae16b4b500db5b84bea27c659e254842ab0c67c040ca782c016381384338773b\"\n15: }\n16: ],\n17: \"basis\": \"aaddeb76f74bbd1a43671f882770ec84a7d690b4060d060ef1a68f918e8edbb0\",\n18: \"contract\": \"research-completion-abi\",\n19: \"id\": \"34e545ce9e774117dec97cf0\",\n20: \"model\": \"openai/gpt-6-astra\",\n21: \"next_action\": \"Lead assigns a fresh bounded research-completion-abi analyst repair quantum to rehash binary/tool, reproduce the four named static windows and correct the interpretation per d-b51f3f76803e852ed250846a before independent integrated reacceptance.\",\n22: \"role\": \"resolver\",\n23: \"schema\": \"sots-checkpoint/1\",\n24: \"session\": \"run-f63d1e050a7ee3fac7b44885\",\n25: \"summary\": \"RESOLVER HANDOFF. Observation: recovered-static.md zero-temporary-turn assertion conflicts with hash-checked raw get/create and append captures. Decision d-b51f3f76803e852ed250846a supplies exact claim domains, corrected generated wording, cheapest probe and invalidation; dependency status needs-revision, two evidence records withdrawn and verifier verdict invalidated. No source changes. Assigned engine HEAD 7741d42fc5e4e761e6449bdaf0e4a61d00036a23/common /home/alex/sots-engine/.git and RE HEAD 3bfde5a70d874a723e797a695bbd847fd82c0aa7/common /home/alex/sots-re/.git checked, both already dirty. Historical source digests ccd8e02083e8d2e2b3e97976ace2273c8f924dfc02a39e919004eaf3544c50fd and 6696fd5201e144843617cbf6d78b41b5287ad5dcc9fa1e8aaa861d52b64e72e8 not freshly rehashed. Capture binary 970b7de729956a53094c7eb98aba4270aee98e2fed5daf0d39e290013c90c841 and tool 1eaaef2e7f57c4c7f69115c495e2466f5a8c8e5f3bc42221d092382f30f9d4cd are historical bindings, not current executable reproduction. Checkpoint artifact hashes matched manifest; no game execution or live safety test. Shell scope prevents binary/tool rerun; fresh analyst reproduction remains required. No VM/build/Ghidra access or mutation, no lease acquired, no delegation, commits or staging. Lead must assign repair through normal campaign controls; bridge and replacement readiness cannot use revoked acceptance. Integrator publication pending corrected integration; do not edit board history.\",\n26: \"timestamp\": \"2026-09-10T04:19:56.187035+00:00\"\n27: }\n\n(End of file - total 27 lines)\n","metadata":{"preview":"{\n \"actor\": \"live-record surprise resolver\",\n \"artifacts\": [\n {\n \"path\": \"campaign/runtime/decisions/d-b51f3f76803e852ed250846a.json\",\n \"sha256\": \"d01550dd8874160d05378f6183d780c444a5285a4ebc5d3c6049fbda8e342957\"\n },\n {\n \"path\": \"campaign/runtime/decisions/d-6f4134237e68860fb02e8684.json\",\n \"sha256\": \"7d4cac7b55de6bec11f7d32261a3ce9da946e937f2924032423b65a97799fb48\"\n },\n {\n \"path\": \"verify/results/research-live-record-bridge/run-472955e277202c411388c66b/manifest.json\",\n \"sha256\": \"ae16b4b500db5b84bea27c659e254842ab0c67c040ca782c016381384338773b\"\n }\n ],\n \"basis\": \"aaddeb76f74bbd1a43671f882770ec84a7d690b4060d060ef1a68f918e8edbb0\",\n \"contract\": \"research-completion-abi\",\n \"id\": \"34e545ce9e774117dec97cf0\",\n \"model\": \"openai/gpt-6-astra\",","truncated":false,"loaded":[],"display":{"type":"file","path":"/home/alex/sots-re/campaign/runtime/checkpoints/research-completion-abi-34e545ce9e774117dec97cf0.json","text":"{\n \"actor\": \"live-record surprise resolver\",\n \"artifacts\": [\n {\n \"path\": \"campaign/runtime/decisions/d-b51f3f76803e852ed250846a.json\",\n \"sha256\": \"d01550dd8874160d05378f6183d780c444a5285a4ebc5d3c6049fbda8e342957\"\n },\n {\n \"path\": \"campaign/runtime/decisions/d-6f4134237e68860fb02e8684.json\",\n \"sha256\": \"7d4cac7b55de6bec11f7d32261a3ce9da946e937f2924032423b65a97799fb48\"\n },\n {\n \"path\": \"verify/results/research-live-record-bridge/run-472955e277202c411388c66b/manifest.json\",\n \"sha256\": \"ae16b4b500db5b84bea27c659e254842ab0c67c040ca782c016381384338773b\"\n }\n ],\n \"basis\": \"aaddeb76f74bbd1a43671f882770ec84a7d690b4060d060ef1a68f918e8edbb0\",\n \"contract\": \"research-completion-abi\",\n \"id\": \"34e545ce9e774117dec97cf0\",\n \"model\": \"openai/gpt-6-astra\",\n \"next_action\": \"Lead assigns a fresh bounded research-completion-abi analyst repair quantum to rehash binary/tool, reproduce the four named static windows and correct the interpretation per d-b51f3f76803e852ed250846a before independent integrated reacceptance.\",\n \"role\": \"resolver\",\n \"schema\": \"sots-checkpoint/1\",\n \"session\": \"run-f63d1e050a7ee3fac7b44885\",\n \"summary\": \"RESOLVER HANDOFF. Observation: recovered-static.md zero-temporary-turn assertion conflicts with hash-checked raw get/create and append captures. Decision d-b51f3f76803e852ed250846a supplies exact claim domains, corrected generated wording, cheapest probe and invalidation; dependency status needs-revision, two evidence records withdrawn and verifier verdict invalidated. No source changes. Assigned engine HEAD 7741d42fc5e4e761e6449bdaf0e4a61d00036a23/common /home/alex/sots-engine/.git and RE HEAD 3bfde5a70d874a723e797a695bbd847fd82c0aa7/common /home/alex/sots-re/.git checked, both already dirty. Historical source digests ccd8e02083e8d2e2b3e97976ace2273c8f924dfc02a39e919004eaf3544c50fd and 6696fd5201e144843617cbf6d78b41b5287ad5dcc9fa1e8aaa861d52b64e72e8 not freshly rehashed. Capture binary 970b7de729956a53094c7eb98aba4270aee98e2fed5daf0d39e290013c90c841 and tool 1eaaef2e7f57c4c7f69115c495e2466f5a8c8e5f3bc42221d092382f30f9d4cd are historical bindings, not current executable reproduction. Checkpoint artifact hashes matched manifest; no game execution or live safety test. Shell scope prevents binary/tool rerun; fresh analyst reproduction remains required. No VM/build/Ghidra access or mutation, no lease acquired, no delegation, commits or staging. Lead must assign repair through normal campaign controls; bridge and replacement readiness cannot use revoked acceptance. Integrator publication pending corrected integration; do not edit board history.\",\n \"timestamp\": \"2026-09-10T04:19:56.187035+00:00\"\n}","lineStart":1,"lineEnd":27,"totalLines":27,"truncated":false}},"title":"campaign/runtime/checkpoints/research-completion-abi-34e545ce9e774117dec97cf0.json","time":{"start":1789014183664,"end":1789014183683}},"metadata":{"openai":{"itemId":"fc_0f1365d5b4353bf5016aa230a7657087d1bd38a53e53187a40"}},"id":"prt_0898e0eec001CqtNx6WijBSVVz","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","messageID":"msg_0898decff001KEY4VDEk8jBCv2"}} +{"type":"tool_use","timestamp":1789014183791,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"type":"tool","tool":"glob","callID":"call_PBw8BIWGczGlPESKrtx5bckN","state":{"status":"completed","input":{"path":"/home/alex/sots-re/campaign","pattern":"**/*surpris*"},"output":"No files found","metadata":{"count":0,"truncated":false},"title":"campaign","time":{"start":1789014183743,"end":1789014183790}},"metadata":{"openai":{"itemId":"fc_0f1365d5b4353bf5016aa230a7657887d1a53d4430669e1cd9"}},"id":"prt_0898e0f000010k1Wg3mCgozB2M","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","messageID":"msg_0898decff001KEY4VDEk8jBCv2"}} +{"type":"tool_use","timestamp":1789014183810,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"type":"tool","tool":"read","callID":"call_Z6ngynWOuH5DpFKEq9d3l4gx","state":{"status":"completed","input":{"filePath":"/home/alex/sots-re/campaign/models.json"},"output":"/home/alex/sots-re/campaign/models.json\nfile\n\n1: {\n2: \"schema\": \"sots-models/1\",\n3: \"roles\": {\n4: \"lead\": \"openai/gpt-5.6-sol\",\n5: \"resolver\": \"openai/gpt-6-astra\",\n6: \"architecture-review\": \"openai/gpt-5.6-sol\",\n7: \"analyst\": \"openai/gpt-5.6-sol\",\n8: \"implementer\": \"openai/gpt-5.6-sol\",\n9: \"verifier\": \"openai/gpt-5.6-sol\",\n10: \"lab\": \"openai/gpt-5.6-sol\"\n11: },\n12: \"agents\": {\n13: \"lead\": \"sots-lead\",\n14: \"resolver\": \"sots-resolver\",\n15: \"architecture-review\": \"sots-lead\",\n16: \"analyst\": \"sots-analyst\",\n17: \"implementer\": \"sots-implementer\",\n18: \"verifier\": \"sots-verifier\",\n19: \"lab\": \"sots-lab\"\n20: },\n21: \"max_steps\": 40,\n22: \"implementation_wip\": 2\n23: }\n\n(End of file - total 23 lines)\n","metadata":{"preview":"{\n \"schema\": \"sots-models/1\",\n \"roles\": {\n \"lead\": \"openai/gpt-5.6-sol\",\n \"resolver\": \"openai/gpt-6-astra\",\n \"architecture-review\": \"openai/gpt-5.6-sol\",\n \"analyst\": \"openai/gpt-5.6-sol\",\n \"implementer\": \"openai/gpt-5.6-sol\",\n \"verifier\": \"openai/gpt-5.6-sol\",\n \"lab\": \"openai/gpt-5.6-sol\"\n },\n \"agents\": {\n \"lead\": \"sots-lead\",\n \"resolver\": \"sots-resolver\",\n \"architecture-review\": \"sots-lead\",\n \"analyst\": \"sots-analyst\",\n \"implementer\": \"sots-implementer\",\n \"verifier\": \"sots-verifier\",\n \"lab\": \"sots-lab\"\n },","truncated":false,"loaded":[],"display":{"type":"file","path":"/home/alex/sots-re/campaign/models.json","text":"{\n \"schema\": \"sots-models/1\",\n \"roles\": {\n \"lead\": \"openai/gpt-5.6-sol\",\n \"resolver\": \"openai/gpt-6-astra\",\n \"architecture-review\": \"openai/gpt-5.6-sol\",\n \"analyst\": \"openai/gpt-5.6-sol\",\n \"implementer\": \"openai/gpt-5.6-sol\",\n \"verifier\": \"openai/gpt-5.6-sol\",\n \"lab\": \"openai/gpt-5.6-sol\"\n },\n \"agents\": {\n \"lead\": \"sots-lead\",\n \"resolver\": \"sots-resolver\",\n \"architecture-review\": \"sots-lead\",\n \"analyst\": \"sots-analyst\",\n \"implementer\": \"sots-implementer\",\n \"verifier\": \"sots-verifier\",\n \"lab\": \"sots-lab\"\n },\n \"max_steps\": 40,\n \"implementation_wip\": 2\n}","lineStart":1,"lineEnd":23,"totalLines":23,"truncated":false}},"title":"campaign/models.json","time":{"start":1789014183802,"end":1789014183808}},"metadata":{"openai":{"itemId":"fc_0f1365d5b4353bf5016aa230a7658087d1b8c18c2889db8f6c"}},"id":"prt_0898e0f600011KBfXLVpvAbK0E","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","messageID":"msg_0898decff001KEY4VDEk8jBCv2"}} +{"type":"tool_use","timestamp":1789014183873,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"type":"tool","tool":"read","callID":"call_YpO38coqqnJXgZGeiyHKWCCA","state":{"status":"completed","input":{"filePath":"/home/alex/sots-re/guides/multi-agent-workflow.md"},"output":"/home/alex/sots-re/guides/multi-agent-workflow.md\nfile\n\n1: # Multi-agent operating architecture\n2: \n3: ## Product and milestone\n4: \n5: Reconstruct a behavior-equivalent engine consuming owner-supplied assets. The next product\n6: milestone is standalone replay given a captured command stream and complete declared runtime\n7: inputs. The first workflow pilot is the complete research write set. A passing host build is a\n8: component baseline, not a playable engine or independent replacement.\n9: \n10: ## Source of truth\n11: \n12: `campaign/contracts/` holds versioned tasks, `campaign/runtime/` holds checkpoints, sessions,\n13: leases and surprises, and evidence packages identify inputs, source and executable artifacts.\n14: `campaign/current.json` selects published evidence by path and digest. Board/dashboard are\n15: generated projections, never alternate writable authorities. Exact tool CLI/schema is documented\n16: in `campaign/README.md`. Historical findings retain their original experiment scope; they are\n17: not promoted by copying an old status into a new contract.\n18: \n19: ## Model authority\n20: \n21: | Responsibility | Model |\n22: |---|---|\n23: | Normal planning, architecture and integration loop | GPT-5.6 Sol |\n24: | Bounded RE analysis, implementation and independent verification | GPT-5.6 Sol |\n25: | Routine lab/workload operations | GPT-5.6 Sol |\n26: | Problem and surprise resolution | GPT-6 Astra |\n27: | Context compaction | GPT-5.5 |\n28: \n29: Exact provider IDs are in `campaign/models.json`. The lead escalates to Astra when a falsified\n30: assumption, conflict, instrument effect, or scope change blocks the loop. No fallback is automatic. Model names in editable JSON are\n31: provenance, not authentication: launcher events and independent review support the record.\n32: Permissions reduce accidental role drift; unrestricted local shell access is not a sandbox.\n33: \n34: ## Behavioral slice\n35: \n36: The lead specifies a bounded input domain, full observable write set, dependencies, acceptance\n37: workloads and stop conditions. The analyst recovers behavior; the verifier specifies discriminating\n38: tests before implementation; the implementer changes engine/adapters; the lab operator captures\n39: controls; the verifier reproduces; the integrator tests the combined source snapshot.\n40: \n41: Include transitive effects: allocations, IDs, container ELEMENTS, event text/records, RNG and\n42: nonserialized state. An address/function name is not a sufficient replacement boundary. If a\n43: neighbor function supplies required effects, extend the approved contract or expose it as an\n44: original dependency. Do not call the original and label the result independent.\n45: \n46: Lifecycle is `proposed → ready → implementing → verification → integration → accepted`, with\n47: blocked/revision states. Lifecycle is distinct from evidence strength. Acceptance is scoped to\n48: the manifest's exact procedure and workloads, never universal correctness.\n49: \n50: ## Independence\n51: \n52: Verifier and implementer are different executions. Verification starts with the contract, raw\n53: evidence and reproduction recipe, not just the author's conclusion. Require one meaningful\n54: challenge: held-out state, boundary, negative control, ablation, or independent state accounting.\n55: Both synthetic tests and original-game experiments matter. Repeat-call volume cannot replace\n56: branch and distinct-state coverage. Null effects and zero executions must be distinguishable.\n57: \n58: ## Sessions and recovery\n59: \n60: At most two implementation slices after a single-slice pilot. No nested worker delegation.\n61: Paired worktrees isolate source changes; unique build directories isolate artifacts. Canonical\n62: RE runtime state remains explicit even when a worker runs in `/tmp` worktrees.\n63: \n64: Checkpoint every 20 calls or 15min; also before experiments, compaction, handoff and stopping.\n65: Record source identities, exact changed paths, commands/results, artifacts and hashes, open\n66: surprises, held leases, requested/observed model, session identity and exact next action. Avoid\n67: large prose histories: raw logs belong in evidence; the checkpoint is a bounded resumption record.\n68: \n69: The launcher caps a quantum at 40 agent steps. A new quantum starts fresh using contract and\n70: checkpoint. Auto-compaction with an ample reserved window and four retained turns is enabled.\n71: This is a best-effort context backstop; regular durable checkpoints and fresh quanta provide the\n72: actual recovery discipline. Never claim a model compacted merely because a setting exists.\n73: \n74: ## Surprises\n75: \n76: On a falsified prediction, contradictory claim, unexplained regression, instrument interference,\n77: or newly necessary dependency: record the observation and evidence; block affected work. Astra\n78: first checks the instrument and source identity, then marks claims surviving/qualified/overturned,\n79: chooses a discriminating experiment, and records the revised plan. Unaffected contracted work\n80: may continue. Updating a paragraph without invalidating affected acceptance is insufficient.\n81: \n82: ## Lab ownership\n83: \n84: Acquire a canonical resource lease before VM, build-host or Ghidra mutation. An expired timestamp\n85: does not authorize stealing a lease. The lead reconciles stale ownership with actual processes.\n86: Use one guest at a time for maintenance, capture before/after inventory, preserve access and\n87: runtime dependencies, and verify unattended console login plus authenticated administration.\n88: Reboots require a free guest and a recorded recovery path. Runtime/Ghidra changes are experiments\n89: with provenance, not undocumented preparatory steps.\n90: \n91: ## Gate and publication\n92: \n93: Run the local gate with explicit engine, corpus, new output directory and profile. It snapshots\n94: source, uses fresh builds, records manifests and runs the expected test inventory once. Host\n95: profile allows a named list of unavailable asset/trace tests and publishes them as limitations.\n96: Full acceptance requires the full profile and the slice-specific original oracle; no blanket\n97: waiver converts a host pass to fidelity. Standalone measurement may diverge; acceptance may not.\n98: \n99: The integrator alone selects current results after verifying their hashes and source binding.\n100: No percentages of LOC, mapped rows or closed leaves purport to measure engine completeness.\n101: Run failure and missing evidence are visible states. Old results remain historical, not current.\n\n(End of file - total 101 lines)\n","metadata":{"preview":"# Multi-agent operating architecture\n\n## Product and milestone\n\nReconstruct a behavior-equivalent engine consuming owner-supplied assets. The next product\nmilestone is standalone replay given a captured command stream and complete declared runtime\ninputs. The first workflow pilot is the complete research write set. A passing host build is a\ncomponent baseline, not a playable engine or independent replacement.\n\n## Source of truth\n\n`campaign/contracts/` holds versioned tasks, `campaign/runtime/` holds checkpoints, sessions,\nleases and surprises, and evidence packages identify inputs, source and executable artifacts.\n`campaign/current.json` selects published evidence by path and digest. Board/dashboard are\ngenerated projections, never alternate writable authorities. Exact tool CLI/schema is documented\nin `campaign/README.md`. Historical findings retain their original experiment scope; they are\nnot promoted by copying an old status into a new contract.\n\n## Model authority\n","truncated":false,"loaded":[],"display":{"type":"file","path":"/home/alex/sots-re/guides/multi-agent-workflow.md","text":"# Multi-agent operating architecture\n\n## Product and milestone\n\nReconstruct a behavior-equivalent engine consuming owner-supplied assets. The next product\nmilestone is standalone replay given a captured command stream and complete declared runtime\ninputs. The first workflow pilot is the complete research write set. A passing host build is a\ncomponent baseline, not a playable engine or independent replacement.\n\n## Source of truth\n\n`campaign/contracts/` holds versioned tasks, `campaign/runtime/` holds checkpoints, sessions,\nleases and surprises, and evidence packages identify inputs, source and executable artifacts.\n`campaign/current.json` selects published evidence by path and digest. Board/dashboard are\ngenerated projections, never alternate writable authorities. Exact tool CLI/schema is documented\nin `campaign/README.md`. Historical findings retain their original experiment scope; they are\nnot promoted by copying an old status into a new contract.\n\n## Model authority\n\n| Responsibility | Model |\n|---|---|\n| Normal planning, architecture and integration loop | GPT-5.6 Sol |\n| Bounded RE analysis, implementation and independent verification | GPT-5.6 Sol |\n| Routine lab/workload operations | GPT-5.6 Sol |\n| Problem and surprise resolution | GPT-6 Astra |\n| Context compaction | GPT-5.5 |\n\nExact provider IDs are in `campaign/models.json`. The lead escalates to Astra when a falsified\nassumption, conflict, instrument effect, or scope change blocks the loop. No fallback is automatic. Model names in editable JSON are\nprovenance, not authentication: launcher events and independent review support the record.\nPermissions reduce accidental role drift; unrestricted local shell access is not a sandbox.\n\n## Behavioral slice\n\nThe lead specifies a bounded input domain, full observable write set, dependencies, acceptance\nworkloads and stop conditions. The analyst recovers behavior; the verifier specifies discriminating\ntests before implementation; the implementer changes engine/adapters; the lab operator captures\ncontrols; the verifier reproduces; the integrator tests the combined source snapshot.\n\nInclude transitive effects: allocations, IDs, container ELEMENTS, event text/records, RNG and\nnonserialized state. An address/function name is not a sufficient replacement boundary. If a\nneighbor function supplies required effects, extend the approved contract or expose it as an\noriginal dependency. Do not call the original and label the result independent.\n\nLifecycle is `proposed → ready → implementing → verification → integration → accepted`, with\nblocked/revision states. Lifecycle is distinct from evidence strength. Acceptance is scoped to\nthe manifest's exact procedure and workloads, never universal correctness.\n\n## Independence\n\nVerifier and implementer are different executions. Verification starts with the contract, raw\nevidence and reproduction recipe, not just the author's conclusion. Require one meaningful\nchallenge: held-out state, boundary, negative control, ablation, or independent state accounting.\nBoth synthetic tests and original-game experiments matter. Repeat-call volume cannot replace\nbranch and distinct-state coverage. Null effects and zero executions must be distinguishable.\n\n## Sessions and recovery\n\nAt most two implementation slices after a single-slice pilot. No nested worker delegation.\nPaired worktrees isolate source changes; unique build directories isolate artifacts. Canonical\nRE runtime state remains explicit even when a worker runs in `/tmp` worktrees.\n\nCheckpoint every 20 calls or 15min; also before experiments, compaction, handoff and stopping.\nRecord source identities, exact changed paths, commands/results, artifacts and hashes, open\nsurprises, held leases, requested/observed model, session identity and exact next action. Avoid\nlarge prose histories: raw logs belong in evidence; the checkpoint is a bounded resumption record.\n\nThe launcher caps a quantum at 40 agent steps. A new quantum starts fresh using contract and\ncheckpoint. Auto-compaction with an ample reserved window and four retained turns is enabled.\nThis is a best-effort context backstop; regular durable checkpoints and fresh quanta provide the\nactual recovery discipline. Never claim a model compacted merely because a setting exists.\n\n## Surprises\n\nOn a falsified prediction, contradictory claim, unexplained regression, instrument interference,\nor newly necessary dependency: record the observation and evidence; block affected work. Astra\nfirst checks the instrument and source identity, then marks claims surviving/qualified/overturned,\nchooses a discriminating experiment, and records the revised plan. Unaffected contracted work\nmay continue. Updating a paragraph without invalidating affected acceptance is insufficient.\n\n## Lab ownership\n\nAcquire a canonical resource lease before VM, build-host or Ghidra mutation. An expired timestamp\ndoes not authorize stealing a lease. The lead reconciles stale ownership with actual processes.\nUse one guest at a time for maintenance, capture before/after inventory, preserve access and\nruntime dependencies, and verify unattended console login plus authenticated administration.\nReboots require a free guest and a recorded recovery path. Runtime/Ghidra changes are experiments\nwith provenance, not undocumented preparatory steps.\n\n## Gate and publication\n\nRun the local gate with explicit engine, corpus, new output directory and profile. It snapshots\nsource, uses fresh builds, records manifests and runs the expected test inventory once. Host\nprofile allows a named list of unavailable asset/trace tests and publishes them as limitations.\nFull acceptance requires the full profile and the slice-specific original oracle; no blanket\nwaiver converts a host pass to fidelity. Standalone measurement may diverge; acceptance may not.\n\nThe integrator alone selects current results after verifying their hashes and source binding.\nNo percentages of LOC, mapped rows or closed leaves purport to measure engine completeness.\nRun failure and missing evidence are visible states. Old results remain historical, not current.","lineStart":1,"lineEnd":101,"totalLines":101,"truncated":false}},"title":"guides/multi-agent-workflow.md","time":{"start":1789014183859,"end":1789014183870}},"metadata":{"openai":{"itemId":"fc_0f1365d5b4353bf5016aa230a7658887d1845364cf1f2bcb36"}},"id":"prt_0898e0f88001p0uAaySJhZ28jq","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","messageID":"msg_0898decff001KEY4VDEk8jBCv2"}} +{"type":"step_finish","timestamp":1789014183991,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"id":"prt_0898e1033001Swr17vUkrP84Ns","reason":"tool-calls","snapshot":"39ee4a590b5c04211652e87314611167ecd11706","messageID":"msg_0898decff001KEY4VDEk8jBCv2","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","type":"step-finish","tokens":{"total":6373,"input":523,"output":204,"reasoning":14,"cache":{"write":0,"read":5632}},"cost":0}} +{"type":"step_start","timestamp":1789014186678,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"id":"prt_0898e1ab2001K1HDl3VRkbBnfc","messageID":"msg_0898e1062001R1BSHvfrwVXscM","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","snapshot":"d84fe6153056de77359979c24f89f1bb6393325b","type":"step-start"}} +{"type":"tool_use","timestamp":1789014204840,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"type":"tool","tool":"read","callID":"call_6Vo6p3YHkNL0s5gPHMP1xrUp","state":{"status":"completed","input":{"filePath":"/home/alex/sots-re/campaign/runtime/surprises"},"output":"/home/alex/sots-re/campaign/runtime/surprises\ndirectory\n\ns-410e48d5ae6cc4da0a6ae649.json\ns-4a7d66ebd7d8a8f3ec59f11d.json\ns-4f71bf4a5df4e5fc992bb6b2.json\ns-5a78d3a0a10c1f8545df8eb1.json\ns-5c58b6a921997731f5b5ae1f.json\ns-6d1fcc617a20ca2bcbffc0cc.json\ns-8996365dab2cd6dc0e17bb9f.json\ns-abd1c3613c9922cc94c608d5.json\ns-c6786945b302de2a0b629960.json\ns-d2c8ec81e980396f2306f8fe.json\ns-f1c41532e618c77d41538902.json\n\n(11 entries)\n","metadata":{"preview":"s-410e48d5ae6cc4da0a6ae649.json\ns-4a7d66ebd7d8a8f3ec59f11d.json\ns-4f71bf4a5df4e5fc992bb6b2.json\ns-5a78d3a0a10c1f8545df8eb1.json\ns-5c58b6a921997731f5b5ae1f.json\ns-6d1fcc617a20ca2bcbffc0cc.json\ns-8996365dab2cd6dc0e17bb9f.json\ns-abd1c3613c9922cc94c608d5.json\ns-c6786945b302de2a0b629960.json\ns-d2c8ec81e980396f2306f8fe.json\ns-f1c41532e618c77d41538902.json","truncated":false,"loaded":[],"display":{"type":"directory","path":"/home/alex/sots-re/campaign/runtime/surprises","entries":["s-410e48d5ae6cc4da0a6ae649.json","s-4a7d66ebd7d8a8f3ec59f11d.json","s-4f71bf4a5df4e5fc992bb6b2.json","s-5a78d3a0a10c1f8545df8eb1.json","s-5c58b6a921997731f5b5ae1f.json","s-6d1fcc617a20ca2bcbffc0cc.json","s-8996365dab2cd6dc0e17bb9f.json","s-abd1c3613c9922cc94c608d5.json","s-c6786945b302de2a0b629960.json","s-d2c8ec81e980396f2306f8fe.json","s-f1c41532e618c77d41538902.json"],"offset":1,"totalEntries":11,"truncated":false}},"title":"campaign/runtime/surprises","time":{"start":1789014204827,"end":1789014204838}},"metadata":{"openai":{"itemId":"fc_09925928b03fd9eb016aa230bca04c87d185e0263854ebf3ce"}},"id":"prt_0898e6158001q2RqPoRtXy88E3","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","messageID":"msg_0898e1062001R1BSHvfrwVXscM"}} +{"type":"tool_use","timestamp":1789014204882,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"type":"tool","tool":"read","callID":"call_r5JRh81NveKscimbNJd9rpvb","state":{"status":"completed","input":{"filePath":"/home/alex/sots-re/campaign/runtime/decisions/d-b51f3f76803e852ed250846a.json"},"output":"/home/alex/sots-re/campaign/runtime/decisions/d-b51f3f76803e852ed250846a.json\nfile\n\n1: {\n2: \"actor\": \"live-record surprise resolver\",\n3: \"contract\": \"research-completion-abi\",\n4: \"explanation\": \"Astra resolution, session run-f63d1e050a7ee3fac7b44885. OBSERVATION/PROVENANCE: reviewed complete raw get/create and append windows in verify/results/research-live-record-bridge/run-472955e277202c411388c66b; checkpoint d08b4bbf364f3305ee2fef98 rehashed manifest ae16b4b500db5b84bea27c659e254842ab0c67c040ca782c016381384338773b and both stdout artifacts to their recorded hashes. Historical capture manifest binds sots.exe 970b7de729956a53094c7eb98aba4270aee98e2fed5daf0d39e290013c90c841 and objdump 1eaaef2e7f57c4c7f69115c495e2466f5a8c8e5f3bc42221d092382f30f9d4cd with positive nonempty exit-zero static execution. Current binary/tool were not rehashed or rerun: resolver shell denies that operation. Worktree HEAD/common directories match baselines; dirty content is not inferred from HEAD. No game or hook ran; read-only disassembly introduces no runtime instrument effects. No stale-build or game-mechanism diagnosis is justified.\\nOVERTURNED, exact captured normal miss-path domain: temporary EvTurn is initialized to zero, and append necessarily copies zero (recovered-static.md lines 68-69). Complete entry has no call before append and no store to EBP-0x20: prologue writes SEH at -4/-8/-c, stack reservation does not initialize locals, saved registers/cookie are below -24; miss stores vptr at -24, nested pointers at -1c/-18/-14 and EH state at -4. ECX names receiver+4. Append external-source branch loads source+4 at 0x884d62 and stores destination+4 at 0x884d6c, then nested-copy, then advances last at 0x884d78. Temporary nested cleanup at 0x885422 precedes requested-turn store to last-0x14 at 0x88542d.\\nSURVIVES in those static windows for valid containers and normally returning helpers: ECX receiver/one stack argument/ret4/EAX bucket ABI; full last-match scan; vptr and empty nested-header initialization; scalar EvTurn copy distinct from nested deep-copy; cleanup of temporary nested vector; final new bucket turn equals requested turn and EAX=last-0x18. Existin... (line truncated to 2000 chars)\n5: \"id\": \"d-b51f3f76803e852ed250846a\",\n6: \"invalidated_checkpoint\": \"campaign/runtime/checkpoints/research-completion-abi-d2e4078886c66df34ee00b24.json\",\n7: \"invalidated_evidence\": [\n8: {\n9: \"axis\": \"static-recovery\",\n10: \"binaries\": [\n11: {\n12: \"path\": \"dumps/sots.exe\",\n13: \"sha256\": \"970b7de729956a53094c7eb98aba4270aee98e2fed5daf0d39e290013c90c841\"\n14: }\n15: ],\n16: \"id\": \"research-completion-abi-static-run-79357a65226f61d6a86c042d\",\n17: \"inputs\": [\n18: {\n19: \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/report.md\",\n20: \"sha256\": \"d5a28f01002f1711cf8575ffd817a8f0998b413c6280d656e6cdad5a90a04477\"\n21: }\n22: ],\n23: \"integrated\": true,\n24: \"outcomes\": [\n25: {\n26: \"artifact\": {\n27: \"path\": \"verify/results/research-completion-abi-independent/integration-lead-20260910/manifest.json\",\n28: \"sha256\": \"4fdf2cbf02f0f3dd53c4ccfd1787a2fb8012d0de76dad63e97c2b5cfbdc6c46c\"\n29: },\n30: \"criterion\": \"ownership-recovered\",\n31: \"status\": \"pass\"\n32: }\n33: ],\n34: \"path\": \"verify/results/research-completion-abi-independent/integration-lead-20260910/manifest.json\",\n35: \"sha256\": \"4fdf2cbf02f0f3dd53c4ccfd1787a2fb8012d0de76dad63e97c2b5cfbdc6c46c\",\n36: \"source\": {\n37: \"engine\": {\n38: \"commit\": \"7741d42fc5e4e761e6449bdaf0e4a61d00036a23\",\n39: \"path\": \"/home/alex/sots-engine\"\n40: },\n41: \"re\": {\n42: \"commit\": \"3bfde5a70d874a723e797a695bbd847fd82c0aa7\",\n43: \"path\": \"/home/alex/sots-re\"\n44: }\n45: },\n46: \"source_binding\": {\n47: \"engine\": {\n48: \"commit\": \"7741d42fc5e4e761e6449bdaf0e4a61d00036a23\",\n49: \"path\": \"/home/alex/sots-engine\",\n50: \"sha256\": \"ccd8e02083e8d2e2b3e97976ace2273c8f924dfc02a39e919004eaf3544c50fd\"\n51: },\n52: \"re\": {\n53: \"commit\": \"3bfde5a70d874a723e797a695bbd847fd82c0aa7\",\n54: \"path\": \"/home/alex/sots-re\",\n55: \"sha256\": \"e74ef6cff202ee35a6fdc38d63842b4826a074e34502dfc2981a33ffea912bd4\"\n56: }\n57: }\n58: },\n59: {\n60: \"axis\": \"validation\",\n61: \"binaries\": [\n62: {\n63: \"path\": \"dumps/sots.exe\",\n64: \"sha256\": \"970b7de729956a53094c7eb98aba4270aee98e2fed5daf0d39e290013c90c841\"\n65: }\n66: ],\n67: \"id\": \"research-completion-abi-validation-run-735fcb8f4876c10285b03fad\",\n68: \"inputs\": [\n69: {\n70: \"path\": \"verify/results/saves/turn3-state.sav\",\n71: \"sha256\": \"978041acd168b56ed8eb3f5e42e78d5e70eae6e6517d75e659a5eb7ca3d60921\"\n72: },\n73: {\n74: \"path\": \"verify/results/research-completion-abi-independent/integration-lead-20260910/manifest.json\",\n75: \"sha256\": \"4fdf2cbf02f0f3dd53c4ccfd1787a2fb8012d0de76dad63e97c2b5cfbdc6c46c\"\n76: }\n77: ],\n78: \"integrated\": true,\n79: \"outcomes\": [\n80: {\n81: \"artifact\": {\n82: \"path\": \"verify/results/research-completion-abi-independent/integration-lead-20260910/independent-state.json\",\n83: \"sha256\": \"6463816f322803b2b7b479e1fc116c4ffa33fb2772a3005d492422a00acea433\"\n84: },\n85: \"criterion\": \"independent-cross-check\",\n86: \"status\": \"pass\"\n87: }\n88: ],\n89: \"path\": \"verify/results/research-completion-abi-independent/integration-lead-20260910/independent-state.json\",\n90: \"sha256\": \"6463816f322803b2b7b479e1fc116c4ffa33fb2772a3005d492422a00acea433\",\n91: \"source\": {\n92: \"engine\": {\n93: \"commit\": \"7741d42fc5e4e761e6449bdaf0e4a61d00036a23\",\n94: \"path\": \"/home/alex/sots-engine\"\n95: },\n96: \"re\": {\n97: \"commit\": \"3bfde5a70d874a723e797a695bbd847fd82c0aa7\",\n98: \"path\": \"/home/alex/sots-re\"\n99: }\n100: },\n101: \"source_binding\": {\n102: \"engine\": {\n103: \"commit\": \"7741d42fc5e4e761e6449bdaf0e4a61d00036a23\",\n104: \"path\": \"/home/alex/sots-engine\",\n105: \"sha256\": \"ccd8e02083e8d2e2b3e97976ace2273c8f924dfc02a39e919004eaf3544c50fd\"\n106: },\n107: \"re\": {\n108: \"commit\": \"3bfde5a70d874a723e797a695bbd847fd82c0aa7\",\n109: \"path\": \"/home/alex/sots-re\",\n110: \"sha256\": \"e74ef6cff202ee35a6fdc38d63842b4826a074e34502dfc2981a33ffea912bd4\"\n111: }\n112: }\n113: }\n114: ],\n115: \"model\": \"openai/gpt-6-astra\",\n116: \"probe\": \"Cheapest discriminator is read-only complete-window def/use review, performed on hash-checked archived get/create and append text here; no pre-append EBP-0x20 store exists. Before corrected acceptance, authorized analyst freshly hashes binary/tool and repeats manifest argv for those two windows plus nested empty-copy/cleanup, explicitly checks prologue stack offsets and cleanup-before-final-store order; independent verifier reproduces the corrected integrated package. No VM is needed for this interpretation repair. If transient runtime equivalence is later required, separately approve a leased fixture with two deliberately distinct initialized stack sentinels and spare/full capacity, pre/post-store observations and neutral controls; it is not authorized or executed here.\",\n117: \"role\": \"resolver\",\n118: \"schema\": \"sots-decision/1\",\n119: \"surprise\": \"s-c6786945b302de2a0b629960\",\n120: \"timestamp\": \"2026-09-10T04:19:02.935461+00:00\"\n121: }\n\n(End of file - total 121 lines)\n","metadata":{"preview":"{\n \"actor\": \"live-record surprise resolver\",\n \"contract\": \"research-completion-abi\",\n \"explanation\": \"Astra resolution, session run-f63d1e050a7ee3fac7b44885. OBSERVATION/PROVENANCE: reviewed complete raw get/create and append windows in verify/results/research-live-record-bridge/run-472955e277202c411388c66b; checkpoint d08b4bbf364f3305ee2fef98 rehashed manifest ae16b4b500db5b84bea27c659e254842ab0c67c040ca782c016381384338773b and both stdout artifacts to their recorded hashes. Historical capture manifest binds sots.exe 970b7de729956a53094c7eb98aba4270aee98e2fed5daf0d39e290013c90c841 and objdump 1eaaef2e7f57c4c7f69115c495e2466f5a8c8e5f3bc42221d092382f30f9d4cd with positive nonempty exit-zero static execution. Current binary/tool were not rehashed or rerun: resolver shell denies that operation. Worktree HEAD/common directories match baselines; dirty content is not inferred from HEAD. No game or hook ran; read-only disassembly introduces no runtime instrument effects. No stale-build or game-mechanism diagnosis is justified.\\nOVERTURNED, exact captured normal miss-path domain: temporary EvTurn is initialized to zero, and append necessarily copies zero (recovered-static.md lines 68-69). Complete entry has no call before append and no store to EBP-0x20: prologue writes SEH at -4/-8/-c, stack reservation does not initialize locals, saved registers/cookie are below -24; miss stores vptr at -24, nested pointers at -1c/-18/-14 and EH state at -4. ECX names receiver+4. Append external-source branch loads source+4 at 0x884d62 and stores destination+4 at 0x884d6c, then nested-copy, then advances last at 0x884d78. Temporary nested cleanup at 0x885422 precedes requested-turn store to last-0x14 at 0x88542d.\\nSURVIVES in those static windows for valid containers and normally returning helpers: ECX receiver/one stack argument/ret4/EAX bucket ABI; full last-match scan; vptr and empty nested-header initialization; scalar EvTurn copy distinct from nested deep-copy; cleanup of temporary nested vector; final new bucket turn equals requested turn and EAX=last-0x18. Existin... (line truncated to 2000 chars)\n \"id\": \"d-b51f3f76803e852ed250846a\",\n \"invalidated_checkpoint\": \"campaign/runtime/checkpoints/research-completion-abi-d2e4078886c66df34ee00b24.json\",\n \"invalidated_evidence\": [\n {\n \"axis\": \"static-recovery\",\n \"binaries\": [\n {\n \"path\": \"dumps/sots.exe\",\n \"sha256\": \"970b7de729956a53094c7eb98aba4270aee98e2fed5daf0d39e290013c90c841\"\n }\n ],\n \"id\": \"research-completion-abi-static-run-79357a65226f61d6a86c042d\",\n \"inputs\": [\n {\n \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/report.md\",\n \"sha256\": \"d5a28f01002f1711cf8575ffd817a8f0998b413c6280d656e6cdad5a90a04477\"","truncated":false,"loaded":[],"display":{"type":"file","path":"/home/alex/sots-re/campaign/runtime/decisions/d-b51f3f76803e852ed250846a.json","text":"{\n \"actor\": \"live-record surprise resolver\",\n \"contract\": \"research-completion-abi\",\n \"explanation\": \"Astra resolution, session run-f63d1e050a7ee3fac7b44885. OBSERVATION/PROVENANCE: reviewed complete raw get/create and append windows in verify/results/research-live-record-bridge/run-472955e277202c411388c66b; checkpoint d08b4bbf364f3305ee2fef98 rehashed manifest ae16b4b500db5b84bea27c659e254842ab0c67c040ca782c016381384338773b and both stdout artifacts to their recorded hashes. Historical capture manifest binds sots.exe 970b7de729956a53094c7eb98aba4270aee98e2fed5daf0d39e290013c90c841 and objdump 1eaaef2e7f57c4c7f69115c495e2466f5a8c8e5f3bc42221d092382f30f9d4cd with positive nonempty exit-zero static execution. Current binary/tool were not rehashed or rerun: resolver shell denies that operation. Worktree HEAD/common directories match baselines; dirty content is not inferred from HEAD. No game or hook ran; read-only disassembly introduces no runtime instrument effects. No stale-build or game-mechanism diagnosis is justified.\\nOVERTURNED, exact captured normal miss-path domain: temporary EvTurn is initialized to zero, and append necessarily copies zero (recovered-static.md lines 68-69). Complete entry has no call before append and no store to EBP-0x20: prologue writes SEH at -4/-8/-c, stack reservation does not initialize locals, saved registers/cookie are below -24; miss stores vptr at -24, nested pointers at -1c/-18/-14 and EH state at -4. ECX names receiver+4. Append external-source branch loads source+4 at 0x884d62 and stores destination+4 at 0x884d6c, then nested-copy, then advances last at 0x884d78. Temporary nested cleanup at 0x885422 precedes requested-turn store to last-0x14 at 0x88542d.\\nSURVIVES in those static windows for valid containers and normally returning helpers: ECX receiver/one stack argument/ret4/EAX bucket ABI; full last-match scan; vptr and empty nested-header initialization; scalar EvTurn copy distinct from nested deep-copy; cleanup of temporary nested vector; final new bucket turn equals requested turn and EAX=last-0x18. Existin... (line truncated to 2000 chars)\n \"id\": \"d-b51f3f76803e852ed250846a\",\n \"invalidated_checkpoint\": \"campaign/runtime/checkpoints/research-completion-abi-d2e4078886c66df34ee00b24.json\",\n \"invalidated_evidence\": [\n {\n \"axis\": \"static-recovery\",\n \"binaries\": [\n {\n \"path\": \"dumps/sots.exe\",\n \"sha256\": \"970b7de729956a53094c7eb98aba4270aee98e2fed5daf0d39e290013c90c841\"\n }\n ],\n \"id\": \"research-completion-abi-static-run-79357a65226f61d6a86c042d\",\n \"inputs\": [\n {\n \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/report.md\",\n \"sha256\": \"d5a28f01002f1711cf8575ffd817a8f0998b413c6280d656e6cdad5a90a04477\"\n }\n ],\n \"integrated\": true,\n \"outcomes\": [\n {\n \"artifact\": {\n \"path\": \"verify/results/research-completion-abi-independent/integration-lead-20260910/manifest.json\",\n \"sha256\": \"4fdf2cbf02f0f3dd53c4ccfd1787a2fb8012d0de76dad63e97c2b5cfbdc6c46c\"\n },\n \"criterion\": \"ownership-recovered\",\n \"status\": \"pass\"\n }\n ],\n \"path\": \"verify/results/research-completion-abi-independent/integration-lead-20260910/manifest.json\",\n \"sha256\": \"4fdf2cbf02f0f3dd53c4ccfd1787a2fb8012d0de76dad63e97c2b5cfbdc6c46c\",\n \"source\": {\n \"engine\": {\n \"commit\": \"7741d42fc5e4e761e6449bdaf0e4a61d00036a23\",\n \"path\": \"/home/alex/sots-engine\"\n },\n \"re\": {\n \"commit\": \"3bfde5a70d874a723e797a695bbd847fd82c0aa7\",\n \"path\": \"/home/alex/sots-re\"\n }\n },\n \"source_binding\": {\n \"engine\": {\n \"commit\": \"7741d42fc5e4e761e6449bdaf0e4a61d00036a23\",\n \"path\": \"/home/alex/sots-engine\",\n \"sha256\": \"ccd8e02083e8d2e2b3e97976ace2273c8f924dfc02a39e919004eaf3544c50fd\"\n },\n \"re\": {\n \"commit\": \"3bfde5a70d874a723e797a695bbd847fd82c0aa7\",\n \"path\": \"/home/alex/sots-re\",\n \"sha256\": \"e74ef6cff202ee35a6fdc38d63842b4826a074e34502dfc2981a33ffea912bd4\"\n }\n }\n },\n {\n \"axis\": \"validation\",\n \"binaries\": [\n {\n \"path\": \"dumps/sots.exe\",\n \"sha256\": \"970b7de729956a53094c7eb98aba4270aee98e2fed5daf0d39e290013c90c841\"\n }\n ],\n \"id\": \"research-completion-abi-validation-run-735fcb8f4876c10285b03fad\",\n \"inputs\": [\n {\n \"path\": \"verify/results/saves/turn3-state.sav\",\n \"sha256\": \"978041acd168b56ed8eb3f5e42e78d5e70eae6e6517d75e659a5eb7ca3d60921\"\n },\n {\n \"path\": \"verify/results/research-completion-abi-independent/integration-lead-20260910/manifest.json\",\n \"sha256\": \"4fdf2cbf02f0f3dd53c4ccfd1787a2fb8012d0de76dad63e97c2b5cfbdc6c46c\"\n }\n ],\n \"integrated\": true,\n \"outcomes\": [\n {\n \"artifact\": {\n \"path\": \"verify/results/research-completion-abi-independent/integration-lead-20260910/independent-state.json\",\n \"sha256\": \"6463816f322803b2b7b479e1fc116c4ffa33fb2772a3005d492422a00acea433\"\n },\n \"criterion\": \"independent-cross-check\",\n \"status\": \"pass\"\n }\n ],\n \"path\": \"verify/results/research-completion-abi-independent/integration-lead-20260910/independent-state.json\",\n \"sha256\": \"6463816f322803b2b7b479e1fc116c4ffa33fb2772a3005d492422a00acea433\",\n \"source\": {\n \"engine\": {\n \"commit\": \"7741d42fc5e4e761e6449bdaf0e4a61d00036a23\",\n \"path\": \"/home/alex/sots-engine\"\n },\n \"re\": {\n \"commit\": \"3bfde5a70d874a723e797a695bbd847fd82c0aa7\",\n \"path\": \"/home/alex/sots-re\"\n }\n },\n \"source_binding\": {\n \"engine\": {\n \"commit\": \"7741d42fc5e4e761e6449bdaf0e4a61d00036a23\",\n \"path\": \"/home/alex/sots-engine\",\n \"sha256\": \"ccd8e02083e8d2e2b3e97976ace2273c8f924dfc02a39e919004eaf3544c50fd\"\n },\n \"re\": {\n \"commit\": \"3bfde5a70d874a723e797a695bbd847fd82c0aa7\",\n \"path\": \"/home/alex/sots-re\",\n \"sha256\": \"e74ef6cff202ee35a6fdc38d63842b4826a074e34502dfc2981a33ffea912bd4\"\n }\n }\n }\n ],\n \"model\": \"openai/gpt-6-astra\",\n \"probe\": \"Cheapest discriminator is read-only complete-window def/use review, performed on hash-checked archived get/create and append text here; no pre-append EBP-0x20 store exists. Before corrected acceptance, authorized analyst freshly hashes binary/tool and repeats manifest argv for those two windows plus nested empty-copy/cleanup, explicitly checks prologue stack offsets and cleanup-before-final-store order; independent verifier reproduces the corrected integrated package. No VM is needed for this interpretation repair. If transient runtime equivalence is later required, separately approve a leased fixture with two deliberately distinct initialized stack sentinels and spare/full capacity, pre/post-store observations and neutral controls; it is not authorized or executed here.\",\n \"role\": \"resolver\",\n \"schema\": \"sots-decision/1\",\n \"surprise\": \"s-c6786945b302de2a0b629960\",\n \"timestamp\": \"2026-09-10T04:19:02.935461+00:00\"\n}","lineStart":1,"lineEnd":121,"totalLines":121,"truncated":false}},"title":"campaign/runtime/decisions/d-b51f3f76803e852ed250846a.json","time":{"start":1789014204869,"end":1789014204880}},"metadata":{"openai":{"itemId":"fc_09925928b03fd9eb016aa230bca05c87d183dbf2f6fbc56e77"}},"id":"prt_0898e61b4001RwutU5Ngrgprd3","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","messageID":"msg_0898e1062001R1BSHvfrwVXscM"}} +{"type":"tool_use","timestamp":1789014204935,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"type":"tool","tool":"read","callID":"call_sJRe9od4qKHWAy4ntuCUdHcT","state":{"status":"completed","input":{"filePath":"/home/alex/sots-re/campaign/research/research-completion-abi.md"},"output":"/home/alex/sots-re/campaign/research/research-completion-abi.md\nfile\n\n1: # Completion record ABI recovery\n2: \n3: Static handoff only. The provenance index is\n4: `verify/results/research-completion-abi/reva-2026-09-09-index.md`; the regenerated instruction\n5: capture and interpretation are respectively\n6: `verify/results/research-completion-abi/objdump-2026-09-09-ownership.txt` and\n7: `verify/results/research-completion-abi/recovered-static.md`. The complete dedup/helper repair is\n8: `verify/results/research-completion-abi/objdump-2026-09-09-dedup-helper.txt`; its first-window raw\n9: provenance is superseded by the paired captures and identity record in\n10: `verify/results/research-completion-abi/objdump-2026-09-10-boundary-repair.md` under Astra decision\n11: `d-d2a9b8be6399a6abaa0e05a5`. Input identity is `dumps/sots.exe`,\n12: SHA-256 `970b7de729956a53094c7eb98aba4270aee98e2fed5daf0d39e290013c90c841` / MD5\n13: `9969481c39f4b33a8a21c48b62abee4c`.\n14: \n15: The ownership archive's terminal-byte provenance is likewise superseded by the complete package\n16: `verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/` under Astra decision\n17: `d-d4c494ba02ada278030ef473`. Its six narrow/wide pairs, raw section-byte checks and full ten-window\n18: audit establish the encoded return immediates while preserving the static-only limitation. The\n19: package found three additional truncated historical stops (ObservedTech append/reallocator and\n20: string allocation/replacement); their widened streams are now the byte authority. No archive\n21: production-history inference or live-safety claim is made.\n22: \n23: ## Implementable machine boundaries recovered\n24: \n25: * `0x008562a0`: ObservedTech default constructor, ECX receiver, EAX return, plain `ret`.\n26: * `0x007b7320`: ObservedTech vector append, ECX receiver plus one stack word, `ret 4`; stride `0x2c`.\n27: Its copy helper is `0x0079a150` (cdecl-style allocator/destination/source stack arguments), which copy-constructs the embedded string rather than copying a\n28: vector element header. Capacity growth is `0x007b5820` -> `0x007b34e0` -> `0x0057e590`.\n29: * `0x0057e590` calls `0x00924fb6` with `count * 0x2c`; reallocation destroys every old element via\n30: virtual slot 0 with zero and frees the array through `0x00924faa`. These are MSVCR100 scalar-new\n31: and scalar-delete import thunks, not clean-room allocator operations.\n32: * `0x0086c580`: PlayerEvent vector append, ECX receiver plus one stack word, `ret 4`; stride `0x74`.\n33: It grows via `0x00869500` and copy-constructs through `0x007693f0` (ECX destination, stack source,\n34: EAX destination return, ret 4), independently assigning all\n35: three strings. `0x0061ae90` releases each long string via `0x00924faa` when capacity is `>= 0x10`.\n36: * `0x004249a0` (reached by `0x00425430` assignment) allocates through `0x00924fb6` and releases a\n37: prior long destination buffer through `0x00924faa`. A temporary long string is therefore not\n38: transferable by raw header copy.\n39: * `0x00885380`: get-or-create TurnEvents bucket, ECX EventStorage receiver plus stack turn, EAX\n40: bucket return, `ret 4`. It returns the last existing matching turn. On absence it appends a deep\n41: copy of a zero/empty stack bucket through `0x00884cb0`, then writes the stored turn.\n42: * `0x00884cb0`: outer TurnEvents vector append, ECX vector receiver plus stack source, `ret 4`,\n43: stride `0x18`. Full-capacity growth is `0x008841a0` -> `0x00883a60`; allocation is\n44: `0x006e8f50` -> `0x00924fb6` with `count * 0x18`. Existing buckets are copy-constructed by\n45: `0x0077fed0`, including an independently allocated/copied nested PlayerEvent vector via\n46: `0x00779850` -> `0x0078af40` (`count * 0x74`) -> `0x007725a0` -> `0x007693f0`.\n47: * TurnEvents virtual slot zero resolves from vtable `0x00a0f07c` to `0x0062e120`. It destroys the\n48: nested vector through `0x00629580`; that destroys every `0x74` PlayerEvent, frees the nested block,\n49: and zeros its three pointers. Static unwind edges clean partial PlayerEvent and TurnEvents ranges\n50: and free the new outer block, but no allocation failure was executed live.\n51: \n52: ## Ordering / visible effects\n53: \n54: RecordObservedTech's append predicate is name absence, not capacity. A matching existing record\n55: keeps first-turn/name and updates last-turn/with mask. `0x00825d40` scans a bucket's events in\n56: `0x74` steps, checking action, location, three floats, message and image before passing both\n57: description strings to `0x0046f8c0`. Fresh paired-boundary instructions establish that helper as\n58: caller-cleaned `bool string_not_equal(stored, candidate)`: it returns one for any byte/length\n59: difference and zero for equality, handling each operand's inline/heap representation at capacity\n60: `0x10`. FindDuplicate reaches the match return only on zero, so `EvDsc` equality is required and a\n61: description-only difference does not deduplicate. This statically contradicts the inherited\n62: description-omission claim; decision `d-2ff30c9f5355116bea822924` required the now-archived complete\n63: branch/helper repair. The later provenance correction does not itself prove these semantics: an\n64: independent verifier must reproduce the repaired package and predeclared falsifiers. The wrapper\n65: returns the first element equal in all fields and writes nothing.\n66: `0x00879eb0` prunes only a leading\n67: stale run (`EvTurn < turn-50`), deep-shifts from the run's last stale element, and therefore removes\n68: `n-1`: one stale bucket survives, a single stale bucket causes no write, and stale buckets after a\n69: fresh bucket are not inspected. The no-duplicate EventStorage path remains distinct from event-vector\n70: capacity: it is the path that appends a `0x74` PlayerEvent and changes IDs/vector contents. Caller\n71: text/position/action/defaulting and the exact PostEvent write order remain required inputs/effects.\n72: No RNG draw occurs in the recovered bucket, duplicate, prune, copy, allocation, or destruction\n73: boundaries.\n74: \n75: ## Original/runtime dependencies and limits\n76: \n77: Any original-assisted allocation, string assignment or deletion must retain allocator-family\n78: compatibility: the recovered calls target the original MSVCR100 import thunks. A standalone\n79: replacement needs its own coherent allocation/destruction boundary; calling these original helpers\n80: is an original dependency, not independent replacement. Calling `0x0046f8c0` likewise retains an\n81: original string-layout/comparison dependency, though its equality behavior is implementable without\n82: allocation in a standalone boundary. Required unavailable proof inputs are a safe\n83: long-string/full-capacity pre/post fixture (or equivalent archived trace), same-bucket\n84: equal/description-only-different event fixtures covering short and long strings, exact exceptional\n85: cleanup outcomes under a live throw, and independent reproduction of the named static windows and\n86: falsifiers. This handoff makes no live\n87: allocator-safety, runtime event-construction, or replacement-acceptance claim.\n\n(End of file - total 87 lines)\n","metadata":{"preview":"# Completion record ABI recovery\n\nStatic handoff only. The provenance index is\n`verify/results/research-completion-abi/reva-2026-09-09-index.md`; the regenerated instruction\ncapture and interpretation are respectively\n`verify/results/research-completion-abi/objdump-2026-09-09-ownership.txt` and\n`verify/results/research-completion-abi/recovered-static.md`. The complete dedup/helper repair is\n`verify/results/research-completion-abi/objdump-2026-09-09-dedup-helper.txt`; its first-window raw\nprovenance is superseded by the paired captures and identity record in\n`verify/results/research-completion-abi/objdump-2026-09-10-boundary-repair.md` under Astra decision\n`d-d2a9b8be6399a6abaa0e05a5`. Input identity is `dumps/sots.exe`,\nSHA-256 `970b7de729956a53094c7eb98aba4270aee98e2fed5daf0d39e290013c90c841` / MD5\n`9969481c39f4b33a8a21c48b62abee4c`.\n\nThe ownership archive's terminal-byte provenance is likewise superseded by the complete package\n`verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/` under Astra decision\n`d-d4c494ba02ada278030ef473`. Its six narrow/wide pairs, raw section-byte checks and full ten-window\naudit establish the encoded return immediates while preserving the static-only limitation. The\npackage found three additional truncated historical stops (ObservedTech append/reallocator and\nstring allocation/replacement); their widened streams are now the byte authority. No archive","truncated":false,"loaded":[],"display":{"type":"file","path":"/home/alex/sots-re/campaign/research/research-completion-abi.md","text":"# Completion record ABI recovery\n\nStatic handoff only. The provenance index is\n`verify/results/research-completion-abi/reva-2026-09-09-index.md`; the regenerated instruction\ncapture and interpretation are respectively\n`verify/results/research-completion-abi/objdump-2026-09-09-ownership.txt` and\n`verify/results/research-completion-abi/recovered-static.md`. The complete dedup/helper repair is\n`verify/results/research-completion-abi/objdump-2026-09-09-dedup-helper.txt`; its first-window raw\nprovenance is superseded by the paired captures and identity record in\n`verify/results/research-completion-abi/objdump-2026-09-10-boundary-repair.md` under Astra decision\n`d-d2a9b8be6399a6abaa0e05a5`. Input identity is `dumps/sots.exe`,\nSHA-256 `970b7de729956a53094c7eb98aba4270aee98e2fed5daf0d39e290013c90c841` / MD5\n`9969481c39f4b33a8a21c48b62abee4c`.\n\nThe ownership archive's terminal-byte provenance is likewise superseded by the complete package\n`verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/` under Astra decision\n`d-d4c494ba02ada278030ef473`. Its six narrow/wide pairs, raw section-byte checks and full ten-window\naudit establish the encoded return immediates while preserving the static-only limitation. The\npackage found three additional truncated historical stops (ObservedTech append/reallocator and\nstring allocation/replacement); their widened streams are now the byte authority. No archive\nproduction-history inference or live-safety claim is made.\n\n## Implementable machine boundaries recovered\n\n* `0x008562a0`: ObservedTech default constructor, ECX receiver, EAX return, plain `ret`.\n* `0x007b7320`: ObservedTech vector append, ECX receiver plus one stack word, `ret 4`; stride `0x2c`.\n Its copy helper is `0x0079a150` (cdecl-style allocator/destination/source stack arguments), which copy-constructs the embedded string rather than copying a\n vector element header. Capacity growth is `0x007b5820` -> `0x007b34e0` -> `0x0057e590`.\n* `0x0057e590` calls `0x00924fb6` with `count * 0x2c`; reallocation destroys every old element via\n virtual slot 0 with zero and frees the array through `0x00924faa`. These are MSVCR100 scalar-new\n and scalar-delete import thunks, not clean-room allocator operations.\n* `0x0086c580`: PlayerEvent vector append, ECX receiver plus one stack word, `ret 4`; stride `0x74`.\n It grows via `0x00869500` and copy-constructs through `0x007693f0` (ECX destination, stack source,\n EAX destination return, ret 4), independently assigning all\n three strings. `0x0061ae90` releases each long string via `0x00924faa` when capacity is `>= 0x10`.\n* `0x004249a0` (reached by `0x00425430` assignment) allocates through `0x00924fb6` and releases a\n prior long destination buffer through `0x00924faa`. A temporary long string is therefore not\n transferable by raw header copy.\n* `0x00885380`: get-or-create TurnEvents bucket, ECX EventStorage receiver plus stack turn, EAX\n bucket return, `ret 4`. It returns the last existing matching turn. On absence it appends a deep\n copy of a zero/empty stack bucket through `0x00884cb0`, then writes the stored turn.\n* `0x00884cb0`: outer TurnEvents vector append, ECX vector receiver plus stack source, `ret 4`,\n stride `0x18`. Full-capacity growth is `0x008841a0` -> `0x00883a60`; allocation is\n `0x006e8f50` -> `0x00924fb6` with `count * 0x18`. Existing buckets are copy-constructed by\n `0x0077fed0`, including an independently allocated/copied nested PlayerEvent vector via\n `0x00779850` -> `0x0078af40` (`count * 0x74`) -> `0x007725a0` -> `0x007693f0`.\n* TurnEvents virtual slot zero resolves from vtable `0x00a0f07c` to `0x0062e120`. It destroys the\n nested vector through `0x00629580`; that destroys every `0x74` PlayerEvent, frees the nested block,\n and zeros its three pointers. Static unwind edges clean partial PlayerEvent and TurnEvents ranges\n and free the new outer block, but no allocation failure was executed live.\n\n## Ordering / visible effects\n\nRecordObservedTech's append predicate is name absence, not capacity. A matching existing record\nkeeps first-turn/name and updates last-turn/with mask. `0x00825d40` scans a bucket's events in\n`0x74` steps, checking action, location, three floats, message and image before passing both\ndescription strings to `0x0046f8c0`. Fresh paired-boundary instructions establish that helper as\ncaller-cleaned `bool string_not_equal(stored, candidate)`: it returns one for any byte/length\ndifference and zero for equality, handling each operand's inline/heap representation at capacity\n`0x10`. FindDuplicate reaches the match return only on zero, so `EvDsc` equality is required and a\ndescription-only difference does not deduplicate. This statically contradicts the inherited\ndescription-omission claim; decision `d-2ff30c9f5355116bea822924` required the now-archived complete\nbranch/helper repair. The later provenance correction does not itself prove these semantics: an\nindependent verifier must reproduce the repaired package and predeclared falsifiers. The wrapper\nreturns the first element equal in all fields and writes nothing.\n`0x00879eb0` prunes only a leading\nstale run (`EvTurn < turn-50`), deep-shifts from the run's last stale element, and therefore removes\n`n-1`: one stale bucket survives, a single stale bucket causes no write, and stale buckets after a\nfresh bucket are not inspected. The no-duplicate EventStorage path remains distinct from event-vector\ncapacity: it is the path that appends a `0x74` PlayerEvent and changes IDs/vector contents. Caller\ntext/position/action/defaulting and the exact PostEvent write order remain required inputs/effects.\nNo RNG draw occurs in the recovered bucket, duplicate, prune, copy, allocation, or destruction\nboundaries.\n\n## Original/runtime dependencies and limits\n\nAny original-assisted allocation, string assignment or deletion must retain allocator-family\ncompatibility: the recovered calls target the original MSVCR100 import thunks. A standalone\nreplacement needs its own coherent allocation/destruction boundary; calling these original helpers\nis an original dependency, not independent replacement. Calling `0x0046f8c0` likewise retains an\noriginal string-layout/comparison dependency, though its equality behavior is implementable without\nallocation in a standalone boundary. Required unavailable proof inputs are a safe\nlong-string/full-capacity pre/post fixture (or equivalent archived trace), same-bucket\nequal/description-only-different event fixtures covering short and long strings, exact exceptional\ncleanup outcomes under a live throw, and independent reproduction of the named static windows and\nfalsifiers. This handoff makes no live\nallocator-safety, runtime event-construction, or replacement-acceptance claim.","lineStart":1,"lineEnd":87,"totalLines":87,"truncated":false}},"title":"campaign/research/research-completion-abi.md","time":{"start":1789014204912,"end":1789014204933}},"metadata":{"openai":{"itemId":"fc_09925928b03fd9eb016aa230bca06c87d1931dc48447dda7b5"}},"id":"prt_0898e61ed001KXcHIwCdo2zCs1","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","messageID":"msg_0898e1062001R1BSHvfrwVXscM"}} +{"type":"tool_use","timestamp":1789014204938,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"type":"tool","tool":"read","callID":"call_ksyMwujVkqWQeeZGLlcqdqOL","state":{"status":"completed","input":{"filePath":"/home/alex/sots-re/campaign/runtime/decisions/d-6f4134237e68860fb02e8684.json"},"output":"/home/alex/sots-re/campaign/runtime/decisions/d-6f4134237e68860fb02e8684.json\nfile\n\n1: {\n2: \"actor\": \"live-record surprise resolver\",\n3: \"contract\": \"research-live-record-bridge\",\n4: \"explanation\": \"Resolution session run-f63d1e050a7ee3fac7b44885. Governing claim-by-claim analysis, exact generated-row wording, provenance limitations and dependency invalidation are in campaign/runtime/decisions/d-b51f3f76803e852ed250846a.json, not an alternate board history. Direct review of hash-checked complete get/create and append captures confirms no temporary EvTurn initialization before append; cleanup occurs before final requested-turn store. OVERTURNED: zero temporary turn and necessarily zero copied scalar in captured miss path. SURVIVES: captured normal-return ABI, last-match hit scan, vptr/empty nested header, scalar-copy plus nested deep-copy structure, temporary nested cleanup and final returned bucket with requested turn. QUALIFIED: incoming stack word is unspecified by this routine, not measured randomness/nonzero; final equivalence requires valid containers and successful helpers. Transient observers, padding, full-capacity/failure/unwind and live allocation remain untested. Unrelated observed-name, event equality and string ownership hypotheses are not falsified or newly certified. Manifest records positive static tool execution, not game execution; no instrument ran in game, no stale-build conclusion. Current binary/tool rehash and executable reproduction were not permitted in resolver shell; historical binding is not fresh acceptance.\\nAffected dependency research-completion-abi is now needs-revision, both evidence records withdrawn and verdict invalidated by d-b51f3f76803e852ed250846a. Bridge had no evidence to invalidate; prior checkpoint is superseded, and zero-default-derived readiness/architecture assertions cannot be used. Bridge acceptance criteria ALL remain mandatory. This resolution permits only lead-assigned static correction/reproduction planning; it does not authorize bridge implementation, runtime fixtures or replacement wiring. Do not reproduce an uninitialized C++ read or silently declare zero initialization byte-exact: expli... (line truncated to 2000 chars)\n5: \"id\": \"d-6f4134237e68860fb02e8684\",\n6: \"invalidated_checkpoint\": \"campaign/runtime/checkpoints/research-live-record-bridge-d08b4bbf364f3305ee2fef98.json\",\n7: \"invalidated_evidence\": [],\n8: \"model\": \"openai/gpt-6-astra\",\n9: \"probe\": \"Cheapest discriminator: complete-window stack def/use inspection of 0x885380..0x88544a and 0x884cb0..0x884d8f, already performed on checkpoint-hashed raw text; no EBP-0x20 write before append. Next authorized analyst quantum must freshly hash binary/tool and rerun those manifest commands plus nested empty-copy/cleanup, correct the dependency interpretation using d-b51f3f76803e852ed250846a wording, then obtain independent integrated reproduction. No VM needed for this correction. Any later transient sentinel experiment requires separate explicit lease/authority, positive execution and instrument-neutral controls; existing live runtime-matrix and negative-control requirements are not waived.\",\n10: \"role\": \"resolver\",\n11: \"schema\": \"sots-decision/1\",\n12: \"surprise\": \"s-5a78d3a0a10c1f8545df8eb1\",\n13: \"timestamp\": \"2026-09-10T04:19:28.345551+00:00\"\n14: }\n\n(End of file - total 14 lines)\n","metadata":{"preview":"{\n \"actor\": \"live-record surprise resolver\",\n \"contract\": \"research-live-record-bridge\",\n \"explanation\": \"Resolution session run-f63d1e050a7ee3fac7b44885. Governing claim-by-claim analysis, exact generated-row wording, provenance limitations and dependency invalidation are in campaign/runtime/decisions/d-b51f3f76803e852ed250846a.json, not an alternate board history. Direct review of hash-checked complete get/create and append captures confirms no temporary EvTurn initialization before append; cleanup occurs before final requested-turn store. OVERTURNED: zero temporary turn and necessarily zero copied scalar in captured miss path. SURVIVES: captured normal-return ABI, last-match hit scan, vptr/empty nested header, scalar-copy plus nested deep-copy structure, temporary nested cleanup and final returned bucket with requested turn. QUALIFIED: incoming stack word is unspecified by this routine, not measured randomness/nonzero; final equivalence requires valid containers and successful helpers. Transient observers, padding, full-capacity/failure/unwind and live allocation remain untested. Unrelated observed-name, event equality and string ownership hypotheses are not falsified or newly certified. Manifest records positive static tool execution, not game execution; no instrument ran in game, no stale-build conclusion. Current binary/tool rehash and executable reproduction were not permitted in resolver shell; historical binding is not fresh acceptance.\\nAffected dependency research-completion-abi is now needs-revision, both evidence records withdrawn and verdict invalidated by d-b51f3f76803e852ed250846a. Bridge had no evidence to invalidate; prior checkpoint is superseded, and zero-default-derived readiness/architecture assertions cannot be used. Bridge acceptance criteria ALL remain mandatory. This resolution permits only lead-assigned static correction/reproduction planning; it does not authorize bridge implementation, runtime fixtures or replacement wiring. Do not reproduce an uninitialized C++ read or silently declare zero initialization byte-exact: expli... (line truncated to 2000 chars)\n \"id\": \"d-6f4134237e68860fb02e8684\",\n \"invalidated_checkpoint\": \"campaign/runtime/checkpoints/research-live-record-bridge-d08b4bbf364f3305ee2fef98.json\",\n \"invalidated_evidence\": [],\n \"model\": \"openai/gpt-6-astra\",\n \"probe\": \"Cheapest discriminator: complete-window stack def/use inspection of 0x885380..0x88544a and 0x884cb0..0x884d8f, already performed on checkpoint-hashed raw text; no EBP-0x20 write before append. Next authorized analyst quantum must freshly hash binary/tool and rerun those manifest commands plus nested empty-copy/cleanup, correct the dependency interpretation using d-b51f3f76803e852ed250846a wording, then obtain independent integrated reproduction. No VM needed for this correction. Any later transient sentinel experiment requires separate explicit lease/authority, positive execution and instrument-neutral controls; existing live runtime-matrix and negative-control requirements are not waived.\",\n \"role\": \"resolver\",\n \"schema\": \"sots-decision/1\",\n \"surprise\": \"s-5a78d3a0a10c1f8545df8eb1\",\n \"timestamp\": \"2026-09-10T04:19:28.345551+00:00\"\n}","truncated":false,"loaded":[],"display":{"type":"file","path":"/home/alex/sots-re/campaign/runtime/decisions/d-6f4134237e68860fb02e8684.json","text":"{\n \"actor\": \"live-record surprise resolver\",\n \"contract\": \"research-live-record-bridge\",\n \"explanation\": \"Resolution session run-f63d1e050a7ee3fac7b44885. Governing claim-by-claim analysis, exact generated-row wording, provenance limitations and dependency invalidation are in campaign/runtime/decisions/d-b51f3f76803e852ed250846a.json, not an alternate board history. Direct review of hash-checked complete get/create and append captures confirms no temporary EvTurn initialization before append; cleanup occurs before final requested-turn store. OVERTURNED: zero temporary turn and necessarily zero copied scalar in captured miss path. SURVIVES: captured normal-return ABI, last-match hit scan, vptr/empty nested header, scalar-copy plus nested deep-copy structure, temporary nested cleanup and final returned bucket with requested turn. QUALIFIED: incoming stack word is unspecified by this routine, not measured randomness/nonzero; final equivalence requires valid containers and successful helpers. Transient observers, padding, full-capacity/failure/unwind and live allocation remain untested. Unrelated observed-name, event equality and string ownership hypotheses are not falsified or newly certified. Manifest records positive static tool execution, not game execution; no instrument ran in game, no stale-build conclusion. Current binary/tool rehash and executable reproduction were not permitted in resolver shell; historical binding is not fresh acceptance.\\nAffected dependency research-completion-abi is now needs-revision, both evidence records withdrawn and verdict invalidated by d-b51f3f76803e852ed250846a. Bridge had no evidence to invalidate; prior checkpoint is superseded, and zero-default-derived readiness/architecture assertions cannot be used. Bridge acceptance criteria ALL remain mandatory. This resolution permits only lead-assigned static correction/reproduction planning; it does not authorize bridge implementation, runtime fixtures or replacement wiring. Do not reproduce an uninitialized C++ read or silently declare zero initialization byte-exact: expli... (line truncated to 2000 chars)\n \"id\": \"d-6f4134237e68860fb02e8684\",\n \"invalidated_checkpoint\": \"campaign/runtime/checkpoints/research-live-record-bridge-d08b4bbf364f3305ee2fef98.json\",\n \"invalidated_evidence\": [],\n \"model\": \"openai/gpt-6-astra\",\n \"probe\": \"Cheapest discriminator: complete-window stack def/use inspection of 0x885380..0x88544a and 0x884cb0..0x884d8f, already performed on checkpoint-hashed raw text; no EBP-0x20 write before append. Next authorized analyst quantum must freshly hash binary/tool and rerun those manifest commands plus nested empty-copy/cleanup, correct the dependency interpretation using d-b51f3f76803e852ed250846a wording, then obtain independent integrated reproduction. No VM needed for this correction. Any later transient sentinel experiment requires separate explicit lease/authority, positive execution and instrument-neutral controls; existing live runtime-matrix and negative-control requirements are not waived.\",\n \"role\": \"resolver\",\n \"schema\": \"sots-decision/1\",\n \"surprise\": \"s-5a78d3a0a10c1f8545df8eb1\",\n \"timestamp\": \"2026-09-10T04:19:28.345551+00:00\"\n}","lineStart":1,"lineEnd":14,"totalLines":14,"truncated":false}},"title":"campaign/runtime/decisions/d-6f4134237e68860fb02e8684.json","time":{"start":1789014204908,"end":1789014204936}},"metadata":{"openai":{"itemId":"fc_09925928b03fd9eb016aa230bca06487d1a213b99163133991"}},"id":"prt_0898e61c8001JvCJ7UGuHEJjCu","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","messageID":"msg_0898e1062001R1BSHvfrwVXscM"}} +{"type":"tool_use","timestamp":1789014205007,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"type":"tool","tool":"read","callID":"call_pvwsz2oRBrxUsvMxHwn5rZ7Z","state":{"status":"completed","input":{"filePath":"/home/alex/sots-re/findings/subsystems/events.md"},"output":"/home/alex/sots-re/findings/subsystems/events.md\nfile\n\n1: # Player event posting API (lane E, 2026-09-08)\n2: \n3: Target: recover the API the game uses to post player-visible turn events, so the\n4: reimplementation can post them and so the compare harness can *see* them.\n5: \n6: Motivation: `TechTree::ProcessResearch` (P2-B3) failed its replace-mode oracle by exactly\n7: one item across 40,300 — an unposted `EVENT_RESEARCH_OVERBUDGET`. `ServerPlayer::\n8: OnTechResearched` (P2-B2) has the same gap. Until events are modelled, both \"0 divergence\"\n9: verdicts bound the economy fields only.\n10: \n11: **Everything below with an address was read out of the instruction stream** (bytes fetched\n12: with `read-memory` over the ReVa HTTP shim, disassembled locally with capstone) unless the\n13: line says *inferred*. Layout claims are additionally confirmed against three real saves via\n14: `verify/save-reader/save_reader.py`.\n15: \n16: ---\n17: \n18: ## 1. The container\n19: \n20: `ServerPlayer::Events` is an **`EventStorage` embedded at `ServerPlayer+0x29c`**, size `0x1c`.\n21: \n22: Verified by `ServerPlayer::GetEventStorage` at **0x0080db00**, which is the whole function:\n23: \n24: ```\n25: 0080db00 8d819c020000 lea eax, [ecx + 0x29c]\n26: 0080db06 c3 ret\n27: ```\n28: \n29: `__thiscall EventStorage* ServerPlayer::GetEventStorage(ServerPlayer* this)` — no stack args,\n30: plain `ret`. Every research-path post site either calls it (`ProcessResearch`) or inlines the\n31: `lea ecx,[esi+0x29c]` (`OnTechResearched`, 0x008919ab / 0x0089241d).\n32: \n33: ### `EventStorage` (0x1c bytes) — already in the Ghidra project, now confirmed by code\n34: \n35: | off | type | name | evidence |\n36: |---|---|---|---|\n37: | 0x00 | `void*` | vptr | not touched by the post path |\n38: | 0x04 | `TurnEvents*` | `Events._Myfirst` | 0x008853aa `mov edx,[esi+8]; sub edx,[esi+4]` |\n39: | 0x08 | `TurnEvents*` | `Events._Mylast` | same |\n40: | 0x0c | `TurnEvents*` | `Events._Myend` | vector growth in 0x00885427+ |\n41: | 0x10 | `allocator` | `Events._Alval` | MSVC `_Vector_val` tail, 4 B |\n42: | 0x14 | `int` | **`EvNxID`** | 0x008863e3–0x008863f6 |\n43: | 0x18 | — | padding | struct size 0x1c |\n44: \n45: `EvNxID` lands at **`ServerPlayer+0x2b0`** — exactly the byte run the harness guard reported\n46: as `player+0x2b0:4`. That is now explained, not merely observed.\n47: \n48: The vector element stride is **0x18**: `0x008853b3 mov eax,0x2aaaaaab; imul edx; sar edx,2`\n49: = signed divide by 24.\n50: \n51: ### `TurnEvents` (0x18 bytes) — new\n52: \n53: | off | type | name | evidence |\n54: |---|---|---|---|\n55: | 0x00 | `void*` | vptr | virtual dtor called at 0x00879f21 (`mov edx,[edi]; mov eax,[edx]; push 0; call eax`) |\n56: | 0x04 | `int` | **`EvTurn`** | 0x008853d3 `cmp [edx+4], ebx` (ebx = the turn argument) |\n57: | 0x08 | `PlayerEvent*` | `Events._Myfirst` | `lea ecx,[esi+8]` handed to `vector::push_back` at 0x008863db |\n58: | 0x0c | `PlayerEvent*` | `Events._Mylast` | 0x008863f9 `mov eax,[esi+0xc]` |\n59: | 0x10 | `PlayerEvent*` | `Events._Myend` | |\n60: | 0x14 | `allocator` | `Events._Alval` | |\n61: \n62: ### `PlayerEvent` (0x74 = 116 bytes) — new\n63: \n64: Stride confirmed two independent ways: the duplicate scanner's divisor at 0x00825d5f\n65: (`mov eax,0x8d3dcb09; imul ecx; add edx,ecx; sar edx,6` = signed divide by 116) and the\n66: post function's `mov [eax-0x70], ecx` writing `id` at `element+4` off `_Mylast`.\n67: \n68: | off | type | on-disk tag | set by |\n69: |---|---|---|---|\n70: | 0x00 | `void*` | — | ctor: vftable `0x00a21958` |\n71: | 0x04 | `int` | `EvEID` | `PostEvent`: `EvNxID++` (or the duplicate's id) |\n72: | 0x08 | `std::string` (0x1c) | `EvDsc` | `PostEvent` arg 0 (summary / title) |\n73: | 0x24 | `std::string` (0x1c) | `EvMsg` | `PostEvent` arg 1 (body) |\n74: | 0x40 | `int` | `EvLoc` | `obj ? obj->[+4] : 0` |\n75: | 0x44 | `float[3]` | `EvPos` | `obj ? obj->[+0x18..0x20] : (pos ? *pos : ctor default)` |\n76: | 0x50 | `std::string` (0x1c) | `EvImg` | `PostEvent` arg `img` (`\"\"` if NULL) |\n77: | 0x6c | `int` | `EvAct` | `PostEvent` arg `act`; forced to **2** if `act==0 && !obj && !pos` |\n78: | 0x70 | `int` | `EvCID` | ctor 0; never written by `PostEvent` |\n79: \n80: **Correction to `formula-gaps.md`:** the default `EvPos` is **`FLT_MAX` (0x7f7fffff), not\n81: infinity**. `PlayerEvent::PlayerEvent` (0x0084ee30) copies the three floats from the global\n82: `Vector3` at `0x00af0dc8`, whose bytes are `FF FF 7F 7F` × 3. Confirmed in the save:\n83: `EvPos = 2139095039 (0x7f7fffff)` for `EVENT_RESEARCH_OVERBUDGET`. Writing `+inf`\n84: (0x7f800000) would produce a different save byte and a different oracle hash.\n85: \n86: Ctor also sets `EvEID=0`, `EvLoc=0`, `EvAct=0`, `EvCID=0` and the three strings to `\"\"`\n87: (`0x009e100c`).\n88: \n89: ### Serialization (matches the save exactly)\n90: \n91: `PlayerEvent::Serialize` = vftable slot 1 at **0x00825970**, `__thiscall`, `ret 4`. Tag\n92: pointers all come from the table at `0x00a2bd88` (stride 8): `EvEID EvNxID EvTurn Events\n93: EvPos EvLoc EvMsg EvImg EvDsc EvCID EvAct sasc`. Emission order read off the instruction\n94: stream: `EvEID, EvDsc, EvMsg, EvImg, EvLoc, EvPos, EvAct, EvCID`.\n95: \n96: `TurnEvents` write 0x00825bb0 / read 0x00825c40: `EvTurn` then the nested collection `Events`.\n97: `EventStorage` read 0x00825cc0: `EvNxID` then the nested collection `Events`.\n98: \n99: So on disk the shape is **nested, not flat**:\n100: \n101: ```\n102: Events (EventStorage)\n103: EvNxID : int\n104: Events : n × TurnEvents\n105: EvTurn : int\n106: Events : m × PlayerEvent\n107: EvEID EvDsc EvMsg EvImg EvLoc EvPos{x,y,z} EvAct EvCID\n108: ```\n109: \n110: `findings/objects/save-editor-structs.md:271` models this as\n111: `SimPlayerEventsSaveStruct events (Int32 evNxId; ComplexArray)` — a **flat**\n112: array of events. That is wrong (or at least the R1 C# editor's simplification): the\n113: `ComplexArray` elements are *turn groups*, each holding its own array. `save_reader.py`\n114: parses it correctly today because `Events` falls into the generic tree; nothing needs fixing\n115: in the reader, but the struct note should be corrected.\n116: \n117: ### Ground truth: `verify/results/saves/turn3-state.sav`\n118: \n119: Player index 1 (`/Sim/Player[1]/Events`, file offset 120372):\n120: \n121: ```\n122: EvNxID = 4\n123: EvTurn = 2\n124: EvEID 1 EvDsc \"Ships Constructed At Ke'Dolarra\"\n125: EvMsg \"1 ship built in system Ke'Dolarra\"\n126: EvImg \"EVENT_SHIPS_BUILT\" EvLoc 288 EvPos {-11.9286, 4.71900, 2.31785}\n127: EvAct 0 EvCID 0\n128: EvTurn = 3\n129: EvEID 2 (the same EVENT_SHIPS_BUILT record, next turn)\n130: EvEID 3 EvDsc \"Research Over Budget\"\n131: EvMsg \"Research for Waldo Units has gone overbudget.\"\n132: EvImg \"EVENT_RESEARCH_OVERBUDGET\" EvLoc 0\n133: EvPos {0x7f7fffff, 0x7f7fffff, 0x7f7fffff} EvAct 1 EvCID 0\n134: ```\n135: \n136: Player index 0 has two `EVENT_NO_RESEARCH` records (turns 2 and 3, ids 1 and 2, `EvNxID` 3).\n137: Players 2 and 3 have `EvNxID = 0` and an empty list — note **`EvNxID` starts at 0**, and\n138: `PostEvent` lazily promotes 0 → 1 on the first post (0x008863e3).\n139: \n140: ---\n141: \n142: ## 2. The entry point\n143: \n144: ```c\n145: // 0x008862b0\n146: int __thiscall EventStorage::PostEvent(\n147: EventStorage* this, // ecx\n148: std::string summary, // [ebp+0x08], BY VALUE, 0x1c bytes -> EvDsc\n149: std::string message, // [ebp+0x24], BY VALUE, 0x1c bytes -> EvMsg\n150: void* obj, // [ebp+0x40] may be NULL\n151: Vector3* pos, // [ebp+0x44] may be NULL\n152: int turn, // [ebp+0x48]\n153: const char* img, // [ebp+0x4c] may be NULL -> \"\"\n154: int act); // [ebp+0x50]\n155: // returns the event id; ret 0x4c\n156: ```\n157: \n158: `ret 0x4c` = 76 = 2 × 0x1c (the two by-value `std::string`s) + 5 × 4. Both string arguments\n159: are built **in the caller's frame by `sub esp,0x1c`** and a copy-construct, which is the MSVC\n160: by-value-`std::string` idiom; `PostEvent` frees their buffers itself before returning\n161: (0x00886415–0x00886446), so the caller must not.\n162: \n163: Body, in order (all read from the instruction stream):\n164: \n165: 1. `PlayerEvent ev;` — default ctor `0x0084ee30` on a `[ebp-0x84]` temporary.\n166: 2. `ev.EvDsc = summary; ev.EvMsg = message;` (0x0088630d, 0x0088631a).\n167: 3. `ev.EvLoc = obj ? obj->[+4] : 0` (0x00886322).\n168: 4. `ev.EvImg = img ? img : \"\"` — `\"\"` is `0x009e100c`; length by inline `strlen` (0x00886330).\n169: 5. `ev.EvAct = act`; **if `act == 0 && obj == NULL && pos == NULL` then `ev.EvAct = 2`**\n170: (0x00886353–0x0088636f). This default is easy to miss and changes the save bytes.\n171: 6. Position: `obj` wins (`obj->[+0x18/+0x1c/+0x20]`), else `pos` (`pos->[0/4/8]`), else the\n172: ctor's `FLT_MAX` triple (0x0088637a–0x008863a7).\n173: 7. `PruneOldTurns(turn)` — 0x00879eb0.\n174: 8. `TurnEvents* bucket = GetOrCreateTurnBucket(turn)` — 0x00885380.\n175: 9. `PlayerEvent* dup = FindDuplicate(bucket, &ev)` — 0x00825d40. **If non-NULL, return\n176: `dup->EvEID` and post nothing.**\n177: 10. else `bucket->Events.push_back(ev)`; `if (EvNxID == 0) EvNxID = 1;`\n178: `id = EvNxID++; back().EvEID = id;` return `id`.\n179: \n180: ### `EventStorage::FindDuplicate` — 0x00825d40, `__thiscall (TurnEvents*, PlayerEvent*)`, `ret 8`\n181: \n182: Linear scan of the bucket. Two events are the same when **all** of these match:\n183: `EvAct` (+0x6c), `EvLoc` (+0x40), the three `EvPos` floats (`fucompp`, so bitwise-unequal\n184: NaNs never match but the `FLT_MAX` sentinels always do), `EvMsg` (+0x24) and `EvImg` (+0x50).\n185: **`EvDsc` is NOT compared.** A NULL bucket returns 0 immediately.\n186: \n187: This is why the two identical `EVENT_SHIPS_BUILT` records in `turn3-state.sav` survive as\n188: separate events: they are in different turn buckets, and dedup is per-bucket.\n189: \n190: ### `EventStorage::GetOrCreateTurnBucket` — 0x00885380, `__thiscall (int turn)`, `ret 4`\n191: \n192: Scans `Events` for `EvTurn == turn`; **keeps scanning to the end and returns the *last*\n193: match** (0x008853d0–0x008853de has no early exit). If none, constructs a bucket\n194: (`0x00884cb0`, vtable `0x00a0f07c`), appends, and sets `_Mylast[-1].EvTurn = turn`\n195: (0x0088542d, `mov [eax-0x14], ecx`, i.e. `+4` off the new element at `_Mylast-0x18`).\n196: \n197: ### `EventStorage::PruneOldTurns` — 0x00879eb0, `__thiscall (int turn)`\n198: \n199: Cutoff is `turn - 0x32` (**50 turns**), constant, not from config: `0x00879ec3 add ebx,-0x32`.\n200: \n201: Precisely as coded — and this is a quirk worth reproducing rather than \"fixing\": it walks the\n202: **leading** run of buckets with `EvTurn < cutoff`, leaves `edi` pointing at the **last** one\n203: of that run, and then shifts from `edi` down to `_Myfirst`. So it erases `n-1` buckets, not\n204: `n`: **one stale bucket always survives**, and a single leading stale bucket is never\n205: removed at all (`0x00879ee2 cmp esi,edi; je` returns). It also stops at the first non-stale\n206: bucket, so a stale bucket after a fresh one is never reached.\n207: \n208: ### Convenience wrapper\n209: \n210: `0x00886470` (`ret` and prototype not verified by this lane) posts via `PostEvent` twice at\n211: 0x00886802 / 0x00886b22. **161 call sites in 113 functions** reference `PostEvent` directly —\n212: this is the single event API for the whole simulation, not a research-specific helper.\n213: \n214: ### Turn number\n215: \n216: Every research-path site computes the turn as `*(int*)(*(char**)(player + 8) + 8)`.\n217: `ServerPlayer+8` is the `StrategyServer` *second* base; `0x0080e320` is\n218: `__thiscall void* ServerPlayer::GetServer()` = `[this+8] ? [this+8]-4 : 0`, so the field is\n219: `StrategyServer(primary base)+0x0c`. This matches the B4 finding that `StrategyServer` has\n220: two bases four bytes apart.\n221: \n222: **CORRECTION (lane EV 2026-09-08): that field is the FRAME (the turn counter), not\n223: `ModCount`.** The two are different words and the saves separate them cleanly:\n224: `turn2-state.sav` has `Summary/Turn = 2`, `Sim/Frame = 2` and `Sim/ModCount = 12`, and every\n225: event the turn posted landed in bucket `EvTurn = 2`. If the argument were `ModCount` the\n226: buckets would be 12 and 24. The value is the **post-increment** turn — a turn run from a save\n227: at turn *N* posts into bucket *N+1* — because the frame is bumped in `BeginProcessTurn`,\n228: before either turn driver runs.\n229: \n230: ---\n231: \n232: ## 3. Which events the research path posts\n233: \n234: Order within `ServerPlayer::ProcessTurn` (0x00891340):\n235: \n236: | # | site | event | condition |\n237: |---|---|---|---|\n238: | 1 | `TechTree::ProcessResearch` 0x00587b97 | `EVENT_RESEARCH_OVERBUDGET` | per node, see below |\n239: | 2 | → `SetResearched` → `OnTechResearched` 0x008919b5 | `EVENT_RESEARCH_COMPLETE` / `_UNDERBUDGET` | see below |\n240: | 3 | → `OnTechResearched` 0x00892427 | `EVENT_TEMPERANCE` | temperance tech cured ≥1 addicted system |\n241: | 4 | `TechTree::ProcessResearch` 0x00587ff4 | `EVENT_TECHS_UNLOCKED` | tail loop, ≥1 newly available node |\n242: | 5 | `ProcessTurn` 0x0089168c | `EVENT_NO_RESEARCH` | no target, no affordable tech, tree not exhausted |\n243: \n244: `ProcessResearch`'s two posts bracket the per-node loop: OVERBUDGET fires **inside** the loop\n245: (so once per over-budget node), TECHS_UNLOCKED **once** after it.\n246: \n247: ### 3.1 `EVENT_RESEARCH_OVERBUDGET` — the B3 defect, fully explained\n248: \n249: Posted at **0x00587b97**, in `TechTree::ProcessResearch` (0x005876c0).\n250: \n251: Per-node arithmetic recovered from 0x00587732–0x00587907 (naming `cost =\n252: TechTree::GetNodeCost(node)` = 0x0057da00, `pts = node->points` at `node+0x1c`):\n253: \n254: ```\n255: minPts = max(cost * 50 / 100, 0) ; 0x51eb851f/sar 5 = /100\n256: maxPts = max(minPts, cost * 150 / 100)\n257: wasDone = (pts >= cost) ; [ebp-0xcd], setge @0x005877e1\n258: granted = min(requested, maxPts - pts)\n259: *overbudgetOut += requested - granted ; the out-param accumulates unspent points\n260: pts += granted\n261: nowDone = (pts >= cost) ; [ebp-0xce], setge @0x00587828\n262: \n263: if (pts >= maxPts) chance = 1.0f, draw = 0.0f ; always completes\n264: else if (granted == 0) chance = 0.0f, draw = 1.0f ; never completes, no draw\n265: else chance = (float)(pts - minPts) / maxPts ; NOTE: / maxPts, not /(max-min)\n266: draw = rng.NextFloat()*(1.0-0.0) + 0.0 ; [0x009e1e68] == 0.0\n267: if (owner && owner->Species == 5) ; Zuul\n268: draw = max(draw, rng.NextFloat()*(1.0-0.0)+0.0)\n269: \n270: if (chance < draw) { ; roll FAILED -> tech not completed this turn\n271: if (!wasDone && nowDone && owner) {\n272: PostEvent(EVENT_RESEARCH_OVERBUDGET); node->flag(+0x2c) = 2;\n273: }\n274: } else { ; roll succeeded\n275: log(\"Research completed at %d of %d (%.1f%%). (Odds: %.2f, Roll: %.2f)\\n\", ...)\n276: if (pts/cost < 0.8) node->flag(+0x2c) = 0;\n277: SetResearched(node->def, 2); ; 0x00581e10 -> OnTechResearched\n278: }\n279: ```\n280: \n281: So **over budget means: the node has accumulated at least its full cost, but the completion\n282: roll failed, and this is the first turn that has been true.** `!wasDone` is what makes it\n283: fire exactly once per node.\n284: \n285: The record it posts:\n286: \n287: | field | value | evidence |\n288: |---|---|---|\n289: | `EvDsc` | `\"Research Over Budget\"` | key `EVENTSUM_RESEARCH_OVERBUDGET`, slot `0x00ae48e0`, thunk key at `0x00a00cac` |\n290: | `EvMsg` | `\"Research for %s has gone overbudget.\"` % `node->def->name` | key `EVENTMSG_RESEARCH_OVERBUDGET`, slot `0x00ae48e8`, key at `0x00a00ccc` |\n291: | `EvImg` | `\"EVENT_RESEARCH_OVERBUDGET\"` | literal `0x00a0078c`, pushed at 0x00587b24 |\n292: | `EvLoc` | `0` | `obj = NULL` (0x00587b2c) |\n293: | `EvPos` | `{FLT_MAX, FLT_MAX, FLT_MAX}` | `pos = NULL` → ctor default |\n294: | `EvAct` | `1` | literal, 0x00587b22 |\n295: | `EvCID` | `0` | ctor |\n296: \n297: Both strings go through `0x008c97f0` (`__cdecl` format-into-`std::string`, 8 stack args:\n298: `out, fmt, a1..a6`) with the tech name as the single substitution; the summary format\n299: contains no `%s`, so it comes out literal. The tech name is `def+0x40` (a `std::string`;\n300: `_Myres` at `+0x54` selects heap vs. inline buffer, 0x00587a1d).\n301: \n302: **Save cross-check:** `turn3-state.sav`, player 1, turn-3 bucket, `EvEID 3` is exactly this\n303: record, with `EvMsg \"Research for Waldo Units has gone overbudget.\"` — the format string, the\n304: `%s` substitution, `EvAct 1`, `EvLoc 0` and the `FLT_MAX` position all match byte for byte.\n305: \n306: ### 3.2 `EVENT_RESEARCH_COMPLETE` / `EVENT_RESEARCH_UNDERBUDGET`\n307: \n308: Posted at **0x008919b5** in `ServerPlayer::OnTechResearched` (0x00891790), guarded by\n309: `if (!silent)` (0x00891804 `cmp byte [ebp+0xc], 0; jne`).\n310: \n311: ```\n312: ratio = TechTree::GetProgressRatio(tree, def) ; 0x0057e950, float\n313: if (ratio >= 0.8f) img = \"EVENT_RESEARCH_COMPLETE\" (0x00a33368)\n314: sum = EVENTSUM_RESEARCH_COMPLETE (slot 0x00af09e8)\n315: msg = EVENTMSG_RESEARCH_COMPLETE (slot 0x00af09f0)\n316: else img = \"EVENT_RESEARCH_UNDERBUDGET\" (0x00a33380)\n317: sum = EVENTSUM_RESEARCH_UNDERBUDGET(slot 0x00af09f8)\n318: msg = EVENTMSG_RESEARCH_UNDERBUDGET(slot 0x00af0a00)\n319: PostEvent(sum, snprintf(msg, 0x100, def->name), NULL, NULL, turn, img, 1)\n320: ```\n321: \n322: The 0.8 constant is the `double` at `0x009e20c8` = `0.800000011920929`, i.e. `(double)0.8f` —\n323: the comparison is `fcomp` of the `float` ratio against that double. Text:\n324: \n325: * `EVENTSUM_RESEARCH_COMPLETE` = `\"Research Complete\"`,\n326: `EVENTMSG_RESEARCH_COMPLETE` = `\"Tech %s has been acquired\"`\n327: * `EVENTSUM_RESEARCH_UNDERBUDGET` = `\"Research Breakthrough!\"`,\n328: `EVENTMSG_RESEARCH_UNDERBUDGET` = `\"Your scientists made a breakthrough with %s. Research has completed ahead of schedule!\"`\n329: \n330: `EvAct = 1`, `obj = pos = NULL`, so `EvLoc = 0` and `EvPos = FLT_MAX³`. Message buffer is a\n331: 0x100-byte stack buffer formatted with `0x008c8eb0` (`_snprintf`-shaped, 9 args), then\n332: assigned into a `std::string`, so **a message longer than 255 chars is truncated** — a real\n333: behaviour to reproduce.\n334: \n335: Note the naming is counter-intuitive: `UNDERBUDGET` is the *cheap* completion (ratio < 0.8).\n336: \n337: ### 3.3 `EVENT_TEMPERANCE`\n338: \n339: Posted at **0x00892427**, same function, after the per-species temperance sweep\n340: (0x00892280–0x008922b9: for each species with flag bit 5, cure every owned addicted system\n341: via 0x00745e40 / 0x00743800). Guarded by `!silent` **and** by a local \"something was cured\"\n342: flag (`[ebp-0x189]`, set at 0x008922a6). Strings `EVENTSUM_ADDICTION_TEMPERENCE` /\n343: `EVENTMSG_ADDICTION_TEMPERENCE` (slots `0x00af0a88` / `0x00af0a90`, note the shipped\n344: misspelling \"TEMPERENCE\").\n345: \n346: `EvImg = \"EVENT_TEMPERANCE\"` (0x00a33340), `obj = pos = NULL`, and **`EvAct = 0`** — which\n347: means rule 5 of `PostEvent` fires and the stored `EvAct` becomes **2**, not 0. Any\n348: reimplementation that stores the literal 0 will differ from the oracle here.\n349: \n350: ### 3.4 `EVENT_TECHS_UNLOCKED`\n351: \n352: Posted at **0x00587ff4**, at the tail of `ProcessResearch` (loop at 0x00587cc3). Collects\n353: every node `n` where `n != NULL`, `n->def != NULL`, `tree->nodes[n->def->index] != NULL`,\n354: that node's **`state` (`+0x14`) `== 2` (available)**, and **`n->turnAvailable` (`+0x20`)\n355: `== currentTurn`** (0x00587cfc–0x00587d42). If the collected vector is non-empty it posts\n356: once.\n357: \n358: *Correction to `strategic-turn-internals.md:233`*, which reads the condition as \"state==2 &&\n359: turnAvailable == currentTurn **&& parent researched**\". There is no parent test: the\n360: `mov ecx,[ecx]; mov eax,[eax+ecx*4]` pair at 0x00587d0d–0x00587d19 dereferences `n->def` and\n361: then indexes `tree->nodes` by `def->[0]`, which is the tech's **own** index (the same\n362: indirection the entry loop uses at 0x00587738–0x00587740). It resolves back to `n` itself;\n363: the two null checks around it are defensive. The state test is therefore on `n`, not on a\n364: parent.\n365: \n366: `EvDsc` = `EVENTSUM_UNLOCKEDTECHS` (slot `0x00ae48f0`) = `\"New Technologies Available\"`.\n367: `EvMsg` = `EVENTMSG_UNLOCKEDTECHS` (slot `0x00ae48f8`) =\n368: `\"The following technologies are now available for research:\"` followed by, per node, the\n369: separator string at `0x009e4588` and the node's `def->name` (0x00587f46–0x00587f82).\n370: `EvImg` = literal `\"EVENT_TECHS_UNLOCKED\"` (`0x00a00774`, length pushed as 0x14).\n371: `EvAct = 1`, `obj = pos = NULL`.\n372: \n373: ### 3.5 `EVENT_NO_RESEARCH`\n374: \n375: Posted at **0x0089168c** in `ServerPlayer::ProcessTurn`. Condition (0x0089162a–0x0089167e):\n376: \n377: ```\n378: if (player->ResT (+0x294) == NULL)\n379: TechTree::CollectResearchedTechs(&out, turn, INT_MAX, sort=1) ; 0x00584e50\n380: if (out.empty() && TechTree::FindFirstAvailableTech() != NULL) ; 0x0057da90\n381: PostEvent(EVENTSUM_NO_RESEARCH, EVENTMSG_NO_RESEARCH, NULL, NULL, turn,\n382: \"EVENT_NO_RESEARCH\" (0x00a3332c), 1)\n383: ```\n384: \n385: Both strings are `\"No Research Project Assigned.\"` — matches `turn3-state.sav` player 0\n386: exactly (`EvAct 1`, `EvLoc 0`, `EvPos` FLT_MAX³).\n387: \n388: **CORRECTION (lane EV 2026-09-08) to this section as first written.** 0x00584e50 was named\n389: here as a `ListAvailableTechs` and the middle test read as \"no affordable tech\". It is\n390: `TechTree::CollectResearchedTechs` (lane T read the whole body; the call site's argument order\n391: was re-read here byte for byte from 0x00891600), and the test is about what was **researched**,\n392: not about what is available:\n393: \n394: 1. `ResT == NULL` — the player holds no research target;\n395: 2. **no tech has `state == 4` (researched) with `turnResearched (+0x24) >= turn`**, i.e.\n396: nothing finished on this turn or later. The turn is passed as the collector's `minTurn`\n397: and the range runs to `INT_MAX`;\n398: 3. at least one node is in `state == 2` (available) — that is the availability half, and it is\n399: what excludes the four monster factions, whose entire tree is state 4.\n400: \n401: Test 2 is not decoration and the corpus exercises it: in `zuul-turn23-fleet23.sav` the human\n402: posts `EVENT_RESEARCH_COMPLETE` on turn 22 and **no** no-research event that turn, then\n403: `EVENT_NO_RESEARCH` again on turn 23. `sots-engine`'s P11 implements all three tests; before\n404: this lane it implemented tests 1 and 3 only, and over-fired.\n405: \n406: Test 1 is the one a save cannot answer. `ResTNm` on the wire is the target the file was\n407: **written** with; on the reference pair all four real players start the turn with none and\n408: three of them acquire one *during* it, which is AI research selection. Across all eleven\n409: corpus saves no AI player ever posts `EVENT_NO_RESEARCH` (~90 player-turns) while the human\n410: posts it on every turn it lacks a target — stated as a hypothesis, with the operator's\n411: `--ai-player` roster standing in for the missing input.\n412: \n413: Also in this window (0x008915ec–0x00891624): `RollResearchEvent` (0x0088df20) is called when\n414: `ResT != NULL && ResErrRoll(+0x3b4) != 0 && (const at 0x00a2c788) < progressRatio`, then\n415: `ResErrRoll` is cleared — the same draw the B2/B3 lanes measured. `RollResearchAccident`\n416: (0x00889dc0) posts the `EVENT_LABACCIDENT_*` family; not traced here.\n417: \n418: ---\n419: \n420: ## 4. What is *not* verified\n421: \n422: * `0x00886470` — the wrapper that also calls `PostEvent`. Its prototype and its two call\n423: paths were not read; I only established that it exists and is not on the research path.\n424: * `TurnEvents`' vptr/vtable contents beyond slot 0 (the virtual dtor used by the pruner).\n425: * The `sasc` tag at `0x00a2bde0` — adjacent to the event tag block, owner unknown.\n426: * Whether `PostEvent`'s dedup can ever collapse two research events in practice. It cannot\n427: for OVERBUDGET vs COMPLETE (different `EvImg`), but two *different techs* going over budget\n428: in the same turn differ only in `EvMsg`, which **is** compared — so both are kept. Verified\n429: by reading the comparator, not by observing it.\n430: * `EventStorage::Write` (the save-side counterpart of 0x00825cc0) was not located; only the\n431: read/`0x8b9d50` direction and the two `TurnEvents` directions were disassembled. The field\n432: order is identical in both directions and is confirmed by the save, so this is a gap in\n433: coverage, not in confidence about the layout.\n434: * The 50-turn prune has never been observed running (our saves are at turn ≤ 3).\n435: \n436: ---\n437: \n438: ## 5. What a turn actually posts (lane EV 2026-09-08, measured over all 11 saves)\n439: \n440: Read out of the corpus with `verify/state-checksum/state_checksum.py`, not derived. Every\n441: `EvImg` value, bucket and id below is a file fact.\n442: \n443: **Only two players in the whole corpus ever hold an event.** `PlyrIdx 0` (the human) and\n444: `PlyrIdx 1` (the one AI empire that owns colonies). `PlyrIdx 2..3` are the dormant shadow\n445: empires — `Sav = 0`, no colonies — and although they *do* pick research targets every turn,\n446: their `EvNxID` is 0 on every save. `PlyrIdx 4..7` are the monster factions, whose whole tech\n447: tree is state 4 and whose `EvNxID` is likewise 0 throughout. So \"who posts\" is not a property\n448: of the event API; it is a property of who does anything.\n449: \n450: ### The reference pair\n451: \n452: | pair | player | bucket | id | image | EvAct | EvLoc |\n453: |---|---|---|---|---|---|---|\n454: | turn1 -> turn2 | 0 | `EvTurn=2` | 1 | `EVENT_NO_RESEARCH` | 1 | 0 |\n455: | turn1 -> turn2 | 1 | `EvTurn=2` | 1 | `EVENT_SHIPS_BUILT` | 0 | 288 |\n456: | turn2 -> turn3 | 0 | `EvTurn=3` | 2 | `EVENT_NO_RESEARCH` | 1 | 0 |\n457: | turn2 -> turn3 | 1 | `EvTurn=3` | 2 | `EVENT_SHIPS_BUILT` | 0 | 288 |\n458: | turn2 -> turn3 | 1 | `EvTurn=3` | 3 | `EVENT_RESEARCH_OVERBUDGET` | 1 | 0 |\n459: \n460: **Order within a player is readable off the ids**: on turn 3 player 1's construction event is\n461: id 2 and its research event id 3, so **the build pass posts before the research pass**. Ids\n462: are per player (`EvNxID` is on the player's own storage), so no cross-player order is\n463: observable from a save and none should be assumed.\n464: \n465: `EVENT_SHIPS_BUILT` carries `EvAct = 0` **as stored**, because it has a subject (`EvLoc` 288,\n466: a real position) — the `act == 0 && !obj && !pos -> 2` rule does not fire. The only stored\n467: `EvAct = 2` in the corpus is `EVENT_LABACCIDENT_SMALL`.\n468: \n469: ### Every image the corpus contains\n470: \n471: `EVENT_NO_RESEARCH`, `EVENT_SHIPS_BUILT`, `EVENT_RESEARCH_COMPLETE`, `EVENT_TECHS_UNLOCKED`,\n472: `EVENT_RESEARCH_OVERBUDGET`, `EVENT_FLEET_ARRIVED`, `EVENT_FLEET_EXPLORED`,\n473: `EVENT_FLEET_MULTIPOINT_NONODE`, `EVENT_LABACCIDENT_SMALL`, `EVENT_COLONY_NEWSETTLERS`,\n474: `EVENT_ENEMY_INCOMING_Human`. The last is worth noting: the **event type is the `EvImg`\n475: string and it is composed at run time** — `_Human` is a species suffix, so the type space is\n476: not a fixed enumeration and never was.\n477: \n478: ### Text keys used, from `Locale/EN/Strings.csv`\n479: \n480: `EVENTSUM_SHIPS_BUILT` = `Ships Constructed At %s`; `EVENTMSG_SHIPS_BUILT_1SHIP` =\n481: `1 ship built in system %s`; `EVENTMSG_SHIPS_BUILT_NSHIPS` = `%s ships built in system %s`.\n482: So the construction event picks between **two** message keys on the ship count, and the count\n483: is substituted as a `%s`. Both `EVENTSUM_NO_RESEARCH` and `EVENTMSG_NO_RESEARCH` are the same\n484: string and take no parameter.\n485: \n486: ### Wired into `sots-engine`\n487: \n488: `src/app/event_phase.{h,cpp}` bridges the save's event subtree to `game::events` and P11 posts\n489: through it. On the reference pair, with the data root and the AI roster supplied and\n490: `--commit-blocked=P11`: **4 leaves closed on turn1->turn2 and 3 on turn2->turn3, 0 regressed**,\n491: and the posted record agrees with the oracle on every one of its eight fields. Engine-side\n492: write-up: `sots-engine docs/EV-events.md`.\n\n(End of file - total 492 lines)\n","metadata":{"preview":"# Player event posting API (lane E, 2026-09-08)\n\nTarget: recover the API the game uses to post player-visible turn events, so the\nreimplementation can post them and so the compare harness can *see* them.\n\nMotivation: `TechTree::ProcessResearch` (P2-B3) failed its replace-mode oracle by exactly\none item across 40,300 — an unposted `EVENT_RESEARCH_OVERBUDGET`. `ServerPlayer::\nOnTechResearched` (P2-B2) has the same gap. Until events are modelled, both \"0 divergence\"\nverdicts bound the economy fields only.\n\n**Everything below with an address was read out of the instruction stream** (bytes fetched\nwith `read-memory` over the ReVa HTTP shim, disassembled locally with capstone) unless the\nline says *inferred*. Layout claims are additionally confirmed against three real saves via\n`verify/save-reader/save_reader.py`.\n\n---\n\n## 1. The container\n\n`ServerPlayer::Events` is an **`EventStorage` embedded at `ServerPlayer+0x29c`**, size `0x1c`.","truncated":false,"loaded":[],"display":{"type":"file","path":"/home/alex/sots-re/findings/subsystems/events.md","text":"# Player event posting API (lane E, 2026-09-08)\n\nTarget: recover the API the game uses to post player-visible turn events, so the\nreimplementation can post them and so the compare harness can *see* them.\n\nMotivation: `TechTree::ProcessResearch` (P2-B3) failed its replace-mode oracle by exactly\none item across 40,300 — an unposted `EVENT_RESEARCH_OVERBUDGET`. `ServerPlayer::\nOnTechResearched` (P2-B2) has the same gap. Until events are modelled, both \"0 divergence\"\nverdicts bound the economy fields only.\n\n**Everything below with an address was read out of the instruction stream** (bytes fetched\nwith `read-memory` over the ReVa HTTP shim, disassembled locally with capstone) unless the\nline says *inferred*. Layout claims are additionally confirmed against three real saves via\n`verify/save-reader/save_reader.py`.\n\n---\n\n## 1. The container\n\n`ServerPlayer::Events` is an **`EventStorage` embedded at `ServerPlayer+0x29c`**, size `0x1c`.\n\nVerified by `ServerPlayer::GetEventStorage` at **0x0080db00**, which is the whole function:\n\n```\n0080db00 8d819c020000 lea eax, [ecx + 0x29c]\n0080db06 c3 ret\n```\n\n`__thiscall EventStorage* ServerPlayer::GetEventStorage(ServerPlayer* this)` — no stack args,\nplain `ret`. Every research-path post site either calls it (`ProcessResearch`) or inlines the\n`lea ecx,[esi+0x29c]` (`OnTechResearched`, 0x008919ab / 0x0089241d).\n\n### `EventStorage` (0x1c bytes) — already in the Ghidra project, now confirmed by code\n\n| off | type | name | evidence |\n|---|---|---|---|\n| 0x00 | `void*` | vptr | not touched by the post path |\n| 0x04 | `TurnEvents*` | `Events._Myfirst` | 0x008853aa `mov edx,[esi+8]; sub edx,[esi+4]` |\n| 0x08 | `TurnEvents*` | `Events._Mylast` | same |\n| 0x0c | `TurnEvents*` | `Events._Myend` | vector growth in 0x00885427+ |\n| 0x10 | `allocator` | `Events._Alval` | MSVC `_Vector_val` tail, 4 B |\n| 0x14 | `int` | **`EvNxID`** | 0x008863e3–0x008863f6 |\n| 0x18 | — | padding | struct size 0x1c |\n\n`EvNxID` lands at **`ServerPlayer+0x2b0`** — exactly the byte run the harness guard reported\nas `player+0x2b0:4`. That is now explained, not merely observed.\n\nThe vector element stride is **0x18**: `0x008853b3 mov eax,0x2aaaaaab; imul edx; sar edx,2`\n= signed divide by 24.\n\n### `TurnEvents` (0x18 bytes) — new\n\n| off | type | name | evidence |\n|---|---|---|---|\n| 0x00 | `void*` | vptr | virtual dtor called at 0x00879f21 (`mov edx,[edi]; mov eax,[edx]; push 0; call eax`) |\n| 0x04 | `int` | **`EvTurn`** | 0x008853d3 `cmp [edx+4], ebx` (ebx = the turn argument) |\n| 0x08 | `PlayerEvent*` | `Events._Myfirst` | `lea ecx,[esi+8]` handed to `vector::push_back` at 0x008863db |\n| 0x0c | `PlayerEvent*` | `Events._Mylast` | 0x008863f9 `mov eax,[esi+0xc]` |\n| 0x10 | `PlayerEvent*` | `Events._Myend` | |\n| 0x14 | `allocator` | `Events._Alval` | |\n\n### `PlayerEvent` (0x74 = 116 bytes) — new\n\nStride confirmed two independent ways: the duplicate scanner's divisor at 0x00825d5f\n(`mov eax,0x8d3dcb09; imul ecx; add edx,ecx; sar edx,6` = signed divide by 116) and the\npost function's `mov [eax-0x70], ecx` writing `id` at `element+4` off `_Mylast`.\n\n| off | type | on-disk tag | set by |\n|---|---|---|---|\n| 0x00 | `void*` | — | ctor: vftable `0x00a21958` |\n| 0x04 | `int` | `EvEID` | `PostEvent`: `EvNxID++` (or the duplicate's id) |\n| 0x08 | `std::string` (0x1c) | `EvDsc` | `PostEvent` arg 0 (summary / title) |\n| 0x24 | `std::string` (0x1c) | `EvMsg` | `PostEvent` arg 1 (body) |\n| 0x40 | `int` | `EvLoc` | `obj ? obj->[+4] : 0` |\n| 0x44 | `float[3]` | `EvPos` | `obj ? obj->[+0x18..0x20] : (pos ? *pos : ctor default)` |\n| 0x50 | `std::string` (0x1c) | `EvImg` | `PostEvent` arg `img` (`\"\"` if NULL) |\n| 0x6c | `int` | `EvAct` | `PostEvent` arg `act`; forced to **2** if `act==0 && !obj && !pos` |\n| 0x70 | `int` | `EvCID` | ctor 0; never written by `PostEvent` |\n\n**Correction to `formula-gaps.md`:** the default `EvPos` is **`FLT_MAX` (0x7f7fffff), not\ninfinity**. `PlayerEvent::PlayerEvent` (0x0084ee30) copies the three floats from the global\n`Vector3` at `0x00af0dc8`, whose bytes are `FF FF 7F 7F` × 3. Confirmed in the save:\n`EvPos = 2139095039 (0x7f7fffff)` for `EVENT_RESEARCH_OVERBUDGET`. Writing `+inf`\n(0x7f800000) would produce a different save byte and a different oracle hash.\n\nCtor also sets `EvEID=0`, `EvLoc=0`, `EvAct=0`, `EvCID=0` and the three strings to `\"\"`\n(`0x009e100c`).\n\n### Serialization (matches the save exactly)\n\n`PlayerEvent::Serialize` = vftable slot 1 at **0x00825970**, `__thiscall`, `ret 4`. Tag\npointers all come from the table at `0x00a2bd88` (stride 8): `EvEID EvNxID EvTurn Events\nEvPos EvLoc EvMsg EvImg EvDsc EvCID EvAct sasc`. Emission order read off the instruction\nstream: `EvEID, EvDsc, EvMsg, EvImg, EvLoc, EvPos, EvAct, EvCID`.\n\n`TurnEvents` write 0x00825bb0 / read 0x00825c40: `EvTurn` then the nested collection `Events`.\n`EventStorage` read 0x00825cc0: `EvNxID` then the nested collection `Events`.\n\nSo on disk the shape is **nested, not flat**:\n\n```\nEvents (EventStorage)\n EvNxID : int\n Events : n × TurnEvents\n EvTurn : int\n Events : m × PlayerEvent\n EvEID EvDsc EvMsg EvImg EvLoc EvPos{x,y,z} EvAct EvCID\n```\n\n`findings/objects/save-editor-structs.md:271` models this as\n`SimPlayerEventsSaveStruct events (Int32 evNxId; ComplexArray)` — a **flat**\narray of events. That is wrong (or at least the R1 C# editor's simplification): the\n`ComplexArray` elements are *turn groups*, each holding its own array. `save_reader.py`\nparses it correctly today because `Events` falls into the generic tree; nothing needs fixing\nin the reader, but the struct note should be corrected.\n\n### Ground truth: `verify/results/saves/turn3-state.sav`\n\nPlayer index 1 (`/Sim/Player[1]/Events`, file offset 120372):\n\n```\nEvNxID = 4\n EvTurn = 2\n EvEID 1 EvDsc \"Ships Constructed At Ke'Dolarra\"\n EvMsg \"1 ship built in system Ke'Dolarra\"\n EvImg \"EVENT_SHIPS_BUILT\" EvLoc 288 EvPos {-11.9286, 4.71900, 2.31785}\n EvAct 0 EvCID 0\n EvTurn = 3\n EvEID 2 (the same EVENT_SHIPS_BUILT record, next turn)\n EvEID 3 EvDsc \"Research Over Budget\"\n EvMsg \"Research for Waldo Units has gone overbudget.\"\n EvImg \"EVENT_RESEARCH_OVERBUDGET\" EvLoc 0\n EvPos {0x7f7fffff, 0x7f7fffff, 0x7f7fffff} EvAct 1 EvCID 0\n```\n\nPlayer index 0 has two `EVENT_NO_RESEARCH` records (turns 2 and 3, ids 1 and 2, `EvNxID` 3).\nPlayers 2 and 3 have `EvNxID = 0` and an empty list — note **`EvNxID` starts at 0**, and\n`PostEvent` lazily promotes 0 → 1 on the first post (0x008863e3).\n\n---\n\n## 2. The entry point\n\n```c\n// 0x008862b0\nint __thiscall EventStorage::PostEvent(\n EventStorage* this, // ecx\n std::string summary, // [ebp+0x08], BY VALUE, 0x1c bytes -> EvDsc\n std::string message, // [ebp+0x24], BY VALUE, 0x1c bytes -> EvMsg\n void* obj, // [ebp+0x40] may be NULL\n Vector3* pos, // [ebp+0x44] may be NULL\n int turn, // [ebp+0x48]\n const char* img, // [ebp+0x4c] may be NULL -> \"\"\n int act); // [ebp+0x50]\n// returns the event id; ret 0x4c\n```\n\n`ret 0x4c` = 76 = 2 × 0x1c (the two by-value `std::string`s) + 5 × 4. Both string arguments\nare built **in the caller's frame by `sub esp,0x1c`** and a copy-construct, which is the MSVC\nby-value-`std::string` idiom; `PostEvent` frees their buffers itself before returning\n(0x00886415–0x00886446), so the caller must not.\n\nBody, in order (all read from the instruction stream):\n\n1. `PlayerEvent ev;` — default ctor `0x0084ee30` on a `[ebp-0x84]` temporary.\n2. `ev.EvDsc = summary; ev.EvMsg = message;` (0x0088630d, 0x0088631a).\n3. `ev.EvLoc = obj ? obj->[+4] : 0` (0x00886322).\n4. `ev.EvImg = img ? img : \"\"` — `\"\"` is `0x009e100c`; length by inline `strlen` (0x00886330).\n5. `ev.EvAct = act`; **if `act == 0 && obj == NULL && pos == NULL` then `ev.EvAct = 2`**\n (0x00886353–0x0088636f). This default is easy to miss and changes the save bytes.\n6. Position: `obj` wins (`obj->[+0x18/+0x1c/+0x20]`), else `pos` (`pos->[0/4/8]`), else the\n ctor's `FLT_MAX` triple (0x0088637a–0x008863a7).\n7. `PruneOldTurns(turn)` — 0x00879eb0.\n8. `TurnEvents* bucket = GetOrCreateTurnBucket(turn)` — 0x00885380.\n9. `PlayerEvent* dup = FindDuplicate(bucket, &ev)` — 0x00825d40. **If non-NULL, return\n `dup->EvEID` and post nothing.**\n10. else `bucket->Events.push_back(ev)`; `if (EvNxID == 0) EvNxID = 1;`\n `id = EvNxID++; back().EvEID = id;` return `id`.\n\n### `EventStorage::FindDuplicate` — 0x00825d40, `__thiscall (TurnEvents*, PlayerEvent*)`, `ret 8`\n\nLinear scan of the bucket. Two events are the same when **all** of these match:\n`EvAct` (+0x6c), `EvLoc` (+0x40), the three `EvPos` floats (`fucompp`, so bitwise-unequal\nNaNs never match but the `FLT_MAX` sentinels always do), `EvMsg` (+0x24) and `EvImg` (+0x50).\n**`EvDsc` is NOT compared.** A NULL bucket returns 0 immediately.\n\nThis is why the two identical `EVENT_SHIPS_BUILT` records in `turn3-state.sav` survive as\nseparate events: they are in different turn buckets, and dedup is per-bucket.\n\n### `EventStorage::GetOrCreateTurnBucket` — 0x00885380, `__thiscall (int turn)`, `ret 4`\n\nScans `Events` for `EvTurn == turn`; **keeps scanning to the end and returns the *last*\nmatch** (0x008853d0–0x008853de has no early exit). If none, constructs a bucket\n(`0x00884cb0`, vtable `0x00a0f07c`), appends, and sets `_Mylast[-1].EvTurn = turn`\n(0x0088542d, `mov [eax-0x14], ecx`, i.e. `+4` off the new element at `_Mylast-0x18`).\n\n### `EventStorage::PruneOldTurns` — 0x00879eb0, `__thiscall (int turn)`\n\nCutoff is `turn - 0x32` (**50 turns**), constant, not from config: `0x00879ec3 add ebx,-0x32`.\n\nPrecisely as coded — and this is a quirk worth reproducing rather than \"fixing\": it walks the\n**leading** run of buckets with `EvTurn < cutoff`, leaves `edi` pointing at the **last** one\nof that run, and then shifts from `edi` down to `_Myfirst`. So it erases `n-1` buckets, not\n`n`: **one stale bucket always survives**, and a single leading stale bucket is never\nremoved at all (`0x00879ee2 cmp esi,edi; je` returns). It also stops at the first non-stale\nbucket, so a stale bucket after a fresh one is never reached.\n\n### Convenience wrapper\n\n`0x00886470` (`ret` and prototype not verified by this lane) posts via `PostEvent` twice at\n0x00886802 / 0x00886b22. **161 call sites in 113 functions** reference `PostEvent` directly —\nthis is the single event API for the whole simulation, not a research-specific helper.\n\n### Turn number\n\nEvery research-path site computes the turn as `*(int*)(*(char**)(player + 8) + 8)`.\n`ServerPlayer+8` is the `StrategyServer` *second* base; `0x0080e320` is\n`__thiscall void* ServerPlayer::GetServer()` = `[this+8] ? [this+8]-4 : 0`, so the field is\n`StrategyServer(primary base)+0x0c`. This matches the B4 finding that `StrategyServer` has\ntwo bases four bytes apart.\n\n**CORRECTION (lane EV 2026-09-08): that field is the FRAME (the turn counter), not\n`ModCount`.** The two are different words and the saves separate them cleanly:\n`turn2-state.sav` has `Summary/Turn = 2`, `Sim/Frame = 2` and `Sim/ModCount = 12`, and every\nevent the turn posted landed in bucket `EvTurn = 2`. If the argument were `ModCount` the\nbuckets would be 12 and 24. The value is the **post-increment** turn — a turn run from a save\nat turn *N* posts into bucket *N+1* — because the frame is bumped in `BeginProcessTurn`,\nbefore either turn driver runs.\n\n---\n\n## 3. Which events the research path posts\n\nOrder within `ServerPlayer::ProcessTurn` (0x00891340):\n\n| # | site | event | condition |\n|---|---|---|---|\n| 1 | `TechTree::ProcessResearch` 0x00587b97 | `EVENT_RESEARCH_OVERBUDGET` | per node, see below |\n| 2 | → `SetResearched` → `OnTechResearched` 0x008919b5 | `EVENT_RESEARCH_COMPLETE` / `_UNDERBUDGET` | see below |\n| 3 | → `OnTechResearched` 0x00892427 | `EVENT_TEMPERANCE` | temperance tech cured ≥1 addicted system |\n| 4 | `TechTree::ProcessResearch` 0x00587ff4 | `EVENT_TECHS_UNLOCKED` | tail loop, ≥1 newly available node |\n| 5 | `ProcessTurn` 0x0089168c | `EVENT_NO_RESEARCH` | no target, no affordable tech, tree not exhausted |\n\n`ProcessResearch`'s two posts bracket the per-node loop: OVERBUDGET fires **inside** the loop\n(so once per over-budget node), TECHS_UNLOCKED **once** after it.\n\n### 3.1 `EVENT_RESEARCH_OVERBUDGET` — the B3 defect, fully explained\n\nPosted at **0x00587b97**, in `TechTree::ProcessResearch` (0x005876c0).\n\nPer-node arithmetic recovered from 0x00587732–0x00587907 (naming `cost =\nTechTree::GetNodeCost(node)` = 0x0057da00, `pts = node->points` at `node+0x1c`):\n\n```\nminPts = max(cost * 50 / 100, 0) ; 0x51eb851f/sar 5 = /100\nmaxPts = max(minPts, cost * 150 / 100)\nwasDone = (pts >= cost) ; [ebp-0xcd], setge @0x005877e1\ngranted = min(requested, maxPts - pts)\n*overbudgetOut += requested - granted ; the out-param accumulates unspent points\npts += granted\nnowDone = (pts >= cost) ; [ebp-0xce], setge @0x00587828\n\nif (pts >= maxPts) chance = 1.0f, draw = 0.0f ; always completes\nelse if (granted == 0) chance = 0.0f, draw = 1.0f ; never completes, no draw\nelse chance = (float)(pts - minPts) / maxPts ; NOTE: / maxPts, not /(max-min)\n draw = rng.NextFloat()*(1.0-0.0) + 0.0 ; [0x009e1e68] == 0.0\n if (owner && owner->Species == 5) ; Zuul\n draw = max(draw, rng.NextFloat()*(1.0-0.0)+0.0)\n\nif (chance < draw) { ; roll FAILED -> tech not completed this turn\n if (!wasDone && nowDone && owner) {\n PostEvent(EVENT_RESEARCH_OVERBUDGET); node->flag(+0x2c) = 2;\n }\n} else { ; roll succeeded\n log(\"Research completed at %d of %d (%.1f%%). (Odds: %.2f, Roll: %.2f)\\n\", ...)\n if (pts/cost < 0.8) node->flag(+0x2c) = 0;\n SetResearched(node->def, 2); ; 0x00581e10 -> OnTechResearched\n}\n```\n\nSo **over budget means: the node has accumulated at least its full cost, but the completion\nroll failed, and this is the first turn that has been true.** `!wasDone` is what makes it\nfire exactly once per node.\n\nThe record it posts:\n\n| field | value | evidence |\n|---|---|---|\n| `EvDsc` | `\"Research Over Budget\"` | key `EVENTSUM_RESEARCH_OVERBUDGET`, slot `0x00ae48e0`, thunk key at `0x00a00cac` |\n| `EvMsg` | `\"Research for %s has gone overbudget.\"` % `node->def->name` | key `EVENTMSG_RESEARCH_OVERBUDGET`, slot `0x00ae48e8`, key at `0x00a00ccc` |\n| `EvImg` | `\"EVENT_RESEARCH_OVERBUDGET\"` | literal `0x00a0078c`, pushed at 0x00587b24 |\n| `EvLoc` | `0` | `obj = NULL` (0x00587b2c) |\n| `EvPos` | `{FLT_MAX, FLT_MAX, FLT_MAX}` | `pos = NULL` → ctor default |\n| `EvAct` | `1` | literal, 0x00587b22 |\n| `EvCID` | `0` | ctor |\n\nBoth strings go through `0x008c97f0` (`__cdecl` format-into-`std::string`, 8 stack args:\n`out, fmt, a1..a6`) with the tech name as the single substitution; the summary format\ncontains no `%s`, so it comes out literal. The tech name is `def+0x40` (a `std::string`;\n`_Myres` at `+0x54` selects heap vs. inline buffer, 0x00587a1d).\n\n**Save cross-check:** `turn3-state.sav`, player 1, turn-3 bucket, `EvEID 3` is exactly this\nrecord, with `EvMsg \"Research for Waldo Units has gone overbudget.\"` — the format string, the\n`%s` substitution, `EvAct 1`, `EvLoc 0` and the `FLT_MAX` position all match byte for byte.\n\n### 3.2 `EVENT_RESEARCH_COMPLETE` / `EVENT_RESEARCH_UNDERBUDGET`\n\nPosted at **0x008919b5** in `ServerPlayer::OnTechResearched` (0x00891790), guarded by\n`if (!silent)` (0x00891804 `cmp byte [ebp+0xc], 0; jne`).\n\n```\nratio = TechTree::GetProgressRatio(tree, def) ; 0x0057e950, float\nif (ratio >= 0.8f) img = \"EVENT_RESEARCH_COMPLETE\" (0x00a33368)\n sum = EVENTSUM_RESEARCH_COMPLETE (slot 0x00af09e8)\n msg = EVENTMSG_RESEARCH_COMPLETE (slot 0x00af09f0)\nelse img = \"EVENT_RESEARCH_UNDERBUDGET\" (0x00a33380)\n sum = EVENTSUM_RESEARCH_UNDERBUDGET(slot 0x00af09f8)\n msg = EVENTMSG_RESEARCH_UNDERBUDGET(slot 0x00af0a00)\nPostEvent(sum, snprintf(msg, 0x100, def->name), NULL, NULL, turn, img, 1)\n```\n\nThe 0.8 constant is the `double` at `0x009e20c8` = `0.800000011920929`, i.e. `(double)0.8f` —\nthe comparison is `fcomp` of the `float` ratio against that double. Text:\n\n* `EVENTSUM_RESEARCH_COMPLETE` = `\"Research Complete\"`,\n `EVENTMSG_RESEARCH_COMPLETE` = `\"Tech %s has been acquired\"`\n* `EVENTSUM_RESEARCH_UNDERBUDGET` = `\"Research Breakthrough!\"`,\n `EVENTMSG_RESEARCH_UNDERBUDGET` = `\"Your scientists made a breakthrough with %s. Research has completed ahead of schedule!\"`\n\n`EvAct = 1`, `obj = pos = NULL`, so `EvLoc = 0` and `EvPos = FLT_MAX³`. Message buffer is a\n0x100-byte stack buffer formatted with `0x008c8eb0` (`_snprintf`-shaped, 9 args), then\nassigned into a `std::string`, so **a message longer than 255 chars is truncated** — a real\nbehaviour to reproduce.\n\nNote the naming is counter-intuitive: `UNDERBUDGET` is the *cheap* completion (ratio < 0.8).\n\n### 3.3 `EVENT_TEMPERANCE`\n\nPosted at **0x00892427**, same function, after the per-species temperance sweep\n(0x00892280–0x008922b9: for each species with flag bit 5, cure every owned addicted system\nvia 0x00745e40 / 0x00743800). Guarded by `!silent` **and** by a local \"something was cured\"\nflag (`[ebp-0x189]`, set at 0x008922a6). Strings `EVENTSUM_ADDICTION_TEMPERENCE` /\n`EVENTMSG_ADDICTION_TEMPERENCE` (slots `0x00af0a88` / `0x00af0a90`, note the shipped\nmisspelling \"TEMPERENCE\").\n\n`EvImg = \"EVENT_TEMPERANCE\"` (0x00a33340), `obj = pos = NULL`, and **`EvAct = 0`** — which\nmeans rule 5 of `PostEvent` fires and the stored `EvAct` becomes **2**, not 0. Any\nreimplementation that stores the literal 0 will differ from the oracle here.\n\n### 3.4 `EVENT_TECHS_UNLOCKED`\n\nPosted at **0x00587ff4**, at the tail of `ProcessResearch` (loop at 0x00587cc3). Collects\nevery node `n` where `n != NULL`, `n->def != NULL`, `tree->nodes[n->def->index] != NULL`,\nthat node's **`state` (`+0x14`) `== 2` (available)**, and **`n->turnAvailable` (`+0x20`)\n`== currentTurn`** (0x00587cfc–0x00587d42). If the collected vector is non-empty it posts\nonce.\n\n*Correction to `strategic-turn-internals.md:233`*, which reads the condition as \"state==2 &&\nturnAvailable == currentTurn **&& parent researched**\". There is no parent test: the\n`mov ecx,[ecx]; mov eax,[eax+ecx*4]` pair at 0x00587d0d–0x00587d19 dereferences `n->def` and\nthen indexes `tree->nodes` by `def->[0]`, which is the tech's **own** index (the same\nindirection the entry loop uses at 0x00587738–0x00587740). It resolves back to `n` itself;\nthe two null checks around it are defensive. The state test is therefore on `n`, not on a\nparent.\n\n`EvDsc` = `EVENTSUM_UNLOCKEDTECHS` (slot `0x00ae48f0`) = `\"New Technologies Available\"`.\n`EvMsg` = `EVENTMSG_UNLOCKEDTECHS` (slot `0x00ae48f8`) =\n`\"The following technologies are now available for research:\"` followed by, per node, the\nseparator string at `0x009e4588` and the node's `def->name` (0x00587f46–0x00587f82).\n`EvImg` = literal `\"EVENT_TECHS_UNLOCKED\"` (`0x00a00774`, length pushed as 0x14).\n`EvAct = 1`, `obj = pos = NULL`.\n\n### 3.5 `EVENT_NO_RESEARCH`\n\nPosted at **0x0089168c** in `ServerPlayer::ProcessTurn`. Condition (0x0089162a–0x0089167e):\n\n```\nif (player->ResT (+0x294) == NULL)\n TechTree::CollectResearchedTechs(&out, turn, INT_MAX, sort=1) ; 0x00584e50\n if (out.empty() && TechTree::FindFirstAvailableTech() != NULL) ; 0x0057da90\n PostEvent(EVENTSUM_NO_RESEARCH, EVENTMSG_NO_RESEARCH, NULL, NULL, turn,\n \"EVENT_NO_RESEARCH\" (0x00a3332c), 1)\n```\n\nBoth strings are `\"No Research Project Assigned.\"` — matches `turn3-state.sav` player 0\nexactly (`EvAct 1`, `EvLoc 0`, `EvPos` FLT_MAX³).\n\n**CORRECTION (lane EV 2026-09-08) to this section as first written.** 0x00584e50 was named\nhere as a `ListAvailableTechs` and the middle test read as \"no affordable tech\". It is\n`TechTree::CollectResearchedTechs` (lane T read the whole body; the call site's argument order\nwas re-read here byte for byte from 0x00891600), and the test is about what was **researched**,\nnot about what is available:\n\n1. `ResT == NULL` — the player holds no research target;\n2. **no tech has `state == 4` (researched) with `turnResearched (+0x24) >= turn`**, i.e.\n nothing finished on this turn or later. The turn is passed as the collector's `minTurn`\n and the range runs to `INT_MAX`;\n3. at least one node is in `state == 2` (available) — that is the availability half, and it is\n what excludes the four monster factions, whose entire tree is state 4.\n\nTest 2 is not decoration and the corpus exercises it: in `zuul-turn23-fleet23.sav` the human\nposts `EVENT_RESEARCH_COMPLETE` on turn 22 and **no** no-research event that turn, then\n`EVENT_NO_RESEARCH` again on turn 23. `sots-engine`'s P11 implements all three tests; before\nthis lane it implemented tests 1 and 3 only, and over-fired.\n\nTest 1 is the one a save cannot answer. `ResTNm` on the wire is the target the file was\n**written** with; on the reference pair all four real players start the turn with none and\nthree of them acquire one *during* it, which is AI research selection. Across all eleven\ncorpus saves no AI player ever posts `EVENT_NO_RESEARCH` (~90 player-turns) while the human\nposts it on every turn it lacks a target — stated as a hypothesis, with the operator's\n`--ai-player` roster standing in for the missing input.\n\nAlso in this window (0x008915ec–0x00891624): `RollResearchEvent` (0x0088df20) is called when\n`ResT != NULL && ResErrRoll(+0x3b4) != 0 && (const at 0x00a2c788) < progressRatio`, then\n`ResErrRoll` is cleared — the same draw the B2/B3 lanes measured. `RollResearchAccident`\n(0x00889dc0) posts the `EVENT_LABACCIDENT_*` family; not traced here.\n\n---\n\n## 4. What is *not* verified\n\n* `0x00886470` — the wrapper that also calls `PostEvent`. Its prototype and its two call\n paths were not read; I only established that it exists and is not on the research path.\n* `TurnEvents`' vptr/vtable contents beyond slot 0 (the virtual dtor used by the pruner).\n* The `sasc` tag at `0x00a2bde0` — adjacent to the event tag block, owner unknown.\n* Whether `PostEvent`'s dedup can ever collapse two research events in practice. It cannot\n for OVERBUDGET vs COMPLETE (different `EvImg`), but two *different techs* going over budget\n in the same turn differ only in `EvMsg`, which **is** compared — so both are kept. Verified\n by reading the comparator, not by observing it.\n* `EventStorage::Write` (the save-side counterpart of 0x00825cc0) was not located; only the\n read/`0x8b9d50` direction and the two `TurnEvents` directions were disassembled. The field\n order is identical in both directions and is confirmed by the save, so this is a gap in\n coverage, not in confidence about the layout.\n* The 50-turn prune has never been observed running (our saves are at turn ≤ 3).\n\n---\n\n## 5. What a turn actually posts (lane EV 2026-09-08, measured over all 11 saves)\n\nRead out of the corpus with `verify/state-checksum/state_checksum.py`, not derived. Every\n`EvImg` value, bucket and id below is a file fact.\n\n**Only two players in the whole corpus ever hold an event.** `PlyrIdx 0` (the human) and\n`PlyrIdx 1` (the one AI empire that owns colonies). `PlyrIdx 2..3` are the dormant shadow\nempires — `Sav = 0`, no colonies — and although they *do* pick research targets every turn,\ntheir `EvNxID` is 0 on every save. `PlyrIdx 4..7` are the monster factions, whose whole tech\ntree is state 4 and whose `EvNxID` is likewise 0 throughout. So \"who posts\" is not a property\nof the event API; it is a property of who does anything.\n\n### The reference pair\n\n| pair | player | bucket | id | image | EvAct | EvLoc |\n|---|---|---|---|---|---|---|\n| turn1 -> turn2 | 0 | `EvTurn=2` | 1 | `EVENT_NO_RESEARCH` | 1 | 0 |\n| turn1 -> turn2 | 1 | `EvTurn=2` | 1 | `EVENT_SHIPS_BUILT` | 0 | 288 |\n| turn2 -> turn3 | 0 | `EvTurn=3` | 2 | `EVENT_NO_RESEARCH` | 1 | 0 |\n| turn2 -> turn3 | 1 | `EvTurn=3` | 2 | `EVENT_SHIPS_BUILT` | 0 | 288 |\n| turn2 -> turn3 | 1 | `EvTurn=3` | 3 | `EVENT_RESEARCH_OVERBUDGET` | 1 | 0 |\n\n**Order within a player is readable off the ids**: on turn 3 player 1's construction event is\nid 2 and its research event id 3, so **the build pass posts before the research pass**. Ids\nare per player (`EvNxID` is on the player's own storage), so no cross-player order is\nobservable from a save and none should be assumed.\n\n`EVENT_SHIPS_BUILT` carries `EvAct = 0` **as stored**, because it has a subject (`EvLoc` 288,\na real position) — the `act == 0 && !obj && !pos -> 2` rule does not fire. The only stored\n`EvAct = 2` in the corpus is `EVENT_LABACCIDENT_SMALL`.\n\n### Every image the corpus contains\n\n`EVENT_NO_RESEARCH`, `EVENT_SHIPS_BUILT`, `EVENT_RESEARCH_COMPLETE`, `EVENT_TECHS_UNLOCKED`,\n`EVENT_RESEARCH_OVERBUDGET`, `EVENT_FLEET_ARRIVED`, `EVENT_FLEET_EXPLORED`,\n`EVENT_FLEET_MULTIPOINT_NONODE`, `EVENT_LABACCIDENT_SMALL`, `EVENT_COLONY_NEWSETTLERS`,\n`EVENT_ENEMY_INCOMING_Human`. The last is worth noting: the **event type is the `EvImg`\nstring and it is composed at run time** — `_Human` is a species suffix, so the type space is\nnot a fixed enumeration and never was.\n\n### Text keys used, from `Locale/EN/Strings.csv`\n\n`EVENTSUM_SHIPS_BUILT` = `Ships Constructed At %s`; `EVENTMSG_SHIPS_BUILT_1SHIP` =\n`1 ship built in system %s`; `EVENTMSG_SHIPS_BUILT_NSHIPS` = `%s ships built in system %s`.\nSo the construction event picks between **two** message keys on the ship count, and the count\nis substituted as a `%s`. Both `EVENTSUM_NO_RESEARCH` and `EVENTMSG_NO_RESEARCH` are the same\nstring and take no parameter.\n\n### Wired into `sots-engine`\n\n`src/app/event_phase.{h,cpp}` bridges the save's event subtree to `game::events` and P11 posts\nthrough it. On the reference pair, with the data root and the AI roster supplied and\n`--commit-blocked=P11`: **4 leaves closed on turn1->turn2 and 3 on turn2->turn3, 0 regressed**,\nand the posted record agrees with the oracle on every one of its eight fields. Engine-side\nwrite-up: `sots-engine docs/EV-events.md`.","lineStart":1,"lineEnd":492,"totalLines":492,"truncated":false}},"title":"findings/subsystems/events.md","time":{"start":1789014204928,"end":1789014204948}},"metadata":{"openai":{"itemId":"fc_09925928b03fd9eb016aa230bca07487d1977b5151bc7912db"}},"id":"prt_0898e61f3001FwKYFeQ1yi0Whp","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","messageID":"msg_0898e1062001R1BSHvfrwVXscM"}} +{"type":"tool_use","timestamp":1789014205008,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"type":"tool","tool":"read","callID":"call_a1q5rgNOmCOKoPlYaykyQFOZ","state":{"status":"completed","input":{"filePath":"/home/alex/sots-re/findings/subsystems/observedtech-append.md"},"output":"/home/alex/sots-re/findings/subsystems/observedtech-append.md\nfile\n\n1: # `vector otch` — pinned, and the displacement scanner that pinned it\n2: \n3: Lane X. Static/host only; VM140 was held by lane F and the game was never run.\n4: \n5: Two things here: a general-purpose tool (`tools/x86disp.py`) for a class of cross-reference\n6: Ghidra cannot index, and the `ServerPlayer+0x274` answer it was built to get.\n7: \n8: ---\n9: \n10: ## 1. The gap the tool fills\n11: \n12: Ghidra indexes **immediate** operands. It does not index **ModRM displacements**. On a\n13: 41,411-function MSVC C++ binary `lea reg,[reg+disp]` is *the* idiom for taking the address of\n14: a member — it is how every `std::vector`, every `std::string`, every embedded sub-object gets\n15: passed to a method or a constructor. So `find-constant-uses 0x274` returned 13 unrelated hits\n16: and none of them was the vector, and lane P correctly concluded the search was a limitation\n17: rather than evidence of absence.\n18: \n19: Lane E only found `EventStorage` at `+0x29c` because a whole accessor function happened to\n20: exist (`lea eax,[ecx+0x29c]; ret`). We were blind to this whole reference class all campaign,\n21: with ~1,600 classes still to go.\n22: \n23: ## 2. The tool — `tools/x86disp.py`\n24: \n25: A real x86-32 **length decoder** (legacy prefixes, 1-/2-/3-byte opcodes, ModRM, SIB, disp8\n26: sign-extended, disp32, every immediate form), swept from Ghidra's function starts so every\n27: decode begins on a genuine instruction boundary. It indexes every memory operand that carries\n28: a displacement, then answers \"what code touches offset N off some object?\" with the containing\n29: function, instruction address, base register and decoded instruction.\n30: \n31: Correctness points that would otherwise produce confident garbage, all handled:\n32: \n33: * `mod=0,rm=5` and `mod=0,rm=4,sib.base=5` are **disp32 with no base** — an absolute global\n34: address, not a member offset. Excluded from member queries. (Without this, every\n35: `mov eax,[0x00a2bd88]` in the binary shows up as a \"displacement\".)\n36: * `mod=1` disp8 is **sign-extended**: `-0x08` must not be reported as `+0xf8`.\n37: * `mod=3` is a register operand with no displacement at all.\n38: * `0x67` address-size prefix means 16-bit ModRM, a different layout entirely — refused rather\n39: than mis-decoded.\n40: \n41: Commands: `build`, `query `, `cohort`, `func `, `dis `, `stats`, `brute`.\n42: \n43: **Decode quality:**\n44: \n45: ```\n46: functions swept : 41089\n47: instructions : 2174504\n48: disp sites : 612166\n49: desyncs : 70 (0.17% of functions)\n50: code coverage : 6142049/6142358 (100.0%)\n51: ```\n52: \n53: Zero unknown-opcode desyncs — the opcode tables cover everything this binary contains. All 70\n54: desyncs are truncations at a section/function boundary, not lost sync inside real code.\n55: \n56: > Gotcha worth carrying: the first build clipped each sweep at `fva + Ghidra's sizeInBytes`\n57: > and lost 11% of functions to mid-instruction truncation — Ghidra's `sizeInBytes` understates\n58: > real bodies often enough to matter (it was cutting valid `mov esp,ebp; pop ebp; ret`\n59: > epilogues in half). Sweeping to the **next function start** instead took coverage 89% → 100%.\n60: \n61: The tool works off a local cache (`dumps/`, gitignored: the exe, the function list, the index)\n62: so it never hammers the shared Ghidra box. `tools/cache_functions.py` pulls the function list\n63: once.\n64: \n65: ## 3. Validation — it rediscovers what we already knew\n66: \n67: Run before any new claim was made.\n68: \n69: **GT1 — `ServerPlayer::GetEventStorage`, the one accessor we already had:**\n70: \n71: ```\n72: $ uv run python3 tools/x86disp.py func 0x0080db00\n73: ServerPlayer_GetEventStorage @ 0x0080db00 size 7\n74: 0x0080db00 lea eax,[ecx+0x29c] ServerPlayer_GetEventStorage+0x0 (8d819c020000)\n75: ```\n76: \n77: **GT2 — lane E's two `OnTechResearched` sites, plus one it did not have:**\n78: \n79: ```\n80: $ uv run python3 tools/x86disp.py query 0x29c --lea\n81: ProcessTurn @0x00891340\n82: 0x00891713 lea ecx,[esi+0x29c] ProcessTurn+0x3d3 <-- NEW\n83: OnTechResearched @0x00891790\n84: 0x008919ab lea ecx,[esi+0x29c] OnTechResearched+0x21b <-- known\n85: 0x0089241d lea ecx,[esi+0x29c] OnTechResearched+0xc8d <-- known\n86: ```\n87: \n88: **GT3 — `EvNxID` at `ServerPlayer+0x2b0`:** 90 sites found; the `ServerPlayer` ones are present.\n89: This one is also the honest illustration of the precision problem — see §5.\n90: \n91: **GT4 — positive control for the cohort ranker.** Given the 50 `ServerPlayer` offsets already\n92: in `struct-recovery.md`, `FUN_0087fac0` scores **50 co-hits out of 50** — it is the\n93: `ServerPlayer` serializer, and nothing else in the binary comes close. A scanner that could\n94: not surface that function from a bare offset query would not be worth using.\n95: \n96: ## 4. The answer: `sizeof(ObservedTech)` and the append site\n97: \n98: ### `sizeof(Game::ObservedTech) = 0x2c` (44 bytes) — verified, three independent ways\n99: \n100: **(a)** `vector::operator=` at `0x00872380` divides the vector's byte span by a\n101: constant using MSVC's magic-number sequence:\n102: \n103: ```\n104: 0x00872398 mov ecx,[edi+0x4] ; src._Mylast\n105: 0x0087239b mov edi,[edi] ; src._Myfirst\n106: 0x0087239d sub ecx,edi ; byte span\n107: 0x0087239f mov eax,0x2e8ba2e9\n108: 0x008723a4 imul ecx\n109: 0x008723a6 sar edx,3\n110: ```\n111: \n112: `ceil(2^35 / 44) == 0x2e8ba2e9` **exactly**, and emulating the full sequence reproduces\n113: n = 0,1,2,3,10,71,1000 from spans of 0,44,88,132,440,3124,44000. Divisor = 44, unambiguously.\n114: \n115: **(b)** The same function then multiplies back by the literal stride:\n116: \n117: ```\n118: 0x0087243a imul ecx,ecx,0x2c\n119: 0x0087243d add ecx,[esi] ; this->_Myfirst + n*44\n120: 0x00872441 mov [esi+0x4],ecx ; this->_Mylast = ...\n121: ```\n122: \n123: Same literal at `0x00872468` and at `0x007b735b` inside `push_back`.\n124: \n125: **(c)** The linear search in the append function advances its iterator by `add edi,0x2c`\n126: (`0x007ba257`).\n127: \n128: This matches the on-disk lower bound *exactly* — 4 × `int` + one `0x1c` `std::string` = 44 —\n129: so there is no padding slack anywhere in the element.\n130: \n131: ### The append site\n132: \n133: ```\n134: FUN_007ba1a0 = RecordObservedTech (direct callee of ServerPlayer::OnTechResearched 0x00891790)\n135: \n136: 0x007ba221 mov edi,[esi+0x274] ; it = observer->otch._Myfirst\n137: 0x007ba227 cmp edi,[esi+0x278] ; ... != _Mylast ?\n138: 0x007ba22d je 0x007ba274 ; empty -> append\n139: loop: compare each element's name string (this = elem+0x0c, length = [elem+0x1c])\n140: 0x007ba257 add edi,0x2c ; ++it *** stride 44 ***\n141: 0x007ba25a cmp edi,[esi+0x278]\n142: 0x007ba260 jne loop\n143: 0x007ba274 lea ecx,[ebp-0x3c]\n144: 0x007ba277 call 0x008562a0 ; ObservedTech::ObservedTech() on the stack\n145: 0x007ba27e push eax\n146: 0x007ba27f lea ecx,[esi+0x274] ; this = &player->otch <<< THE APPEND\n147: 0x007ba288 call 0x007b7320 ; vector::push_back\n148: ```\n149: \n150: `push_back` (`0x007b7320`) grows via `0x007b5820` when `_Mylast == _Myend` — **that realloc is\n151: exactly why lane R's guard saw all three of `player+0x274/0x278/0x27c` move on a completion**,\n152: rather than only `_Mylast`.\n153: \n154: `RecordObservedTech` is called from `OnTechResearched` (`0x00891790`) and from `0x007be228`,\n155: `0x007be4e1`, `0x007be535`. It is a **de-duplicating** append: it appends only if no existing\n156: element already carries that tech name — worth knowing for the reimplementation, since a naive\n157: `push_back` would diverge on a re-observation.\n158: \n159: Neither `push_back` nor `operator=` is COMDAT-ambiguous: `0x007b7320` has exactly one caller\n160: (`RecordObservedTech`, `ecx = player+0x274`) and `0x00872380` has two, both passing\n161: `ServerPlayer+0x274`. `0x007b5820` **is** shared with `FUN_0086dec0` and may be a folded body,\n162: so it is labelled `vector_44B_grow`, not as ObservedTech-specific.\n163: \n164: ### Element layout — as far as the evidence actually goes\n165: \n166: The default ctor at `0x008562a0` writes vtable `0x00a2439c` at `+0x00`. RTTI:\n167: COL `0x00a81c78` → type descriptor `0x00aeede4` → **`.?AVObservedTech@Game@@`**. So\n168: `ObservedTech` is polymorphic and its first word is a vptr, not a data field — which the\n169: on-disk shape does not tell you.\n170: \n171: > **Superseded 2026-09-08 by lane S — see §9.** The table as first written called the\n172: > embedded string 0x18 bytes and left `+0x08`, `+0x24`, `+0x28` unaccounted. `+0x24` is not a\n173: > field: it is the string's own trailing allocator word. The corrected map is below; the\n174: > original reasoning is kept in §9 because the way it went wrong is the useful part.\n175: \n176: | offset | size | member | evidence |\n177: |---|---|---|---|\n178: | `+0x00` | 4 | vptr `0x00a2439c` | ctor writes it, RTTI-confirmed |\n179: | `+0x04` | 2 | `uint16 otnF` (turn first observed) | `mov word [eax-0x28],cx` at `0x007ba2b0` (`eax` = `_Mylast`, element = `_Mylast-0x2c`), source `[ebx+0xc]`; tag from `ObservedTech::Write` |\n180: | `+0x06` | 2 | `uint16 otnL` (turn last observed) | `mov word [eax-0x26],dx` at `0x007ba2c6`, **same source word** `[ebx+0xc]` — first sighting sets first == last |\n181: | `+0x08` | 1 | `bool odet` | ctor stores a **byte** (`mov [esi+0x8],bl`, `0x008562f4`); copy-ctor copies a byte; serialised with `WriteBool`/`ReadBool` |\n182: | `+0x0c..+0x27` | 0x1c | `std::string otch` (tech name) | object base `+0x0c`, MSVC `{_Bx[16] @0, _Mysize @0x10, _Myres @0x14, _Alval @0x18}`. Ctor writes `[+0x0c]=0`, `[+0x1c]=0`, `[+0x20]=0xf`; the search loop reads `[+0x1c]` as the length and calls compare with `this = +0x0c`; the post-append assign uses `lea ecx,[_Mylast-0x20]` = `+0x0c`. `+0x24` is `_Alval` — never read, never written, by anything |\n183: | `+0x28` | 4 | `int owith` | ctor zeroes it; `ObservedTech::Write` emits it last |\n184: \n185: `4 + 2 + 2 + 1(+3 pad) + 0x1c + 4 = 0x2c` exactly — sizeof is fully accounted for, with no\n186: padding slack and no unaccounted field.\n187: \n188: ### Where the mapping came from — the serializer\n189: \n190: `Game::ObservedTech`'s vftable `0x00a2439c` is the usual 3 slots\n191: `{ [0] 0x00793610 scalar deleting dtor, [1] 0x00817c40 Read, [2] 0x00817cf0 Write }`.\n192: `Write` enumerates the entire object, in order, and touches nothing else:\n193: \n194: ```\n195: 0x00817cff movzx ecx,word [edi+0x04] push 0xa2b38c \"otnF\" -> stream vft+0x24 (int)\n196: 0x00817d0f movzx ecx,word [edi+0x06] push 0xa2b384 \"otnL\" -> stream vft+0x24 (int)\n197: 0x00817d26 lea eax,[edi+0x08] push 0xa2b36c \"odet\" -> WriteBool 0x008b9c20\n198: 0x00817d37 lea ecx,[edi+0x0c] push 0xa2b3e8 \"otch\" -> WriteString 0x008b9d70\n199: 0x00817d46 mov eax,[edi+0x28] push 0xa2b364 \"owith\" -> stream vft+0x24 (int)\n200: ```\n201: \n202: `Read` (`0x00817c40`) is the exact mirror: `otnF`/`otnL` read as ints and stored back with\n203: 16-bit `mov word [ebx],ax`, `odet` through `ReadBool`, `otch` through `ReadString`, `owith`\n204: reached as `add edi,0x28`. That matches the on-disk order `save_reader.py` already had\n205: (`Otch = otnF otnL odet otch(string) owith`), which is a nice independent agreement between\n206: the disassembly and the save oracle.\n207: \n208: `Game::ObservedWeapon` (`Write` `0x00817bc0`, `Read` `0x00817b10`) is the same element shape\n209: with tag `owep` (`0x00a2b3f0`) in place of `otch` — a second instance of the identical 0x2c\n210: layout.\n211: \n212: Lane P's `observed_techs` region byte delta remains a valid live cross-check and should come\n213: back as exactly 44 per completion.\n214: \n215: ## 5. False-positive rate, honestly\n216: \n217: Two different error rates, and the interesting one is not the one you'd expect.\n218: \n219: **Decode-level error of the naive method is low.** A raw byte scan for `8D` + ModRM + the\n220: displacement — the thing you'd write without a decoder — is mostly *right*:\n221: \n222: | query | naive candidates | not actually an instruction | real sites the naive scan **missed** |\n223: |---|---|---|---|\n224: | `lea`, disp32 `0x274` | 19 | 0 (0.0%) | **80 of 99** |\n225: | 11 common opcodes, disp32 `0x274` | 89 | 1 (1.1%) | 11 of 99 |\n226: | `lea`, disp8 `0x14` | 828 | 1 (0.1%) | **13,784 of 14,611** |\n227: | 11 common opcodes, disp8 `0x14` | 10,326 | 59 (0.6%) | 4,344 of 14,611 |\n228: \n229: So the decoder's win is **recall, not decode precision**. A hand-written opcode set misses\n230: 80–94% of the real accesses, because a member is read, written, compared, and float-loaded far\n231: more often than its address is taken, and you cannot enumerate those opcodes by hand.\n232: \n233: **Class-level precision is the real problem, and it is poor.** The scanner knows the\n234: displacement; it cannot know what class the base register holds. `query 0x274` returns 99 sites\n235: in 45 functions and only about 6 of those functions are actually touching `ServerPlayer::otch`\n236: — roughly **13% precision by function**. The honest way to state the value is as search-space\n237: reduction: 41,411 functions → 45, about **900×**, down to a list a human reads in two minutes.\n238: \n239: **The cohort ranker helps, and has a trap.** Scoring functions by how many *already-known*\n240: offsets of the same class they touch pulls real class methods to the top (the serializer hits\n241: 50/50). But it would have **thrown away the correct answer**: `RecordObservedTech` touches only\n242: `0x274` and `0x278` and nothing else on `ServerPlayer`, so any `--min>=1` filter drops it. Use\n243: cohort as a ranker, never as a filter. This is now written into the tool's own docstring.\n244: \n245: What actually closed the case was the plain `query 0x274` list **intersected with one call-graph\n246: lookup** (`OnTechResearched`'s direct callees). Displacement scan for recall, call graph for\n247: disambiguation — neither alone was enough.\n248: \n249: ## 6. Previously anonymous offsets — attribution results\n250: \n251: The payoff was smaller than hoped, because most of the audit's anonymous offsets had already\n252: been named by other lanes since the audit was written.\n253: \n254: | offset | status before | after |\n255: |---|---|---|\n256: | `player+0x274/0x278/0x27c` | \"vector grew, append site unknown\" | **`RecordObservedTech+0xdf` (0x007ba27f)**, `sizeof` = 0x2c |\n257: | `player+0x2b0` | already named by lane E | unchanged (`EvNxID`) |\n258: | `TechTree+0x20` | already `TechTree_off_OrderCounter` | unchanged |\n259: | `ServerPlayer+0x308` | already `ServerPlayer_off_NodeBore` | unchanged |\n260: | `Budget+0x64` | harness-audit row 11: \"the original writes it\" | **not supported.** See below |\n261: \n262: **`Budget+0x64` (harness-audit row 11) — a correction.** `ServerPlayer::ComputeBudget`\n263: (`0x00863030`) writes its `Budget*` out-param through `esi`, and every such store lands in\n264: `+0x00..+0x54` (the 22-int block). The only two `+0x64` accesses in the whole function are\n265: **loads off a different base register** (`mov ecx,[eax+0x64]` at `0x0086328c`,\n266: `mov edx,[eax+0x64]` at `0x0086335d`). There is no store to `Budget+0x64` in `ComputeBudget`.\n267: \n268: Separately, `TechTree::ProcessResearch`'s `int* overbudget` fourth argument is **not**\n269: `Budget+0x64`: its only caller is `ProcessTurn` (`0x00891340`) and the call at `0x008914a5`\n270: passes `lea edx,[ebp-0x14]` — a stack local, consumed immediately after the call\n271: (`mov eax,[ebp-0x14]; cmp eax,0; jle`).\n272: \n273: This agrees with lane R, whose `budget_object` guard saw `Budget+0x64` change in **0 of 4284\n274: calls**. Row 11 should be reclassified from \"the original writes it and B1 never checked\" to\n275: \"nothing has been shown to write it\"; the remaining way to settle it is a write watchpoint on\n276: that word, not another static search.\n277: \n278: ## 7. Verdict on the technique\n279: \n280: Worth keeping, with its limits stated. It answered a question that had been parked, and the\n281: `0x29c` validation turned up a `ProcessTurn` `EventStorage` site nobody had. But it is a\n282: **recall** tool that produces a 20–100 line candidate list per offset, not an oracle: every\n283: result still needs a call-graph or decompiler check before it is a fact. For the ~1,600\n284: remaining classes the realistic workflow is `query ` → read the list → confirm with one\n285: cross-reference call.\n286: \n287: ## 8. Ghidra writeback\n288: \n289: Labels: `RecordObservedTech` `0x007ba1a0`, `vector_ObservedTech_push_back` `0x007b7320`,\n290: `ObservedTech_ctor` `0x008562a0`, `vector_ObservedTech_assign` `0x00872380`,\n291: `vector_44B_grow` `0x007b5820`, `vftable_ObservedTech` `0x00a2439c`. Plate comments carrying\n292: the stride evidence on the first four.\n293: \n294: `addresses.json`: `ObservedTech_sizeof`, `ObservedTech_vftable`, `ObservedTech_off_Name`,\n295: `RecordObservedTech`, `vector_ObservedTech_push_back`, `vector_ObservedTech_assign`,\n296: `ObservedTech_ctor`, `vector_44B_grow`; `ServerPlayer_off_ObservedTechs` updated from\n297: \"NOT PINNED\" to `verified`.\n298: \n299: **Lane S round (2026-09-08).** Labels: `ObservedTech_Write` `0x00817cf0`, `ObservedTech_Read`\n300: `0x00817c40`, `ObservedTech_scalar_deleting_dtor` `0x00793610`, `ObservedWeapon_Write`\n301: `0x00817bc0`, `ObservedWeapon_Read` `0x00817b10`, `vector_ObservedTech_uninit_copy` `0x0079a150`,\n302: `vector_string_find_by_name` `0x00699bd0`. Prototypes on the five class methods. Plate comments\n303: carrying the full member map on the two serializers, the ctor, the dtor and the copy helper, and\n304: the `sizeof(std::string) = 0x1c` fact on `Stream::WriteString` `0x008b9d70` and on the\n305: `vector` stride site `0x00699bd0` — the two places a future lane is most likely to look.\n306: `addresses.json` +10 entries (`std_string_sizeof`, `ObservedTech_Read/_Write/_dtor/_copy_ctor`,\n307: `ObservedTech_off_TurnFirst/_TurnLast/_Detected/_With`, `ObservedWeapon_Write`), 4 corrected.\n308: \n309: ---\n310: \n311: ## 9. `std::string` is 0x1c, not 0x18 — the correction, and why it mattered (lane S, 2026-09-08)\n312: \n313: §4 above originally reported the embedded string as **0x18 bytes**, against the campaign-wide\n314: `_Bx@0, _Mysize@0x10, _Myres@0x14, _Alval@0x18`, sizeof `0x1c`. Lane X flagged it as \"worth\n315: re-checking\" rather than asserting it, which was the right call: **`0x1c` is correct, and it is\n316: correct everywhere in this binary.** `ObservedTech+0x24` is the string's own trailing allocator\n317: word, not a data member.\n318: \n319: ### Why the 0x18 reading looked right\n320: \n321: Everything lane X observed was accurate. The string's *live* fields really do stop at `+0x14`\n322: (`_Bx@0`, `_Mysize@0x10`, `_Myres@0x14`), because `_Alval` is `std::allocator` — an empty\n323: class. It occupies a word of the object but is never loaded or stored, so it is invisible to\n324: any evidence based on **what the code touches**. Sizing a type from its accessed fields\n325: undercounts it by exactly the tail padding. The same trap is live for `std::vector` in this\n326: build, which is `{_Myfirst, _Mylast, _Myend, _Alval}` = `0x10` while only three words are ever\n327: read (`events.md` already records the `_Alval` word at `EventStorage+0x10` and `+0x14`).\n328: \n329: ### The three things that settle it inside `ObservedTech`\n330: \n331: Each is a *complete enumeration* of the object, which is the right instrument here — an\n332: enumeration can show a field's **absence**, a touch-scan cannot.\n333: \n334: 1. **`ObservedTech::Write` `0x00817cf0`** serialises `+0x04, +0x06, +0x08, +0x0c, +0x28`.\n335: No `+0x24`. (`Read` `0x00817c40` mirrors it.)\n336: 2. **`ObservedTech_ctor` `0x008562a0`** initialises `+0x00, +0x04, +0x08, +0x0c(string), +0x28`.\n337: No `+0x24` — while zeroing every other scalar in the object.\n338: 3. **The copy constructor**, inlined at `0x0079a184` inside the vector's uninitialised-copy\n339: helper `FUN_0079a150`, copies `+0x04, +0x06, +0x08`, the string at `+0x0c`, and `+0x28`.\n340: No `+0x24`.\n341: \n342: A 4-byte data member that the constructor, the copy constructor and the serializer all ignore\n343: is not a data member.\n344: \n345: ### Binary-wide check — `tools/strfootprint.py`\n346: \n347: One class is an anecdote, so the same question was put to the whole binary. Every serializer\n348: hands member pointers to the `Mars::Stream` primitive helpers with a fixed idiom\n349: (`lea r,[base+disp]; push r; push tag; push stream; call helper`), so the scanner recovers\n350: `(base, disp, tag)` for every string site and then asks: does the same function touch any other\n351: offset inside `(N, N+0x1c)` off the same base register?\n352: \n353: ```\n354: string helper call sites : 241\n355: resolved to a class member offset : 65\n356: stack temporaries (ebp/esp base) : 30\n357: offset not reached by a plain lea : 146\n358: \n359: members with a sibling inside (N, N+0x1c) : 0\n360: \n361: gap from a string member to the next member on the same base:\n362: +0x1c : 51\n363: +0x20 : 1\n364: ```\n365: \n366: **65 string members across every serializer in the exe, zero collisions, and 51 of the 52\n367: measurable gaps are exactly `0x1c`.** The single `+0x20` is `StrategyServer::KeyPath` at\n368: `+0x134`, whose *Read* side gives `+0x1c` to `+0x150` — the writer simply skips a member.\n369: There is no `0x18` instantiation, no empty-base-optimised variant, and no game-local string\n370: class. One layout, `0x1c`.\n371: \n372: Two exclusions matter or the scan reports noise, and both are why a naive version of this\n373: would have \"confirmed\" 0x18:\n374: \n375: * **`ebp`/`esp` bases are stack temporaries, not members.** A local string at `[ebp-0x2c]`\n376: shows accesses at `-0x1c` and `-0x18` — which read exactly like two sibling fields inside\n377: the span. All 30 such sites are excluded.\n378: * **`N+0x10` and `N+0x14` are the string's own `_Mysize`/`_Myres`**, touched inline whenever\n379: the compiler expands the `_Myres >= 16 ? _Ptr : _Buf` test at a call site.\n380: \n381: ### Independent corroboration outside the scan\n382: \n383: * `FUN_00699bd0` walks a `vector` doing the SSO test at `[esi+0x14]`/`[esi]` —\n384: element base *is* string base — and advances `add esi,0x1c` (`0x00699c29`). The stride of a\n385: vector of strings **is** `sizeof(std::string)`.\n386: * `EventStorage::PostEvent` `0x008862b0` takes two by-value `std::string`s at `[ebp+0x08]` and\n387: `[ebp+0x24]` (spacing `0x1c`) and `RET 0x4c` = `2*0x1c + 5*4`.\n388: * `MoraleEvent` is 0x50 bytes with its name string at `+0x34`: `0x34 + 0x1c = 0x50` exactly.\n389: \n390: ### Blast radius — what actually had to change\n391: \n392: Nothing in any recovered struct table. Every string-bearing layout in `struct-recovery.md`,\n393: `save-editor-structs.md`, `events.md` and `schema-gaps-resolved.md` already used `0x1c` spans\n394: and `0x1c` inter-field gaps, and the binary agrees with all of them. `ServerPlayer::pswd` at\n395: `0x2dc..0x2f7` — the row §4 asked to re-check — is **correct**: `Write` `0x008563e0` puts the\n396: next member exactly `0x1c` above it. The corrections were confined to three prose statements\n397: that had propagated the 0x18 number (`loader-prototypes.md` conventions line, the\n398: `GlobalConst_ParseString` prototype in `addresses.json`, and §4 here) plus one transposition in\n399: `struct-recovery.md` §0 that said `size@0x14, res@0x18` where the verified offsets are\n400: `0x10`/`0x14`.\n401: \n402: The lesson worth carrying, and the reason this was worth chasing rather than reconciling: **do\n403: not size a struct member from the offsets the code touches.** Trailing empty-allocator words in\n404: this build's STL are invisible to a touch-scan and cost exactly 4 bytes every time. Size types\n405: from an enumeration — a serializer, a constructor, a copy constructor, or a container stride.\n\n(End of file - total 405 lines)\n","metadata":{"preview":"# `vector otch` — pinned, and the displacement scanner that pinned it\n\nLane X. Static/host only; VM140 was held by lane F and the game was never run.\n\nTwo things here: a general-purpose tool (`tools/x86disp.py`) for a class of cross-reference\nGhidra cannot index, and the `ServerPlayer+0x274` answer it was built to get.\n\n---\n\n## 1. The gap the tool fills\n\nGhidra indexes **immediate** operands. It does not index **ModRM displacements**. On a\n41,411-function MSVC C++ binary `lea reg,[reg+disp]` is *the* idiom for taking the address of\na member — it is how every `std::vector`, every `std::string`, every embedded sub-object gets\npassed to a method or a constructor. So `find-constant-uses 0x274` returned 13 unrelated hits\nand none of them was the vector, and lane P correctly concluded the search was a limitation\nrather than evidence of absence.\n\nLane E only found `EventStorage` at `+0x29c` because a whole accessor function happened to\nexist (`lea eax,[ecx+0x29c]; ret`). We were blind to this whole reference class all campaign,","truncated":false,"loaded":[],"display":{"type":"file","path":"/home/alex/sots-re/findings/subsystems/observedtech-append.md","text":"# `vector otch` — pinned, and the displacement scanner that pinned it\n\nLane X. Static/host only; VM140 was held by lane F and the game was never run.\n\nTwo things here: a general-purpose tool (`tools/x86disp.py`) for a class of cross-reference\nGhidra cannot index, and the `ServerPlayer+0x274` answer it was built to get.\n\n---\n\n## 1. The gap the tool fills\n\nGhidra indexes **immediate** operands. It does not index **ModRM displacements**. On a\n41,411-function MSVC C++ binary `lea reg,[reg+disp]` is *the* idiom for taking the address of\na member — it is how every `std::vector`, every `std::string`, every embedded sub-object gets\npassed to a method or a constructor. So `find-constant-uses 0x274` returned 13 unrelated hits\nand none of them was the vector, and lane P correctly concluded the search was a limitation\nrather than evidence of absence.\n\nLane E only found `EventStorage` at `+0x29c` because a whole accessor function happened to\nexist (`lea eax,[ecx+0x29c]; ret`). We were blind to this whole reference class all campaign,\nwith ~1,600 classes still to go.\n\n## 2. The tool — `tools/x86disp.py`\n\nA real x86-32 **length decoder** (legacy prefixes, 1-/2-/3-byte opcodes, ModRM, SIB, disp8\nsign-extended, disp32, every immediate form), swept from Ghidra's function starts so every\ndecode begins on a genuine instruction boundary. It indexes every memory operand that carries\na displacement, then answers \"what code touches offset N off some object?\" with the containing\nfunction, instruction address, base register and decoded instruction.\n\nCorrectness points that would otherwise produce confident garbage, all handled:\n\n* `mod=0,rm=5` and `mod=0,rm=4,sib.base=5` are **disp32 with no base** — an absolute global\n address, not a member offset. Excluded from member queries. (Without this, every\n `mov eax,[0x00a2bd88]` in the binary shows up as a \"displacement\".)\n* `mod=1` disp8 is **sign-extended**: `-0x08` must not be reported as `+0xf8`.\n* `mod=3` is a register operand with no displacement at all.\n* `0x67` address-size prefix means 16-bit ModRM, a different layout entirely — refused rather\n than mis-decoded.\n\nCommands: `build`, `query `, `cohort`, `func `, `dis `, `stats`, `brute`.\n\n**Decode quality:**\n\n```\nfunctions swept : 41089\ninstructions : 2174504\ndisp sites : 612166\ndesyncs : 70 (0.17% of functions)\ncode coverage : 6142049/6142358 (100.0%)\n```\n\nZero unknown-opcode desyncs — the opcode tables cover everything this binary contains. All 70\ndesyncs are truncations at a section/function boundary, not lost sync inside real code.\n\n> Gotcha worth carrying: the first build clipped each sweep at `fva + Ghidra's sizeInBytes`\n> and lost 11% of functions to mid-instruction truncation — Ghidra's `sizeInBytes` understates\n> real bodies often enough to matter (it was cutting valid `mov esp,ebp; pop ebp; ret`\n> epilogues in half). Sweeping to the **next function start** instead took coverage 89% → 100%.\n\nThe tool works off a local cache (`dumps/`, gitignored: the exe, the function list, the index)\nso it never hammers the shared Ghidra box. `tools/cache_functions.py` pulls the function list\nonce.\n\n## 3. Validation — it rediscovers what we already knew\n\nRun before any new claim was made.\n\n**GT1 — `ServerPlayer::GetEventStorage`, the one accessor we already had:**\n\n```\n$ uv run python3 tools/x86disp.py func 0x0080db00\nServerPlayer_GetEventStorage @ 0x0080db00 size 7\n 0x0080db00 lea eax,[ecx+0x29c] ServerPlayer_GetEventStorage+0x0 (8d819c020000)\n```\n\n**GT2 — lane E's two `OnTechResearched` sites, plus one it did not have:**\n\n```\n$ uv run python3 tools/x86disp.py query 0x29c --lea\n ProcessTurn @0x00891340\n 0x00891713 lea ecx,[esi+0x29c] ProcessTurn+0x3d3 <-- NEW\n OnTechResearched @0x00891790\n 0x008919ab lea ecx,[esi+0x29c] OnTechResearched+0x21b <-- known\n 0x0089241d lea ecx,[esi+0x29c] OnTechResearched+0xc8d <-- known\n```\n\n**GT3 — `EvNxID` at `ServerPlayer+0x2b0`:** 90 sites found; the `ServerPlayer` ones are present.\nThis one is also the honest illustration of the precision problem — see §5.\n\n**GT4 — positive control for the cohort ranker.** Given the 50 `ServerPlayer` offsets already\nin `struct-recovery.md`, `FUN_0087fac0` scores **50 co-hits out of 50** — it is the\n`ServerPlayer` serializer, and nothing else in the binary comes close. A scanner that could\nnot surface that function from a bare offset query would not be worth using.\n\n## 4. The answer: `sizeof(ObservedTech)` and the append site\n\n### `sizeof(Game::ObservedTech) = 0x2c` (44 bytes) — verified, three independent ways\n\n**(a)** `vector::operator=` at `0x00872380` divides the vector's byte span by a\nconstant using MSVC's magic-number sequence:\n\n```\n0x00872398 mov ecx,[edi+0x4] ; src._Mylast\n0x0087239b mov edi,[edi] ; src._Myfirst\n0x0087239d sub ecx,edi ; byte span\n0x0087239f mov eax,0x2e8ba2e9\n0x008723a4 imul ecx\n0x008723a6 sar edx,3\n```\n\n`ceil(2^35 / 44) == 0x2e8ba2e9` **exactly**, and emulating the full sequence reproduces\nn = 0,1,2,3,10,71,1000 from spans of 0,44,88,132,440,3124,44000. Divisor = 44, unambiguously.\n\n**(b)** The same function then multiplies back by the literal stride:\n\n```\n0x0087243a imul ecx,ecx,0x2c\n0x0087243d add ecx,[esi] ; this->_Myfirst + n*44\n0x00872441 mov [esi+0x4],ecx ; this->_Mylast = ...\n```\n\nSame literal at `0x00872468` and at `0x007b735b` inside `push_back`.\n\n**(c)** The linear search in the append function advances its iterator by `add edi,0x2c`\n(`0x007ba257`).\n\nThis matches the on-disk lower bound *exactly* — 4 × `int` + one `0x1c` `std::string` = 44 —\nso there is no padding slack anywhere in the element.\n\n### The append site\n\n```\nFUN_007ba1a0 = RecordObservedTech (direct callee of ServerPlayer::OnTechResearched 0x00891790)\n\n0x007ba221 mov edi,[esi+0x274] ; it = observer->otch._Myfirst\n0x007ba227 cmp edi,[esi+0x278] ; ... != _Mylast ?\n0x007ba22d je 0x007ba274 ; empty -> append\n loop: compare each element's name string (this = elem+0x0c, length = [elem+0x1c])\n0x007ba257 add edi,0x2c ; ++it *** stride 44 ***\n0x007ba25a cmp edi,[esi+0x278]\n0x007ba260 jne loop\n0x007ba274 lea ecx,[ebp-0x3c]\n0x007ba277 call 0x008562a0 ; ObservedTech::ObservedTech() on the stack\n0x007ba27e push eax\n0x007ba27f lea ecx,[esi+0x274] ; this = &player->otch <<< THE APPEND\n0x007ba288 call 0x007b7320 ; vector::push_back\n```\n\n`push_back` (`0x007b7320`) grows via `0x007b5820` when `_Mylast == _Myend` — **that realloc is\nexactly why lane R's guard saw all three of `player+0x274/0x278/0x27c` move on a completion**,\nrather than only `_Mylast`.\n\n`RecordObservedTech` is called from `OnTechResearched` (`0x00891790`) and from `0x007be228`,\n`0x007be4e1`, `0x007be535`. It is a **de-duplicating** append: it appends only if no existing\nelement already carries that tech name — worth knowing for the reimplementation, since a naive\n`push_back` would diverge on a re-observation.\n\nNeither `push_back` nor `operator=` is COMDAT-ambiguous: `0x007b7320` has exactly one caller\n(`RecordObservedTech`, `ecx = player+0x274`) and `0x00872380` has two, both passing\n`ServerPlayer+0x274`. `0x007b5820` **is** shared with `FUN_0086dec0` and may be a folded body,\nso it is labelled `vector_44B_grow`, not as ObservedTech-specific.\n\n### Element layout — as far as the evidence actually goes\n\nThe default ctor at `0x008562a0` writes vtable `0x00a2439c` at `+0x00`. RTTI:\nCOL `0x00a81c78` → type descriptor `0x00aeede4` → **`.?AVObservedTech@Game@@`**. So\n`ObservedTech` is polymorphic and its first word is a vptr, not a data field — which the\non-disk shape does not tell you.\n\n> **Superseded 2026-09-08 by lane S — see §9.** The table as first written called the\n> embedded string 0x18 bytes and left `+0x08`, `+0x24`, `+0x28` unaccounted. `+0x24` is not a\n> field: it is the string's own trailing allocator word. The corrected map is below; the\n> original reasoning is kept in §9 because the way it went wrong is the useful part.\n\n| offset | size | member | evidence |\n|---|---|---|---|\n| `+0x00` | 4 | vptr `0x00a2439c` | ctor writes it, RTTI-confirmed |\n| `+0x04` | 2 | `uint16 otnF` (turn first observed) | `mov word [eax-0x28],cx` at `0x007ba2b0` (`eax` = `_Mylast`, element = `_Mylast-0x2c`), source `[ebx+0xc]`; tag from `ObservedTech::Write` |\n| `+0x06` | 2 | `uint16 otnL` (turn last observed) | `mov word [eax-0x26],dx` at `0x007ba2c6`, **same source word** `[ebx+0xc]` — first sighting sets first == last |\n| `+0x08` | 1 | `bool odet` | ctor stores a **byte** (`mov [esi+0x8],bl`, `0x008562f4`); copy-ctor copies a byte; serialised with `WriteBool`/`ReadBool` |\n| `+0x0c..+0x27` | 0x1c | `std::string otch` (tech name) | object base `+0x0c`, MSVC `{_Bx[16] @0, _Mysize @0x10, _Myres @0x14, _Alval @0x18}`. Ctor writes `[+0x0c]=0`, `[+0x1c]=0`, `[+0x20]=0xf`; the search loop reads `[+0x1c]` as the length and calls compare with `this = +0x0c`; the post-append assign uses `lea ecx,[_Mylast-0x20]` = `+0x0c`. `+0x24` is `_Alval` — never read, never written, by anything |\n| `+0x28` | 4 | `int owith` | ctor zeroes it; `ObservedTech::Write` emits it last |\n\n`4 + 2 + 2 + 1(+3 pad) + 0x1c + 4 = 0x2c` exactly — sizeof is fully accounted for, with no\npadding slack and no unaccounted field.\n\n### Where the mapping came from — the serializer\n\n`Game::ObservedTech`'s vftable `0x00a2439c` is the usual 3 slots\n`{ [0] 0x00793610 scalar deleting dtor, [1] 0x00817c40 Read, [2] 0x00817cf0 Write }`.\n`Write` enumerates the entire object, in order, and touches nothing else:\n\n```\n0x00817cff movzx ecx,word [edi+0x04] push 0xa2b38c \"otnF\" -> stream vft+0x24 (int)\n0x00817d0f movzx ecx,word [edi+0x06] push 0xa2b384 \"otnL\" -> stream vft+0x24 (int)\n0x00817d26 lea eax,[edi+0x08] push 0xa2b36c \"odet\" -> WriteBool 0x008b9c20\n0x00817d37 lea ecx,[edi+0x0c] push 0xa2b3e8 \"otch\" -> WriteString 0x008b9d70\n0x00817d46 mov eax,[edi+0x28] push 0xa2b364 \"owith\" -> stream vft+0x24 (int)\n```\n\n`Read` (`0x00817c40`) is the exact mirror: `otnF`/`otnL` read as ints and stored back with\n16-bit `mov word [ebx],ax`, `odet` through `ReadBool`, `otch` through `ReadString`, `owith`\nreached as `add edi,0x28`. That matches the on-disk order `save_reader.py` already had\n(`Otch = otnF otnL odet otch(string) owith`), which is a nice independent agreement between\nthe disassembly and the save oracle.\n\n`Game::ObservedWeapon` (`Write` `0x00817bc0`, `Read` `0x00817b10`) is the same element shape\nwith tag `owep` (`0x00a2b3f0`) in place of `otch` — a second instance of the identical 0x2c\nlayout.\n\nLane P's `observed_techs` region byte delta remains a valid live cross-check and should come\nback as exactly 44 per completion.\n\n## 5. False-positive rate, honestly\n\nTwo different error rates, and the interesting one is not the one you'd expect.\n\n**Decode-level error of the naive method is low.** A raw byte scan for `8D` + ModRM + the\ndisplacement — the thing you'd write without a decoder — is mostly *right*:\n\n| query | naive candidates | not actually an instruction | real sites the naive scan **missed** |\n|---|---|---|---|\n| `lea`, disp32 `0x274` | 19 | 0 (0.0%) | **80 of 99** |\n| 11 common opcodes, disp32 `0x274` | 89 | 1 (1.1%) | 11 of 99 |\n| `lea`, disp8 `0x14` | 828 | 1 (0.1%) | **13,784 of 14,611** |\n| 11 common opcodes, disp8 `0x14` | 10,326 | 59 (0.6%) | 4,344 of 14,611 |\n\nSo the decoder's win is **recall, not decode precision**. A hand-written opcode set misses\n80–94% of the real accesses, because a member is read, written, compared, and float-loaded far\nmore often than its address is taken, and you cannot enumerate those opcodes by hand.\n\n**Class-level precision is the real problem, and it is poor.** The scanner knows the\ndisplacement; it cannot know what class the base register holds. `query 0x274` returns 99 sites\nin 45 functions and only about 6 of those functions are actually touching `ServerPlayer::otch`\n— roughly **13% precision by function**. The honest way to state the value is as search-space\nreduction: 41,411 functions → 45, about **900×**, down to a list a human reads in two minutes.\n\n**The cohort ranker helps, and has a trap.** Scoring functions by how many *already-known*\noffsets of the same class they touch pulls real class methods to the top (the serializer hits\n50/50). But it would have **thrown away the correct answer**: `RecordObservedTech` touches only\n`0x274` and `0x278` and nothing else on `ServerPlayer`, so any `--min>=1` filter drops it. Use\ncohort as a ranker, never as a filter. This is now written into the tool's own docstring.\n\nWhat actually closed the case was the plain `query 0x274` list **intersected with one call-graph\nlookup** (`OnTechResearched`'s direct callees). Displacement scan for recall, call graph for\ndisambiguation — neither alone was enough.\n\n## 6. Previously anonymous offsets — attribution results\n\nThe payoff was smaller than hoped, because most of the audit's anonymous offsets had already\nbeen named by other lanes since the audit was written.\n\n| offset | status before | after |\n|---|---|---|\n| `player+0x274/0x278/0x27c` | \"vector grew, append site unknown\" | **`RecordObservedTech+0xdf` (0x007ba27f)**, `sizeof` = 0x2c |\n| `player+0x2b0` | already named by lane E | unchanged (`EvNxID`) |\n| `TechTree+0x20` | already `TechTree_off_OrderCounter` | unchanged |\n| `ServerPlayer+0x308` | already `ServerPlayer_off_NodeBore` | unchanged |\n| `Budget+0x64` | harness-audit row 11: \"the original writes it\" | **not supported.** See below |\n\n**`Budget+0x64` (harness-audit row 11) — a correction.** `ServerPlayer::ComputeBudget`\n(`0x00863030`) writes its `Budget*` out-param through `esi`, and every such store lands in\n`+0x00..+0x54` (the 22-int block). The only two `+0x64` accesses in the whole function are\n**loads off a different base register** (`mov ecx,[eax+0x64]` at `0x0086328c`,\n`mov edx,[eax+0x64]` at `0x0086335d`). There is no store to `Budget+0x64` in `ComputeBudget`.\n\nSeparately, `TechTree::ProcessResearch`'s `int* overbudget` fourth argument is **not**\n`Budget+0x64`: its only caller is `ProcessTurn` (`0x00891340`) and the call at `0x008914a5`\npasses `lea edx,[ebp-0x14]` — a stack local, consumed immediately after the call\n(`mov eax,[ebp-0x14]; cmp eax,0; jle`).\n\nThis agrees with lane R, whose `budget_object` guard saw `Budget+0x64` change in **0 of 4284\ncalls**. Row 11 should be reclassified from \"the original writes it and B1 never checked\" to\n\"nothing has been shown to write it\"; the remaining way to settle it is a write watchpoint on\nthat word, not another static search.\n\n## 7. Verdict on the technique\n\nWorth keeping, with its limits stated. It answered a question that had been parked, and the\n`0x29c` validation turned up a `ProcessTurn` `EventStorage` site nobody had. But it is a\n**recall** tool that produces a 20–100 line candidate list per offset, not an oracle: every\nresult still needs a call-graph or decompiler check before it is a fact. For the ~1,600\nremaining classes the realistic workflow is `query ` → read the list → confirm with one\ncross-reference call.\n\n## 8. Ghidra writeback\n\nLabels: `RecordObservedTech` `0x007ba1a0`, `vector_ObservedTech_push_back` `0x007b7320`,\n`ObservedTech_ctor` `0x008562a0`, `vector_ObservedTech_assign` `0x00872380`,\n`vector_44B_grow` `0x007b5820`, `vftable_ObservedTech` `0x00a2439c`. Plate comments carrying\nthe stride evidence on the first four.\n\n`addresses.json`: `ObservedTech_sizeof`, `ObservedTech_vftable`, `ObservedTech_off_Name`,\n`RecordObservedTech`, `vector_ObservedTech_push_back`, `vector_ObservedTech_assign`,\n`ObservedTech_ctor`, `vector_44B_grow`; `ServerPlayer_off_ObservedTechs` updated from\n\"NOT PINNED\" to `verified`.\n\n**Lane S round (2026-09-08).** Labels: `ObservedTech_Write` `0x00817cf0`, `ObservedTech_Read`\n`0x00817c40`, `ObservedTech_scalar_deleting_dtor` `0x00793610`, `ObservedWeapon_Write`\n`0x00817bc0`, `ObservedWeapon_Read` `0x00817b10`, `vector_ObservedTech_uninit_copy` `0x0079a150`,\n`vector_string_find_by_name` `0x00699bd0`. Prototypes on the five class methods. Plate comments\ncarrying the full member map on the two serializers, the ctor, the dtor and the copy helper, and\nthe `sizeof(std::string) = 0x1c` fact on `Stream::WriteString` `0x008b9d70` and on the\n`vector` stride site `0x00699bd0` — the two places a future lane is most likely to look.\n`addresses.json` +10 entries (`std_string_sizeof`, `ObservedTech_Read/_Write/_dtor/_copy_ctor`,\n`ObservedTech_off_TurnFirst/_TurnLast/_Detected/_With`, `ObservedWeapon_Write`), 4 corrected.\n\n---\n\n## 9. `std::string` is 0x1c, not 0x18 — the correction, and why it mattered (lane S, 2026-09-08)\n\n§4 above originally reported the embedded string as **0x18 bytes**, against the campaign-wide\n`_Bx@0, _Mysize@0x10, _Myres@0x14, _Alval@0x18`, sizeof `0x1c`. Lane X flagged it as \"worth\nre-checking\" rather than asserting it, which was the right call: **`0x1c` is correct, and it is\ncorrect everywhere in this binary.** `ObservedTech+0x24` is the string's own trailing allocator\nword, not a data member.\n\n### Why the 0x18 reading looked right\n\nEverything lane X observed was accurate. The string's *live* fields really do stop at `+0x14`\n(`_Bx@0`, `_Mysize@0x10`, `_Myres@0x14`), because `_Alval` is `std::allocator` — an empty\nclass. It occupies a word of the object but is never loaded or stored, so it is invisible to\nany evidence based on **what the code touches**. Sizing a type from its accessed fields\nundercounts it by exactly the tail padding. The same trap is live for `std::vector` in this\nbuild, which is `{_Myfirst, _Mylast, _Myend, _Alval}` = `0x10` while only three words are ever\nread (`events.md` already records the `_Alval` word at `EventStorage+0x10` and `+0x14`).\n\n### The three things that settle it inside `ObservedTech`\n\nEach is a *complete enumeration* of the object, which is the right instrument here — an\nenumeration can show a field's **absence**, a touch-scan cannot.\n\n1. **`ObservedTech::Write` `0x00817cf0`** serialises `+0x04, +0x06, +0x08, +0x0c, +0x28`.\n No `+0x24`. (`Read` `0x00817c40` mirrors it.)\n2. **`ObservedTech_ctor` `0x008562a0`** initialises `+0x00, +0x04, +0x08, +0x0c(string), +0x28`.\n No `+0x24` — while zeroing every other scalar in the object.\n3. **The copy constructor**, inlined at `0x0079a184` inside the vector's uninitialised-copy\n helper `FUN_0079a150`, copies `+0x04, +0x06, +0x08`, the string at `+0x0c`, and `+0x28`.\n No `+0x24`.\n\nA 4-byte data member that the constructor, the copy constructor and the serializer all ignore\nis not a data member.\n\n### Binary-wide check — `tools/strfootprint.py`\n\nOne class is an anecdote, so the same question was put to the whole binary. Every serializer\nhands member pointers to the `Mars::Stream` primitive helpers with a fixed idiom\n(`lea r,[base+disp]; push r; push tag; push stream; call helper`), so the scanner recovers\n`(base, disp, tag)` for every string site and then asks: does the same function touch any other\noffset inside `(N, N+0x1c)` off the same base register?\n\n```\nstring helper call sites : 241\n resolved to a class member offset : 65\n stack temporaries (ebp/esp base) : 30\n offset not reached by a plain lea : 146\n\nmembers with a sibling inside (N, N+0x1c) : 0\n\ngap from a string member to the next member on the same base:\n +0x1c : 51\n +0x20 : 1\n```\n\n**65 string members across every serializer in the exe, zero collisions, and 51 of the 52\nmeasurable gaps are exactly `0x1c`.** The single `+0x20` is `StrategyServer::KeyPath` at\n`+0x134`, whose *Read* side gives `+0x1c` to `+0x150` — the writer simply skips a member.\nThere is no `0x18` instantiation, no empty-base-optimised variant, and no game-local string\nclass. One layout, `0x1c`.\n\nTwo exclusions matter or the scan reports noise, and both are why a naive version of this\nwould have \"confirmed\" 0x18:\n\n* **`ebp`/`esp` bases are stack temporaries, not members.** A local string at `[ebp-0x2c]`\n shows accesses at `-0x1c` and `-0x18` — which read exactly like two sibling fields inside\n the span. All 30 such sites are excluded.\n* **`N+0x10` and `N+0x14` are the string's own `_Mysize`/`_Myres`**, touched inline whenever\n the compiler expands the `_Myres >= 16 ? _Ptr : _Buf` test at a call site.\n\n### Independent corroboration outside the scan\n\n* `FUN_00699bd0` walks a `vector` doing the SSO test at `[esi+0x14]`/`[esi]` —\n element base *is* string base — and advances `add esi,0x1c` (`0x00699c29`). The stride of a\n vector of strings **is** `sizeof(std::string)`.\n* `EventStorage::PostEvent` `0x008862b0` takes two by-value `std::string`s at `[ebp+0x08]` and\n `[ebp+0x24]` (spacing `0x1c`) and `RET 0x4c` = `2*0x1c + 5*4`.\n* `MoraleEvent` is 0x50 bytes with its name string at `+0x34`: `0x34 + 0x1c = 0x50` exactly.\n\n### Blast radius — what actually had to change\n\nNothing in any recovered struct table. Every string-bearing layout in `struct-recovery.md`,\n`save-editor-structs.md`, `events.md` and `schema-gaps-resolved.md` already used `0x1c` spans\nand `0x1c` inter-field gaps, and the binary agrees with all of them. `ServerPlayer::pswd` at\n`0x2dc..0x2f7` — the row §4 asked to re-check — is **correct**: `Write` `0x008563e0` puts the\nnext member exactly `0x1c` above it. The corrections were confined to three prose statements\nthat had propagated the 0x18 number (`loader-prototypes.md` conventions line, the\n`GlobalConst_ParseString` prototype in `addresses.json`, and §4 here) plus one transposition in\n`struct-recovery.md` §0 that said `size@0x14, res@0x18` where the verified offsets are\n`0x10`/`0x14`.\n\nThe lesson worth carrying, and the reason this was worth chasing rather than reconciling: **do\nnot size a struct member from the offsets the code touches.** Trailing empty-allocator words in\nthis build's STL are invisible to a touch-scan and cost exactly 4 bytes every time. Size types\nfrom an enumeration — a serializer, a constructor, a copy constructor, or a container stride.","lineStart":1,"lineEnd":405,"totalLines":405,"truncated":false}},"title":"findings/subsystems/observedtech-append.md","time":{"start":1789014204952,"end":1789014204976}},"metadata":{"openai":{"itemId":"fc_09925928b03fd9eb016aa230bca07c87d1a3106ad4a07f251a"}},"id":"prt_0898e62020018zk7aPX1CTXQmy","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","messageID":"msg_0898e1062001R1BSHvfrwVXscM"}} +{"type":"tool_use","timestamp":1789014205009,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"type":"tool","tool":"read","callID":"call_fcibX4KzFeeZnEfNEkc4bE1v","state":{"status":"completed","input":{"filePath":"/home/alex/sots-re/findings/subsystems/research-replace.md"},"output":"/home/alex/sots-re/findings/subsystems/research-replace.md\nfile\n\n1: # Taking `TechTree::ProcessResearch` + the unlock cascade from `compare` to `replace` (lane CR)\n2: \n3: Historical experiment record. The displacement/board workflow referenced below is retired;\n4: current scope and acceptance criteria are in `campaign/pilots/research-replacement.md`.\n5: That pilot also records the independently observed installed-hook inventory and runtime FPU\n6: word corrections; the original prediction and raw observation history below is preserved.\n7: \n8: **Lane CR, 2026-09-09. Guest: VM145 (`sots-re-win10-145`, `re@192.168.10.145`) — held by this lane.**\n9: VM140 is untouched (it is the exclusive reference guest).\n10: \n11: The board's headline metric is `tools/displacement.py`: **3 replaced / 7 compared / 7 modelled /\n12: 3 mapped**. `TechTree::ProcessResearch + unlock cascade` is the best-evidenced `compared` row — 35\n13: calls, three workloads, 0 divergences, `tracecmp` exit 0, and an advance prediction that held on a\n14: *changed* workload. This lane asks the only question that moves the metric: **can our code run\n15: INSTEAD of the original's, live, with a byte-level oracle holding afterwards?**\n16: \n17: Everything above the `## 4.` heading was committed **before** the shim was built or staged\n18: (rule 2). Nothing above that line is edited afterwards; corrections are made below it and named as\n19: corrections (rule 11).\n20: \n21: ---\n22: \n23: ## 1. The state, and why this one\n24: \n25: ### 1.1 The candidate the brief names, and why it is not sufficient on its own\n26: \n27: `ref-turn2.sav` (`ab4ac2d7…`, = `verify/results/saves/turn2-state.sav`) is the campaign's oldest and\n28: most reproduced oracle: one End Turn by the **load** route, `(Autosave EndTurn)` `bb4fd9ac…` /\n29: `(Autosave)` `978041ac…`, **5 + 1 processes**, certified-pairs row 1.\n30: \n31: **It does not exercise a research completion.** This is not an inference from the exit code — it is\n32: read off lane U's own instruments, both of which are in this repo:\n33: \n34: * `verify/results/compare/unlock-b3-t1.md`: 3 calls, 3 compared, 0 diverged, and\n35: **`0 undeclared write(s) in 0 call(s)`**. Every completion in every measured run produces\n36: undeclared writes on the `player` and `tree_header` guards, because that is where\n37: `OnTechResearched`'s tech effects and the tree's order counter land. Zero undeclared writes is\n38: zero completions.\n39: * `verify/results/shim/unlock-shim.log`: the first three `research: cascade ok=1 …` lines of the\n40: five-turn continuation read `completions=0 unlocked=0 otch_appends=0`. Those three lines *are*\n41: the `ref-turn2` End Turn.\n42: \n43: Reading the trace rather than the verdict (rule 1) says what that turn *does* do: call 0 advances\n44: the generator by one word (`left` 432 → 431), pushes node 144's progress 2879 → 5768, sets its flag\n45: 1 → 2 (`OverBudgetNotified`) and posts one event (`next_id` 3 → 4). Calls 1 and 2 change **nothing\n46: at all**. So `ref-turn2` + one End Turn is a real workload for the *pass* and an empty one for the\n47: *completion path*. **A replace-mode oracle taken there would be exactly the green verdict on a hook\n48: that compared nothing that rule 1 exists to catch.**\n49: \n50: ### 1.2 The state this lane uses\n51: \n52: **`verify/results/saves/turn3-state.sav`** — 67,219 B, sha256\n53: `978041acd168b56ed8eb3f5e42e78d5e70eae6e6517d75e659a5eb7ca3d60921`, `Summary.Turn = 3`,\n54: `Sim.ModCount = 24`. It is *the output of certified-pairs row 1*: the `(Autosave).sav` that\n55: `ref-turn2` + one End Turn produces. It is already on VM145 under that hash as `(Autosave).sav`.\n56: \n57: **Procedure: one End Turn. Route: LOAD.** Stated because the route is part of the pair\n58: (rule 26(c) fourth term; lane BS): the same turn reached by continuation and by load is two\n59: different, individually reproducible things, and this lane deliberately does **not** inherit the\n60: continuation's turn-4 numbers as an assumption — it predicts them and lets the load route falsify\n61: them (P1).\n62: \n63: Why this turn: in lane U's five-turn continuation the **fourth-turn** call is the completing one.\n64: The call that enters with `turn = 4` allocates 2,898 points to tech 144, completes it, and runs the\n65: cascade — `completions=1 unlocked=3 otch_appends=1` in the shim log, `next_id` 5 → 7 and\n66: `observed_techs` 440 → 484 bytes in the trace. `turn3-state.sav` is the state that turn starts from.\n67: \n68: ### 1.3 The exposure screen (rule 26(c)) — a screen, not a decision procedure\n69: \n70: Read from `turn3-state.sav` with `verify/save-reader/save_reader.py`. Eight players; per lane BP the\n71: engine builds AI clients for net ids **32, 496, 512** only, and the four factions at 528–576 carry\n72: their signature **inertly**.\n73: \n74: | player | species | `ResTNm` | `Status` | AI client | pick-turn signature? |\n75: |---|---|---|---|---|---|\n76: | 16 (human `re`) | 0 | `''` | 4 | **no** (local human) | **false positive** — no client |\n77: | 32 | 2 | `IND_Waldo` | 4 | yes | **no** — mid-research |\n78: | 496 | 0 | `DRV_PlsFiss` | 4 | yes | **no** — mid-research |\n79: | 512 | 2 | `BIO_GnMod` | 4 | yes | **no** — mid-research |\n80: | 528, 544, 560, 576 | 4 | `''` | 0 | **no** | **false positive** — no client, `Status 0` |\n81: \n82: **No player that actually runs enters this turn with an empty research target.** That is the best\n83: the screen can say. It cannot say the control will agree — rule 26(c)'s own retraction is explicit\n84: that `candidatesTried` is not readable from a save, that there is a combat term, and that the load\n85: route is a fourth term that is not a predicate on the save at all. **So the screen is why this turn\n86: is worth trying, and the two-process control in §4.1 is the only thing that decides it.**\n87: \n88: The lineage where exposure is saturated (`ad-…`/`ar-…`, every turn carrying a signature) is\n89: deliberately not used here.\n90: \n91: ### 1.4 What is being asked of `hooks=off`\n92: \n93: Three fresh-process runs are planned before any replace result is read:\n94: \n95: | run | config | what it establishes |\n96: |---|---|---|\n97: | **C1**, **C2** | `shim.cfg.croff` (`hooks=off`, the proxy loads and installs nothing) | the control agrees with itself across two fresh processes (rule 26) |\n98: | **N** | `shim.cfg.crcompare` (one detour, `compare`) | the instrument is behaviour-neutral on *this* save and route (rule 19), **and** it is where the completion count comes from the hook itself |\n99: \n100: Only then the replace runs. C1/C2 use the *same proxy DLL* as every measured run, so the only\n101: difference between control and measurement is the config (lane CB's shape).\n102: \n103: ---\n104: \n105: ## 2. The four bytes of every float literal on this path (rule 23)\n106: \n107: Two float literals are on the research pass's arithmetic path, and **both are widened `float`s**.\n108: Read here directly out of `dumps/sots.exe` (PE image base `0x00400000`, `.rdata` at `0x009dd000`\n109: file offset `0x5dbe00`), not taken from an earlier note:\n110: \n111: | VA | bytes (LE) | value as `double` | is it `(double)float`? | engine constant |\n112: |---|---|---|---|---|\n113: | `0x009e20c8` | `00 00 00 a0 99 99 e9 3f` | `0.80000001192092896` | **yes** (low 29 bits zero) | `kEarlyCompletionRatio = 0.800000011920929` |\n114: | `0x009e5060` | `00 00 00 a0 99 99 a9 3f` | `0.05000000074505806` | **yes** | `kDecayFraction = 0.05000000074505806` |\n115: \n116: Both source literals were re-parsed and re-packed: `0.800000011920929` → `000000a09999e93f` and\n117: `0.05000000074505806` → `000000a09999a93f`. **Bit-identical to the image.** So the two constants\n118: `sots-engine/src/game/sim/research.cpp` relies on are exactly the image's, not the exact decimals\n119: that bit the money chain twice.\n120: \n121: Two literals that are **not** on this path, and why:\n122: \n123: * the tech-cost multiplier (`1.0 − 0.25·n`, floor `0.25`) — `ours` never evaluates it. It calls the\n124: game's own read-only `TechTree::Cost` for every cost it needs, in both modes (`g_env.cost`). This\n125: is a genuine, declared dependency on the original: the effective cost is **not** displaced.\n126: * `ResearchSpendFloor` / `Ceiling` are integer `×50/100` and `×150/100` with a 32-bit wrapping\n127: multiply — no float involved.\n128: \n129: ---\n130: \n131: ## 3. Predictions, committed before the build\n132: \n133: Falsification symptoms are given for each. Predictions are made **per site** and not at a bracket\n134: total (rule 23's 2026-09-09 corollary).\n135: \n136: ### P0 — the control agrees with itself\n137: `turn3-state.sav`, one End Turn, load route, `hooks=off`, **two fresh processes** produce identical\n138: `(Autosave EndTurn).sav` and `(Autosave).sav`.\n139: *Falsified if:* the two processes differ. Then this workload is exposed, the screen in §1.3 was\n140: insufficient (which is what rule 26(c)'s retraction predicts is possible), and the honest move is to\n141: report that and pin the source of variation — **not** to pick the run that suits.\n142: \n143: ### P1 — the turn is not quiet, and the load route reproduces the continuation's turn-4 call\n144: Exactly **3** `ProcessResearch` calls, one per AI client, in the same owner order. Allocations:\n145: **A → {tech 144, 2898 points}**, **B → {tech 90, 0 points}**, **C → {tech 9, 0 points}**. Exactly\n146: **one completion** (tech 144) and the cascade unlocks exactly **three** nodes:\n147: \n148: | node | `state` | `cost_rp` | `turn_available` |\n149: |---|---|---|---|\n150: | 132 | 0 → 2 | `INT_MAX` → **10000** | −1 → **4** |\n151: | 136 | 0 → 2 | `INT_MAX` → **16000** | −1 → **4** |\n152: | 142 | 0 → 2 | `INT_MAX` → **8000** | −1 → **4** |\n153: \n154: *Falsified if:* a different allocation, a different completion count, or a different unlock set. That\n155: would be a **route** result — the load route not reproducing the continuation — and it is worth as\n156: much as the replace result. It is exactly what rule 26(c)'s fourth term says can happen.\n157: \n158: ### P2 — the arithmetic, hand-computed on the boundary\n159: For node 144: `cost = 5000`, `lo = ResearchSpendFloor = 2500`, `hi = ResearchSpendCeiling = 7500`.\n160: Entering progress **5768**, allocation **2898**:\n161: \n162: * `spent = min(2898, 7500 − 5768) = 1732` — the cap binds, so this call lands **exactly on the\n163: ceiling**, which is the boundary rule 23 says to test by hand rather than trust a compare on.\n164: * `progress 5768 → 7500`, `overbudget 0 → 1166`.\n165: * `progress (7500) < hi (7500)` is **false**, so the odds/roll branch is skipped: **zero RNG draws**.\n166: I predict `rng.left` is **unchanged at 413** across all three calls and the `mt` digest does not\n167: move on any of them.\n168: * `ratio = (float)(7500/5000) = 1.5`, and `1.5 < 0.800000011920929` is false → **not** completed\n169: early → `flag` **unchanged**.\n170: * `state 3 → 4`, `turn_researched −1 → 4`, `order −1 → 22`, and the tree's order counter\n171: `22 → 23`.\n172: \n173: *Falsified if:* any single one of these moves. A wrong `hi` shows up as a wrong `overbudget`; a\n174: wrong early-completion literal shows up as `flag` moving.\n175: \n176: ### P3 — the instrument is neutral, and the completion is counted by the instrument\n177: Run N (`crcompare`, one detour) produces autosaves **byte-identical to C1/C2**, and `tracecmp`\n178: reports **3 calls / 3 compared / 0 diverged / exit 0**. The hook's own per-call log line reads\n179: `completions=1 … unlocked=3 otch_appends=1` on the completing call and all-zero on the other two.\n180: Undeclared writes: **6 spans in 1 call** —\n181: `player +0x10c/3`, `player +0x110/3`, `player +0x114/3`, `player +0x124/3`, `player +0x294/4`\n182: (`ResT`, the research target being cleared) and `tree_header +0x20/1` (the order counter).\n183: \n184: *Falsified if:* the autosaves move (then rule 19 bites and nothing below is readable), or the\n185: undeclared-write set differs (then the workload or the model moved).\n186: \n187: ### P4 — replace with the cascade OFF (`crreplace0`, the shipped behaviour) diverges\n188: The autosave is **not** byte-identical. Predicted diverging leaves, by name:\n189: \n190: 1. `Player[32]` tech tree: node 144 `turn_researched` and `order` unstamped (−1/−1); nodes 132, 136\n191: and 142 unchanged at `state 0`, `cost_rp INT_MAX`, `turn_available −1`.\n192: 2. the tree's completion-order counter left at 22.\n193: 3. `Player[32]` events: `next_id` short by **2**, two event records absent.\n194: 4. `Player[32]` `otch`: one `ObservedTech` element absent (**44 bytes**).\n195: 5. `Player[32]` scalar fields at `+0x10c`, `+0x110`, `+0x114`, `+0x124` unchanged, and `ResTNm` still\n196: reading `IND_Waldo` because `ResT` was never cleared.\n197: \n198: What **will** be right even here: node 144's `state = 4`, `progress = 7500`, `flag`, the decay sweep\n199: over every other node, and the `overbudget` accumulator.\n200: \n201: ### P5 — replace with the cascade ON (`crreplace1`) diverges, by strictly less\n202: Same binary, one config line different (`research.replace_cascade=on`; see §3.1). Predicted:\n203: **strictly fewer diverging leaves than P4**, with items 1 and 2 of P4 **closed** — node 144 stamped\n204: `turn_researched 4` / `order 22`, nodes 132/136/142 at `state 2` with `cost_rp` 10000/16000/8000 and\n205: `turn_available 4`, counter at 23 — and items 3, 4 and 5 **still open**.\n206: \n207: ### P6 — the headline, stated in advance\n208: **`game/sim/research` does NOT move from `compared` to `replaced` this session, and the named cause\n209: is `ServerPlayer::OnTechResearched`, not the research model.** The research pass itself — the spend\n210: cap, the odds branch, the completion, the decay sweep, and (with the flag on) the whole\n211: `SetResearched` cascade — is displaceable and I expect it to reproduce the original's TechTree state\n212: exactly. What blocks the oracle is the *callback*: it posts events whose text comes from the game's\n213: string table, appends an `ObservedTech` element `ours` decides but does not construct, and writes\n214: ~90 `ServerPlayer` fields that are a different subsystem's milestone (B2) and a separate `compared`\n215: row on the board. A replace of the research pass is **gated on displacing `OnTechResearched`**, and\n216: that is a statement about a boundary, not about the research model.\n217: \n218: *Falsified if:* `crreplace1`'s autosave is byte-identical to the oracle. That would mean the\n219: callback's writes do not reach the save on this workload, P6 is wrong, and the row moves to\n220: `replaced` — which is the outcome I would rather have and do not expect.\n221: \n222: ### P7 — the numbers I expect to be able to quote honestly afterwards\n223: **1** distinct completion, **1** distinct tech (144), **3** unlocked nodes, **3** calls of which\n224: **2** allocate zero points and write nothing at all. That is thin, and it will be reported as\n225: thin (rule 15/23) whatever the verdict.\n226: \n227: ### 3.1 The one engine change this lane makes, and why it is not a thumb on the scale\n228: \n229: `sots-engine` worktree `wip/cr` (rule 21), branched from `main` at `e7e2bd6`.\n230: \n231: * **`research.replace_cascade=on|off`, default `off`.** With it off the binary behaves *exactly* as\n232: `main` does today, so P4 measures the shipped behaviour rather than a straw man. With it on, a\n233: **replace**-mode call also writes the four `TechNode` words `SetResearched` stamps and the tree's\n234: completion-order counter. It does **not** post events, does **not** move the `ObservedTech` vector\n235: and does **not** apply a single tech effect — those stay gated on compare mode and stay declared\n236: unmodelled. The flag exists so P4 and P5 differ by a **config line and not by a binary**, which is\n237: what makes the leaf difference between their autosaves attributable to the cascade.\n238: * **A per-call log line in every mode.** The old line was gated on the cascade having run, so a\n239: replace run with the cascade off had no counter at all and \"a completion happened\" could only be\n240: inferred from the save — the artefact under test. It now prints `steps`, `completions` (counted\n241: from the pass's own step results), `overbudget` and the cascade counters, in compare **and**\n242: replace. This is the instrument answering the brief's \"show it fired — a count, from the hook\n243: itself\".\n244: \n245: No new binary facts: `ghidra/addresses.d/cr.json` is **not** created, because this lane reads no new\n246: address. Every offset used already exists in the generated header. Host build: 253 targets, **59/59\n247: tests pass** (the denominator is the healthy 59, per rule 24's signature check); `clean_room_check`\n248: OK; `tools/check_shim_configs.py` OK with 27 registered hooks and all four CR configs\n249: (`croff`, `crcompare`, `crreplace0`, `crreplace1`) — the three `hooks=trace` ones marked\n250: `# exhaustive` and naming all 27.\n251: \n252: ---\n253: \n254: ## 4. Results\n255: \n256: *(added after the runs; nothing above this line is edited)*\n257: \n258: ### 4.0 The five runs, in order\n259: \n260: All five on **VM145**, held by this lane, each a **fresh process**, `SavedGames` reset to exactly\n261: `turn3-state.sav` before every launch, `C:\\SOTS\\shimdist-cr\\binkw32.dll`\n262: (25,274,723 B, sha256 `d2ad56b32c1b5f6b…`, `BUILD_ID cr-618ccb1-20260909T131556Z`, exports 66/66\n263: identical to the real `binkw32.dll`), one config per run and nothing else changed. Every screen —\n264: main menu, Load-Game chooser, the one-row file list, the **lobby**, the loaded map at \"Turn 3\", the\n265: post-turn map at \"Turn 4\" — was verified from a live `qm monitor` screendump before the next click.\n266: No run was driven by sleeping.\n267: \n268: | run | config | mode | `research.replace_cascade` | `(Autosave EndTurn).sav` | `(Autosave).sav` |\n269: |---|---|---|---|---|---|\n270: | **C1** | `croff` | `hooks=off` | – | 67,212 `e00eed0c…` | 67,811 `79df5047…` |\n271: | **C2** | `croff` | `hooks=off` | – | 67,212 **`e00eed0c…`** | 67,811 **`79df5047…`** |\n272: | **N** | `crcompare` | compare | off | 67,212 **`e00eed0c…`** | 67,811 **`79df5047…`** |\n273: | **R0** | `crreplace0` | **replace** | off | 67,212 `e00eed0c…` | 67,511 **`6b51db99…`** |\n274: | **R1** | `crreplace1` | **replace** | **on** | 67,212 `e00eed0c…` | 67,537 **`8a4309ee…`** |\n275: \n276: `(Autosave EndTurn).sav` is the *pre*-turn resave and is identical in all five runs, as it must be —\n277: nothing has run yet when it is written. The verdict is carried entirely by `(Autosave).sav`.\n278: \n279: ### 4.1 P0 held: the oracle\n280: \n281: **C1 and C2 agree byte-for-byte in two fresh processes.** The pair, in the standing\n282: `certified-pairs.md` format:\n283: \n284: | input | procedure | route | `(Autosave EndTurn)` | `(Autosave)` | processes | evidence |\n285: |---|---|---|---|---|---:|---|\n286: | `turn3-state.sav` `978041ac…` | one End Turn | **load** | `e00eed0c…` | `79df5047…` | **3** | lane CR ×2 `hooks=off`, ×1 compare-instrumented |\n287: \n288: **Masks that must be on the line.** Measured, not assumed —\n289: `state_checksum.py turn3-state.sav <(Autosave EndTurn)>` gives **exactly 5 leaves**:\n290: `/Summary/Checksum` and `Player.Status 4 → 0` on each of the four live players (16 `re`,\n291: 32 `Fane Lao`, 496 and 512 `Singularity`). **There is no `/CD[1]/NPrvVa` term on this state** —\n292: `CD[1]`'s diplomacy block is early-game and the leaf does not move — so the `--mask resave` rule\n293: holds here in the form the docs originally stated, and the lane BQ exception does not apply.\n294: \n295: **Exposure facts next to the hashes** (certified-pairs standing rule 4): §1.3's table — no player\n296: with an AI client enters the turn with `ResTNm == ''`; `NumDes` does not move; the two ships that\n297: complete join existing fleets; the four factions at 528–576 carry the empty-`ResTNm` signature\n298: inertly (`Status 0`, no client). The turn does create fleets (`Flt[50]`, `Flt[1808]`) and retire one\n299: (`Flt[1776]`) — that is a fleet-assignment shape, and it agreed anyway. **Which is the point of\n300: rule 26(c)'s retraction: the screen said \"likely fine\" and only the two-process control decided it.**\n301: \n302: ### 4.2 P3 held: the instrument is neutral, and it counts the completion itself\n303: \n304: Run **N** reproduced the control's two hashes exactly, so rule 19 is satisfied on *this* save and\n305: *this* route and everything below is read from runs that passed their own check.\n306: `tracecmp verify/traces/cr-N.jsonl.gz`: **3 calls, 3 compared, 0 diverged, exit 0**, coverage verdict\n307: `partial`, 8 unmodelled notes — and the undeclared-write set is **exactly the six spans predicted**:\n308: \n309: ```\n310: player+0x10c:3 player+0x110:3 player+0x114:3 player+0x124:3 player+0x294:4 tree_header+0x20:1\n311: ```\n312: \n313: The hook's own per-call line, which is the instrument saying a completion fired rather than the save\n314: being asked to imply it:\n315: \n316: ```\n317: research: mode=compare steps=1 completions=1 overbudget=1166 cascade_possible=1 ok=1\n318: cascade_completions=1 unlocked=3 otch_appends=1 roll_draws=0 failures=0 depth=0\n319: research: mode=compare steps=1 completions=0 … (×2, all zero)\n320: ```\n321: \n322: **A correction to the campaign's read of the detour count, and it goes the other way from the\n323: brief's warning.** My config names all **27** registered template hooks and\n324: `check_shim_configs.py` passes it as `# exhaustive` — and the shim still installed **six** detours,\n325: not one:\n326: \n327: | detour | source | named by a `hook.` key? |\n328: |---|---|---|\n329: | `Mars::Application::Initialize` | the M0 asm stub, installed unconditionally whenever `hooks != off` | **no** |\n330: | `Game::TechTree::ProcessResearch` | the one template hook | yes |\n331: | `StrategyClient::EndTurn`, `StrategyServer::BeginProcessTurn`, `StrategyServer::ProcessTurn`, `DemoApp::OnTick` | the **FPU-force module**, which installs four *sampling* detours by default (`fpu: module init … force=off value=0x0000 sample_ticks=on`, `sample_turn=on`) | **no** |\n332: \n333: `Shim::SelfTest::Fill` additionally emits one `trace` record at startup; it is an in-shim self-test,\n334: not a detour on the game. So **`# exhaustive` is exhaustive over the template-hook set only**, and\n335: `tools/check_shim_configs.py` cannot see the other five. It was the *neutrality check* (N identical\n336: to C1/C2), not the config check, that made this run safe — which is worth saying plainly, because a\n337: lane reading \"exhaustive, therefore one detour\" would be wrong by five.\n338: \n339: For the record, `fpu_cw = 0x027f` (53-bit, round-to-nearest) in every CR run.\n340: \n341: ### 4.3 P1 and P2 held exactly, on the LOAD route\n342: \n343: The load route reproduced the continuation's turn-4 call in every particular — allocations, the\n344: completion, the unlock set, the arithmetic. From `cr-N.jsonl.gz` (compare) and confirmed identically\n345: in `cr-R1.jsonl.gz` (replace):\n346: \n347: | call | owner | species | alloc | what moved |\n348: |---|---|---|---|---|\n349: | 1 | `Player[32 \"Fane Lao\"]` | 2 | `{144, 2898}` | the completion (below) |\n350: | 2 | `Player[496 \"Singularity\"]` | 0 | `{90, 0}` | **nothing at all** |\n351: | 3 | `Player[512 \"Singularity\"]` | 2 | `{9, 0}` | **nothing at all** |\n352: \n353: Call 1, node **144 `IND_Waldo`**: `state 3 → 4`, `progress 5768 → 7500`, `turn_researched −1 → 4`,\n354: `order −1 → 22`; `overbudget 0 → 1166`; three nodes unlocked —\n355: **132 `IND_OrbFound` @ 10000**, **136 `IND_RefCoat` @ 16000**, **142 `IND_TrkStl` @ 8000**, each\n356: `state 0 → 2`, `cost_rp INT_MAX → …`, `turn_available −1 → 4`; `events.next_id 5 → 7`;\n357: `observed_techs 440 → 484 bytes`.\n358: \n359: P2's hand arithmetic is confirmed to the unit: `cost 5000`, `lo 2500`, `hi 7500`,\n360: `spent = min(2898, 1732) = 1732`, `progress = 7500` **exactly on the ceiling**,\n361: `overbudget = 2898 − 1732 = 1166`; `progress < hi` false so **no draw**; `ratio = 1.5`, not below\n362: `0.800000011920929`, so **`flag` unchanged**. The `rng` region **did not move on any of the three\n363: calls** in any run.\n364: \n365: That last fact is a coverage hole, not a success — see §4.6.\n366: \n367: ### 4.4 P4 and P5 held: replace diverges, and the cascade closes exactly eleven leaves\n368: \n369: `state_checksum.py cr-oracle-autosave.sav `:\n370: \n371: | run | diverging leaves | file size |\n372: |---|---:|---|\n373: | **R0** — replace, cascade **off** (the shipped behaviour) | **27** | 67,511 B |\n374: | **R1** — replace, cascade **on** | **16** | 67,537 B |\n375: | (the turn itself, `turn3-state` → oracle, for scale) | 128 | – |\n376: \n377: **The eleven leaves the cascade closes — R0 has them, R1 does not.** All eleven are `TechTree`:\n378: \n379: ```\n380: Player[32]/TechTree/St[94] TResCost[94] TUnlck[94] (node 132 IND_OrbFound, 10000)\n381: Player[32]/TechTree/St[98] TResCost[98] TUnlck[98] (node 136 IND_RefCoat, 16000)\n382: Player[32]/TechTree/St[104] TResCost[104] TUnlck[104] (node 142 IND_TrkStl, 8000)\n383: Player[32]/TechTree/TAcq[106] TiAcq[106] (node 144, turn 4 / order 22)\n384: ```\n385: \n386: The tree is serialised as parallel arrays indexed by **tree slot**, not tech id — slots 94/98/104/106\n387: are tech ids 132/136/142/144 — and the pass's own two words, `St[106] 3 → 4` and\n388: `TResDone[106] 5768 → 7500`, are correct in **both** replace runs because\n389: `ProcessResearchTurn` writes them without the cascade. So of the **13 tech-tree leaves this turn\n390: moves, our code produced all 13 in live memory with the original's `ProcessResearch` never\n391: executing** — 2 from the pass, 11 from `SetResearched`.\n392: \n393: **One prediction I cannot test and must retract as written.** P4 item 2 said the completion-order\n394: counter would be \"left at 22\" in R0. `TechTree+0x20` **is not a save leaf** — the counter's value\n395: surfaces only through the per-node `TiAcq` stamp — so the oracle cannot see it either way. What is\n396: observable is the trace: R1's only guard hit is `tree_header+0x20:1` (ours writing 22 → 23, the same\n397: byte the original moves in compare mode) and R0 has **0 undeclared writes in 0 calls**. The counter\n398: matters for the *next* completion, not for this save.\n399: \n400: ### 4.5 P6 held: the residual is `ServerPlayer::OnTechResearched`, entirely\n401: \n402: R1's **16** leaves, every one of them named, with nothing left over:\n403: \n404: | leaf | what it is | modelled by `ours`? |\n405: |---|---|---|\n406: | `Player[32]/OutMod` `1.25 → 1.1` | a tech effect | no — B2's milestone |\n407: | `Player[32]/ConMod[0..2]` `0.9 → 1.0` (×3) | tech effects | no — B2's milestone |\n408: | `Player[32]/Events/EvNxID` `7 → 5` | the two events not posted | decision modelled, **write is compare-only** |\n409: | `…/Events/.[EvTurn=4]/Events/.[EvEID=5]`, `.[EvEID=6]` `only-in-A` | the two event records | text comes from the game's string table |\n410: | `…/Events/.[EvTurn=4]/Events/.[0]` `3 → 1` | that turn's event count | ditto |\n411: | `Player[32]/otch/.[11]` `only-in-A`, `otch/.[0]` `11 → 10` | the `ObservedTech` element | append **decided** (`otch_appends=1`), element not constructed |\n412: | `Player[32]/ResTNm` `'' → 'IND_Waldo'` | `ResT` never cleared | inside the callback |\n413: | `Player[32]/BnkPr`, `BnkEl` | bankruptcy projection | **downstream of `OutMod`** |\n414: | `Sys[288 \"Ke'Dolarra\"]/RepCur`, `RepMax` `421640 → 371040` | repair capacity | **downstream of `ConMod`** |\n415: | `/Summary/Checksum` | derived | derived |\n416: \n417: So the residual decomposes into **5 primary player fields** (`OutMod`, `ConMod[0..2]`, `ResTNm`),\n418: **1 `ObservedTech` element**, **2 event records + their id counter**, and **5 derived leaves** that\n419: follow from those. Every single one is written by `ServerPlayer::OnTechResearched`, none of them by\n420: `TechTree::ProcessResearch` or by `SetResearched`.\n421: \n422: That also closes the loop with §4.2's guard: the four `player` spans the compare reported as\n423: undeclared (`+0x10c`, `+0x110`, `+0x114`, `+0x124`, all three bytes wide — float writes whose top\n424: byte did not change) plus `+0x294` (`ResT`, four bytes) are **five** writes, and the save shows\n425: **five** primary player fields. The guard was reporting exactly what the oracle later billed us for.\n426: \n427: **The input class that breaks it is a completion, and only a completion.** Both replace runs are\n428: byte-perfect on the two null calls and on every other leaf of the 128 the turn moves. A replace run\n429: over a turn where research does not complete would be byte-identical — and would prove nothing\n430: (rule 1), which is why this lane refused to run it on `ref-turn2`.\n431: \n432: ### 4.6 Coverage, reported as loudly as the result (rules 15 and 23)\n433: \n434: * **1 completion. 1 distinct tech (144 `IND_Waldo`). 3 unlocked nodes. 3 calls.**\n435: * **2 of the 3 calls allocate zero points and write nothing at all**, in any mode. Their entire\n436: contribution to \"3 calls, 0 diverged\" is that two null calls stayed null.\n437: * **1 of 4 tech trees is exercised.** Player 16's tree is never processed (`ResTNm == ''`); players\n438: 496 and 512 are the null calls.\n439: * **The RNG region did not move on any call in any run.** The spend cap bound exactly, so the\n440: odds/roll branch was skipped, and `roll_pending_in` was false on the completing call, so\n441: `RollResearchEvent` drew nothing (`roll_draws=0`). **`region:rng` — the single strongest check in\n442: this hook's compare — compared \"unchanged against unchanged\" on this workload and established\n443: nothing.** The generator parity evidence for this module is entirely lane U's and lane V's,\n444: on other turns.\n445: * **Branches that did not execute here:** the Zuul double roll (species 2, not 5); the\n446: completed-early flag (`ratio 1.5`); the over-budget notification (`flag` already 2 from turn 3);\n447: `RollResearchEvent`'s draw and, behind it, the plague / AI-rebellion paths; `SetResearched`'s\n448: zero-cost recursion; the `def+0xb0` `NoAutoAvailable` skip; an empty prerequisite group; a\n449: re-observed tech (the dedup's negative case); and the decay sweep, which ran over every node and\n450: **changed nothing** because no other `Available` node had non-zero progress.\n451: * **The event model is count-only by construction** and stayed compare-only in replace mode by\n452: design; the two missing records are two of the sixteen residual leaves.\n453: * **`TechTree::Cost` is the original's.** `ours` calls the game's read-only `Cost` for every cost it\n454: needs, in both modes. The effective-cost formula is **not** displaced, and any claim about this\n455: module inherits that dependency.\n456: \n457: ### 4.7 Verdict\n458: \n459: **No. `game/sim/research` does not move from `compared` to `replaced`.**\n460: \n461: The bar is \"our code ran instead of the original's **and a byte-level oracle held afterwards**\". Our\n462: code did run instead — `mode=replace`, `completions=1`, `unlocked=3`, the original's\n463: `ProcessResearch` never executed, and the game finished the turn and wrote a save. The oracle did\n464: **not** hold: 16 leaves in the best configuration. There is no qualified reading that rescues it,\n465: because the failure is not a rounding residual — it is a set of writes nobody has implemented.\n466: \n467: What the lane did establish, and it is worth more than the rung would have been:\n468: \n469: 1. **The research pass and the entire `SetResearched` cascade are displaceable and were displaced.**\n470: All 13 tech-tree leaves the turn moves were produced by our code in live game memory, on a turn\n471: with a real completion and a real three-node unlock cascade — which is a strictly stronger\n472: statement than the 35 compared calls the board already carried, because in a compare the\n473: original's code still did the work.\n474: 2. **The blocking boundary is named and measured, not guessed:** `ServerPlayer::OnTechResearched`,\n475: 5 player fields + 1 `ObservedTech` element + 2 events, and 5 derived leaves behind them.\n476: `ProcessResearch` **cannot** reach `replaced` on any workload containing a completion until\n477: `OnTechResearched` is displaced — and that is B2's milestone and its own `compared` board row,\n478: not a defect in the research model.\n479: 3. **A new certified pair** on a turn that exercises the completion path, which the campaign did not\n480: have: `ref-turn2` + one End Turn is a *quiet* turn for research, and every oracle the module had\n481: been checked against was that one.\n482: \n483: The cheapest route to the rung, now that the boundary is priced: implement the ~90-field\n484: `ApplyTechEffect` write-back live (B2 already has `game/effects/tech_effects` host-tested), construct\n485: the `ObservedTech` element, and decide what to do about the two event records — whose *text* comes\n486: from the game's string table and therefore cannot be produced clean-room at all. **The event text is\n487: a hard stop for a byte-identical oracle on any completion turn**, and that should be settled as a\n488: policy question (call the game's `PostEvent`, and accept the `ComputeBudget`-shaped QUALIFIED\n489: caveat) before anyone spends another lane on it.\n490: \n491: ---\n492: \n493: ## 5. Proposed board rows\n494: \n495: **I have not edited `campaign/board.md`.** I *have* added the certified pair to\n496: `verify/results/saves/certified-pairs.md`, which the brief pointed at as the standing format and\n497: whose four standing rules for adding a row are all satisfied (two fresh `hooks=off` processes; the\n498: control run before anything was read from an instrumented run; not an extension of an existing pair\n499: but its own agreement; exposure facts recorded beside the hashes).\n500: \n501: ### 5.1 `tools/displacement.py` — the rung does NOT move\n502: \n503: The verdict is **no**, so `\"compared\"` stays. What I do propose is replacing the evidence and caveat\n504: strings, which currently understate what is known and do not name the gate:\n505: \n506: ```python\n507: (\"TechTree::ProcessResearch + unlock cascade\", \"compared\",\n508: \"35 calls across 3 workloads, 0 divergences, tracecmp exit 0; advance prediction held on a \"\n509: \"changed workload (unlock costs no earlier report contained); REPLACE ATTEMPTED live (lane \"\n510: \"CR): ours ran instead of the original on a real completion and produced all 13 tech-tree \"\n511: \"leaves the turn moves, but the save oracle missed by 16 leaves\",\n512: \"compare only. The replace attempt failed on ServerPlayer::OnTechResearched, not on the \"\n513: \"research model: 5 player tech-effect fields, 1 ObservedTech element and 2 event records, \"\n514: \"plus 5 derived leaves. Gated on B2. Thin: 1 completion, 1 tech, 2 of 3 calls allocate zero \"\n515: \"points, and the RNG region did not move at all on the replace workload\"),\n516: ```\n517: \n518: ### 5.2 Board rows to add\n519: \n520: | row | class | status | conf | cov | date | evidence |\n521: |---|---|---|---|---|---|---|\n522: | **`ProcessResearch` replace: our code ran instead of the original's, and the oracle missed by 16 leaves — all of them `OnTechResearched`'s** | phase2 | verified | high | 95% | 2026-09-09 | **Lane CR, VM145**, `findings/subsystems/research-replace.md`. Predictions committed before the build (`sots-re` 4b3cc82); engine `wip/cr` 618ccb1 adds `research.replace_cascade=on\\|off` (default off) so the shipped and extended behaviours differ by **a config line, not a binary**. New certified pair `turn3-state.sav` → one End Turn, **load** route, `e00eed0c…`/`79df5047…`, 2 `hooks=off` processes + 1 compare. Compare run **3/3/0 exit 0** and byte-identical to the control (rule 19 satisfied), undeclared writes exactly the 6 predicted spans. **Replace, cascade on: 16 diverging leaves; cascade off: 27.** The 11-leaf delta is the whole `SetResearched` cascade and it is **ours**; with the pass's own 2 words that is **13 of 13 tech-tree leaves the turn moves, produced live by our code**. The 16 residual leaves are `OutMod`, `ConMod[0..2]`, `ResTNm`, one `ObservedTech` element, two event records + `EvNxID`, and 5 derived. **Verdict: stays `compared`.** |\n523: | **`ref-turn2` + one End Turn does NOT exercise a research completion** | verify | verified | high | 100% | 2026-09-09 | Lane CR. The campaign's most-reproduced oracle is a **quiet turn for the completion path**: `unlock-b3-t1.md` reports `0 undeclared write(s) in 0 call(s)` and `unlock-shim.log`'s first three lines read `completions=0`. It *is* a real workload for the pass (one RNG word, `flag 1 → 2`, one over-budget event) — but a replace-mode oracle taken there would be rule 1's green verdict on a hook comparing nothing. The completing turn is the **next** one, from `turn3-state.sav`. |\n524: | **`# exhaustive` is exhaustive over the 27 template hooks only — six detours are installed, not one** | phase2 | verified | high | 100% | 2026-09-09 | Lane CR. A config naming all 27 registered hooks `off` except one, passing `tools/check_shim_configs.py`, still installs **6** detours: the M0 `Application::Initialize` asm stub (unconditional whenever `hooks != off`) and the **FPU-force module's four sampling detours** (`force=off value=0x0000 sample_ticks=on sample_turn=on`, on by default). `check_shim_configs.py` cannot see either group — no `hook.` key names them. What made lane CR's runs safe was the **neutrality check** (compare run byte-identical to two `hooks=off` controls), not the config check. A lane reading \"exhaustive, therefore one detour\" is wrong by five. |\n525: | **A replace of `ProcessResearch` is gated on `ServerPlayer::OnTechResearched`, and partly on a policy question** | phase2 | open | high | – | 2026-09-09 | Lane CR. To reach `replaced`, three things are needed: the ~90-field tech-effect write-back applied live (B2 has `game/effects/tech_effects` host-tested), the `ObservedTech` element constructed (`ours` already decides the append), and the two research event **records** written. The third is not an implementation gap: their `EvDsc`/`EvMsg` text comes from the game's string table, which the engine must not carry, so a byte-identical oracle on any completion turn requires calling the game's own `PostEvent` and accepting a `ComputeBudget`-shaped **QUALIFIED** `replaced`. Settle that before spending a lane. |\n526: \n527: ### 5.3 Artefacts\n528: \n529: | what | where |\n530: |---|---|\n531: | predictions commit (before the build) | `sots-re` `4b3cc82` |\n532: | engine change | `sots-engine` worktree `wip/cr`, `618ccb1` — `research.replace_cascade`, a mode-independent completion counter, four `shim.cfg.cr*` configs |\n533: | oracle + replace saves | `verify/results/saves/cr/cr-{oracle-endturn,oracle-autosave,replace0-autosave,replace1-autosave}.sav` |\n534: | traces | `verify/traces/cr-{N,R0,R1}.jsonl.gz` |\n535: | `tracecmp` reports | `verify/results/compare/cr-{compare,replace0,replace1}.{md,json}` |\n536: | shim logs (the per-call counters) | `verify/results/shim/cr/cr-{N,R0,R1}.log` |\n537: | certified pair | `verify/results/saves/certified-pairs.md`, row 4 |\n538: \n539: No `ghidra/addresses.d/cr.json`: this lane read no new address. No game data, save, disassembly or\n540: `FUN_xxxxxxxx` name reached `sots-engine`; `tools/clean_room_check.sh` OK.\n541: \n542: ### 5.4 VM145 released\n543: \n544: Held for this lane only; **VM140 untouched**. Restored and verified byte-for-byte to as-found:\n545: \n546: ```\n547: binkw32.dll 15,527,327 B 903527F4A698EEA9FBE25F3A6236657C7D8348F994EEF394696F187E5E554B97 (= shimdist-recap)\n548: shim.cfg 0AE410CC72FE155837D711C78543E14B1F5743310CD023298EB1E5BBD5457E71 (= shimdist-recap\\shim.cfg.recaptrace)\n549: SavedGames the same 9 files, every size and sha256 identical to the as-found survey\n550: game not running (as found)\n551: ```\n552: \n553: Left behind: `C:\\SOTS\\shimdist-cr\\`, `C:\\SOTS\\ui\\cr\\` (the input save, the four run outputs and the\n554: restore set) and `C:\\SOTS\\ui\\cr{deploy,click,grab,snap,restore,find}.ps1`. `click_helper.ps1` is\n555: unmodified. **One thing not restored:** my deploy helper *deletes* `C:\\SOTS\\shim.log` rather than\n556: rotating it to `.prev` the way lane BQ's does, so whatever log was there when I took the guest is\n557: gone. Logs are not simulation state and no measurement depends on it, but the next lane should\n558: rotate rather than delete.\n\n(End of file - total 558 lines)\n","metadata":{"preview":"# Taking `TechTree::ProcessResearch` + the unlock cascade from `compare` to `replace` (lane CR)\n\nHistorical experiment record. The displacement/board workflow referenced below is retired;\ncurrent scope and acceptance criteria are in `campaign/pilots/research-replacement.md`.\nThat pilot also records the independently observed installed-hook inventory and runtime FPU\nword corrections; the original prediction and raw observation history below is preserved.\n\n**Lane CR, 2026-09-09. Guest: VM145 (`sots-re-win10-145`, `re@192.168.10.145`) — held by this lane.**\nVM140 is untouched (it is the exclusive reference guest).\n\nThe board's headline metric is `tools/displacement.py`: **3 replaced / 7 compared / 7 modelled /\n3 mapped**. `TechTree::ProcessResearch + unlock cascade` is the best-evidenced `compared` row — 35\ncalls, three workloads, 0 divergences, `tracecmp` exit 0, and an advance prediction that held on a\n*changed* workload. This lane asks the only question that moves the metric: **can our code run\nINSTEAD of the original's, live, with a byte-level oracle holding afterwards?**\n\nEverything above the `## 4.` heading was committed **before** the shim was built or staged\n(rule 2). Nothing above that line is edited afterwards; corrections are made below it and named as\ncorrections (rule 11).\n","truncated":false,"loaded":[],"display":{"type":"file","path":"/home/alex/sots-re/findings/subsystems/research-replace.md","text":"# Taking `TechTree::ProcessResearch` + the unlock cascade from `compare` to `replace` (lane CR)\n\nHistorical experiment record. The displacement/board workflow referenced below is retired;\ncurrent scope and acceptance criteria are in `campaign/pilots/research-replacement.md`.\nThat pilot also records the independently observed installed-hook inventory and runtime FPU\nword corrections; the original prediction and raw observation history below is preserved.\n\n**Lane CR, 2026-09-09. Guest: VM145 (`sots-re-win10-145`, `re@192.168.10.145`) — held by this lane.**\nVM140 is untouched (it is the exclusive reference guest).\n\nThe board's headline metric is `tools/displacement.py`: **3 replaced / 7 compared / 7 modelled /\n3 mapped**. `TechTree::ProcessResearch + unlock cascade` is the best-evidenced `compared` row — 35\ncalls, three workloads, 0 divergences, `tracecmp` exit 0, and an advance prediction that held on a\n*changed* workload. This lane asks the only question that moves the metric: **can our code run\nINSTEAD of the original's, live, with a byte-level oracle holding afterwards?**\n\nEverything above the `## 4.` heading was committed **before** the shim was built or staged\n(rule 2). Nothing above that line is edited afterwards; corrections are made below it and named as\ncorrections (rule 11).\n\n---\n\n## 1. The state, and why this one\n\n### 1.1 The candidate the brief names, and why it is not sufficient on its own\n\n`ref-turn2.sav` (`ab4ac2d7…`, = `verify/results/saves/turn2-state.sav`) is the campaign's oldest and\nmost reproduced oracle: one End Turn by the **load** route, `(Autosave EndTurn)` `bb4fd9ac…` /\n`(Autosave)` `978041ac…`, **5 + 1 processes**, certified-pairs row 1.\n\n**It does not exercise a research completion.** This is not an inference from the exit code — it is\nread off lane U's own instruments, both of which are in this repo:\n\n* `verify/results/compare/unlock-b3-t1.md`: 3 calls, 3 compared, 0 diverged, and\n **`0 undeclared write(s) in 0 call(s)`**. Every completion in every measured run produces\n undeclared writes on the `player` and `tree_header` guards, because that is where\n `OnTechResearched`'s tech effects and the tree's order counter land. Zero undeclared writes is\n zero completions.\n* `verify/results/shim/unlock-shim.log`: the first three `research: cascade ok=1 …` lines of the\n five-turn continuation read `completions=0 unlocked=0 otch_appends=0`. Those three lines *are*\n the `ref-turn2` End Turn.\n\nReading the trace rather than the verdict (rule 1) says what that turn *does* do: call 0 advances\nthe generator by one word (`left` 432 → 431), pushes node 144's progress 2879 → 5768, sets its flag\n1 → 2 (`OverBudgetNotified`) and posts one event (`next_id` 3 → 4). Calls 1 and 2 change **nothing\nat all**. So `ref-turn2` + one End Turn is a real workload for the *pass* and an empty one for the\n*completion path*. **A replace-mode oracle taken there would be exactly the green verdict on a hook\nthat compared nothing that rule 1 exists to catch.**\n\n### 1.2 The state this lane uses\n\n**`verify/results/saves/turn3-state.sav`** — 67,219 B, sha256\n`978041acd168b56ed8eb3f5e42e78d5e70eae6e6517d75e659a5eb7ca3d60921`, `Summary.Turn = 3`,\n`Sim.ModCount = 24`. It is *the output of certified-pairs row 1*: the `(Autosave).sav` that\n`ref-turn2` + one End Turn produces. It is already on VM145 under that hash as `(Autosave).sav`.\n\n**Procedure: one End Turn. Route: LOAD.** Stated because the route is part of the pair\n(rule 26(c) fourth term; lane BS): the same turn reached by continuation and by load is two\ndifferent, individually reproducible things, and this lane deliberately does **not** inherit the\ncontinuation's turn-4 numbers as an assumption — it predicts them and lets the load route falsify\nthem (P1).\n\nWhy this turn: in lane U's five-turn continuation the **fourth-turn** call is the completing one.\nThe call that enters with `turn = 4` allocates 2,898 points to tech 144, completes it, and runs the\ncascade — `completions=1 unlocked=3 otch_appends=1` in the shim log, `next_id` 5 → 7 and\n`observed_techs` 440 → 484 bytes in the trace. `turn3-state.sav` is the state that turn starts from.\n\n### 1.3 The exposure screen (rule 26(c)) — a screen, not a decision procedure\n\nRead from `turn3-state.sav` with `verify/save-reader/save_reader.py`. Eight players; per lane BP the\nengine builds AI clients for net ids **32, 496, 512** only, and the four factions at 528–576 carry\ntheir signature **inertly**.\n\n| player | species | `ResTNm` | `Status` | AI client | pick-turn signature? |\n|---|---|---|---|---|---|\n| 16 (human `re`) | 0 | `''` | 4 | **no** (local human) | **false positive** — no client |\n| 32 | 2 | `IND_Waldo` | 4 | yes | **no** — mid-research |\n| 496 | 0 | `DRV_PlsFiss` | 4 | yes | **no** — mid-research |\n| 512 | 2 | `BIO_GnMod` | 4 | yes | **no** — mid-research |\n| 528, 544, 560, 576 | 4 | `''` | 0 | **no** | **false positive** — no client, `Status 0` |\n\n**No player that actually runs enters this turn with an empty research target.** That is the best\nthe screen can say. It cannot say the control will agree — rule 26(c)'s own retraction is explicit\nthat `candidatesTried` is not readable from a save, that there is a combat term, and that the load\nroute is a fourth term that is not a predicate on the save at all. **So the screen is why this turn\nis worth trying, and the two-process control in §4.1 is the only thing that decides it.**\n\nThe lineage where exposure is saturated (`ad-…`/`ar-…`, every turn carrying a signature) is\ndeliberately not used here.\n\n### 1.4 What is being asked of `hooks=off`\n\nThree fresh-process runs are planned before any replace result is read:\n\n| run | config | what it establishes |\n|---|---|---|\n| **C1**, **C2** | `shim.cfg.croff` (`hooks=off`, the proxy loads and installs nothing) | the control agrees with itself across two fresh processes (rule 26) |\n| **N** | `shim.cfg.crcompare` (one detour, `compare`) | the instrument is behaviour-neutral on *this* save and route (rule 19), **and** it is where the completion count comes from the hook itself |\n\nOnly then the replace runs. C1/C2 use the *same proxy DLL* as every measured run, so the only\ndifference between control and measurement is the config (lane CB's shape).\n\n---\n\n## 2. The four bytes of every float literal on this path (rule 23)\n\nTwo float literals are on the research pass's arithmetic path, and **both are widened `float`s**.\nRead here directly out of `dumps/sots.exe` (PE image base `0x00400000`, `.rdata` at `0x009dd000`\nfile offset `0x5dbe00`), not taken from an earlier note:\n\n| VA | bytes (LE) | value as `double` | is it `(double)float`? | engine constant |\n|---|---|---|---|---|\n| `0x009e20c8` | `00 00 00 a0 99 99 e9 3f` | `0.80000001192092896` | **yes** (low 29 bits zero) | `kEarlyCompletionRatio = 0.800000011920929` |\n| `0x009e5060` | `00 00 00 a0 99 99 a9 3f` | `0.05000000074505806` | **yes** | `kDecayFraction = 0.05000000074505806` |\n\nBoth source literals were re-parsed and re-packed: `0.800000011920929` → `000000a09999e93f` and\n`0.05000000074505806` → `000000a09999a93f`. **Bit-identical to the image.** So the two constants\n`sots-engine/src/game/sim/research.cpp` relies on are exactly the image's, not the exact decimals\nthat bit the money chain twice.\n\nTwo literals that are **not** on this path, and why:\n\n* the tech-cost multiplier (`1.0 − 0.25·n`, floor `0.25`) — `ours` never evaluates it. It calls the\n game's own read-only `TechTree::Cost` for every cost it needs, in both modes (`g_env.cost`). This\n is a genuine, declared dependency on the original: the effective cost is **not** displaced.\n* `ResearchSpendFloor` / `Ceiling` are integer `×50/100` and `×150/100` with a 32-bit wrapping\n multiply — no float involved.\n\n---\n\n## 3. Predictions, committed before the build\n\nFalsification symptoms are given for each. Predictions are made **per site** and not at a bracket\ntotal (rule 23's 2026-09-09 corollary).\n\n### P0 — the control agrees with itself\n`turn3-state.sav`, one End Turn, load route, `hooks=off`, **two fresh processes** produce identical\n`(Autosave EndTurn).sav` and `(Autosave).sav`.\n*Falsified if:* the two processes differ. Then this workload is exposed, the screen in §1.3 was\ninsufficient (which is what rule 26(c)'s retraction predicts is possible), and the honest move is to\nreport that and pin the source of variation — **not** to pick the run that suits.\n\n### P1 — the turn is not quiet, and the load route reproduces the continuation's turn-4 call\nExactly **3** `ProcessResearch` calls, one per AI client, in the same owner order. Allocations:\n**A → {tech 144, 2898 points}**, **B → {tech 90, 0 points}**, **C → {tech 9, 0 points}**. Exactly\n**one completion** (tech 144) and the cascade unlocks exactly **three** nodes:\n\n| node | `state` | `cost_rp` | `turn_available` |\n|---|---|---|---|\n| 132 | 0 → 2 | `INT_MAX` → **10000** | −1 → **4** |\n| 136 | 0 → 2 | `INT_MAX` → **16000** | −1 → **4** |\n| 142 | 0 → 2 | `INT_MAX` → **8000** | −1 → **4** |\n\n*Falsified if:* a different allocation, a different completion count, or a different unlock set. That\nwould be a **route** result — the load route not reproducing the continuation — and it is worth as\nmuch as the replace result. It is exactly what rule 26(c)'s fourth term says can happen.\n\n### P2 — the arithmetic, hand-computed on the boundary\nFor node 144: `cost = 5000`, `lo = ResearchSpendFloor = 2500`, `hi = ResearchSpendCeiling = 7500`.\nEntering progress **5768**, allocation **2898**:\n\n* `spent = min(2898, 7500 − 5768) = 1732` — the cap binds, so this call lands **exactly on the\n ceiling**, which is the boundary rule 23 says to test by hand rather than trust a compare on.\n* `progress 5768 → 7500`, `overbudget 0 → 1166`.\n* `progress (7500) < hi (7500)` is **false**, so the odds/roll branch is skipped: **zero RNG draws**.\n I predict `rng.left` is **unchanged at 413** across all three calls and the `mt` digest does not\n move on any of them.\n* `ratio = (float)(7500/5000) = 1.5`, and `1.5 < 0.800000011920929` is false → **not** completed\n early → `flag` **unchanged**.\n* `state 3 → 4`, `turn_researched −1 → 4`, `order −1 → 22`, and the tree's order counter\n `22 → 23`.\n\n*Falsified if:* any single one of these moves. A wrong `hi` shows up as a wrong `overbudget`; a\nwrong early-completion literal shows up as `flag` moving.\n\n### P3 — the instrument is neutral, and the completion is counted by the instrument\nRun N (`crcompare`, one detour) produces autosaves **byte-identical to C1/C2**, and `tracecmp`\nreports **3 calls / 3 compared / 0 diverged / exit 0**. The hook's own per-call log line reads\n`completions=1 … unlocked=3 otch_appends=1` on the completing call and all-zero on the other two.\nUndeclared writes: **6 spans in 1 call** —\n`player +0x10c/3`, `player +0x110/3`, `player +0x114/3`, `player +0x124/3`, `player +0x294/4`\n(`ResT`, the research target being cleared) and `tree_header +0x20/1` (the order counter).\n\n*Falsified if:* the autosaves move (then rule 19 bites and nothing below is readable), or the\nundeclared-write set differs (then the workload or the model moved).\n\n### P4 — replace with the cascade OFF (`crreplace0`, the shipped behaviour) diverges\nThe autosave is **not** byte-identical. Predicted diverging leaves, by name:\n\n1. `Player[32]` tech tree: node 144 `turn_researched` and `order` unstamped (−1/−1); nodes 132, 136\n and 142 unchanged at `state 0`, `cost_rp INT_MAX`, `turn_available −1`.\n2. the tree's completion-order counter left at 22.\n3. `Player[32]` events: `next_id` short by **2**, two event records absent.\n4. `Player[32]` `otch`: one `ObservedTech` element absent (**44 bytes**).\n5. `Player[32]` scalar fields at `+0x10c`, `+0x110`, `+0x114`, `+0x124` unchanged, and `ResTNm` still\n reading `IND_Waldo` because `ResT` was never cleared.\n\nWhat **will** be right even here: node 144's `state = 4`, `progress = 7500`, `flag`, the decay sweep\nover every other node, and the `overbudget` accumulator.\n\n### P5 — replace with the cascade ON (`crreplace1`) diverges, by strictly less\nSame binary, one config line different (`research.replace_cascade=on`; see §3.1). Predicted:\n**strictly fewer diverging leaves than P4**, with items 1 and 2 of P4 **closed** — node 144 stamped\n`turn_researched 4` / `order 22`, nodes 132/136/142 at `state 2` with `cost_rp` 10000/16000/8000 and\n`turn_available 4`, counter at 23 — and items 3, 4 and 5 **still open**.\n\n### P6 — the headline, stated in advance\n**`game/sim/research` does NOT move from `compared` to `replaced` this session, and the named cause\nis `ServerPlayer::OnTechResearched`, not the research model.** The research pass itself — the spend\ncap, the odds branch, the completion, the decay sweep, and (with the flag on) the whole\n`SetResearched` cascade — is displaceable and I expect it to reproduce the original's TechTree state\nexactly. What blocks the oracle is the *callback*: it posts events whose text comes from the game's\nstring table, appends an `ObservedTech` element `ours` decides but does not construct, and writes\n~90 `ServerPlayer` fields that are a different subsystem's milestone (B2) and a separate `compared`\nrow on the board. A replace of the research pass is **gated on displacing `OnTechResearched`**, and\nthat is a statement about a boundary, not about the research model.\n\n*Falsified if:* `crreplace1`'s autosave is byte-identical to the oracle. That would mean the\ncallback's writes do not reach the save on this workload, P6 is wrong, and the row moves to\n`replaced` — which is the outcome I would rather have and do not expect.\n\n### P7 — the numbers I expect to be able to quote honestly afterwards\n**1** distinct completion, **1** distinct tech (144), **3** unlocked nodes, **3** calls of which\n**2** allocate zero points and write nothing at all. That is thin, and it will be reported as\nthin (rule 15/23) whatever the verdict.\n\n### 3.1 The one engine change this lane makes, and why it is not a thumb on the scale\n\n`sots-engine` worktree `wip/cr` (rule 21), branched from `main` at `e7e2bd6`.\n\n* **`research.replace_cascade=on|off`, default `off`.** With it off the binary behaves *exactly* as\n `main` does today, so P4 measures the shipped behaviour rather than a straw man. With it on, a\n **replace**-mode call also writes the four `TechNode` words `SetResearched` stamps and the tree's\n completion-order counter. It does **not** post events, does **not** move the `ObservedTech` vector\n and does **not** apply a single tech effect — those stay gated on compare mode and stay declared\n unmodelled. The flag exists so P4 and P5 differ by a **config line and not by a binary**, which is\n what makes the leaf difference between their autosaves attributable to the cascade.\n* **A per-call log line in every mode.** The old line was gated on the cascade having run, so a\n replace run with the cascade off had no counter at all and \"a completion happened\" could only be\n inferred from the save — the artefact under test. It now prints `steps`, `completions` (counted\n from the pass's own step results), `overbudget` and the cascade counters, in compare **and**\n replace. This is the instrument answering the brief's \"show it fired — a count, from the hook\n itself\".\n\nNo new binary facts: `ghidra/addresses.d/cr.json` is **not** created, because this lane reads no new\naddress. Every offset used already exists in the generated header. Host build: 253 targets, **59/59\ntests pass** (the denominator is the healthy 59, per rule 24's signature check); `clean_room_check`\nOK; `tools/check_shim_configs.py` OK with 27 registered hooks and all four CR configs\n(`croff`, `crcompare`, `crreplace0`, `crreplace1`) — the three `hooks=trace` ones marked\n`# exhaustive` and naming all 27.\n\n---\n\n## 4. Results\n\n*(added after the runs; nothing above this line is edited)*\n\n### 4.0 The five runs, in order\n\nAll five on **VM145**, held by this lane, each a **fresh process**, `SavedGames` reset to exactly\n`turn3-state.sav` before every launch, `C:\\SOTS\\shimdist-cr\\binkw32.dll`\n(25,274,723 B, sha256 `d2ad56b32c1b5f6b…`, `BUILD_ID cr-618ccb1-20260909T131556Z`, exports 66/66\nidentical to the real `binkw32.dll`), one config per run and nothing else changed. Every screen —\nmain menu, Load-Game chooser, the one-row file list, the **lobby**, the loaded map at \"Turn 3\", the\npost-turn map at \"Turn 4\" — was verified from a live `qm monitor` screendump before the next click.\nNo run was driven by sleeping.\n\n| run | config | mode | `research.replace_cascade` | `(Autosave EndTurn).sav` | `(Autosave).sav` |\n|---|---|---|---|---|---|\n| **C1** | `croff` | `hooks=off` | – | 67,212 `e00eed0c…` | 67,811 `79df5047…` |\n| **C2** | `croff` | `hooks=off` | – | 67,212 **`e00eed0c…`** | 67,811 **`79df5047…`** |\n| **N** | `crcompare` | compare | off | 67,212 **`e00eed0c…`** | 67,811 **`79df5047…`** |\n| **R0** | `crreplace0` | **replace** | off | 67,212 `e00eed0c…` | 67,511 **`6b51db99…`** |\n| **R1** | `crreplace1` | **replace** | **on** | 67,212 `e00eed0c…` | 67,537 **`8a4309ee…`** |\n\n`(Autosave EndTurn).sav` is the *pre*-turn resave and is identical in all five runs, as it must be —\nnothing has run yet when it is written. The verdict is carried entirely by `(Autosave).sav`.\n\n### 4.1 P0 held: the oracle\n\n**C1 and C2 agree byte-for-byte in two fresh processes.** The pair, in the standing\n`certified-pairs.md` format:\n\n| input | procedure | route | `(Autosave EndTurn)` | `(Autosave)` | processes | evidence |\n|---|---|---|---|---|---:|---|\n| `turn3-state.sav` `978041ac…` | one End Turn | **load** | `e00eed0c…` | `79df5047…` | **3** | lane CR ×2 `hooks=off`, ×1 compare-instrumented |\n\n**Masks that must be on the line.** Measured, not assumed —\n`state_checksum.py turn3-state.sav <(Autosave EndTurn)>` gives **exactly 5 leaves**:\n`/Summary/Checksum` and `Player.Status 4 → 0` on each of the four live players (16 `re`,\n32 `Fane Lao`, 496 and 512 `Singularity`). **There is no `/CD[1]/NPrvVa` term on this state** —\n`CD[1]`'s diplomacy block is early-game and the leaf does not move — so the `--mask resave` rule\nholds here in the form the docs originally stated, and the lane BQ exception does not apply.\n\n**Exposure facts next to the hashes** (certified-pairs standing rule 4): §1.3's table — no player\nwith an AI client enters the turn with `ResTNm == ''`; `NumDes` does not move; the two ships that\ncomplete join existing fleets; the four factions at 528–576 carry the empty-`ResTNm` signature\ninertly (`Status 0`, no client). The turn does create fleets (`Flt[50]`, `Flt[1808]`) and retire one\n(`Flt[1776]`) — that is a fleet-assignment shape, and it agreed anyway. **Which is the point of\nrule 26(c)'s retraction: the screen said \"likely fine\" and only the two-process control decided it.**\n\n### 4.2 P3 held: the instrument is neutral, and it counts the completion itself\n\nRun **N** reproduced the control's two hashes exactly, so rule 19 is satisfied on *this* save and\n*this* route and everything below is read from runs that passed their own check.\n`tracecmp verify/traces/cr-N.jsonl.gz`: **3 calls, 3 compared, 0 diverged, exit 0**, coverage verdict\n`partial`, 8 unmodelled notes — and the undeclared-write set is **exactly the six spans predicted**:\n\n```\nplayer+0x10c:3 player+0x110:3 player+0x114:3 player+0x124:3 player+0x294:4 tree_header+0x20:1\n```\n\nThe hook's own per-call line, which is the instrument saying a completion fired rather than the save\nbeing asked to imply it:\n\n```\nresearch: mode=compare steps=1 completions=1 overbudget=1166 cascade_possible=1 ok=1\n cascade_completions=1 unlocked=3 otch_appends=1 roll_draws=0 failures=0 depth=0\nresearch: mode=compare steps=1 completions=0 … (×2, all zero)\n```\n\n**A correction to the campaign's read of the detour count, and it goes the other way from the\nbrief's warning.** My config names all **27** registered template hooks and\n`check_shim_configs.py` passes it as `# exhaustive` — and the shim still installed **six** detours,\nnot one:\n\n| detour | source | named by a `hook.` key? |\n|---|---|---|\n| `Mars::Application::Initialize` | the M0 asm stub, installed unconditionally whenever `hooks != off` | **no** |\n| `Game::TechTree::ProcessResearch` | the one template hook | yes |\n| `StrategyClient::EndTurn`, `StrategyServer::BeginProcessTurn`, `StrategyServer::ProcessTurn`, `DemoApp::OnTick` | the **FPU-force module**, which installs four *sampling* detours by default (`fpu: module init … force=off value=0x0000 sample_ticks=on`, `sample_turn=on`) | **no** |\n\n`Shim::SelfTest::Fill` additionally emits one `trace` record at startup; it is an in-shim self-test,\nnot a detour on the game. So **`# exhaustive` is exhaustive over the template-hook set only**, and\n`tools/check_shim_configs.py` cannot see the other five. It was the *neutrality check* (N identical\nto C1/C2), not the config check, that made this run safe — which is worth saying plainly, because a\nlane reading \"exhaustive, therefore one detour\" would be wrong by five.\n\nFor the record, `fpu_cw = 0x027f` (53-bit, round-to-nearest) in every CR run.\n\n### 4.3 P1 and P2 held exactly, on the LOAD route\n\nThe load route reproduced the continuation's turn-4 call in every particular — allocations, the\ncompletion, the unlock set, the arithmetic. From `cr-N.jsonl.gz` (compare) and confirmed identically\nin `cr-R1.jsonl.gz` (replace):\n\n| call | owner | species | alloc | what moved |\n|---|---|---|---|---|\n| 1 | `Player[32 \"Fane Lao\"]` | 2 | `{144, 2898}` | the completion (below) |\n| 2 | `Player[496 \"Singularity\"]` | 0 | `{90, 0}` | **nothing at all** |\n| 3 | `Player[512 \"Singularity\"]` | 2 | `{9, 0}` | **nothing at all** |\n\nCall 1, node **144 `IND_Waldo`**: `state 3 → 4`, `progress 5768 → 7500`, `turn_researched −1 → 4`,\n`order −1 → 22`; `overbudget 0 → 1166`; three nodes unlocked —\n**132 `IND_OrbFound` @ 10000**, **136 `IND_RefCoat` @ 16000**, **142 `IND_TrkStl` @ 8000**, each\n`state 0 → 2`, `cost_rp INT_MAX → …`, `turn_available −1 → 4`; `events.next_id 5 → 7`;\n`observed_techs 440 → 484 bytes`.\n\nP2's hand arithmetic is confirmed to the unit: `cost 5000`, `lo 2500`, `hi 7500`,\n`spent = min(2898, 1732) = 1732`, `progress = 7500` **exactly on the ceiling**,\n`overbudget = 2898 − 1732 = 1166`; `progress < hi` false so **no draw**; `ratio = 1.5`, not below\n`0.800000011920929`, so **`flag` unchanged**. The `rng` region **did not move on any of the three\ncalls** in any run.\n\nThat last fact is a coverage hole, not a success — see §4.6.\n\n### 4.4 P4 and P5 held: replace diverges, and the cascade closes exactly eleven leaves\n\n`state_checksum.py cr-oracle-autosave.sav `:\n\n| run | diverging leaves | file size |\n|---|---:|---|\n| **R0** — replace, cascade **off** (the shipped behaviour) | **27** | 67,511 B |\n| **R1** — replace, cascade **on** | **16** | 67,537 B |\n| (the turn itself, `turn3-state` → oracle, for scale) | 128 | – |\n\n**The eleven leaves the cascade closes — R0 has them, R1 does not.** All eleven are `TechTree`:\n\n```\nPlayer[32]/TechTree/St[94] TResCost[94] TUnlck[94] (node 132 IND_OrbFound, 10000)\nPlayer[32]/TechTree/St[98] TResCost[98] TUnlck[98] (node 136 IND_RefCoat, 16000)\nPlayer[32]/TechTree/St[104] TResCost[104] TUnlck[104] (node 142 IND_TrkStl, 8000)\nPlayer[32]/TechTree/TAcq[106] TiAcq[106] (node 144, turn 4 / order 22)\n```\n\nThe tree is serialised as parallel arrays indexed by **tree slot**, not tech id — slots 94/98/104/106\nare tech ids 132/136/142/144 — and the pass's own two words, `St[106] 3 → 4` and\n`TResDone[106] 5768 → 7500`, are correct in **both** replace runs because\n`ProcessResearchTurn` writes them without the cascade. So of the **13 tech-tree leaves this turn\nmoves, our code produced all 13 in live memory with the original's `ProcessResearch` never\nexecuting** — 2 from the pass, 11 from `SetResearched`.\n\n**One prediction I cannot test and must retract as written.** P4 item 2 said the completion-order\ncounter would be \"left at 22\" in R0. `TechTree+0x20` **is not a save leaf** — the counter's value\nsurfaces only through the per-node `TiAcq` stamp — so the oracle cannot see it either way. What is\nobservable is the trace: R1's only guard hit is `tree_header+0x20:1` (ours writing 22 → 23, the same\nbyte the original moves in compare mode) and R0 has **0 undeclared writes in 0 calls**. The counter\nmatters for the *next* completion, not for this save.\n\n### 4.5 P6 held: the residual is `ServerPlayer::OnTechResearched`, entirely\n\nR1's **16** leaves, every one of them named, with nothing left over:\n\n| leaf | what it is | modelled by `ours`? |\n|---|---|---|\n| `Player[32]/OutMod` `1.25 → 1.1` | a tech effect | no — B2's milestone |\n| `Player[32]/ConMod[0..2]` `0.9 → 1.0` (×3) | tech effects | no — B2's milestone |\n| `Player[32]/Events/EvNxID` `7 → 5` | the two events not posted | decision modelled, **write is compare-only** |\n| `…/Events/.[EvTurn=4]/Events/.[EvEID=5]`, `.[EvEID=6]` `only-in-A` | the two event records | text comes from the game's string table |\n| `…/Events/.[EvTurn=4]/Events/.[0]` `3 → 1` | that turn's event count | ditto |\n| `Player[32]/otch/.[11]` `only-in-A`, `otch/.[0]` `11 → 10` | the `ObservedTech` element | append **decided** (`otch_appends=1`), element not constructed |\n| `Player[32]/ResTNm` `'' → 'IND_Waldo'` | `ResT` never cleared | inside the callback |\n| `Player[32]/BnkPr`, `BnkEl` | bankruptcy projection | **downstream of `OutMod`** |\n| `Sys[288 \"Ke'Dolarra\"]/RepCur`, `RepMax` `421640 → 371040` | repair capacity | **downstream of `ConMod`** |\n| `/Summary/Checksum` | derived | derived |\n\nSo the residual decomposes into **5 primary player fields** (`OutMod`, `ConMod[0..2]`, `ResTNm`),\n**1 `ObservedTech` element**, **2 event records + their id counter**, and **5 derived leaves** that\nfollow from those. Every single one is written by `ServerPlayer::OnTechResearched`, none of them by\n`TechTree::ProcessResearch` or by `SetResearched`.\n\nThat also closes the loop with §4.2's guard: the four `player` spans the compare reported as\nundeclared (`+0x10c`, `+0x110`, `+0x114`, `+0x124`, all three bytes wide — float writes whose top\nbyte did not change) plus `+0x294` (`ResT`, four bytes) are **five** writes, and the save shows\n**five** primary player fields. The guard was reporting exactly what the oracle later billed us for.\n\n**The input class that breaks it is a completion, and only a completion.** Both replace runs are\nbyte-perfect on the two null calls and on every other leaf of the 128 the turn moves. A replace run\nover a turn where research does not complete would be byte-identical — and would prove nothing\n(rule 1), which is why this lane refused to run it on `ref-turn2`.\n\n### 4.6 Coverage, reported as loudly as the result (rules 15 and 23)\n\n* **1 completion. 1 distinct tech (144 `IND_Waldo`). 3 unlocked nodes. 3 calls.**\n* **2 of the 3 calls allocate zero points and write nothing at all**, in any mode. Their entire\n contribution to \"3 calls, 0 diverged\" is that two null calls stayed null.\n* **1 of 4 tech trees is exercised.** Player 16's tree is never processed (`ResTNm == ''`); players\n 496 and 512 are the null calls.\n* **The RNG region did not move on any call in any run.** The spend cap bound exactly, so the\n odds/roll branch was skipped, and `roll_pending_in` was false on the completing call, so\n `RollResearchEvent` drew nothing (`roll_draws=0`). **`region:rng` — the single strongest check in\n this hook's compare — compared \"unchanged against unchanged\" on this workload and established\n nothing.** The generator parity evidence for this module is entirely lane U's and lane V's,\n on other turns.\n* **Branches that did not execute here:** the Zuul double roll (species 2, not 5); the\n completed-early flag (`ratio 1.5`); the over-budget notification (`flag` already 2 from turn 3);\n `RollResearchEvent`'s draw and, behind it, the plague / AI-rebellion paths; `SetResearched`'s\n zero-cost recursion; the `def+0xb0` `NoAutoAvailable` skip; an empty prerequisite group; a\n re-observed tech (the dedup's negative case); and the decay sweep, which ran over every node and\n **changed nothing** because no other `Available` node had non-zero progress.\n* **The event model is count-only by construction** and stayed compare-only in replace mode by\n design; the two missing records are two of the sixteen residual leaves.\n* **`TechTree::Cost` is the original's.** `ours` calls the game's read-only `Cost` for every cost it\n needs, in both modes. The effective-cost formula is **not** displaced, and any claim about this\n module inherits that dependency.\n\n### 4.7 Verdict\n\n**No. `game/sim/research` does not move from `compared` to `replaced`.**\n\nThe bar is \"our code ran instead of the original's **and a byte-level oracle held afterwards**\". Our\ncode did run instead — `mode=replace`, `completions=1`, `unlocked=3`, the original's\n`ProcessResearch` never executed, and the game finished the turn and wrote a save. The oracle did\n**not** hold: 16 leaves in the best configuration. There is no qualified reading that rescues it,\nbecause the failure is not a rounding residual — it is a set of writes nobody has implemented.\n\nWhat the lane did establish, and it is worth more than the rung would have been:\n\n1. **The research pass and the entire `SetResearched` cascade are displaceable and were displaced.**\n All 13 tech-tree leaves the turn moves were produced by our code in live game memory, on a turn\n with a real completion and a real three-node unlock cascade — which is a strictly stronger\n statement than the 35 compared calls the board already carried, because in a compare the\n original's code still did the work.\n2. **The blocking boundary is named and measured, not guessed:** `ServerPlayer::OnTechResearched`,\n 5 player fields + 1 `ObservedTech` element + 2 events, and 5 derived leaves behind them.\n `ProcessResearch` **cannot** reach `replaced` on any workload containing a completion until\n `OnTechResearched` is displaced — and that is B2's milestone and its own `compared` board row,\n not a defect in the research model.\n3. **A new certified pair** on a turn that exercises the completion path, which the campaign did not\n have: `ref-turn2` + one End Turn is a *quiet* turn for research, and every oracle the module had\n been checked against was that one.\n\nThe cheapest route to the rung, now that the boundary is priced: implement the ~90-field\n`ApplyTechEffect` write-back live (B2 already has `game/effects/tech_effects` host-tested), construct\nthe `ObservedTech` element, and decide what to do about the two event records — whose *text* comes\nfrom the game's string table and therefore cannot be produced clean-room at all. **The event text is\na hard stop for a byte-identical oracle on any completion turn**, and that should be settled as a\npolicy question (call the game's `PostEvent`, and accept the `ComputeBudget`-shaped QUALIFIED\ncaveat) before anyone spends another lane on it.\n\n---\n\n## 5. Proposed board rows\n\n**I have not edited `campaign/board.md`.** I *have* added the certified pair to\n`verify/results/saves/certified-pairs.md`, which the brief pointed at as the standing format and\nwhose four standing rules for adding a row are all satisfied (two fresh `hooks=off` processes; the\ncontrol run before anything was read from an instrumented run; not an extension of an existing pair\nbut its own agreement; exposure facts recorded beside the hashes).\n\n### 5.1 `tools/displacement.py` — the rung does NOT move\n\nThe verdict is **no**, so `\"compared\"` stays. What I do propose is replacing the evidence and caveat\nstrings, which currently understate what is known and do not name the gate:\n\n```python\n (\"TechTree::ProcessResearch + unlock cascade\", \"compared\",\n \"35 calls across 3 workloads, 0 divergences, tracecmp exit 0; advance prediction held on a \"\n \"changed workload (unlock costs no earlier report contained); REPLACE ATTEMPTED live (lane \"\n \"CR): ours ran instead of the original on a real completion and produced all 13 tech-tree \"\n \"leaves the turn moves, but the save oracle missed by 16 leaves\",\n \"compare only. The replace attempt failed on ServerPlayer::OnTechResearched, not on the \"\n \"research model: 5 player tech-effect fields, 1 ObservedTech element and 2 event records, \"\n \"plus 5 derived leaves. Gated on B2. Thin: 1 completion, 1 tech, 2 of 3 calls allocate zero \"\n \"points, and the RNG region did not move at all on the replace workload\"),\n```\n\n### 5.2 Board rows to add\n\n| row | class | status | conf | cov | date | evidence |\n|---|---|---|---|---|---|---|\n| **`ProcessResearch` replace: our code ran instead of the original's, and the oracle missed by 16 leaves — all of them `OnTechResearched`'s** | phase2 | verified | high | 95% | 2026-09-09 | **Lane CR, VM145**, `findings/subsystems/research-replace.md`. Predictions committed before the build (`sots-re` 4b3cc82); engine `wip/cr` 618ccb1 adds `research.replace_cascade=on\\|off` (default off) so the shipped and extended behaviours differ by **a config line, not a binary**. New certified pair `turn3-state.sav` → one End Turn, **load** route, `e00eed0c…`/`79df5047…`, 2 `hooks=off` processes + 1 compare. Compare run **3/3/0 exit 0** and byte-identical to the control (rule 19 satisfied), undeclared writes exactly the 6 predicted spans. **Replace, cascade on: 16 diverging leaves; cascade off: 27.** The 11-leaf delta is the whole `SetResearched` cascade and it is **ours**; with the pass's own 2 words that is **13 of 13 tech-tree leaves the turn moves, produced live by our code**. The 16 residual leaves are `OutMod`, `ConMod[0..2]`, `ResTNm`, one `ObservedTech` element, two event records + `EvNxID`, and 5 derived. **Verdict: stays `compared`.** |\n| **`ref-turn2` + one End Turn does NOT exercise a research completion** | verify | verified | high | 100% | 2026-09-09 | Lane CR. The campaign's most-reproduced oracle is a **quiet turn for the completion path**: `unlock-b3-t1.md` reports `0 undeclared write(s) in 0 call(s)` and `unlock-shim.log`'s first three lines read `completions=0`. It *is* a real workload for the pass (one RNG word, `flag 1 → 2`, one over-budget event) — but a replace-mode oracle taken there would be rule 1's green verdict on a hook comparing nothing. The completing turn is the **next** one, from `turn3-state.sav`. |\n| **`# exhaustive` is exhaustive over the 27 template hooks only — six detours are installed, not one** | phase2 | verified | high | 100% | 2026-09-09 | Lane CR. A config naming all 27 registered hooks `off` except one, passing `tools/check_shim_configs.py`, still installs **6** detours: the M0 `Application::Initialize` asm stub (unconditional whenever `hooks != off`) and the **FPU-force module's four sampling detours** (`force=off value=0x0000 sample_ticks=on sample_turn=on`, on by default). `check_shim_configs.py` cannot see either group — no `hook.` key names them. What made lane CR's runs safe was the **neutrality check** (compare run byte-identical to two `hooks=off` controls), not the config check. A lane reading \"exhaustive, therefore one detour\" is wrong by five. |\n| **A replace of `ProcessResearch` is gated on `ServerPlayer::OnTechResearched`, and partly on a policy question** | phase2 | open | high | – | 2026-09-09 | Lane CR. To reach `replaced`, three things are needed: the ~90-field tech-effect write-back applied live (B2 has `game/effects/tech_effects` host-tested), the `ObservedTech` element constructed (`ours` already decides the append), and the two research event **records** written. The third is not an implementation gap: their `EvDsc`/`EvMsg` text comes from the game's string table, which the engine must not carry, so a byte-identical oracle on any completion turn requires calling the game's own `PostEvent` and accepting a `ComputeBudget`-shaped **QUALIFIED** `replaced`. Settle that before spending a lane. |\n\n### 5.3 Artefacts\n\n| what | where |\n|---|---|\n| predictions commit (before the build) | `sots-re` `4b3cc82` |\n| engine change | `sots-engine` worktree `wip/cr`, `618ccb1` — `research.replace_cascade`, a mode-independent completion counter, four `shim.cfg.cr*` configs |\n| oracle + replace saves | `verify/results/saves/cr/cr-{oracle-endturn,oracle-autosave,replace0-autosave,replace1-autosave}.sav` |\n| traces | `verify/traces/cr-{N,R0,R1}.jsonl.gz` |\n| `tracecmp` reports | `verify/results/compare/cr-{compare,replace0,replace1}.{md,json}` |\n| shim logs (the per-call counters) | `verify/results/shim/cr/cr-{N,R0,R1}.log` |\n| certified pair | `verify/results/saves/certified-pairs.md`, row 4 |\n\nNo `ghidra/addresses.d/cr.json`: this lane read no new address. No game data, save, disassembly or\n`FUN_xxxxxxxx` name reached `sots-engine`; `tools/clean_room_check.sh` OK.\n\n### 5.4 VM145 released\n\nHeld for this lane only; **VM140 untouched**. Restored and verified byte-for-byte to as-found:\n\n```\nbinkw32.dll 15,527,327 B 903527F4A698EEA9FBE25F3A6236657C7D8348F994EEF394696F187E5E554B97 (= shimdist-recap)\nshim.cfg 0AE410CC72FE155837D711C78543E14B1F5743310CD023298EB1E5BBD5457E71 (= shimdist-recap\\shim.cfg.recaptrace)\nSavedGames the same 9 files, every size and sha256 identical to the as-found survey\ngame not running (as found)\n```\n\nLeft behind: `C:\\SOTS\\shimdist-cr\\`, `C:\\SOTS\\ui\\cr\\` (the input save, the four run outputs and the\nrestore set) and `C:\\SOTS\\ui\\cr{deploy,click,grab,snap,restore,find}.ps1`. `click_helper.ps1` is\nunmodified. **One thing not restored:** my deploy helper *deletes* `C:\\SOTS\\shim.log` rather than\nrotating it to `.prev` the way lane BQ's does, so whatever log was there when I took the guest is\ngone. Logs are not simulation state and no measurement depends on it, but the next lane should\nrotate rather than delete.","lineStart":1,"lineEnd":558,"totalLines":558,"truncated":false}},"title":"findings/subsystems/research-replace.md","time":{"start":1789014204957,"end":1789014204992}},"metadata":{"openai":{"itemId":"fc_09925928b03fd9eb016aa230bca08487d1a3ac058a8d65aeac"}},"id":"prt_0898e621a001jJw2UfYZHRwAD8","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","messageID":"msg_0898e1062001R1BSHvfrwVXscM"}} +{"type":"tool_use","timestamp":1789014205009,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"type":"tool","tool":"read","callID":"call_xXF1NFpqImOsS23PlvMWwtpQ","state":{"status":"completed","input":{"filePath":"/home/alex/sots-re/campaign/pilots/research-replacement.md"},"output":"/home/alex/sots-re/campaign/pilots/research-replacement.md\nfile\n\n1: # Proposed pilot: completion-bearing research replacement\n2: \n3: Status: **proposed**. This is a contract design, not replacement acceptance. Current architecture\n4: owner is `Astra pilot architect` in the `architecture-review` role on `openai/gpt-5.6-sol`;\n5: subsequent implementation and independent verification use distinct campaign executions.\n6: The target is a bounded replacement of `Game::TechTree::ProcessResearch`, its `SetResearched`\n7: cascade and required completion callback writes on explicitly certified workloads. Broad research\n8: displacement remains unproved. No new live address, remote deployment or dependency policy is\n9: authorized by this document.\n10: \n11: ## 1. Evidence inspected independently (2026-09-09)\n12: \n13: Sources: `findings/subsystems/research-replace.md`; archived CR compare JSON, raw compressed\n14: traces, shim logs and saves; current engine research, tech-effect and event interfaces. Archived\n15: engine build is `cr-618ccb1-20260909T131556Z`, not the rollout's current source snapshot.\n16: \n17: Recomputed SHA-256:\n18: \n19: | RE-relative file | bytes | SHA-256 |\n20: |---|---:|---|\n21: | `verify/results/saves/turn3-state.sav` | 67219 | `978041acd168b56ed8eb3f5e42e78d5e70eae6e6517d75e659a5eb7ca3d60921` |\n22: | `verify/results/saves/cr/cr-oracle-endturn.sav` | 67212 | `e00eed0c03a31d27a81b7470a9dcc9ba08a2ac48c20baeee4f34749164743e3f` |\n23: | `verify/results/saves/cr/cr-oracle-autosave.sav` | 67811 | `79df50475a7b83afa927d992b9f030dcf45710f4bda0133b8b1fa4800a72e420` |\n24: | `verify/results/saves/cr/cr-replace0-autosave.sav` | 67511 | `6b51db992b158caa5424d71b2dccf72924af7198b4165bfcfc870e0d438fb6d5` |\n25: | `verify/results/saves/cr/cr-replace1-autosave.sav` | 67537 | `8a4309ee4fe0b3177a2820600b5016c7c256d0f51b065df469ecd0b4f2342235` |\n26: \n27: Local reproduction (diagnostic tool exit alone is not an equality verdict):\n28: \n29: ```sh\n30: python3 verify/state-checksum/state_checksum.py verify/results/saves/cr/cr-oracle-autosave.sav verify/results/saves/cr/cr-replace1-autosave.sav --limit 40\n31: ```\n32: \n33: This reports **16** exact-bit, unmasked leaf differences. Oracle -> R1: OutMod 1.25 -> 1.1;\n34: ConMod[0..2] 0.9 -> 1; ResTNm empty -> IND_Waldo; EvNxID 7 -> 5; events 5/6 absent and\n35: turn-bucket count 3 -> 1; observed-tech element 11 absent and count 11 -> 10; BnkPr/BnkEl,\n36: RepCur/RepMax and Summary.Checksum differ. These are five primary scalar fields, collection\n37: writes/counts and five derived leaves. They are not permission to patch five downstream values.\n38: \n39: `verify/results/compare/cr-compare.json:289-357` reports partial coverage: three comparisons,\n40: six undeclared spans in one call and eight unmodelled notes. In\n41: `verify/traces/cr-R1.jsonl.gz`, call 1 is replace, allocation tech 144 / 2898, input turn 4,\n42: order counter 22, observed count 10, roll_pending false, RNG left 413 and CW 4735 (`0x127f`).\n43: Its RNG digest/index/left are unchanged. Logs `verify/results/shim/cr/cr-R1.log:116-118`\n44: count one completion and three unlocks, then two zero-point calls. `otch_appends=1` counts a\n45: decision; it does **not** mean an element was constructed live.\n46: \n47: ### Corrections to inherited narrative\n48: \n49: 1. R1 log lines 75-94 show seven drawsite detours and twelve probes in addition to the six\n50: sites enumerated in CR findings. Instrumentation is broader than the template-hook config.\n51: Every fresh run needs a complete installed-site manifest, not an “exhaustive config” assertion.\n52: 2. R1 runtime CW is `0x127f`, including the research trace argument; initialization prints\n53: `0x027f`. Preserve the full measured word and precision/rounding separately.\n54: 3. Runtime string lookup is already an engine interface (`research_events.h:95-105`,\n55: `app/event_phase.cpp:10-14`). The absence of bundled game prose does not establish that\n56: original `PostEvent` is mandatory. Runtime asset loading is a concrete route to investigate.\n57: 4. `shim/hooks/tech_effects.cpp:354-365` already writes player state/design masks and delegates\n58: node-bore updates in replace mode. The research hook does not integrate that complete callback;\n59: calling the helper “host-tested” is not evidence its full live boundary is implemented.\n60: \n61: ## 2. Workloads and access paths\n62: \n63: ### W1 — primary positive workload, exact LOAD route\n64: \n65: On a future explicitly leased lab with operator-supplied executable/data paths: restore the\n66: hashed turn3 input as the only selected input save; start a fresh process; use Load Game, select\n67: the input, enter its lobby/map at Turn 3, then one End Turn to Turn 4. Verify UI/state transitions\n68: rather than sleep-and-assume. Preserve both output saves before any reset. Bind save selection,\n69: route, process identity, executable hash, assets, shim hash, config and instrumentation to evidence.\n70: \n71: Historical predictions to re-certify before measuring candidate results:\n72: - Exactly three research calls, owners 32/496/512 in order, allocations 144:2898, 90:0, 9:0.\n73: - One IND_Waldo completion: progress 5768 -> 7500, state 3 -> 4, turn_researched -1 -> 4,\n74: order -1 -> 22, counter 22 -> 23, refund 1166. Flag unchanged.\n75: - Nodes 132/136/142 unlock, costs 10000/16000/8000, available turn 4. Save tree slots are\n76: 94/98/104; tech 144 is slot 106. Never equate tech id with serialized slot.\n77: - One full ObservedTech record, two full events (completion followed by unlocked-techs),\n78: event next id 5 -> 7; primary effect fields reach oracle values; target clears.\n79: - Zero RNG words in this workload. This is a negative RNG control, not evidence for draws.\n80: \n81: ### W0 — regression control, insufficient for completion acceptance\n82: \n83: `verify/results/saves/turn2-state.sav`, one End Turn via LOAD, reaches the turn3 input above.\n84: This exercises the research pass/overbudget event and a RNG word, but zero completions. Re-certify\n85: its two-process oracle independently and pin its input hash before use. Do not substitute W0\n86: for W1, or use zero-allocation calls as the positive execution threshold.\n87: \n88: ### W2 — path to broader completion evidence (not yet certified)\n89: \n90: Select a different, archived completion-bearing input from the unlock continuations, or generate\n91: one under an approved lab contract; record the input hash and exact LOAD/continuation route before\n92: prediction. Require a different tech/effect family, a positive RNG draw and a second completion\n93: that observes the advanced order counter. The existing U/V evidence motivates selection but is\n94: not a ready executable workload contract. Separate controls are required for that exact route.\n95: Until W2 exists, any accepted pilot claim is restricted to W1 plus its declared regression checks.\n96: \n97: ## 3. Full write boundary and responsibilities\n98: \n99: | Boundary | Required state / behavior | Existing interface and current gap |\n100: |---|---|---|\n101: | Research pass | all node progress/state/flag writes; signed capped spend and refund accumulator; decay of other Available nodes; RNG state, left and next index | `sim::ProcessResearchTurn`, `ResearchCompletionHook`; current CR pass writes live |\n102: | Unlock cascade | node costRP, availability/researched turn, order; tree order counter; child/prerequisite availability; recursive zero-cost completions and ordering | `sim::TechGraph` / `SetResearched`; replace cascade opt-in exists, transcription failures can currently skip it |\n103: | Completion callback | target pointer/ResTNm; pending-roll flags; every applicable player economy float, masks, boolean/species flags, design-option masks; node-bore storage/lifetime | `ApplyTechCompletion`, `RunCompletionTail`, `tfx::ReadPlayerState`/`WritePlayerState`; integrate with research on pre-call inputs, avoid already-researched guard |\n104: | Observed technology | dedup/update semantics, entire 0x2c record (name, first/last turns, detected, with), vector content/count/capacity and allocator ownership | research hook currently alters scratch span only; full live construction and update semantics need evidence |\n105: | Events | complete turn buckets and ordered records: id, summary, message, location, position, image, action, chainId; next id; dedup and pruning; all owned allocations | `events::EventStorage`, `PostResearchPassEvents`; research hook is count-only/compare-only; runtime text and live ABI adapter missing |\n106: | Callback outcomes beyond player | owned-system AI flags/caps/addiction/plague; ships' plague state; recursive Zuul tech grants; pending research-event RNG and plague/rebellion consequences including allocations/cancel research | `TechApplyOutcome` reports work, does not execute it; broader closure remains incomplete |\n107: | Downstream observation | budget/bankruptcy/repair/checksum consequences of primary effects | let ordinary turn processing derive them; full oracle must expose them, never harvest original post-state or hardcode expected leaves |\n108: \n109: The W1 observed write set is a subset of this boundary. The complete callback has conditional\n110: system/ship/object writes absent on W1. A narrow pilot must preflight its supported class and\n111: fail closed before mutating on unsupported branches. Suppressed writes, unavailable graph/text,\n112: unknown pointers, unreadable names, failed allocation, or unmodelled fired rolls are blockers,\n113: not successful no-ops. General displacement requires separate evidence for all reachable effects.\n114: \n115: Events require exact formatting/dedup order, `FLT_MAX` no-position values, action conversion,\n116: the original prune-window behavior and preexisting event contents. `KeylessEventText` substitutes\n117: tokens for prose and must never be serialized as a passing oracle. Completion message length\n118: above 255 has an explicitly documented divergence/undefined-original boundary; exclude or resolve\n119: it explicitly. Seed comparisons from pre-call state, not the original callback's output.\n120: \n121: ## 4. Inputs and original dependencies\n122: \n123: Required immutable input manifest before ready:\n124: - Exact engine and RE baseline commits plus actual source-content hashes; paired worktrees;\n125: compiler/toolchain/build flags, host and shim binaries, generated-address provenance.\n126: - The hashed W1 input and oracle archive above, plus selected W0/W2 inputs as applicable.\n127: - Operator-owned game executable and proxy originals with hashes. The archived trace reports exe\n128: SHA-256 `970b7de729956a53094c7eb98aba4270aee98e2fed5daf0d39e290013c90c841`; remeasure it.\n129: - Explicit runtime data root, manifest of tech definitions/graph, tuning/constants/species inputs,\n130: localized string-table files and locale/encoding/load order. Existing parser data must come\n131: from user assets, not copies of game prose embedded in source. Missing table/key is not empty text\n132: for acceptance. Asset paths and hashes are not yet supplied for this pilot.\n133: - Full configs and actually installed interceptors (template hooks, init, FPU sampling, probes,\n134: drawsites), FPU CW per call, input route/process-reset record, output/log/trace file hashes.\n135: \n136: Original dependency ledger (each needs a lead decision and explicit qualification):\n137: 1. **Existing:** research calls original `TechTree::Cost` for effective cost and cascade cost\n138: lookup (`shim/hooks/research.cpp:568-573,916-919`). Formula and applicable bonus-tech discovery\n139: are not displaced by this pilot merely because a host formula exists.\n140: 2. **Existing separate B2 hook:** original has-researched lookup and node-bore updater\n141: (`tech_effects.cpp:325-328,358-365`). Node-bore updater allocates/frees state; it is not\n142: read-only despite the source comment's analogy. Reuse requires disclosure and effect accounting.\n143: 3. **Proposed, undecided:** original string lookup / allocator / event posting helpers versus a\n144: runtime-asset text adapter and compatible live allocation. No selected policy or guessed address.\n145: 4. **Outside replaced root:** original turn driver, budget allocator and remaining simulation,\n146: asset loading and save serializer still run in the shim experiment. Whole standalone turn\n147: equality is a different acceptance axis and cannot be inferred from this partial replacement.\n148: \n149: ## 5. Executable acceptance to provide before ready\n150: \n151: The contract must eventually name real, versioned commands and dependencies for this sequence;\n152: the following are precise requirements, not a presently implemented runner:\n153: \n154: 1. Fresh full gate on hashed source/inputs, expected test identities, positive corpus execution,\n155: asset-dependent tests and shim build. A host-only pass is insufficient. Bind full gate manifest\n156: and resulting binary to every experiment and reject source/input changes.\n157: 2. Two fresh-process C1/C2 controls with hooks off, same proxy, input, assets and exact W1 route;\n158: both output pairs equal byte-for-byte. Archive independent process logs; one saved oracle\n159: copy is not independent proof that two processes agreed.\n160: 3. Compare-neutral N with the candidate binary and complete instrumentation manifest; both\n161: output saves byte-equal controls; positive W1 counters and decoded state. Zero compared calls,\n162: partial required-region coverage or undeclared required writes cannot pass.\n163: 4. Replace R, same baseline and binary, bypass original ProcessResearch and required displaced\n164: callback implementation (count explicit original helper calls separately). Require exactly\n165: one W1 completion/three unlocks, real element/event writes, zero failures/unreadable inputs,\n166: and full declared state validation including nonserialized order counter and RNG state.\n167: 5. Require **post-turn** autosave byte equality, inflated equality and exact-bit unmasked state\n168: equality independently, with reader reconstruction coverage. Pre-turn EndTurn equality alone\n169: cannot satisfy acceptance. No masks for event text, callback fields or derived discrepancies.\n170: 6. Negative controls must fail: archived R0 (27 differences) and R1 (16); zero-completion W0\n171: cannot satisfy W1 threshold; omit callback/event/ObservedTech write or use wrong input hash;\n172: remove a trace/log/output; mark unknown RNG as zero. Checker rejects all.\n173: 7. Independently assigned verifier re-runs the checks and ties verdict to contract, source,\n174: binary, asset and evidence digests. Implementation worker cannot self-certify acceptance.\n175: Integration requires revalidation of integrated source; changed inputs invalidate evidence.\n176: \n177: W2 and branch-specific tests must be added before expanding the claim to RNG-consuming,\n178: Zuul/early-completion, nonzero-decay, zero-cost recursion, prerequisite/no-auto-available,\n179: re-observed/deduplicated, temperance, plague or rebellion cases. Their absence is visible coverage\n180: debt, not satisfied execution. Local simulation tests alone do not establish live allocator safety.\n181: \n182: ### 5.1 Acceptance interface fixed before implementation (2026-09-10)\n183: \n184: The accepted `research-completion-abi` contract closes the static record/container dependency only.\n185: It does not close live allocation safety or any replacement criterion. The pilot checker and run\n186: driver do not yet exist, so the commands below are required interfaces and remain blockers, not\n187: executable claims:\n188: \n189: ```sh\n190: python3 tools/research_replacement.py preflight --package MANIFEST.json --workload W1\n191: python3 tools/gate.py --engine ENGINE --corpus CORPUS --out NEW_GATE_DIR \\\n192: --profile full --data DATA --shim --sots-input SOTS_EXE=EXE --sots-input SOTS_PROXY=PROXY\n193: python3 tools/research_replacement.py certify-controls --package MANIFEST.json --workload W1 \\\n194: --c1 C1_DIR --c2 C2_DIR --compare N_DIR\n195: python3 tools/research_replacement.py check-replace --package MANIFEST.json --workload W1 \\\n196: --replace R_DIR --oracle C1_DIR\n197: python3 tools/research_replacement.py negative-controls --package MANIFEST.json \\\n198: --replace0 verify/results/saves/cr/cr-replace0-autosave.sav \\\n199: --replace1 verify/results/saves/cr/cr-replace1-autosave.sav --w0 W0_DIR\n200: ```\n201: \n202: `MANIFEST.json` must bind paired source manifests, the full-gate manifest and shim binary, owner\n203: executable/proxy, generated addresses, data root and every consumed tech/tuning/species/string file,\n204: locale/encoding/load order, exact configs and installed-site manifest, W1/W0 saves, process route,\n205: and output/log/trace hashes. Each command must fail on an absent or extra required artifact, hash or\n206: source drift, stale output directory, zero required execution, unexpected skip, unreadable input,\n207: unsupported branch, or unknown RNG. `check-replace` must separately report file bytes, inflated\n208: bytes, exact-bit typed state, reader coverage, nonserialized order counter, complete RNG state and\n209: actual words, callback/helper counters, allocations and complete event/ObservedTech elements.\n210: \n211: Before any implementation contract can become ready, an independent verifier must turn these\n212: interfaces into an executable falsifier plan covering archived R0 and R1, a wrong W1 hash, each\n213: missing callback/event/ObservedTech write, an omitted output/log/trace/site manifest, W0 presented\n214: as the positive, unknown RNG presented as zero, original displaced-root fallback, and same-HEAD\n215: source-byte drift. Verifier and implementer executions must be different sessions.\n216: \n217: ### 5.2 Bounded W1 architecture and dependency decisions\n218: \n219: The replacement is one ordered coordinator with a dry-run preflight, not three independently\n220: acceptable leaf patches. Preflight reads all three owner calls and computes the complete W1 plan on\n221: scratch state before the first live write. It must positively identify the exact owner/allocation\n222: sequence, one tech-144 `IND_Waldo` completion, the three unlocks, no pending research roll, no\n223: unmodelled conditional system/ship/Zuul/plague/temperance/rebellion effect, and an explicit outcome\n224: for every recursive-completion and decay branch. The eventual immutable W1 manifest must state the\n225: certified expected outcomes; any mismatch is unsupported and blocks before mutation. This is a W1\n226: classifier, not a general research implementation.\n227: \n228: The coordinator then preserves original order: research arithmetic; `SetResearched` node/order\n229: writes; full ObservedTech record operation; matched-target handling; full completion event; W1 player\n230: effects and common tail; unlocked-tech event; remaining pass writes. It must use pre-call state for\n231: all decisions. Allocation failure after mutation is an observed failed run and cannot pass; this\n232: plan does not claim transactional rollback that the original does not provide.\n233: \n234: Original-helper policy for this bounded pilot is explicit:\n235: \n236: 1. **Retain and count `TechTree::Cost`** for effective and cascade costs. Independent cost\n237: replacement is excluded from the claim.\n238: 2. **Retain and count `TechTree::HasResearched`** for the common callback tail and design masks.\n239: The replacement owns the resulting mask and field writes; the helper is lookup only.\n240: 3. **Retain and count `ServerPlayer::UpdateNodeBoreParams`** at its original common-tail position.\n241: It may allocate/free through the game's CRT even when W1 does not select a bore tech.\n242: Independent node-bore maintenance is excluded.\n243: 4. **Use the original MSVCR100 scalar new/delete family and accepted record/container ABI as a\n244: live memory bridge**, with every allocation/copy/destruction operation counted. This is\n245: original-runtime allocation assistance, not standalone allocator replacement.\n246: 5. **Do not call original `ProcessResearch`, `SetResearched`, `OnTechResearched`,\n247: `RecordObservedTech`, `EventStorage::PostEvent`, or original string lookup** in replace mode.\n248: Runtime owner assets must supply localized text to an engine-side lookup; replacement code owns\n249: record contents, event IDs/order/dedup/pruning and callback effects. Keyless text is forbidden.\n250: 6. The original turn driver, budget allocation, asset loading and save serializer remain outside\n251: the replaced root and must be disclosed separately from retained helpers.\n252: \n253: Static ABI acceptance unlocks exactly one preparatory dependency: a live record-bridge contract\n254: must exercise ObservedTech, TurnEvents and PlayerEvent operations with empty/spare/full capacity,\n255: short/long strings, repeated observed names, exact duplicate and description-only-different events,\n256: normal destruction and a recorded failure path, under a lease. It owns only the bridge and fixtures\n257: and may not wire research replacement. Only after independent acceptance of that bridge may one\n258: complete W1 coordinator implementation own `src/shim/hooks/research.{cpp,h}` plus narrowly named\n259: bridge/effect/event files and tests. No two workers may concurrently own those files or the same\n260: VM/build directory.\n261: \n262: ## 6. Current blockers / stop conditions\n263: \n264: - No executable pilot-specific acceptance runner or full input/asset manifest. W2 is not required\n265: for the W1-only pilot but remains required before any broader claim.\n266: - Live research callback integration, complete ObservedTech/event construction, broader callback\n267: outcomes and unsupported-path preflight remain unimplemented/unverified.\n268: - Static record/container ABI is accepted, but the live record bridge and its independent runtime\n269: safety evidence are missing. Retained Cost/HasResearched/node-bore/CRT helpers and forbidden\n270: displaced roots are fixed above; runtime asset paths and adapter execution remain unresolved.\n271: - Archived C1/C2 equality is documented but independent raw control-run bundles are not established\n272: by the single oracle pair inspected here. Fresh controls are mandatory.\n273: - Instrumentation and runtime FPU narrative need correction in acceptance inputs; archives are\n274: historical observations, not the current candidate's attestation.\n275: - Stop on control disagreement, silent fallback, missing data, branch outside approved class,\n276: unexpected writes/draws, stale evidence, source drift, or scope/architecture surprises; persist\n277: checkpoint and escalate to Astra before changing the contract.\n278: \n279: This proposal authorizes planning only. Keep lifecycle **proposed** until required dependencies,\n280: input manifests, bounded implementation scope and executable acceptance exist.\n\n(End of file - total 280 lines)\n","metadata":{"preview":"# Proposed pilot: completion-bearing research replacement\n\nStatus: **proposed**. This is a contract design, not replacement acceptance. Current architecture\nowner is `Astra pilot architect` in the `architecture-review` role on `openai/gpt-5.6-sol`;\nsubsequent implementation and independent verification use distinct campaign executions.\nThe target is a bounded replacement of `Game::TechTree::ProcessResearch`, its `SetResearched`\ncascade and required completion callback writes on explicitly certified workloads. Broad research\ndisplacement remains unproved. No new live address, remote deployment or dependency policy is\nauthorized by this document.\n\n## 1. Evidence inspected independently (2026-09-09)\n\nSources: `findings/subsystems/research-replace.md`; archived CR compare JSON, raw compressed\ntraces, shim logs and saves; current engine research, tech-effect and event interfaces. Archived\nengine build is `cr-618ccb1-20260909T131556Z`, not the rollout's current source snapshot.\n\nRecomputed SHA-256:\n\n| RE-relative file | bytes | SHA-256 |\n|---|---:|---|","truncated":false,"loaded":[],"display":{"type":"file","path":"/home/alex/sots-re/campaign/pilots/research-replacement.md","text":"# Proposed pilot: completion-bearing research replacement\n\nStatus: **proposed**. This is a contract design, not replacement acceptance. Current architecture\nowner is `Astra pilot architect` in the `architecture-review` role on `openai/gpt-5.6-sol`;\nsubsequent implementation and independent verification use distinct campaign executions.\nThe target is a bounded replacement of `Game::TechTree::ProcessResearch`, its `SetResearched`\ncascade and required completion callback writes on explicitly certified workloads. Broad research\ndisplacement remains unproved. No new live address, remote deployment or dependency policy is\nauthorized by this document.\n\n## 1. Evidence inspected independently (2026-09-09)\n\nSources: `findings/subsystems/research-replace.md`; archived CR compare JSON, raw compressed\ntraces, shim logs and saves; current engine research, tech-effect and event interfaces. Archived\nengine build is `cr-618ccb1-20260909T131556Z`, not the rollout's current source snapshot.\n\nRecomputed SHA-256:\n\n| RE-relative file | bytes | SHA-256 |\n|---|---:|---|\n| `verify/results/saves/turn3-state.sav` | 67219 | `978041acd168b56ed8eb3f5e42e78d5e70eae6e6517d75e659a5eb7ca3d60921` |\n| `verify/results/saves/cr/cr-oracle-endturn.sav` | 67212 | `e00eed0c03a31d27a81b7470a9dcc9ba08a2ac48c20baeee4f34749164743e3f` |\n| `verify/results/saves/cr/cr-oracle-autosave.sav` | 67811 | `79df50475a7b83afa927d992b9f030dcf45710f4bda0133b8b1fa4800a72e420` |\n| `verify/results/saves/cr/cr-replace0-autosave.sav` | 67511 | `6b51db992b158caa5424d71b2dccf72924af7198b4165bfcfc870e0d438fb6d5` |\n| `verify/results/saves/cr/cr-replace1-autosave.sav` | 67537 | `8a4309ee4fe0b3177a2820600b5016c7c256d0f51b065df469ecd0b4f2342235` |\n\nLocal reproduction (diagnostic tool exit alone is not an equality verdict):\n\n```sh\npython3 verify/state-checksum/state_checksum.py verify/results/saves/cr/cr-oracle-autosave.sav verify/results/saves/cr/cr-replace1-autosave.sav --limit 40\n```\n\nThis reports **16** exact-bit, unmasked leaf differences. Oracle -> R1: OutMod 1.25 -> 1.1;\nConMod[0..2] 0.9 -> 1; ResTNm empty -> IND_Waldo; EvNxID 7 -> 5; events 5/6 absent and\nturn-bucket count 3 -> 1; observed-tech element 11 absent and count 11 -> 10; BnkPr/BnkEl,\nRepCur/RepMax and Summary.Checksum differ. These are five primary scalar fields, collection\nwrites/counts and five derived leaves. They are not permission to patch five downstream values.\n\n`verify/results/compare/cr-compare.json:289-357` reports partial coverage: three comparisons,\nsix undeclared spans in one call and eight unmodelled notes. In\n`verify/traces/cr-R1.jsonl.gz`, call 1 is replace, allocation tech 144 / 2898, input turn 4,\norder counter 22, observed count 10, roll_pending false, RNG left 413 and CW 4735 (`0x127f`).\nIts RNG digest/index/left are unchanged. Logs `verify/results/shim/cr/cr-R1.log:116-118`\ncount one completion and three unlocks, then two zero-point calls. `otch_appends=1` counts a\ndecision; it does **not** mean an element was constructed live.\n\n### Corrections to inherited narrative\n\n1. R1 log lines 75-94 show seven drawsite detours and twelve probes in addition to the six\n sites enumerated in CR findings. Instrumentation is broader than the template-hook config.\n Every fresh run needs a complete installed-site manifest, not an “exhaustive config” assertion.\n2. R1 runtime CW is `0x127f`, including the research trace argument; initialization prints\n `0x027f`. Preserve the full measured word and precision/rounding separately.\n3. Runtime string lookup is already an engine interface (`research_events.h:95-105`,\n `app/event_phase.cpp:10-14`). The absence of bundled game prose does not establish that\n original `PostEvent` is mandatory. Runtime asset loading is a concrete route to investigate.\n4. `shim/hooks/tech_effects.cpp:354-365` already writes player state/design masks and delegates\n node-bore updates in replace mode. The research hook does not integrate that complete callback;\n calling the helper “host-tested” is not evidence its full live boundary is implemented.\n\n## 2. Workloads and access paths\n\n### W1 — primary positive workload, exact LOAD route\n\nOn a future explicitly leased lab with operator-supplied executable/data paths: restore the\nhashed turn3 input as the only selected input save; start a fresh process; use Load Game, select\nthe input, enter its lobby/map at Turn 3, then one End Turn to Turn 4. Verify UI/state transitions\nrather than sleep-and-assume. Preserve both output saves before any reset. Bind save selection,\nroute, process identity, executable hash, assets, shim hash, config and instrumentation to evidence.\n\nHistorical predictions to re-certify before measuring candidate results:\n- Exactly three research calls, owners 32/496/512 in order, allocations 144:2898, 90:0, 9:0.\n- One IND_Waldo completion: progress 5768 -> 7500, state 3 -> 4, turn_researched -1 -> 4,\n order -1 -> 22, counter 22 -> 23, refund 1166. Flag unchanged.\n- Nodes 132/136/142 unlock, costs 10000/16000/8000, available turn 4. Save tree slots are\n 94/98/104; tech 144 is slot 106. Never equate tech id with serialized slot.\n- One full ObservedTech record, two full events (completion followed by unlocked-techs),\n event next id 5 -> 7; primary effect fields reach oracle values; target clears.\n- Zero RNG words in this workload. This is a negative RNG control, not evidence for draws.\n\n### W0 — regression control, insufficient for completion acceptance\n\n`verify/results/saves/turn2-state.sav`, one End Turn via LOAD, reaches the turn3 input above.\nThis exercises the research pass/overbudget event and a RNG word, but zero completions. Re-certify\nits two-process oracle independently and pin its input hash before use. Do not substitute W0\nfor W1, or use zero-allocation calls as the positive execution threshold.\n\n### W2 — path to broader completion evidence (not yet certified)\n\nSelect a different, archived completion-bearing input from the unlock continuations, or generate\none under an approved lab contract; record the input hash and exact LOAD/continuation route before\nprediction. Require a different tech/effect family, a positive RNG draw and a second completion\nthat observes the advanced order counter. The existing U/V evidence motivates selection but is\nnot a ready executable workload contract. Separate controls are required for that exact route.\nUntil W2 exists, any accepted pilot claim is restricted to W1 plus its declared regression checks.\n\n## 3. Full write boundary and responsibilities\n\n| Boundary | Required state / behavior | Existing interface and current gap |\n|---|---|---|\n| Research pass | all node progress/state/flag writes; signed capped spend and refund accumulator; decay of other Available nodes; RNG state, left and next index | `sim::ProcessResearchTurn`, `ResearchCompletionHook`; current CR pass writes live |\n| Unlock cascade | node costRP, availability/researched turn, order; tree order counter; child/prerequisite availability; recursive zero-cost completions and ordering | `sim::TechGraph` / `SetResearched`; replace cascade opt-in exists, transcription failures can currently skip it |\n| Completion callback | target pointer/ResTNm; pending-roll flags; every applicable player economy float, masks, boolean/species flags, design-option masks; node-bore storage/lifetime | `ApplyTechCompletion`, `RunCompletionTail`, `tfx::ReadPlayerState`/`WritePlayerState`; integrate with research on pre-call inputs, avoid already-researched guard |\n| Observed technology | dedup/update semantics, entire 0x2c record (name, first/last turns, detected, with), vector content/count/capacity and allocator ownership | research hook currently alters scratch span only; full live construction and update semantics need evidence |\n| Events | complete turn buckets and ordered records: id, summary, message, location, position, image, action, chainId; next id; dedup and pruning; all owned allocations | `events::EventStorage`, `PostResearchPassEvents`; research hook is count-only/compare-only; runtime text and live ABI adapter missing |\n| Callback outcomes beyond player | owned-system AI flags/caps/addiction/plague; ships' plague state; recursive Zuul tech grants; pending research-event RNG and plague/rebellion consequences including allocations/cancel research | `TechApplyOutcome` reports work, does not execute it; broader closure remains incomplete |\n| Downstream observation | budget/bankruptcy/repair/checksum consequences of primary effects | let ordinary turn processing derive them; full oracle must expose them, never harvest original post-state or hardcode expected leaves |\n\nThe W1 observed write set is a subset of this boundary. The complete callback has conditional\nsystem/ship/object writes absent on W1. A narrow pilot must preflight its supported class and\nfail closed before mutating on unsupported branches. Suppressed writes, unavailable graph/text,\nunknown pointers, unreadable names, failed allocation, or unmodelled fired rolls are blockers,\nnot successful no-ops. General displacement requires separate evidence for all reachable effects.\n\nEvents require exact formatting/dedup order, `FLT_MAX` no-position values, action conversion,\nthe original prune-window behavior and preexisting event contents. `KeylessEventText` substitutes\ntokens for prose and must never be serialized as a passing oracle. Completion message length\nabove 255 has an explicitly documented divergence/undefined-original boundary; exclude or resolve\nit explicitly. Seed comparisons from pre-call state, not the original callback's output.\n\n## 4. Inputs and original dependencies\n\nRequired immutable input manifest before ready:\n- Exact engine and RE baseline commits plus actual source-content hashes; paired worktrees;\n compiler/toolchain/build flags, host and shim binaries, generated-address provenance.\n- The hashed W1 input and oracle archive above, plus selected W0/W2 inputs as applicable.\n- Operator-owned game executable and proxy originals with hashes. The archived trace reports exe\n SHA-256 `970b7de729956a53094c7eb98aba4270aee98e2fed5daf0d39e290013c90c841`; remeasure it.\n- Explicit runtime data root, manifest of tech definitions/graph, tuning/constants/species inputs,\n localized string-table files and locale/encoding/load order. Existing parser data must come\n from user assets, not copies of game prose embedded in source. Missing table/key is not empty text\n for acceptance. Asset paths and hashes are not yet supplied for this pilot.\n- Full configs and actually installed interceptors (template hooks, init, FPU sampling, probes,\n drawsites), FPU CW per call, input route/process-reset record, output/log/trace file hashes.\n\nOriginal dependency ledger (each needs a lead decision and explicit qualification):\n1. **Existing:** research calls original `TechTree::Cost` for effective cost and cascade cost\n lookup (`shim/hooks/research.cpp:568-573,916-919`). Formula and applicable bonus-tech discovery\n are not displaced by this pilot merely because a host formula exists.\n2. **Existing separate B2 hook:** original has-researched lookup and node-bore updater\n (`tech_effects.cpp:325-328,358-365`). Node-bore updater allocates/frees state; it is not\n read-only despite the source comment's analogy. Reuse requires disclosure and effect accounting.\n3. **Proposed, undecided:** original string lookup / allocator / event posting helpers versus a\n runtime-asset text adapter and compatible live allocation. No selected policy or guessed address.\n4. **Outside replaced root:** original turn driver, budget allocator and remaining simulation,\n asset loading and save serializer still run in the shim experiment. Whole standalone turn\n equality is a different acceptance axis and cannot be inferred from this partial replacement.\n\n## 5. Executable acceptance to provide before ready\n\nThe contract must eventually name real, versioned commands and dependencies for this sequence;\nthe following are precise requirements, not a presently implemented runner:\n\n1. Fresh full gate on hashed source/inputs, expected test identities, positive corpus execution,\n asset-dependent tests and shim build. A host-only pass is insufficient. Bind full gate manifest\n and resulting binary to every experiment and reject source/input changes.\n2. Two fresh-process C1/C2 controls with hooks off, same proxy, input, assets and exact W1 route;\n both output pairs equal byte-for-byte. Archive independent process logs; one saved oracle\n copy is not independent proof that two processes agreed.\n3. Compare-neutral N with the candidate binary and complete instrumentation manifest; both\n output saves byte-equal controls; positive W1 counters and decoded state. Zero compared calls,\n partial required-region coverage or undeclared required writes cannot pass.\n4. Replace R, same baseline and binary, bypass original ProcessResearch and required displaced\n callback implementation (count explicit original helper calls separately). Require exactly\n one W1 completion/three unlocks, real element/event writes, zero failures/unreadable inputs,\n and full declared state validation including nonserialized order counter and RNG state.\n5. Require **post-turn** autosave byte equality, inflated equality and exact-bit unmasked state\n equality independently, with reader reconstruction coverage. Pre-turn EndTurn equality alone\n cannot satisfy acceptance. No masks for event text, callback fields or derived discrepancies.\n6. Negative controls must fail: archived R0 (27 differences) and R1 (16); zero-completion W0\n cannot satisfy W1 threshold; omit callback/event/ObservedTech write or use wrong input hash;\n remove a trace/log/output; mark unknown RNG as zero. Checker rejects all.\n7. Independently assigned verifier re-runs the checks and ties verdict to contract, source,\n binary, asset and evidence digests. Implementation worker cannot self-certify acceptance.\n Integration requires revalidation of integrated source; changed inputs invalidate evidence.\n\nW2 and branch-specific tests must be added before expanding the claim to RNG-consuming,\nZuul/early-completion, nonzero-decay, zero-cost recursion, prerequisite/no-auto-available,\nre-observed/deduplicated, temperance, plague or rebellion cases. Their absence is visible coverage\ndebt, not satisfied execution. Local simulation tests alone do not establish live allocator safety.\n\n### 5.1 Acceptance interface fixed before implementation (2026-09-10)\n\nThe accepted `research-completion-abi` contract closes the static record/container dependency only.\nIt does not close live allocation safety or any replacement criterion. The pilot checker and run\ndriver do not yet exist, so the commands below are required interfaces and remain blockers, not\nexecutable claims:\n\n```sh\npython3 tools/research_replacement.py preflight --package MANIFEST.json --workload W1\npython3 tools/gate.py --engine ENGINE --corpus CORPUS --out NEW_GATE_DIR \\\n --profile full --data DATA --shim --sots-input SOTS_EXE=EXE --sots-input SOTS_PROXY=PROXY\npython3 tools/research_replacement.py certify-controls --package MANIFEST.json --workload W1 \\\n --c1 C1_DIR --c2 C2_DIR --compare N_DIR\npython3 tools/research_replacement.py check-replace --package MANIFEST.json --workload W1 \\\n --replace R_DIR --oracle C1_DIR\npython3 tools/research_replacement.py negative-controls --package MANIFEST.json \\\n --replace0 verify/results/saves/cr/cr-replace0-autosave.sav \\\n --replace1 verify/results/saves/cr/cr-replace1-autosave.sav --w0 W0_DIR\n```\n\n`MANIFEST.json` must bind paired source manifests, the full-gate manifest and shim binary, owner\nexecutable/proxy, generated addresses, data root and every consumed tech/tuning/species/string file,\nlocale/encoding/load order, exact configs and installed-site manifest, W1/W0 saves, process route,\nand output/log/trace hashes. Each command must fail on an absent or extra required artifact, hash or\nsource drift, stale output directory, zero required execution, unexpected skip, unreadable input,\nunsupported branch, or unknown RNG. `check-replace` must separately report file bytes, inflated\nbytes, exact-bit typed state, reader coverage, nonserialized order counter, complete RNG state and\nactual words, callback/helper counters, allocations and complete event/ObservedTech elements.\n\nBefore any implementation contract can become ready, an independent verifier must turn these\ninterfaces into an executable falsifier plan covering archived R0 and R1, a wrong W1 hash, each\nmissing callback/event/ObservedTech write, an omitted output/log/trace/site manifest, W0 presented\nas the positive, unknown RNG presented as zero, original displaced-root fallback, and same-HEAD\nsource-byte drift. Verifier and implementer executions must be different sessions.\n\n### 5.2 Bounded W1 architecture and dependency decisions\n\nThe replacement is one ordered coordinator with a dry-run preflight, not three independently\nacceptable leaf patches. Preflight reads all three owner calls and computes the complete W1 plan on\nscratch state before the first live write. It must positively identify the exact owner/allocation\nsequence, one tech-144 `IND_Waldo` completion, the three unlocks, no pending research roll, no\nunmodelled conditional system/ship/Zuul/plague/temperance/rebellion effect, and an explicit outcome\nfor every recursive-completion and decay branch. The eventual immutable W1 manifest must state the\ncertified expected outcomes; any mismatch is unsupported and blocks before mutation. This is a W1\nclassifier, not a general research implementation.\n\nThe coordinator then preserves original order: research arithmetic; `SetResearched` node/order\nwrites; full ObservedTech record operation; matched-target handling; full completion event; W1 player\neffects and common tail; unlocked-tech event; remaining pass writes. It must use pre-call state for\nall decisions. Allocation failure after mutation is an observed failed run and cannot pass; this\nplan does not claim transactional rollback that the original does not provide.\n\nOriginal-helper policy for this bounded pilot is explicit:\n\n1. **Retain and count `TechTree::Cost`** for effective and cascade costs. Independent cost\n replacement is excluded from the claim.\n2. **Retain and count `TechTree::HasResearched`** for the common callback tail and design masks.\n The replacement owns the resulting mask and field writes; the helper is lookup only.\n3. **Retain and count `ServerPlayer::UpdateNodeBoreParams`** at its original common-tail position.\n It may allocate/free through the game's CRT even when W1 does not select a bore tech.\n Independent node-bore maintenance is excluded.\n4. **Use the original MSVCR100 scalar new/delete family and accepted record/container ABI as a\n live memory bridge**, with every allocation/copy/destruction operation counted. This is\n original-runtime allocation assistance, not standalone allocator replacement.\n5. **Do not call original `ProcessResearch`, `SetResearched`, `OnTechResearched`,\n `RecordObservedTech`, `EventStorage::PostEvent`, or original string lookup** in replace mode.\n Runtime owner assets must supply localized text to an engine-side lookup; replacement code owns\n record contents, event IDs/order/dedup/pruning and callback effects. Keyless text is forbidden.\n6. The original turn driver, budget allocation, asset loading and save serializer remain outside\n the replaced root and must be disclosed separately from retained helpers.\n\nStatic ABI acceptance unlocks exactly one preparatory dependency: a live record-bridge contract\nmust exercise ObservedTech, TurnEvents and PlayerEvent operations with empty/spare/full capacity,\nshort/long strings, repeated observed names, exact duplicate and description-only-different events,\nnormal destruction and a recorded failure path, under a lease. It owns only the bridge and fixtures\nand may not wire research replacement. Only after independent acceptance of that bridge may one\ncomplete W1 coordinator implementation own `src/shim/hooks/research.{cpp,h}` plus narrowly named\nbridge/effect/event files and tests. No two workers may concurrently own those files or the same\nVM/build directory.\n\n## 6. Current blockers / stop conditions\n\n- No executable pilot-specific acceptance runner or full input/asset manifest. W2 is not required\n for the W1-only pilot but remains required before any broader claim.\n- Live research callback integration, complete ObservedTech/event construction, broader callback\n outcomes and unsupported-path preflight remain unimplemented/unverified.\n- Static record/container ABI is accepted, but the live record bridge and its independent runtime\n safety evidence are missing. Retained Cost/HasResearched/node-bore/CRT helpers and forbidden\n displaced roots are fixed above; runtime asset paths and adapter execution remain unresolved.\n- Archived C1/C2 equality is documented but independent raw control-run bundles are not established\n by the single oracle pair inspected here. Fresh controls are mandatory.\n- Instrumentation and runtime FPU narrative need correction in acceptance inputs; archives are\n historical observations, not the current candidate's attestation.\n- Stop on control disagreement, silent fallback, missing data, branch outside approved class,\n unexpected writes/draws, stale evidence, source drift, or scope/architecture surprises; persist\n checkpoint and escalate to Astra before changing the contract.\n\nThis proposal authorizes planning only. Keep lifecycle **proposed** until required dependencies,\ninput manifests, bounded implementation scope and executable acceptance exist.","lineStart":1,"lineEnd":280,"totalLines":280,"truncated":false}},"title":"campaign/pilots/research-replacement.md","time":{"start":1789014204963,"end":1789014205000}},"metadata":{"openai":{"itemId":"fc_09925928b03fd9eb016aa230bca08c87d196d17c488c470c10"}},"id":"prt_0898e621e001vA1MzYIlLBpItG","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","messageID":"msg_0898e1062001R1BSHvfrwVXscM"}} +{"type":"step_finish","timestamp":1789014205057,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"id":"prt_0898e627e00119QQIpvi7Ztj9f","reason":"tool-calls","snapshot":"4397de25d75fe1c52bd04cea3293f9d82ccf9602","messageID":"msg_0898e1062001R1BSHvfrwVXscM","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","type":"step-finish","tokens":{"total":14461,"input":8139,"output":278,"reasoning":28,"cache":{"write":0,"read":6016}},"cost":0}} +{"type":"step_start","timestamp":1789014207316,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"id":"prt_0898e6b50001BZvjYMR1zMasRc","messageID":"msg_0898e62a6001vovt7iNRIl2kxW","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","snapshot":"abd0cbdaff1506fc72743194b677c28c4f9074a0","type":"step-start"}} +{"type":"tool_use","timestamp":1789014210850,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"type":"tool","tool":"grep","callID":"call_lA6bbrVrV1OocrbjzlRxNtn7","state":{"status":"completed","input":{"path":"/home/alex/sots-re/campaign/runtime/surprises","include":"*.json","pattern":"\"(contract|status|id|summary)\""},"output":"Found 44 matches\n/home/alex/sots-re/campaign/runtime/surprises/s-410e48d5ae6cc4da0a6ae649.json:\n Line 3: \"contract\": \"controls-bootstrap\",\n\n Line 5: \"id\": \"s-410e48d5ae6cc4da0a6ae649\",\n\n Line 10: \"status\": \"resolved\",\n\n Line 11: \"summary\": \"Independent review R4: lifecycle source binding checks baseline path/commit and artifact hashes, but not the actual candidate/integrated source manifest. Implementation bytes can change at the same HEAD without invalidating the current evidence/verdict. This requires a cross-cutting evidence package/interface decision with publishing and gate owners.\",\n\n\n/home/alex/sots-re/campaign/runtime/surprises/s-5c58b6a921997731f5b5ae1f.json:\n Line 3: \"contract\": \"research-completion-abi\",\n\n Line 5: \"id\": \"s-5c58b6a921997731f5b5ae1f\",\n\n Line 10: \"status\": \"resolved\",\n\n Line 11: \"summary\": \"Independent reproduction falsified the handoff claim that objdump-2026-09-09-dedup-helper.txt is unfiltered output from its exact first command. With the SHA256-matched executable and GNU objdump 2.38, the declared stop-address 0x00825e65 truncates the three-byte instruction beginning at 0x00825e64: current stdout is bytes c2 while the archive records c2 08 00. The other three declared windows reproduce exactly after only line-end whitespace normalization. This is a provenance/instrument-boundary contradiction; dedup interpretation is paused rather than converting the otherwise matching instructions into success.\",\n\n\n/home/alex/sots-re/campaign/runtime/surprises/s-c6786945b302de2a0b629960.json:\n Line 3: \"contract\": \"research-completion-abi\",\n\n Line 5: \"id\": \"s-c6786945b302de2a0b629960\",\n\n Line 10: \"status\": \"resolved\",\n\n Line 11: \"summary\": \"Propagated affected acceptance from bridge surprise s-5a78d3a0a10c1f8545df8eb1, resolver session run-f63d1e050a7ee3fac7b44885. recovered-static.md lines 68-69 asserts temporary EvTurn zero and copy of zero. Hash-bound raw get/create and append captures run-472955e277202c411388c66b contradict that assertion: no write to EBP-0x20 before call; source+4 copied at 0x884d62/6c; stored requested turn written only at 0x88542d after temporary nested cleanup. This is static interpretation falsification, not observed runtime nondeterminism. Both integrated evidence records and independent verdict must lose current acceptance pending corrected source-bound reproduction; raw captures and archived saves are retained as historical measurements.\",\n\n\n/home/alex/sots-re/campaign/runtime/surprises/s-5a78d3a0a10c1f8545df8eb1.json:\n Line 3: \"contract\": \"research-live-record-bridge\",\n\n Line 5: \"id\": \"s-5a78d3a0a10c1f8545df8eb1\",\n\n Line 10: \"status\": \"resolved\",\n\n Line 11: \"summary\": \"Session run-472955e277202c411388c66b fresh pinned-binary capture contradicts the accepted dependency interpretation that EventStorage get/create initializes a miss-path temporary TurnEvents EvTurn to zero before append. In 0x00885380, local TurnEvents begins at [EBP-0x24]: 0x008853fc writes vptr, and 0x00885403/06/09 zero only nested-vector pointers at +0x08/+0x0c/+0x10. No instruction writes temporary EvTurn at [EBP-0x20] before 0x00885413 calls append. Append 0x00884d62 copies source+0x04 into destination+0x04, so the newly appended element transiently receives the uninitialized stack word; 0x0088542d overwrites the stored element EvTurn with the requested turn after temporary nested-vector destruction. SURVIVES: exact get/create ABI, full last-match scan, final returned bucket pointer, final requested-turn publication, deep nested-vector copy, and temporary nested-vector cleanup. QUALIFIED: miss-path append lifetime and unwind remain static-only. OVERTURNED: research-completion-abi/recovered-static.md statement that the temporary starts with turn zero and append deep-copies zero. No live behavior, VM, Ghidra or engine code ran. Pause affected TurnEvents architecture encoding and readiness.\",\n\n\n/home/alex/sots-re/campaign/runtime/surprises/s-d2c8ec81e980396f2306f8fe.json:\n Line 3: \"contract\": \"research-live-record-bridge\",\n\n Line 5: \"id\": \"s-d2c8ec81e980396f2306f8fe\",\n\n Line 10: \"status\": \"resolved\",\n\n Line 11: \"summary\": \"Fresh provenance check falsified the claim that verify/results/research-live-record-bridge/run-ebf85a84ad4247c38792a787/observed-reserve.stdout.txt is byte-exact raw stdout. The stored manually transcribed capture is 2464 bytes/SHA256 5d10954f54a2f8c731ee8d4760414851963ab8dc539ecb66383cf09e176b5c87; rerunning pinned GNU objdump 2.38 against the hash-matched executable with start 0x007b5820 and stop 0x007b5899 produces 2472 bytes/SHA256 2d011ed96329c4c4ff462cbfd65decac9dccf40558765244c769be1dedc92275. First difference is one alignment space at byte 477. SURVIVES: binary/tool/source identities, decoded instructions, append ABI branches, reserve capacity rule, and references to accepted append/reallocator captures. QUALIFIED: the new reserve interpretation is an observation awaiting a byte-exact immutable capture. OVERTURNED: the newly added file cannot be called raw/unfiltered or used as source-bound capture evidence. Affected ABI-row promotion is paused; contract remains proposed. No implementation or lab work occurred.\",\n\n\n/home/alex/sots-re/campaign/runtime/surprises/s-abd1c3613c9922cc94c608d5.json:\n Line 3: \"contract\": \"controls-bootstrap\",\n\n Line 5: \"id\": \"s-abd1c3613c9922cc94c608d5\",\n\n Line 10: \"status\": \"resolved\",\n\n Line 11: \"summary\": \"Falsified paired-worktree reproducibility assumption. The assigned /tmp/opencode/sots-launch-re is clean at the pinned RE HEAD but lacks tools/campaign.py and verify/campaign/test_controls.py; its source binding is 67b7b60509fe43c8d23382003fed069fb32549094eea0c039b75475e32a7a9eb, not the evidence binding 6696fd5201e144843617cbf6d78b41b5287ad5dcc9fa1e8aaa861d52b64e72e8. Engine paired binding likewise differs (949dfb46... versus ccd8e020...). Canonical integrated trees do rehash exactly to the claimed binding and declared binary/input/outcome hashes match, but the supplied isolated paired source cannot reproduce the package from handoff alone. This blocks the final independent integrated verdict under the required linked-worktree/reproduction guard.\",\n\n\n/home/alex/sots-re/campaign/runtime/surprises/s-6d1fcc617a20ca2bcbffc0cc.json:\n Line 3: \"contract\": \"controls-bootstrap\",\n\n Line 5: \"id\": \"s-6d1fcc617a20ca2bcbffc0cc\",\n\n Line 10: \"status\": \"resolved\",\n\n Line 11: \"summary\": \"Independent Astra R8: verifier launch permits verification only, but final integrated evidence requires a fresh verifier execution in integration.\",\n\n\n/home/alex/sots-re/campaign/runtime/surprises/s-4a7d66ebd7d8a8f3ec59f11d.json:\n Line 3: \"contract\": \"controls-bootstrap\",\n\n Line 5: \"id\": \"s-4a7d66ebd7d8a8f3ec59f11d\",\n\n Line 10: \"status\": \"resolved\",\n\n Line 11: \"summary\": \"Contradictory prior verification claim: verdict controls-bootstrap.json and checkpoint b467c2d772260f1f03637133 report 24 parsed events for run-cb15199f9272fe496bd10a8a, but independent JSONL parsing finds 67 valid events. The run record itself reports event_count 67. The zero-error, one-session, one-stop, return-0 and unchanged-source facts agree; the count claim is false. Existing source-bound evidence does not document this raw-run count, so its acceptance impact needs Astra resolution before a new verdict.\",\n\n\n/home/alex/sots-re/campaign/runtime/surprises/s-f1c41532e618c77d41538902.json:\n Line 3: \"contract\": \"controls-bootstrap\",\n\n Line 5: \"id\": \"s-f1c41532e618c77d41538902\",\n\n Line 10: \"status\": \"resolved\",\n\n Line 11: \"summary\": \"Independent review R6: current launch guard applies 15-minute end-run freshness to recovery, preventing next-day recovery from valid durable state; unconditional open-surprise rejection also prevents a resolver quantum. Assignment explicitly requested no-open-surprise launch guards, so the resolver exception requires lead clarification.\",\n\n\n/home/alex/sots-re/campaign/runtime/surprises/s-8996365dab2cd6dc0e17bb9f.json:\n Line 3: \"contract\": \"research-completion-abi\",\n\n Line 5: \"id\": \"s-8996365dab2cd6dc0e17bb9f\",\n\n Line 10: \"status\": \"resolved\",\n\n Line 11: \"summary\": \"Fresh raw GNU objdump capture contradicts the standing event dedup semantic claim in findings/subsystems/events.md:185 that EvDsc is not compared. At 0x00825e11 candidate+0x08 and 0x00825e15 stored+0x08 are passed to 0x0046f8c0; its boolean result at 0x00825e21 branches to match return only when true. This occurs after EvAct, EvLoc, EvPos, EvMsg and EvImg comparisons, so description appears to participate in equality. The affected dedup interpretation is paused; no implementation or acceptance claim may use either version pending Astra resolution.\",\n\n\n/home/alex/sots-re/campaign/runtime/surprises/s-4f71bf4a5df4e5fc992bb6b2.json:\n Line 3: \"contract\": \"research-completion-abi\",\n\n Line 5: \"id\": \"s-4f71bf4a5df4e5fc992bb6b2\",\n\n Line 10: \"status\": \"resolved\",\n\n Line 11: \"summary\": \"Session run-eba7860308317f839eb35392 fresh independent reproduction finds the repaired dedup window is correct, but exposes the same unfiltered-stop-boundary provenance contradiction in the ownership archive. objdump-2026-09-09-ownership.txt declares exact stops 0x0057e5e4, 0x0086c62e and 0x007694c0 yet prints complete c2 04 00 terminal instructions beginning at 0x0057e5e3, 0x0086c62d and 0x007694bf. Fresh GNU objdump 2.38 against the hash-matched executable prints only c2 for each command because each stop is one byte after the instruction start. Thus those archived sections cannot be literal unfiltered output of their declared commands under the bound instrument. The affected ABI/provenance review is paused; matching decoded semantics are not converted into success.\",\n","metadata":{"matches":44,"truncated":false},"title":"\"(contract|status|id|summary)\"","time":{"start":1789014210833,"end":1789014210849}},"metadata":{"openai":{"itemId":"fc_0dc8ee639acd13ef016aa230c1e18c87d1b0bcd2bfaddaffc6"}},"id":"prt_0898e7780001cehHgUV2INxmvu","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","messageID":"msg_0898e62a6001vovt7iNRIl2kxW"}} +{"type":"step_finish","timestamp":1789014210953,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"id":"prt_0898e7986001e4bAObjT0Xzp7h","reason":"tool-calls","snapshot":"49053f1a998e96f12c039e9ecd9212804f0c5653","messageID":"msg_0898e62a6001vovt7iNRIl2kxW","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","type":"step-finish","tokens":{"total":55809,"input":41789,"output":51,"reasoning":17,"cache":{"write":0,"read":13952}},"cost":0}} +{"type":"step_start","timestamp":1789014213040,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"id":"prt_0898e81ac001UhCSAZZPmA2Juk","messageID":"msg_0898e79b0001AJrMgn266H0tM4","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","snapshot":"e5fd939112488a120f56776df64e785713296ac5","type":"step-start"}} +{"type":"tool_use","timestamp":1789014230181,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"type":"tool","tool":"glob","callID":"call_xdMrpPDC8J2esVAmlwmqzkrQ","state":{"status":"completed","input":{"path":"/home/alex/sots-re/verify/results/research-completion-abi","pattern":"**/*"},"output":"/home/alex/sots-re/verify/results/research-completion-abi/objdump-2026-09-10-boundary-repair.md\n/home/alex/sots-re/verify/results/research-completion-abi/objdump-2026-09-09-ownership.txt\n/home/alex/sots-re/verify/results/research-completion-abi/objdump-2026-09-10-dedup-narrow.stdout.txt\n/home/alex/sots-re/verify/results/research-completion-abi/objdump-2026-09-09-turnevents.txt\n/home/alex/sots-re/verify/results/research-completion-abi/objdump-2026-09-09-dedup-helper.txt\n/home/alex/sots-re/verify/results/research-completion-abi/objdump-2026-09-10-dedup-narrow.stderr.txt\n/home/alex/sots-re/verify/results/research-completion-abi/reva-2026-09-09-index.md\n/home/alex/sots-re/verify/results/research-completion-abi/objdump-2026-09-10-dedup-wide.stdout.txt\n/home/alex/sots-re/verify/results/research-completion-abi/objdump-2026-09-10-dedup-wide.stderr.txt\n/home/alex/sots-re/verify/results/research-completion-abi/recovered-static.md\n/home/alex/sots-re/verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-push-audit-wide.stderr.txt\n/home/alex/sots-re/verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-push-audit.stderr.txt\n/home/alex/sots-re/verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/player-append-wide.stderr.txt\n/home/alex/sots-re/verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-realloc-audit-wide.stderr.txt\n/home/alex/sots-re/verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/player-append-wide.stdout.txt\n/home/alex/sots-re/verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/player-copy-wide.stderr.txt\n/home/alex/sots-re/verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/report.md\n/home/alex/sots-re/verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/player-copy-wide.stdout.txt\n/home/alex/sots-re/verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-realloc-terminal-bytes.stderr.txt\n/home/alex/sots-re/verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-copy-audit.stderr.txt\n/home/alex/sots-re/verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/import-thunks-audit.stderr.txt\n/home/alex/sots-re/verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/player-copy-terminal-bytes.stdout.txt\n/home/alex/sots-re/verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/manifest.json\n/home/alex/sots-re/verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/player-append-terminal-bytes.stderr.txt\n/home/alex/sots-re/verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-alloc-terminal-bytes.stdout.txt\n/home/alex/sots-re/verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-push-terminal-bytes.stdout.txt\n/home/alex/sots-re/verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-push-audit-wide.stdout.txt\n/home/alex/sots-re/verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-alloc-narrow.stderr.txt\n/home/alex/sots-re/verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/player-copy-terminal-bytes.stderr.txt\n/home/alex/sots-re/verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-push-terminal-bytes.stderr.txt\n/home/alex/sots-re/verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/player-append-narrow.stdout.txt\n/home/alex/sots-re/verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-ctor-audit.stdout.txt\n/home/alex/sots-re/verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/import-thunks-audit.stdout.txt\n/home/alex/sots-re/verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/string-alloc-audit.stdout.txt\n/home/alex/sots-re/verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/player-dtor-audit.stderr.txt\n/home/alex/sots-re/verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-realloc-audit.stdout.txt\n/home/alex/sots-re/verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/player-copy-narrow.stderr.txt\n/home/alex/sots-re/verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-alloc-terminal-bytes.stderr.txt\n/home/alex/sots-re/verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/player-copy-narrow.stdout.txt\n/home/alex/sots-re/verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-realloc-audit-wide.stdout.txt\n/home/alex/sots-re/verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-ctor-audit.stderr.txt\n/home/alex/sots-re/verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-alloc-narrow.stdout.txt\n/home/alex/sots-re/verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-realloc-audit.stderr.txt\n/home/alex/sots-re/verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/string-alloc-terminal-bytes.stderr.txt\n/home/alex/sots-re/verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-alloc-wide.stderr.txt\n/home/alex/sots-re/verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/string-alloc-audit-wide.stderr.txt\n/home/alex/sots-re/verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/comparison.json\n/home/alex/sots-re/verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-realloc-terminal-bytes.stdout.txt\n/home/alex/sots-re/verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-push-audit.stdout.txt\n/home/alex/sots-re/verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/player-append-narrow.stderr.txt\n/home/alex/sots-re/verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/string-alloc-audit-wide.stdout.txt\n/home/alex/sots-re/verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/player-append-terminal-bytes.stdout.txt\n/home/alex/sots-re/verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-alloc-wide.stdout.txt\n/home/alex/sots-re/verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/player-dtor-audit.stdout.txt\n/home/alex/sots-re/verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/string-alloc-terminal-bytes.stdout.txt\n/home/alex/sots-re/verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/string-alloc-audit.stderr.txt\n/home/alex/sots-re/verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-copy-audit.stdout.txt","metadata":{"count":57,"truncated":false},"title":"verify/results/research-completion-abi","time":{"start":1789014230170,"end":1789014230179}},"metadata":{"openai":{"itemId":"fc_0b7c3c694740e12d016aa230d60ba887d189dc0a74539305e2"}},"id":"prt_0898ec481001E6L7kTZM2zHRnd","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","messageID":"msg_0898e79b0001AJrMgn266H0tM4"}} +{"type":"tool_use","timestamp":1789014230214,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"type":"tool","tool":"glob","callID":"call_dL5PE8oA5GDpaqNnrNxjRmhF","state":{"status":"completed","input":{"path":"/home/alex/sots-re/verify/results/research-live-record-bridge/run-472955e277202c411388c66b","pattern":"**/*"},"output":"/home/alex/sots-re/verify/results/research-live-record-bridge/run-472955e277202c411388c66b/turn-get-create.stdout.txt\n/home/alex/sots-re/verify/results/research-live-record-bridge/run-472955e277202c411388c66b/turn-append.stdout.txt\n/home/alex/sots-re/verify/results/research-live-record-bridge/run-472955e277202c411388c66b/nested-dtor.stdout.txt\n/home/alex/sots-re/verify/results/research-live-record-bridge/run-472955e277202c411388c66b/capture.py\n/home/alex/sots-re/verify/results/research-live-record-bridge/run-472955e277202c411388c66b/nested-dtor.stderr.txt\n/home/alex/sots-re/verify/results/research-live-record-bridge/run-472955e277202c411388c66b/turn-vtable.stdout.txt\n/home/alex/sots-re/verify/results/research-live-record-bridge/run-472955e277202c411388c66b/turn-range-copy.stderr.txt\n/home/alex/sots-re/verify/results/research-live-record-bridge/run-472955e277202c411388c66b/manifest.json\n/home/alex/sots-re/verify/results/research-live-record-bridge/run-472955e277202c411388c66b/turn-dtor.stdout.txt\n/home/alex/sots-re/verify/results/research-live-record-bridge/run-472955e277202c411388c66b/turn-get-create.stderr.txt\n/home/alex/sots-re/verify/results/research-live-record-bridge/run-472955e277202c411388c66b/turn-grow.stderr.txt\n/home/alex/sots-re/verify/results/research-live-record-bridge/run-472955e277202c411388c66b/nested-copy.stderr.txt\n/home/alex/sots-re/verify/results/research-live-record-bridge/run-472955e277202c411388c66b/nested-copy.stdout.txt\n/home/alex/sots-re/verify/results/research-live-record-bridge/run-472955e277202c411388c66b/turn-append.stderr.txt\n/home/alex/sots-re/verify/results/research-live-record-bridge/run-472955e277202c411388c66b/turn-range-copy.stdout.txt\n/home/alex/sots-re/verify/results/research-live-record-bridge/run-472955e277202c411388c66b/turn-vtable.stderr.txt\n/home/alex/sots-re/verify/results/research-live-record-bridge/run-472955e277202c411388c66b/turn-alloc.stderr.txt\n/home/alex/sots-re/verify/results/research-live-record-bridge/run-472955e277202c411388c66b/turn-grow.stdout.txt\n/home/alex/sots-re/verify/results/research-live-record-bridge/run-472955e277202c411388c66b/turn-dtor.stderr.txt\n/home/alex/sots-re/verify/results/research-live-record-bridge/run-472955e277202c411388c66b/turn-alloc.stdout.txt","metadata":{"count":20,"truncated":false},"title":"verify/results/research-live-record-bridge/run-472955e277202c411388c66b","time":{"start":1789014230204,"end":1789014230212}},"metadata":{"openai":{"itemId":"fc_0b7c3c694740e12d016aa230d60bb887d18919cba6d9594bb2"}},"id":"prt_0898ec4ac001WRO3VeK5U91Zxr","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","messageID":"msg_0898e79b0001AJrMgn266H0tM4"}} +{"type":"tool_use","timestamp":1789014230232,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"type":"tool","tool":"read","callID":"call_toydu86OUrFB9iguSBWSE4KQ","state":{"status":"completed","input":{"filePath":"/home/alex/sots-re/verify/results/research-completion-abi/recovered-static.md"},"output":"/home/alex/sots-re/verify/results/research-completion-abi/recovered-static.md\nfile\n\n1: # Fresh static observations\n2: \n3: Static evidence only. It does not establish live allocator safety, a compatible replacement\n4: allocator, or replacement acceptance. Raw local evidence and exact regeneration commands are in\n5: `objdump-2026-09-09-ownership.txt`; the owner-supplied input is `dumps/sots.exe`, SHA-256\n6: `970b7de729956a53094c7eb98aba4270aee98e2fed5daf0d39e290013c90c841` / MD5\n7: `9969481c39f4b33a8a21c48b62abee4c`.\n8: \n9: The original dedup archive's first-window provenance was overturned by independent review and Astra\n10: decision `d-d2a9b8be6399a6abaa0e05a5`. Fresh narrow/wide raw streams and complete identities are in\n11: `objdump-2026-09-10-boundary-repair.md`. The widened stream supplies the complete terminal bytes;\n12: semantic promotion still requires a new independent reproduction and challenge.\n13: \n14: The ownership archive's selected terminal rows have the same superseded provenance limitation.\n15: Fresh full streams, narrow/wide repairs, section-byte dumps and an audit of all ten declared windows\n16: are in `run-79357a65226f61d6a86c042d/`. Six historical stops truncate `ret imm16` after `c2`;\n17: the widened/static raw bytes establish five `c2 04 00` encodings and one `c2 08 00` encoding.\n18: This repairs terminal-byte provenance under decision `d-d4c494ba02ada278030ef473`; it does not\n19: convert the static interpretations below into live allocator-safety or accepted ABI claims.\n20: \n21: ## Recorded instruction facts\n22: \n23: * `ObservedTech::ObservedTech` at `0x008562a0` is an ECX receiver, returns that receiver in EAX,\n24: and uses plain `ret`. It installs vtable `0x00a2439c`; initializes the string rooted at `+0x0c`\n25: to `_Myres=15`, `_Mysize=0`, empty first byte; zeros `+4` (therefore both 16-bit turns), `+8`, and\n26: `+0x28`; and calls `0x00425550` for the empty-string setup.\n27: * `vector::push_back` at `0x007b7320` is ECX receiver plus one stack word (`ret 4`).\n28: It grows only when `_Mylast == _Myend`, through `0x007b5820(this, 1)`, then invokes the\n29: `0x0079a150` element-copy helper and advances `_Mylast` by exactly `0x2c`. The source-inside-vector\n30: and source-outside-vector branches both lead to this copy helper; the former recomputes the source\n31: from its pre-growth index. Thus append copies the temporary rather than adopting its string header.\n32: * The `0x0079a150` helper constructs a destination `ObservedTech`: vptr, words `+4/+6`, byte `+8`,\n33: string copy via `0x00425430`, and word `+0x28`. It is a copy construction operation, not a raw\n34: 44-byte memcpy. Independent Astra cross-check pins a **cdecl-style three-stack-argument** ABI:\n35: unused allocator argument, destination at `[ebp+0xc]`, source at `[ebp+0x10]`; plain `ret` and\n36: caller cleanup of 12 bytes. Incoming ECX is not a receiver (its initial push only allocates a\n37: local slot that is overwritten). Exact C++ template name is unnecessary for this machine boundary.\n38: * `0x007b5820` computes required capacity as old size plus its one stack-word count and uses the\n39: 1.5x growth rule when sufficient. It calls `0x007b34e0`; that reallocator calls `0x0057e590` with\n40: new element count. `0x0057e590` multiplies by `0x2c` and calls `0x00924fb6` (scalar `operator new`\n41: import thunk). Reallocation copy-constructs old elements through `0x0085e650`, calls each old\n42: element's virtual destructor slot 0 with pushed zero, then frees the old array through\n43: `0x00924faa` (scalar `operator delete` import thunk), and updates all three vector pointers.\n44: * `PlayerEvent` vector append at `0x0086c580` is ECX receiver plus one stack word (`ret 4`), grows\n45: through `0x00869500` if full, copy-constructs the element through `0x007693f0`, then advances\n46: `_Mylast` by `0x74`. The copy helper copies scalar fields and independently assigns all three\n47: strings at `+8`, `+0x24`, `+0x50` through `0x00425430`; it is not a 116-byte header copy.\n48: * `PlayerEvent` destructor body at `0x0061ae90` tests each string capacity (`+0x1c`, `+0x38`,\n49: `+0x64`) against `0x10`; for long strings it frees the buffer at `+8`, `+0x24`, `+0x50` through\n50: `0x00924faa`, then restores empty/SSO values. This establishes three independent owned-string\n51: cleanup paths in a copied event.\n52: * `0x004249a0`, called from the string assignment `0x00425430`, allocates new character storage via\n53: `0x00924fb6` and frees an existing long destination buffer through `0x00924faa` before installing\n54: the replacement pointer/size/capacity. The branch condition for long ownership is capacity\n55: `>= 0x10`; short strings stay inline. Per the independently captured PE imports, these thunks map\n56: to MSVCR100 scalar `operator delete` and scalar `operator new` respectively.\n57: \n58: ### Nested TurnEvents machine boundary\n59: \n60: * `0x00885380` is an ECX-receiver operation over the outer vector at receiver `+4`, takes one\n61: stack `int turn`, returns a `TurnEvents*` in EAX, and uses `ret 4`. It divides the outer byte span\n62: by `0x18`, scans every element, and overwrites its candidate on every `EvTurn` match. Therefore a\n63: hit returns the **last** matching bucket and performs no construction, allocation, ID update, or\n64: RNG draw.\n65: * On a miss it initializes a stack `TurnEvents` with vptr `0x00a0f07c` and zero nested-vector\n66: pointers, then calls outer `vector::push_back` at `0x00884cb0`. Only after append does\n67: it write the requested turn to the stored element at `_Mylast[-1]+4`. It destroys the temporary's\n68: nested vector through `0x00629580` and returns the new element. The temporary itself starts with\n69: turn zero; append deep-copies that zero before the stored turn is patched.\n70: * `0x00884cb0` is ECX receiver plus one source pointer and `ret 4`; stride is `0x18`. It handles a\n71: source pointer inside its own vector separately so growth cannot invalidate the source. Both\n72: branches install the TurnEvents vptr, copy `EvTurn`, and copy-construct the nested PlayerEvent\n73: vector through `0x00779850`; this is not a 24-byte header copy. It advances outer `_Mylast` only\n74: after the nested copy call returns.\n75: * Outer full-capacity growth is `0x008841a0` -> `0x00883a60`. Capacity selection is old capacity\n76: plus half where sufficient, otherwise required size. `0x006e8f50` allocates `count * 0x18` through\n77: `0x00924fb6`. `0x0077fed0` copy-constructs every old TurnEvents, including an independent nested\n78: vector via `0x00779850`; then `0x00883a60` invokes each old TurnEvents virtual destructor with\n79: deleting flag zero, frees the old outer allocation through `0x00924faa`, and writes all three\n80: outer vector pointers.\n81: * The vtable bytes at `0x00a0f07c` identify slot zero as `0x0062e120`. That scalar-deleting\n82: destructor calls `0x00629580` on the nested vector at `+8`; with flag bit zero it does not free the\n83: inline TurnEvents object. `0x00629580` invokes every nested PlayerEvent virtual destructor in\n84: `0x74` steps, frees the nested allocation through `0x00924faa`, and zeros all three nested vector\n85: pointers.\n86: * `0x00779850` is ECX destination nested vector plus one source-vector pointer and `ret 4`. An empty\n87: source leaves three zero pointers. A nonempty source allocates `count * 0x74` through\n88: `0x0078af40` -> `0x00924fb6`, then `0x007725a0` copy-constructs each PlayerEvent through\n89: `0x007693f0`. Its unwind destroys already completed PlayerEvents; `0x00779850` then calls\n90: `0x00629580`, and outer range-copy unwind at `0x0077fed0` destroys already completed TurnEvents.\n91: Outer reallocation's landing path frees the newly allocated outer block before continuing the\n92: exception through `0x00924fbc`. These are observed cleanup edges, not a claim that allocation\n93: failure has been executed live.\n94: \n95: ### Duplicate and prune branches\n96: \n97: * `0x00825d40` receives bucket and candidate pointers as two stack words, ignores incoming ECX,\n98: and uses `ret 8`. A null bucket or empty nested vector returns zero. It scans in `0x74` steps and\n99: checks, in order: `EvAct`, `EvLoc`, all three `EvPos` floats, `EvMsg`, `EvImg`, then calls\n100: `0x0046f8c0` with the strings rooted at `EvDsc +8`. Complete fresh capture establishes that\n101: `0x0046f8c0` is a two-stack-argument, caller-cleaned string-inequality operation: first argument is\n102: the stored string, second is the candidate string, EAX/AL is one iff the strings differ, and it\n103: uses plain `ret`. `0x00825e21` therefore reaches the matched-element return only when AL is zero,\n104: i.e. when descriptions are equal. A description-only difference continues the scan. This\n105: contradicts the inherited claim that `EvDsc` was excluded; decision\n106: `d-2ff30c9f5355116bea822924` required this evidence repair after resolving surprise\n107: `s-8996365dab2cd6dc0e17bb9f`. The first element equal in every listed field returns its pointer;\n108: exhaustion returns zero. The wrapper performs no writes, allocation, destruction, ID change,\n109: event append, or RNG draw.\n110: * `0x0046f8c0` selects the candidate's inline bytes when capacity is `<0x10`, otherwise its heap\n111: pointer, and passes candidate length/data plus stored length and offset zero to `0x004236a0`.\n112: `0x004236a0` independently selects the stored string's inline/heap bytes, compares the minimum\n113: byte count through `0x00422720`, then orders unequal lengths. Equal bytes and equal lengths return\n114: zero; any byte or length difference returns nonzero, which `0x0046f8c0` normalizes to one. Thus\n115: empty/short/long combinations are covered statically without allocation or copying. The\n116: imported failure helper at IAT slot `0x009dd154` is called only when offset exceeds stored length;\n117: it is unreachable for this offset-zero call, and no failure path was executed live. Its exact\n118: imported symbol remains unresolved in this package.\n119: * `0x00879eb0` is ECX receiver plus one stack `turn` and `ret 4`. It computes cutoff `turn-50` and\n120: inspects only the leading run with `EvTurn < cutoff`. Its selected pointer is the **last** stale\n121: member. No stale member, exactly one leading stale member, or an initially empty vector returns\n122: without writes. For two or more leading stale buckets, it copies from the last stale bucket\n123: through the old end into the old beginning: each destination gets source `EvTurn`, then its nested\n124: vector is deep-assigned by `0x0077a6b0`. It destroys the trailing shifted-from TurnEvents through\n125: virtual slot zero and sets outer `_Mylast` to the end of the retained prefix. Thus it removes\n126: `stale_count-1`, deliberately retaining one stale bucket; a stale bucket after the first fresh\n127: bucket is never inspected. No outer allocation is visible in this wrapper, but nested assignment\n128: may allocate/free/copy/destroy PlayerEvents according to destination capacity.\n129: \n130: ## Ordering and boundary\n131: \n132: `RecordObservedTech` first tests for an existing matching name; name absence, not vector fullness,\n133: reaches the constructor/append sequence. The wrapper later destroys its temporary long string, so\n134: the stored element must already own an independent string allocation where applicable. Existing\n135: records retain first turn/name and update last turn/with mask; this wrapper itself does not expose a\n136: live allocation failure outcome. `EventStorage::PostEvent` constructs a temporary PlayerEvent,\n137: prunes/selects/deduplicates, and only its no-duplicate branch appends; IDs and event vector pointers\n138: remain part of the caller-level behavior documented in `findings/subsystems/events.md`.\n139: \n140: ## Remaining blockers / minimum probes\n141: \n142: 1. `0x0084ee30` remains covered only by the initial ReVa capture in this package; its full local\n143: instruction window should still be added by the independent verifier when checking default-field\n144: values. The nested construction/growth, duplicate, and prune helpers now have local raw captures.\n145: 2. Exact C++ template declarations and the runtime outcome of allocation failure remain unresolved.\n146: Static unwind edges are captured, but no live throw was induced and no allocator-safety claim is\n147: made.\n148: 3. A read-only synthetic long-string/full-capacity fixture (or a safe existing archived trace with\n149: pre/post memory) is required to falsify the static ownership interpretation. It cannot prove\n150: allocator compatibility by coherent parsing alone.\n151: 4. `EvDsc` equality participation is now statically pinned, but has not been exercised in a live\n152: same-bucket description-only fixture. Independent review must reproduce the complete helper and\n153: branch windows before this becomes accepted ABI evidence.\n154: \n155: Independent cross-check captures: `verify/results/research-callback/observed-copy-helper-objdump.txt`\n156: and `event-copy-helper-objdump.txt`. The PlayerEvent copy operation is different: ECX is the\n157: destination, one stack argument is source, EAX returns destination and `ret 4` cleans the argument.\n158: Do not reuse the ObservedTech copy-helper calling convention for PlayerEvent.\n159: \n160: Nested raw capture: `verify/results/research-completion-abi/objdump-2026-09-09-turnevents.txt`.\n161: Complete dedup/helper/callee capture:\n162: `verify/results/research-completion-abi/objdump-2026-09-09-dedup-helper.txt`.\n163: Verifier falsifiers should include: otherwise-identical records with equal versus description-only\n164: different `EvDsc`, separately using empty/short and long descriptions (static prediction: only equal\n165: descriptions deduplicate); one versus two\n166: leading stale buckets; a stale bucket after a fresh one; existing duplicate turn buckets (last-match\n167: selection); and outer spare/full capacity with nested empty/nonempty PlayerEvent vectors.\n\n(End of file - total 167 lines)\n","metadata":{"preview":"# Fresh static observations\n\nStatic evidence only. It does not establish live allocator safety, a compatible replacement\nallocator, or replacement acceptance. Raw local evidence and exact regeneration commands are in\n`objdump-2026-09-09-ownership.txt`; the owner-supplied input is `dumps/sots.exe`, SHA-256\n`970b7de729956a53094c7eb98aba4270aee98e2fed5daf0d39e290013c90c841` / MD5\n`9969481c39f4b33a8a21c48b62abee4c`.\n\nThe original dedup archive's first-window provenance was overturned by independent review and Astra\ndecision `d-d2a9b8be6399a6abaa0e05a5`. Fresh narrow/wide raw streams and complete identities are in\n`objdump-2026-09-10-boundary-repair.md`. The widened stream supplies the complete terminal bytes;\nsemantic promotion still requires a new independent reproduction and challenge.\n\nThe ownership archive's selected terminal rows have the same superseded provenance limitation.\nFresh full streams, narrow/wide repairs, section-byte dumps and an audit of all ten declared windows\nare in `run-79357a65226f61d6a86c042d/`. Six historical stops truncate `ret imm16` after `c2`;\nthe widened/static raw bytes establish five `c2 04 00` encodings and one `c2 08 00` encoding.\nThis repairs terminal-byte provenance under decision `d-d4c494ba02ada278030ef473`; it does not\nconvert the static interpretations below into live allocator-safety or accepted ABI claims.\n","truncated":false,"loaded":[],"display":{"type":"file","path":"/home/alex/sots-re/verify/results/research-completion-abi/recovered-static.md","text":"# Fresh static observations\n\nStatic evidence only. It does not establish live allocator safety, a compatible replacement\nallocator, or replacement acceptance. Raw local evidence and exact regeneration commands are in\n`objdump-2026-09-09-ownership.txt`; the owner-supplied input is `dumps/sots.exe`, SHA-256\n`970b7de729956a53094c7eb98aba4270aee98e2fed5daf0d39e290013c90c841` / MD5\n`9969481c39f4b33a8a21c48b62abee4c`.\n\nThe original dedup archive's first-window provenance was overturned by independent review and Astra\ndecision `d-d2a9b8be6399a6abaa0e05a5`. Fresh narrow/wide raw streams and complete identities are in\n`objdump-2026-09-10-boundary-repair.md`. The widened stream supplies the complete terminal bytes;\nsemantic promotion still requires a new independent reproduction and challenge.\n\nThe ownership archive's selected terminal rows have the same superseded provenance limitation.\nFresh full streams, narrow/wide repairs, section-byte dumps and an audit of all ten declared windows\nare in `run-79357a65226f61d6a86c042d/`. Six historical stops truncate `ret imm16` after `c2`;\nthe widened/static raw bytes establish five `c2 04 00` encodings and one `c2 08 00` encoding.\nThis repairs terminal-byte provenance under decision `d-d4c494ba02ada278030ef473`; it does not\nconvert the static interpretations below into live allocator-safety or accepted ABI claims.\n\n## Recorded instruction facts\n\n* `ObservedTech::ObservedTech` at `0x008562a0` is an ECX receiver, returns that receiver in EAX,\n and uses plain `ret`. It installs vtable `0x00a2439c`; initializes the string rooted at `+0x0c`\n to `_Myres=15`, `_Mysize=0`, empty first byte; zeros `+4` (therefore both 16-bit turns), `+8`, and\n `+0x28`; and calls `0x00425550` for the empty-string setup.\n* `vector::push_back` at `0x007b7320` is ECX receiver plus one stack word (`ret 4`).\n It grows only when `_Mylast == _Myend`, through `0x007b5820(this, 1)`, then invokes the\n `0x0079a150` element-copy helper and advances `_Mylast` by exactly `0x2c`. The source-inside-vector\n and source-outside-vector branches both lead to this copy helper; the former recomputes the source\n from its pre-growth index. Thus append copies the temporary rather than adopting its string header.\n* The `0x0079a150` helper constructs a destination `ObservedTech`: vptr, words `+4/+6`, byte `+8`,\n string copy via `0x00425430`, and word `+0x28`. It is a copy construction operation, not a raw\n 44-byte memcpy. Independent Astra cross-check pins a **cdecl-style three-stack-argument** ABI:\n unused allocator argument, destination at `[ebp+0xc]`, source at `[ebp+0x10]`; plain `ret` and\n caller cleanup of 12 bytes. Incoming ECX is not a receiver (its initial push only allocates a\n local slot that is overwritten). Exact C++ template name is unnecessary for this machine boundary.\n* `0x007b5820` computes required capacity as old size plus its one stack-word count and uses the\n 1.5x growth rule when sufficient. It calls `0x007b34e0`; that reallocator calls `0x0057e590` with\n new element count. `0x0057e590` multiplies by `0x2c` and calls `0x00924fb6` (scalar `operator new`\n import thunk). Reallocation copy-constructs old elements through `0x0085e650`, calls each old\n element's virtual destructor slot 0 with pushed zero, then frees the old array through\n `0x00924faa` (scalar `operator delete` import thunk), and updates all three vector pointers.\n* `PlayerEvent` vector append at `0x0086c580` is ECX receiver plus one stack word (`ret 4`), grows\n through `0x00869500` if full, copy-constructs the element through `0x007693f0`, then advances\n `_Mylast` by `0x74`. The copy helper copies scalar fields and independently assigns all three\n strings at `+8`, `+0x24`, `+0x50` through `0x00425430`; it is not a 116-byte header copy.\n* `PlayerEvent` destructor body at `0x0061ae90` tests each string capacity (`+0x1c`, `+0x38`,\n `+0x64`) against `0x10`; for long strings it frees the buffer at `+8`, `+0x24`, `+0x50` through\n `0x00924faa`, then restores empty/SSO values. This establishes three independent owned-string\n cleanup paths in a copied event.\n* `0x004249a0`, called from the string assignment `0x00425430`, allocates new character storage via\n `0x00924fb6` and frees an existing long destination buffer through `0x00924faa` before installing\n the replacement pointer/size/capacity. The branch condition for long ownership is capacity\n `>= 0x10`; short strings stay inline. Per the independently captured PE imports, these thunks map\n to MSVCR100 scalar `operator delete` and scalar `operator new` respectively.\n\n### Nested TurnEvents machine boundary\n\n* `0x00885380` is an ECX-receiver operation over the outer vector at receiver `+4`, takes one\n stack `int turn`, returns a `TurnEvents*` in EAX, and uses `ret 4`. It divides the outer byte span\n by `0x18`, scans every element, and overwrites its candidate on every `EvTurn` match. Therefore a\n hit returns the **last** matching bucket and performs no construction, allocation, ID update, or\n RNG draw.\n* On a miss it initializes a stack `TurnEvents` with vptr `0x00a0f07c` and zero nested-vector\n pointers, then calls outer `vector::push_back` at `0x00884cb0`. Only after append does\n it write the requested turn to the stored element at `_Mylast[-1]+4`. It destroys the temporary's\n nested vector through `0x00629580` and returns the new element. The temporary itself starts with\n turn zero; append deep-copies that zero before the stored turn is patched.\n* `0x00884cb0` is ECX receiver plus one source pointer and `ret 4`; stride is `0x18`. It handles a\n source pointer inside its own vector separately so growth cannot invalidate the source. Both\n branches install the TurnEvents vptr, copy `EvTurn`, and copy-construct the nested PlayerEvent\n vector through `0x00779850`; this is not a 24-byte header copy. It advances outer `_Mylast` only\n after the nested copy call returns.\n* Outer full-capacity growth is `0x008841a0` -> `0x00883a60`. Capacity selection is old capacity\n plus half where sufficient, otherwise required size. `0x006e8f50` allocates `count * 0x18` through\n `0x00924fb6`. `0x0077fed0` copy-constructs every old TurnEvents, including an independent nested\n vector via `0x00779850`; then `0x00883a60` invokes each old TurnEvents virtual destructor with\n deleting flag zero, frees the old outer allocation through `0x00924faa`, and writes all three\n outer vector pointers.\n* The vtable bytes at `0x00a0f07c` identify slot zero as `0x0062e120`. That scalar-deleting\n destructor calls `0x00629580` on the nested vector at `+8`; with flag bit zero it does not free the\n inline TurnEvents object. `0x00629580` invokes every nested PlayerEvent virtual destructor in\n `0x74` steps, frees the nested allocation through `0x00924faa`, and zeros all three nested vector\n pointers.\n* `0x00779850` is ECX destination nested vector plus one source-vector pointer and `ret 4`. An empty\n source leaves three zero pointers. A nonempty source allocates `count * 0x74` through\n `0x0078af40` -> `0x00924fb6`, then `0x007725a0` copy-constructs each PlayerEvent through\n `0x007693f0`. Its unwind destroys already completed PlayerEvents; `0x00779850` then calls\n `0x00629580`, and outer range-copy unwind at `0x0077fed0` destroys already completed TurnEvents.\n Outer reallocation's landing path frees the newly allocated outer block before continuing the\n exception through `0x00924fbc`. These are observed cleanup edges, not a claim that allocation\n failure has been executed live.\n\n### Duplicate and prune branches\n\n* `0x00825d40` receives bucket and candidate pointers as two stack words, ignores incoming ECX,\n and uses `ret 8`. A null bucket or empty nested vector returns zero. It scans in `0x74` steps and\n checks, in order: `EvAct`, `EvLoc`, all three `EvPos` floats, `EvMsg`, `EvImg`, then calls\n `0x0046f8c0` with the strings rooted at `EvDsc +8`. Complete fresh capture establishes that\n `0x0046f8c0` is a two-stack-argument, caller-cleaned string-inequality operation: first argument is\n the stored string, second is the candidate string, EAX/AL is one iff the strings differ, and it\n uses plain `ret`. `0x00825e21` therefore reaches the matched-element return only when AL is zero,\n i.e. when descriptions are equal. A description-only difference continues the scan. This\n contradicts the inherited claim that `EvDsc` was excluded; decision\n `d-2ff30c9f5355116bea822924` required this evidence repair after resolving surprise\n `s-8996365dab2cd6dc0e17bb9f`. The first element equal in every listed field returns its pointer;\n exhaustion returns zero. The wrapper performs no writes, allocation, destruction, ID change,\n event append, or RNG draw.\n* `0x0046f8c0` selects the candidate's inline bytes when capacity is `<0x10`, otherwise its heap\n pointer, and passes candidate length/data plus stored length and offset zero to `0x004236a0`.\n `0x004236a0` independently selects the stored string's inline/heap bytes, compares the minimum\n byte count through `0x00422720`, then orders unequal lengths. Equal bytes and equal lengths return\n zero; any byte or length difference returns nonzero, which `0x0046f8c0` normalizes to one. Thus\n empty/short/long combinations are covered statically without allocation or copying. The\n imported failure helper at IAT slot `0x009dd154` is called only when offset exceeds stored length;\n it is unreachable for this offset-zero call, and no failure path was executed live. Its exact\n imported symbol remains unresolved in this package.\n* `0x00879eb0` is ECX receiver plus one stack `turn` and `ret 4`. It computes cutoff `turn-50` and\n inspects only the leading run with `EvTurn < cutoff`. Its selected pointer is the **last** stale\n member. No stale member, exactly one leading stale member, or an initially empty vector returns\n without writes. For two or more leading stale buckets, it copies from the last stale bucket\n through the old end into the old beginning: each destination gets source `EvTurn`, then its nested\n vector is deep-assigned by `0x0077a6b0`. It destroys the trailing shifted-from TurnEvents through\n virtual slot zero and sets outer `_Mylast` to the end of the retained prefix. Thus it removes\n `stale_count-1`, deliberately retaining one stale bucket; a stale bucket after the first fresh\n bucket is never inspected. No outer allocation is visible in this wrapper, but nested assignment\n may allocate/free/copy/destroy PlayerEvents according to destination capacity.\n\n## Ordering and boundary\n\n`RecordObservedTech` first tests for an existing matching name; name absence, not vector fullness,\nreaches the constructor/append sequence. The wrapper later destroys its temporary long string, so\nthe stored element must already own an independent string allocation where applicable. Existing\nrecords retain first turn/name and update last turn/with mask; this wrapper itself does not expose a\nlive allocation failure outcome. `EventStorage::PostEvent` constructs a temporary PlayerEvent,\nprunes/selects/deduplicates, and only its no-duplicate branch appends; IDs and event vector pointers\nremain part of the caller-level behavior documented in `findings/subsystems/events.md`.\n\n## Remaining blockers / minimum probes\n\n1. `0x0084ee30` remains covered only by the initial ReVa capture in this package; its full local\n instruction window should still be added by the independent verifier when checking default-field\n values. The nested construction/growth, duplicate, and prune helpers now have local raw captures.\n2. Exact C++ template declarations and the runtime outcome of allocation failure remain unresolved.\n Static unwind edges are captured, but no live throw was induced and no allocator-safety claim is\n made.\n3. A read-only synthetic long-string/full-capacity fixture (or a safe existing archived trace with\n pre/post memory) is required to falsify the static ownership interpretation. It cannot prove\n allocator compatibility by coherent parsing alone.\n4. `EvDsc` equality participation is now statically pinned, but has not been exercised in a live\n same-bucket description-only fixture. Independent review must reproduce the complete helper and\n branch windows before this becomes accepted ABI evidence.\n\nIndependent cross-check captures: `verify/results/research-callback/observed-copy-helper-objdump.txt`\nand `event-copy-helper-objdump.txt`. The PlayerEvent copy operation is different: ECX is the\ndestination, one stack argument is source, EAX returns destination and `ret 4` cleans the argument.\nDo not reuse the ObservedTech copy-helper calling convention for PlayerEvent.\n\nNested raw capture: `verify/results/research-completion-abi/objdump-2026-09-09-turnevents.txt`.\nComplete dedup/helper/callee capture:\n`verify/results/research-completion-abi/objdump-2026-09-09-dedup-helper.txt`.\nVerifier falsifiers should include: otherwise-identical records with equal versus description-only\ndifferent `EvDsc`, separately using empty/short and long descriptions (static prediction: only equal\ndescriptions deduplicate); one versus two\nleading stale buckets; a stale bucket after a fresh one; existing duplicate turn buckets (last-match\nselection); and outer spare/full capacity with nested empty/nonempty PlayerEvent vectors.","lineStart":1,"lineEnd":167,"totalLines":167,"truncated":false}},"title":"verify/results/research-completion-abi/recovered-static.md","time":{"start":1789014230222,"end":1789014230230}},"metadata":{"openai":{"itemId":"fc_0b7c3c694740e12d016aa230d60bc487d1830bcb2999d96345"}},"id":"prt_0898ec4bd001JKiC79yh2f6NG2","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","messageID":"msg_0898e79b0001AJrMgn266H0tM4"}} +{"type":"tool_use","timestamp":1789014230269,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"type":"tool","tool":"read","callID":"call_jUTKrhE6EWynkqlQk3jz1UCY","state":{"status":"completed","input":{"filePath":"/home/alex/sots-re/verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/manifest.json"},"output":"/home/alex/sots-re/verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/manifest.json\nfile\n\n1: {\n2: \"actor\": \"research-abi-analyst\",\n3: \"comparison\": {\n4: \"bytes\": 3382,\n5: \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/comparison.json\",\n6: \"sha256\": \"1b1ba9b7f274b0277ee079c85c17c454f03ccb555160aa2da61a78774a24bc38\"\n7: },\n8: \"input\": {\n9: \"bytes\": 7898624,\n10: \"md5\": \"9969481c39f4b33a8a21c48b62abee4c\",\n11: \"path\": \"dumps/sots.exe\",\n12: \"sha256\": \"970b7de729956a53094c7eb98aba4270aee98e2fed5daf0d39e290013c90c841\"\n13: },\n14: \"model\": \"openai/gpt-5.6-sol\",\n15: \"ownership_boundary_audit_runs\": [\n16: {\n17: \"argv\": [\n18: \"/usr/bin/objdump\",\n19: \"-D\",\n20: \"-Mintel\",\n21: \"--start-address=0x008562a0\",\n22: \"--stop-address=0x0085630d\",\n23: \"dumps/sots.exe\"\n24: ],\n25: \"cwd\": \"/home/alex/sots-re\",\n26: \"name\": \"observed-ctor-audit\",\n27: \"returncode\": 0,\n28: \"start\": \"0x008562a0\",\n29: \"stderr\": {\n30: \"bytes\": 0,\n31: \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-ctor-audit.stderr.txt\",\n32: \"sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n33: },\n34: \"stdout\": {\n35: \"bytes\": 2086,\n36: \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-ctor-audit.stdout.txt\",\n37: \"sha256\": \"402267f37b84f516b329764296600a19921c9cbafabd696a3fb00ff1891601fd\"\n38: },\n39: \"stop\": \"0x0085630d\"\n40: },\n41: {\n42: \"argv\": [\n43: \"/usr/bin/objdump\",\n44: \"-D\",\n45: \"-Mintel\",\n46: \"--start-address=0x007b7320\",\n47: \"--stop-address=0x007b739f\",\n48: \"dumps/sots.exe\"\n49: ],\n50: \"cwd\": \"/home/alex/sots-re\",\n51: \"name\": \"observed-push-audit\",\n52: \"returncode\": 0,\n53: \"start\": \"0x007b7320\",\n54: \"stderr\": {\n55: \"bytes\": 0,\n56: \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-push-audit.stderr.txt\",\n57: \"sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n58: },\n59: \"stdout\": {\n60: \"bytes\": 2790,\n61: \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-push-audit.stdout.txt\",\n62: \"sha256\": \"f2102e411e401151df5c8422d47999ebae42d8f562a31a12e654fe1323db50dc\"\n63: },\n64: \"stop\": \"0x007b739f\"\n65: },\n66: {\n67: \"argv\": [\n68: \"/usr/bin/objdump\",\n69: \"-D\",\n70: \"-Mintel\",\n71: \"--start-address=0x007b34e0\",\n72: \"--stop-address=0x007b35ef\",\n73: \"dumps/sots.exe\"\n74: ],\n75: \"cwd\": \"/home/alex/sots-re\",\n76: \"name\": \"observed-realloc-audit\",\n77: \"returncode\": 0,\n78: \"start\": \"0x007b34e0\",\n79: \"stderr\": {\n80: \"bytes\": 0,\n81: \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-realloc-audit.stderr.txt\",\n82: \"sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n83: },\n84: \"stdout\": {\n85: \"bytes\": 5161,\n86: \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-realloc-audit.stdout.txt\",\n87: \"sha256\": \"b5dc8e0f794baeacf3ea4c1371ed5541c5e6732e7e813f0c717da36c6776ef18\"\n88: },\n89: \"stop\": \"0x007b35ef\"\n90: },\n91: {\n92: \"argv\": [\n93: \"/usr/bin/objdump\",\n94: \"-D\",\n95: \"-Mintel\",\n96: \"--start-address=0x0079a150\",\n97: \"--stop-address=0x0079a1d9\",\n98: \"dumps/sots.exe\"\n99: ],\n100: \"cwd\": \"/home/alex/sots-re\",\n101: \"name\": \"observed-copy-audit\",\n102: \"returncode\": 0,\n103: \"start\": \"0x0079a150\",\n104: \"stderr\": {\n105: \"bytes\": 0,\n106: \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-copy-audit.stderr.txt\",\n107: \"sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n108: },\n109: \"stdout\": {\n110: \"bytes\": 2633,\n111: \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-copy-audit.stdout.txt\",\n112: \"sha256\": \"4e1f2f4360c81416513fb21f0bc6eb6295548a409a2f09c1bae1763e4e86a069\"\n113: },\n114: \"stop\": \"0x0079a1d9\"\n115: },\n116: {\n117: \"argv\": [\n118: \"/usr/bin/objdump\",\n119: \"-D\",\n120: \"-Mintel\",\n121: \"--start-address=0x0061ae90\",\n122: \"--stop-address=0x0061aefc\",\n123: \"dumps/sots.exe\"\n124: ],\n125: \"cwd\": \"/home/alex/sots-re\",\n126: \"name\": \"player-dtor-audit\",\n127: \"returncode\": 0,\n128: \"start\": \"0x0061ae90\",\n129: \"stderr\": {\n130: \"bytes\": 0,\n131: \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/player-dtor-audit.stderr.txt\",\n132: \"sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n133: },\n134: \"stdout\": {\n135: \"bytes\": 1985,\n136: \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/player-dtor-audit.stdout.txt\",\n137: \"sha256\": \"db8d7b77b942234aec85ed9773b7fd8f363655c7e5aed5fc2cbecd0f5d1a133e\"\n138: },\n139: \"stop\": \"0x0061aefc\"\n140: },\n141: {\n142: \"argv\": [\n143: \"/usr/bin/objdump\",\n144: \"-D\",\n145: \"-Mintel\",\n146: \"--start-address=0x004249a0\",\n147: \"--stop-address=0x00424ada\",\n148: \"dumps/sots.exe\"\n149: ],\n150: \"cwd\": \"/home/alex/sots-re\",\n151: \"name\": \"string-alloc-audit\",\n152: \"returncode\": 0,\n153: \"start\": \"0x004249a0\",\n154: \"stderr\": {\n155: \"bytes\": 0,\n156: \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/string-alloc-audit.stderr.txt\",\n157: \"sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n158: },\n159: \"stdout\": {\n160: \"bytes\": 6019,\n161: \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/string-alloc-audit.stdout.txt\",\n162: \"sha256\": \"5d87641526f283d3f9029d770d82bf3e2e1262abb5219d57b111b54dda5a522d\"\n163: },\n164: \"stop\": \"0x00424ada\"\n165: },\n166: {\n167: \"argv\": [\n168: \"/usr/bin/objdump\",\n169: \"-D\",\n170: \"-Mintel\",\n171: \"--start-address=0x00924faa\",\n172: \"--stop-address=0x00924fbc\",\n173: \"dumps/sots.exe\"\n174: ],\n175: \"cwd\": \"/home/alex/sots-re\",\n176: \"name\": \"import-thunks-audit\",\n177: \"returncode\": 0,\n178: \"start\": \"0x00924faa\",\n179: \"stderr\": {\n180: \"bytes\": 0,\n181: \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/import-thunks-audit.stderr.txt\",\n182: \"sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n183: },\n184: \"stdout\": {\n185: \"bytes\": 285,\n186: \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/import-thunks-audit.stdout.txt\",\n187: \"sha256\": \"3b83cf62a3550c01c37db9329ef1d35f0fb5377fa77662b9e0ed83333f6f46ea\"\n188: },\n189: \"stop\": \"0x00924fbc\"\n190: }\n191: ],\n192: \"ownership_boundary_repairs\": [\n193: {\n194: \"argv\": [\n195: \"/usr/bin/objdump\",\n196: \"-D\",\n197: \"-Mintel\",\n198: \"--start-address=0x007b7320\",\n199: \"--stop-address=0x007b73a1\",\n200: \"dumps/sots.exe\"\n201: ],\n202: \"cwd\": \"/home/alex/sots-re\",\n203: \"name\": \"observed-push-audit-wide\",\n204: \"returncode\": 0,\n205: \"stderr\": {\n206: \"bytes\": 0,\n207: \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-push-audit-wide.stderr.txt\",\n208: \"sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n209: },\n210: \"stdout\": {\n211: \"bytes\": 2794,\n212: \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-push-audit-wide.stdout.txt\",\n213: \"sha256\": \"510efc3587feec6b34d52effccfd9afac6cec4ab3358de54ba7ad9aecfa73c67\"\n214: }\n215: },\n216: {\n217: \"argv\": [\n218: \"/usr/bin/objdump\",\n219: \"-D\",\n220: \"-Mintel\",\n221: \"--start-address=0x007b34e0\",\n222: \"--stop-address=0x007b35f1\",\n223: \"dumps/sots.exe\"\n224: ],\n225: \"cwd\": \"/home/alex/sots-re\",\n226: \"name\": \"observed-realloc-audit-wide\",\n227: \"returncode\": 0,\n228: \"stderr\": {\n229: \"bytes\": 0,\n230: \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-realloc-audit-wide.stderr.txt\",\n231: \"sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n232: },\n233: \"stdout\": {\n234: \"bytes\": 5165,\n235: \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-realloc-audit-wide.stdout.txt\",\n236: \"sha256\": \"82d8390d9a4a9ead4d2de8f60666121099adaf9ae94cca0b1f832582a67f8bb9\"\n237: }\n238: },\n239: {\n240: \"argv\": [\n241: \"/usr/bin/objdump\",\n242: \"-D\",\n243: \"-Mintel\",\n244: \"--start-address=0x004249a0\",\n245: \"--stop-address=0x00424adc\",\n246: \"dumps/sots.exe\"\n247: ],\n248: \"cwd\": \"/home/alex/sots-re\",\n249: \"name\": \"string-alloc-audit-wide\",\n250: \"returncode\": 0,\n251: \"stderr\": {\n252: \"bytes\": 0,\n253: \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/string-alloc-audit-wide.stderr.txt\",\n254: \"sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n255: },\n256: \"stdout\": {\n257: \"bytes\": 6023,\n258: \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/string-alloc-audit-wide.stdout.txt\",\n259: \"sha256\": \"04b5e6356f779de7584af31f69abd689f33f97c5eae9c3707dcae7290284a041\"\n260: }\n261: },\n262: {\n263: \"argv\": [\n264: \"/usr/bin/objdump\",\n265: \"-s\",\n266: \"-j\",\n267: \".text\",\n268: \"--start-address=0x007b739e\",\n269: \"--stop-address=0x007b73a1\",\n270: \"dumps/sots.exe\"\n271: ],\n272: \"cwd\": \"/home/alex/sots-re\",\n273: \"name\": \"observed-push-terminal-bytes\",\n274: \"returncode\": 0,\n275: \"stderr\": {\n276: \"bytes\": 0,\n277: \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-push-terminal-bytes.stderr.txt\",\n278: \"sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n279: },\n280: \"stdout\": {\n281: \"bytes\": 132,\n282: \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-push-terminal-bytes.stdout.txt\",\n283: \"sha256\": \"507b86fd55ece10fabc076ebaa2a5ea5f13c422b95e9dd1274662243dd727973\"\n284: }\n285: },\n286: {\n287: \"argv\": [\n288: \"/usr/bin/objdump\",\n289: \"-s\",\n290: \"-j\",\n291: \".text\",\n292: \"--start-address=0x007b35ee\",\n293: \"--stop-address=0x007b35f1\",\n294: \"dumps/sots.exe\"\n295: ],\n296: \"cwd\": \"/home/alex/sots-re\",\n297: \"name\": \"observed-realloc-terminal-bytes\",\n298: \"returncode\": 0,\n299: \"stderr\": {\n300: \"bytes\": 0,\n301: \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-realloc-terminal-bytes.stderr.txt\",\n302: \"sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n303: },\n304: \"stdout\": {\n305: \"bytes\": 132,\n306: \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-realloc-terminal-bytes.stdout.txt\",\n307: \"sha256\": \"71ed773360e582529f6be04ac22d253aaa245589697c7275e64e86ce1fd30534\"\n308: }\n309: },\n310: {\n311: \"argv\": [\n312: \"/usr/bin/objdump\",\n313: \"-s\",\n314: \"-j\",\n315: \".text\",\n316: \"--start-address=0x00424ad9\",\n317: \"--stop-address=0x00424adc\",\n318: \"dumps/sots.exe\"\n319: ],\n320: \"cwd\": \"/home/alex/sots-re\",\n321: \"name\": \"string-alloc-terminal-bytes\",\n322: \"returncode\": 0,\n323: \"stderr\": {\n324: \"bytes\": 0,\n325: \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/string-alloc-terminal-bytes.stderr.txt\",\n326: \"sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n327: },\n328: \"stdout\": {\n329: \"bytes\": 132,\n330: \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/string-alloc-terminal-bytes.stdout.txt\",\n331: \"sha256\": \"72388be2fbb122e3a589a34ef7daabaeb41b1e6840ea51eb6d54dcb4803b0792\"\n332: }\n333: }\n334: ],\n335: \"raw_byte_runs\": [\n336: {\n337: \"argv\": [\n338: \"/usr/bin/objdump\",\n339: \"-s\",\n340: \"-j\",\n341: \".text\",\n342: \"--start-address=0x0057e5e3\",\n343: \"--stop-address=0x0057e5e6\",\n344: \"dumps/sots.exe\"\n345: ],\n346: \"cwd\": \"/home/alex/sots-re\",\n347: \"name\": \"observed-alloc-terminal-bytes\",\n348: \"returncode\": 0,\n349: \"stderr\": {\n350: \"bytes\": 0,\n351: \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-alloc-terminal-bytes.stderr.txt\",\n352: \"sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n353: },\n354: \"stdout\": {\n355: \"bytes\": 132,\n356: \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-alloc-terminal-bytes.stdout.txt\",\n357: \"sha256\": \"63b4ae60599f869a31e78126c8bcaeb14ce2355f6a8d66d898b7d97a50c52ad2\"\n358: }\n359: },\n360: {\n361: \"argv\": [\n362: \"/usr/bin/objdump\",\n363: \"-s\",\n364: \"-j\",\n365: \".text\",\n366: \"--start-address=0x0086c62d\",\n367: \"--stop-address=0x0086c630\",\n368: \"dumps/sots.exe\"\n369: ],\n370: \"cwd\": \"/home/alex/sots-re\",\n371: \"name\": \"player-append-terminal-bytes\",\n372: \"returncode\": 0,\n373: \"stderr\": {\n374: \"bytes\": 0,\n375: \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/player-append-terminal-bytes.stderr.txt\",\n376: \"sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n377: },\n378: \"stdout\": {\n379: \"bytes\": 132,\n380: \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/player-append-terminal-bytes.stdout.txt\",\n381: \"sha256\": \"e18616c49cfedffc9e8e18b18fcd9616891093551e6e923483617161c1b54cc6\"\n382: }\n383: },\n384: {\n385: \"argv\": [\n386: \"/usr/bin/objdump\",\n387: \"-s\",\n388: \"-j\",\n389: \".text\",\n390: \"--start-address=0x007694bf\",\n391: \"--stop-address=0x007694c2\",\n392: \"dumps/sots.exe\"\n393: ],\n394: \"cwd\": \"/home/alex/sots-re\",\n395: \"name\": \"player-copy-terminal-bytes\",\n396: \"returncode\": 0,\n397: \"stderr\": {\n398: \"bytes\": 0,\n399: \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/player-copy-terminal-bytes.stderr.txt\",\n400: \"sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n401: },\n402: \"stdout\": {\n403: \"bytes\": 132,\n404: \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/player-copy-terminal-bytes.stdout.txt\",\n405: \"sha256\": \"326d8f353cf3d8aa5e3af36ceffcba4866390b897446b2b2754a37539acfabb5\"\n406: }\n407: }\n408: ],\n409: \"role\": \"analyst\",\n410: \"runs\": [\n411: {\n412: \"argv\": [\n413: \"/usr/bin/objdump\",\n414: \"-D\",\n415: \"-Mintel\",\n416: \"--start-address=0x0057e590\",\n417: \"--stop-address=0x0057e5e4\",\n418: \"dumps/sots.exe\"\n419: ],\n420: \"cwd\": \"/home/alex/sots-re\",\n421: \"name\": \"observed-alloc-narrow\",\n422: \"returncode\": 0,\n423: \"stderr\": {\n424: \"bytes\": 0,\n425: \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-alloc-narrow.stderr.txt\",\n426: \"sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n427: },\n428: \"stdout\": {\n429: \"bytes\": 1492,\n430: \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-alloc-narrow.stdout.txt\",\n431: \"sha256\": \"d3e98f7b6db58de24cbb1f1d4bb0c18eeb1342c7fb4c3317dc4a62338bd875d1\"\n432: }\n433: },\n434: {\n435: \"argv\": [\n436: \"/usr/bin/objdump\",\n437: \"-D\",\n438: \"-Mintel\",\n439: \"--start-address=0x0057e590\",\n440: \"--stop-address=0x0057e5e6\",\n441: \"dumps/sots.exe\"\n442: ],\n443: \"cwd\": \"/home/alex/sots-re\",\n444: \"name\": \"observed-alloc-wide\",\n445: \"returncode\": 0,\n446: \"stderr\": {\n447: \"bytes\": 0,\n448: \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-alloc-wide.stderr.txt\",\n449: \"sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n450: },\n451: \"stdout\": {\n452: \"bytes\": 1496,\n453: \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-alloc-wide.stdout.txt\",\n454: \"sha256\": \"59a8f45ad330666a2209f23ce320c8dcbeea7571b40512d1ad5672e68d55e406\"\n455: }\n456: },\n457: {\n458: \"argv\": [\n459: \"/usr/bin/objdump\",\n460: \"-D\",\n461: \"-Mintel\",\n462: \"--start-address=0x0086c580\",\n463: \"--stop-address=0x0086c62e\",\n464: \"dumps/sots.exe\"\n465: ],\n466: \"cwd\": \"/home/alex/sots-re\",\n467: \"name\": \"player-append-narrow\",\n468: \"returncode\": 0,\n469: \"stderr\": {\n470: \"bytes\": 0,\n471: \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/player-append-narrow.stderr.txt\",\n472: \"sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n473: },\n474: \"stdout\": {\n475: \"bytes\": 3356,\n476: \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/player-append-narrow.stdout.txt\",\n477: \"sha256\": \"dcdb9b3fa370966de82ebdeb896133d95988b11e8159686d85add65c6932affa\"\n478: }\n479: },\n480: {\n481: \"argv\": [\n482: \"/usr/bin/objdump\",\n483: \"-D\",\n484: \"-Mintel\",\n485: \"--start-address=0x0086c580\",\n486: \"--stop-address=0x0086c630\",\n487: \"dumps/sots.exe\"\n488: ],\n489: \"cwd\": \"/home/alex/sots-re\",\n490: \"name\": \"player-append-wide\",\n491: \"returncode\": 0,\n492: \"stderr\": {\n493: \"bytes\": 0,\n494: \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/player-append-wide.stderr.txt\",\n495: \"sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n496: },\n497: \"stdout\": {\n498: \"bytes\": 3360,\n499: \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/player-append-wide.stdout.txt\",\n500: \"sha256\": \"02164c44a5398853d2ea8efba8dbcb65166fa50229b95facf6e6abaf197cc754\"\n501: }\n502: },\n503: {\n504: \"argv\": [\n505: \"/usr/bin/objdump\",\n506: \"-D\",\n507: \"-Mintel\",\n508: \"--start-address=0x007693f0\",\n509: \"--stop-address=0x007694c0\",\n510: \"dumps/sots.exe\"\n511: ],\n512: \"cwd\": \"/home/alex/sots-re\",\n513: \"name\": \"player-copy-narrow\",\n514: \"returncode\": 0,\n515: \"stderr\": {\n516: \"bytes\": 0,\n517: \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/player-copy-narrow.stderr.txt\",\n518: \"sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n519: },\n520: \"stdout\": {\n521: \"bytes\": 4069,\n522: \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/player-copy-narrow.stdout.txt\",\n523: \"sha256\": \"a73bcdbf5fe92be984ecf2a1747dd9858592edfdb722687392de6abc576b0a93\"\n524: }\n525: },\n526: {\n527: \"argv\": [\n528: \"/usr/bin/objdump\",\n529: \"-D\",\n530: \"-Mintel\",\n531: \"--start-address=0x007693f0\",\n532: \"--stop-address=0x007694c2\",\n533: \"dumps/sots.exe\"\n534: ],\n535: \"cwd\": \"/home/alex/sots-re\",\n536: \"name\": \"player-copy-wide\",\n537: \"returncode\": 0,\n538: \"stderr\": {\n539: \"bytes\": 0,\n540: \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/player-copy-wide.stderr.txt\",\n541: \"sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n542: },\n543: \"stdout\": {\n544: \"bytes\": 4073,\n545: \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/player-copy-wide.stdout.txt\",\n546: \"sha256\": \"39de9e66a5944858572bf4bf2c3b3cc20ea42686e6657874c159fcf113ecf708\"\n547: }\n548: }\n549: ],\n550: \"schema\": \"sots-abi-static-capture/1\",\n551: \"session\": \"run-79357a65226f61d6a86c042d\",\n552: \"source_binding\": {\n553: \"engine\": {\n554: \"commit\": \"7741d42fc5e4e761e6449bdaf0e4a61d00036a23\",\n555: \"path\": \"/tmp/opencode/sots-final-research-engine\",\n556: \"sha256\": \"ccd8e02083e8d2e2b3e97976ace2273c8f924dfc02a39e919004eaf3544c50fd\"\n557: },\n558: \"re\": {\n559: \"commit\": \"3bfde5a70d874a723e797a695bbd847fd82c0aa7\",\n560: \"path\": \"/tmp/opencode/sots-final-research-re\",\n561: \"sha256\": \"6696fd5201e144843617cbf6d78b41b5287ad5dcc9fa1e8aaa861d52b64e72e8\"\n562: }\n563: },\n564: \"timestamp\": \"2026-09-10T00:56:09.071212+00:00\",\n565: \"tool\": {\n566: \"path\": \"/usr/bin/objdump\",\n567: \"sha256\": \"1eaaef2e7f57c4c7f69115c495e2466f5a8c8e5f3bc42221d092382f30f9d4cd\",\n568: \"version\": \"GNU objdump (GNU Binutils for Ubuntu) 2.38\"\n569: }\n570: }\n\n(End of file - total 570 lines)\n","metadata":{"preview":"{\n \"actor\": \"research-abi-analyst\",\n \"comparison\": {\n \"bytes\": 3382,\n \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/comparison.json\",\n \"sha256\": \"1b1ba9b7f274b0277ee079c85c17c454f03ccb555160aa2da61a78774a24bc38\"\n },\n \"input\": {\n \"bytes\": 7898624,\n \"md5\": \"9969481c39f4b33a8a21c48b62abee4c\",\n \"path\": \"dumps/sots.exe\",\n \"sha256\": \"970b7de729956a53094c7eb98aba4270aee98e2fed5daf0d39e290013c90c841\"\n },\n \"model\": \"openai/gpt-5.6-sol\",\n \"ownership_boundary_audit_runs\": [\n {\n \"argv\": [\n \"/usr/bin/objdump\",\n \"-D\",\n \"-Mintel\",","truncated":false,"loaded":[],"display":{"type":"file","path":"/home/alex/sots-re/verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/manifest.json","text":"{\n \"actor\": \"research-abi-analyst\",\n \"comparison\": {\n \"bytes\": 3382,\n \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/comparison.json\",\n \"sha256\": \"1b1ba9b7f274b0277ee079c85c17c454f03ccb555160aa2da61a78774a24bc38\"\n },\n \"input\": {\n \"bytes\": 7898624,\n \"md5\": \"9969481c39f4b33a8a21c48b62abee4c\",\n \"path\": \"dumps/sots.exe\",\n \"sha256\": \"970b7de729956a53094c7eb98aba4270aee98e2fed5daf0d39e290013c90c841\"\n },\n \"model\": \"openai/gpt-5.6-sol\",\n \"ownership_boundary_audit_runs\": [\n {\n \"argv\": [\n \"/usr/bin/objdump\",\n \"-D\",\n \"-Mintel\",\n \"--start-address=0x008562a0\",\n \"--stop-address=0x0085630d\",\n \"dumps/sots.exe\"\n ],\n \"cwd\": \"/home/alex/sots-re\",\n \"name\": \"observed-ctor-audit\",\n \"returncode\": 0,\n \"start\": \"0x008562a0\",\n \"stderr\": {\n \"bytes\": 0,\n \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-ctor-audit.stderr.txt\",\n \"sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n },\n \"stdout\": {\n \"bytes\": 2086,\n \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-ctor-audit.stdout.txt\",\n \"sha256\": \"402267f37b84f516b329764296600a19921c9cbafabd696a3fb00ff1891601fd\"\n },\n \"stop\": \"0x0085630d\"\n },\n {\n \"argv\": [\n \"/usr/bin/objdump\",\n \"-D\",\n \"-Mintel\",\n \"--start-address=0x007b7320\",\n \"--stop-address=0x007b739f\",\n \"dumps/sots.exe\"\n ],\n \"cwd\": \"/home/alex/sots-re\",\n \"name\": \"observed-push-audit\",\n \"returncode\": 0,\n \"start\": \"0x007b7320\",\n \"stderr\": {\n \"bytes\": 0,\n \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-push-audit.stderr.txt\",\n \"sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n },\n \"stdout\": {\n \"bytes\": 2790,\n \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-push-audit.stdout.txt\",\n \"sha256\": \"f2102e411e401151df5c8422d47999ebae42d8f562a31a12e654fe1323db50dc\"\n },\n \"stop\": \"0x007b739f\"\n },\n {\n \"argv\": [\n \"/usr/bin/objdump\",\n \"-D\",\n \"-Mintel\",\n \"--start-address=0x007b34e0\",\n \"--stop-address=0x007b35ef\",\n \"dumps/sots.exe\"\n ],\n \"cwd\": \"/home/alex/sots-re\",\n \"name\": \"observed-realloc-audit\",\n \"returncode\": 0,\n \"start\": \"0x007b34e0\",\n \"stderr\": {\n \"bytes\": 0,\n \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-realloc-audit.stderr.txt\",\n \"sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n },\n \"stdout\": {\n \"bytes\": 5161,\n \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-realloc-audit.stdout.txt\",\n \"sha256\": \"b5dc8e0f794baeacf3ea4c1371ed5541c5e6732e7e813f0c717da36c6776ef18\"\n },\n \"stop\": \"0x007b35ef\"\n },\n {\n \"argv\": [\n \"/usr/bin/objdump\",\n \"-D\",\n \"-Mintel\",\n \"--start-address=0x0079a150\",\n \"--stop-address=0x0079a1d9\",\n \"dumps/sots.exe\"\n ],\n \"cwd\": \"/home/alex/sots-re\",\n \"name\": \"observed-copy-audit\",\n \"returncode\": 0,\n \"start\": \"0x0079a150\",\n \"stderr\": {\n \"bytes\": 0,\n \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-copy-audit.stderr.txt\",\n \"sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n },\n \"stdout\": {\n \"bytes\": 2633,\n \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-copy-audit.stdout.txt\",\n \"sha256\": \"4e1f2f4360c81416513fb21f0bc6eb6295548a409a2f09c1bae1763e4e86a069\"\n },\n \"stop\": \"0x0079a1d9\"\n },\n {\n \"argv\": [\n \"/usr/bin/objdump\",\n \"-D\",\n \"-Mintel\",\n \"--start-address=0x0061ae90\",\n \"--stop-address=0x0061aefc\",\n \"dumps/sots.exe\"\n ],\n \"cwd\": \"/home/alex/sots-re\",\n \"name\": \"player-dtor-audit\",\n \"returncode\": 0,\n \"start\": \"0x0061ae90\",\n \"stderr\": {\n \"bytes\": 0,\n \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/player-dtor-audit.stderr.txt\",\n \"sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n },\n \"stdout\": {\n \"bytes\": 1985,\n \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/player-dtor-audit.stdout.txt\",\n \"sha256\": \"db8d7b77b942234aec85ed9773b7fd8f363655c7e5aed5fc2cbecd0f5d1a133e\"\n },\n \"stop\": \"0x0061aefc\"\n },\n {\n \"argv\": [\n \"/usr/bin/objdump\",\n \"-D\",\n \"-Mintel\",\n \"--start-address=0x004249a0\",\n \"--stop-address=0x00424ada\",\n \"dumps/sots.exe\"\n ],\n \"cwd\": \"/home/alex/sots-re\",\n \"name\": \"string-alloc-audit\",\n \"returncode\": 0,\n \"start\": \"0x004249a0\",\n \"stderr\": {\n \"bytes\": 0,\n \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/string-alloc-audit.stderr.txt\",\n \"sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n },\n \"stdout\": {\n \"bytes\": 6019,\n \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/string-alloc-audit.stdout.txt\",\n \"sha256\": \"5d87641526f283d3f9029d770d82bf3e2e1262abb5219d57b111b54dda5a522d\"\n },\n \"stop\": \"0x00424ada\"\n },\n {\n \"argv\": [\n \"/usr/bin/objdump\",\n \"-D\",\n \"-Mintel\",\n \"--start-address=0x00924faa\",\n \"--stop-address=0x00924fbc\",\n \"dumps/sots.exe\"\n ],\n \"cwd\": \"/home/alex/sots-re\",\n \"name\": \"import-thunks-audit\",\n \"returncode\": 0,\n \"start\": \"0x00924faa\",\n \"stderr\": {\n \"bytes\": 0,\n \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/import-thunks-audit.stderr.txt\",\n \"sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n },\n \"stdout\": {\n \"bytes\": 285,\n \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/import-thunks-audit.stdout.txt\",\n \"sha256\": \"3b83cf62a3550c01c37db9329ef1d35f0fb5377fa77662b9e0ed83333f6f46ea\"\n },\n \"stop\": \"0x00924fbc\"\n }\n ],\n \"ownership_boundary_repairs\": [\n {\n \"argv\": [\n \"/usr/bin/objdump\",\n \"-D\",\n \"-Mintel\",\n \"--start-address=0x007b7320\",\n \"--stop-address=0x007b73a1\",\n \"dumps/sots.exe\"\n ],\n \"cwd\": \"/home/alex/sots-re\",\n \"name\": \"observed-push-audit-wide\",\n \"returncode\": 0,\n \"stderr\": {\n \"bytes\": 0,\n \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-push-audit-wide.stderr.txt\",\n \"sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n },\n \"stdout\": {\n \"bytes\": 2794,\n \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-push-audit-wide.stdout.txt\",\n \"sha256\": \"510efc3587feec6b34d52effccfd9afac6cec4ab3358de54ba7ad9aecfa73c67\"\n }\n },\n {\n \"argv\": [\n \"/usr/bin/objdump\",\n \"-D\",\n \"-Mintel\",\n \"--start-address=0x007b34e0\",\n \"--stop-address=0x007b35f1\",\n \"dumps/sots.exe\"\n ],\n \"cwd\": \"/home/alex/sots-re\",\n \"name\": \"observed-realloc-audit-wide\",\n \"returncode\": 0,\n \"stderr\": {\n \"bytes\": 0,\n \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-realloc-audit-wide.stderr.txt\",\n \"sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n },\n \"stdout\": {\n \"bytes\": 5165,\n \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-realloc-audit-wide.stdout.txt\",\n \"sha256\": \"82d8390d9a4a9ead4d2de8f60666121099adaf9ae94cca0b1f832582a67f8bb9\"\n }\n },\n {\n \"argv\": [\n \"/usr/bin/objdump\",\n \"-D\",\n \"-Mintel\",\n \"--start-address=0x004249a0\",\n \"--stop-address=0x00424adc\",\n \"dumps/sots.exe\"\n ],\n \"cwd\": \"/home/alex/sots-re\",\n \"name\": \"string-alloc-audit-wide\",\n \"returncode\": 0,\n \"stderr\": {\n \"bytes\": 0,\n \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/string-alloc-audit-wide.stderr.txt\",\n \"sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n },\n \"stdout\": {\n \"bytes\": 6023,\n \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/string-alloc-audit-wide.stdout.txt\",\n \"sha256\": \"04b5e6356f779de7584af31f69abd689f33f97c5eae9c3707dcae7290284a041\"\n }\n },\n {\n \"argv\": [\n \"/usr/bin/objdump\",\n \"-s\",\n \"-j\",\n \".text\",\n \"--start-address=0x007b739e\",\n \"--stop-address=0x007b73a1\",\n \"dumps/sots.exe\"\n ],\n \"cwd\": \"/home/alex/sots-re\",\n \"name\": \"observed-push-terminal-bytes\",\n \"returncode\": 0,\n \"stderr\": {\n \"bytes\": 0,\n \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-push-terminal-bytes.stderr.txt\",\n \"sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n },\n \"stdout\": {\n \"bytes\": 132,\n \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-push-terminal-bytes.stdout.txt\",\n \"sha256\": \"507b86fd55ece10fabc076ebaa2a5ea5f13c422b95e9dd1274662243dd727973\"\n }\n },\n {\n \"argv\": [\n \"/usr/bin/objdump\",\n \"-s\",\n \"-j\",\n \".text\",\n \"--start-address=0x007b35ee\",\n \"--stop-address=0x007b35f1\",\n \"dumps/sots.exe\"\n ],\n \"cwd\": \"/home/alex/sots-re\",\n \"name\": \"observed-realloc-terminal-bytes\",\n \"returncode\": 0,\n \"stderr\": {\n \"bytes\": 0,\n \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-realloc-terminal-bytes.stderr.txt\",\n \"sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n },\n \"stdout\": {\n \"bytes\": 132,\n \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-realloc-terminal-bytes.stdout.txt\",\n \"sha256\": \"71ed773360e582529f6be04ac22d253aaa245589697c7275e64e86ce1fd30534\"\n }\n },\n {\n \"argv\": [\n \"/usr/bin/objdump\",\n \"-s\",\n \"-j\",\n \".text\",\n \"--start-address=0x00424ad9\",\n \"--stop-address=0x00424adc\",\n \"dumps/sots.exe\"\n ],\n \"cwd\": \"/home/alex/sots-re\",\n \"name\": \"string-alloc-terminal-bytes\",\n \"returncode\": 0,\n \"stderr\": {\n \"bytes\": 0,\n \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/string-alloc-terminal-bytes.stderr.txt\",\n \"sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n },\n \"stdout\": {\n \"bytes\": 132,\n \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/string-alloc-terminal-bytes.stdout.txt\",\n \"sha256\": \"72388be2fbb122e3a589a34ef7daabaeb41b1e6840ea51eb6d54dcb4803b0792\"\n }\n }\n ],\n \"raw_byte_runs\": [\n {\n \"argv\": [\n \"/usr/bin/objdump\",\n \"-s\",\n \"-j\",\n \".text\",\n \"--start-address=0x0057e5e3\",\n \"--stop-address=0x0057e5e6\",\n \"dumps/sots.exe\"\n ],\n \"cwd\": \"/home/alex/sots-re\",\n \"name\": \"observed-alloc-terminal-bytes\",\n \"returncode\": 0,\n \"stderr\": {\n \"bytes\": 0,\n \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-alloc-terminal-bytes.stderr.txt\",\n \"sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n },\n \"stdout\": {\n \"bytes\": 132,\n \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-alloc-terminal-bytes.stdout.txt\",\n \"sha256\": \"63b4ae60599f869a31e78126c8bcaeb14ce2355f6a8d66d898b7d97a50c52ad2\"\n }\n },\n {\n \"argv\": [\n \"/usr/bin/objdump\",\n \"-s\",\n \"-j\",\n \".text\",\n \"--start-address=0x0086c62d\",\n \"--stop-address=0x0086c630\",\n \"dumps/sots.exe\"\n ],\n \"cwd\": \"/home/alex/sots-re\",\n \"name\": \"player-append-terminal-bytes\",\n \"returncode\": 0,\n \"stderr\": {\n \"bytes\": 0,\n \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/player-append-terminal-bytes.stderr.txt\",\n \"sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n },\n \"stdout\": {\n \"bytes\": 132,\n \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/player-append-terminal-bytes.stdout.txt\",\n \"sha256\": \"e18616c49cfedffc9e8e18b18fcd9616891093551e6e923483617161c1b54cc6\"\n }\n },\n {\n \"argv\": [\n \"/usr/bin/objdump\",\n \"-s\",\n \"-j\",\n \".text\",\n \"--start-address=0x007694bf\",\n \"--stop-address=0x007694c2\",\n \"dumps/sots.exe\"\n ],\n \"cwd\": \"/home/alex/sots-re\",\n \"name\": \"player-copy-terminal-bytes\",\n \"returncode\": 0,\n \"stderr\": {\n \"bytes\": 0,\n \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/player-copy-terminal-bytes.stderr.txt\",\n \"sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n },\n \"stdout\": {\n \"bytes\": 132,\n \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/player-copy-terminal-bytes.stdout.txt\",\n \"sha256\": \"326d8f353cf3d8aa5e3af36ceffcba4866390b897446b2b2754a37539acfabb5\"\n }\n }\n ],\n \"role\": \"analyst\",\n \"runs\": [\n {\n \"argv\": [\n \"/usr/bin/objdump\",\n \"-D\",\n \"-Mintel\",\n \"--start-address=0x0057e590\",\n \"--stop-address=0x0057e5e4\",\n \"dumps/sots.exe\"\n ],\n \"cwd\": \"/home/alex/sots-re\",\n \"name\": \"observed-alloc-narrow\",\n \"returncode\": 0,\n \"stderr\": {\n \"bytes\": 0,\n \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-alloc-narrow.stderr.txt\",\n \"sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n },\n \"stdout\": {\n \"bytes\": 1492,\n \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-alloc-narrow.stdout.txt\",\n \"sha256\": \"d3e98f7b6db58de24cbb1f1d4bb0c18eeb1342c7fb4c3317dc4a62338bd875d1\"\n }\n },\n {\n \"argv\": [\n \"/usr/bin/objdump\",\n \"-D\",\n \"-Mintel\",\n \"--start-address=0x0057e590\",\n \"--stop-address=0x0057e5e6\",\n \"dumps/sots.exe\"\n ],\n \"cwd\": \"/home/alex/sots-re\",\n \"name\": \"observed-alloc-wide\",\n \"returncode\": 0,\n \"stderr\": {\n \"bytes\": 0,\n \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-alloc-wide.stderr.txt\",\n \"sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n },\n \"stdout\": {\n \"bytes\": 1496,\n \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/observed-alloc-wide.stdout.txt\",\n \"sha256\": \"59a8f45ad330666a2209f23ce320c8dcbeea7571b40512d1ad5672e68d55e406\"\n }\n },\n {\n \"argv\": [\n \"/usr/bin/objdump\",\n \"-D\",\n \"-Mintel\",\n \"--start-address=0x0086c580\",\n \"--stop-address=0x0086c62e\",\n \"dumps/sots.exe\"\n ],\n \"cwd\": \"/home/alex/sots-re\",\n \"name\": \"player-append-narrow\",\n \"returncode\": 0,\n \"stderr\": {\n \"bytes\": 0,\n \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/player-append-narrow.stderr.txt\",\n \"sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n },\n \"stdout\": {\n \"bytes\": 3356,\n \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/player-append-narrow.stdout.txt\",\n \"sha256\": \"dcdb9b3fa370966de82ebdeb896133d95988b11e8159686d85add65c6932affa\"\n }\n },\n {\n \"argv\": [\n \"/usr/bin/objdump\",\n \"-D\",\n \"-Mintel\",\n \"--start-address=0x0086c580\",\n \"--stop-address=0x0086c630\",\n \"dumps/sots.exe\"\n ],\n \"cwd\": \"/home/alex/sots-re\",\n \"name\": \"player-append-wide\",\n \"returncode\": 0,\n \"stderr\": {\n \"bytes\": 0,\n \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/player-append-wide.stderr.txt\",\n \"sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n },\n \"stdout\": {\n \"bytes\": 3360,\n \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/player-append-wide.stdout.txt\",\n \"sha256\": \"02164c44a5398853d2ea8efba8dbcb65166fa50229b95facf6e6abaf197cc754\"\n }\n },\n {\n \"argv\": [\n \"/usr/bin/objdump\",\n \"-D\",\n \"-Mintel\",\n \"--start-address=0x007693f0\",\n \"--stop-address=0x007694c0\",\n \"dumps/sots.exe\"\n ],\n \"cwd\": \"/home/alex/sots-re\",\n \"name\": \"player-copy-narrow\",\n \"returncode\": 0,\n \"stderr\": {\n \"bytes\": 0,\n \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/player-copy-narrow.stderr.txt\",\n \"sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n },\n \"stdout\": {\n \"bytes\": 4069,\n \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/player-copy-narrow.stdout.txt\",\n \"sha256\": \"a73bcdbf5fe92be984ecf2a1747dd9858592edfdb722687392de6abc576b0a93\"\n }\n },\n {\n \"argv\": [\n \"/usr/bin/objdump\",\n \"-D\",\n \"-Mintel\",\n \"--start-address=0x007693f0\",\n \"--stop-address=0x007694c2\",\n \"dumps/sots.exe\"\n ],\n \"cwd\": \"/home/alex/sots-re\",\n \"name\": \"player-copy-wide\",\n \"returncode\": 0,\n \"stderr\": {\n \"bytes\": 0,\n \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/player-copy-wide.stderr.txt\",\n \"sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n },\n \"stdout\": {\n \"bytes\": 4073,\n \"path\": \"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/player-copy-wide.stdout.txt\",\n \"sha256\": \"39de9e66a5944858572bf4bf2c3b3cc20ea42686e6657874c159fcf113ecf708\"\n }\n }\n ],\n \"schema\": \"sots-abi-static-capture/1\",\n \"session\": \"run-79357a65226f61d6a86c042d\",\n \"source_binding\": {\n \"engine\": {\n \"commit\": \"7741d42fc5e4e761e6449bdaf0e4a61d00036a23\",\n \"path\": \"/tmp/opencode/sots-final-research-engine\",\n \"sha256\": \"ccd8e02083e8d2e2b3e97976ace2273c8f924dfc02a39e919004eaf3544c50fd\"\n },\n \"re\": {\n \"commit\": \"3bfde5a70d874a723e797a695bbd847fd82c0aa7\",\n \"path\": \"/tmp/opencode/sots-final-research-re\",\n \"sha256\": \"6696fd5201e144843617cbf6d78b41b5287ad5dcc9fa1e8aaa861d52b64e72e8\"\n }\n },\n \"timestamp\": \"2026-09-10T00:56:09.071212+00:00\",\n \"tool\": {\n \"path\": \"/usr/bin/objdump\",\n \"sha256\": \"1eaaef2e7f57c4c7f69115c495e2466f5a8c8e5f3bc42221d092382f30f9d4cd\",\n \"version\": \"GNU objdump (GNU Binutils for Ubuntu) 2.38\"\n }\n}","lineStart":1,"lineEnd":570,"totalLines":570,"truncated":false}},"title":"verify/results/research-completion-abi/run-79357a65226f61d6a86c042d/manifest.json","time":{"start":1789014230252,"end":1789014230267}},"metadata":{"openai":{"itemId":"fc_0b7c3c694740e12d016aa230d60bd087d1b1e0ff9005918c9d"}},"id":"prt_0898ec4d3001XqTxg2Y22cs9Y4","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","messageID":"msg_0898e79b0001AJrMgn266H0tM4"}} +{"type":"tool_use","timestamp":1789014230286,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"type":"tool","tool":"read","callID":"call_6McjnU5HDqJiHUDygEJEYBta","state":{"status":"completed","input":{"filePath":"/home/alex/sots-re/verify/results/research-live-record-bridge/run-472955e277202c411388c66b/manifest.json"},"output":"/home/alex/sots-re/verify/results/research-live-record-bridge/run-472955e277202c411388c66b/manifest.json\nfile\n\n1: {\n2: \"schema\": \"sots-live-record-static-capture/1\",\n3: \"session\": \"run-472955e277202c411388c66b\",\n4: \"scope\": \"Read-only TurnEvents get/create and directly required lifetime helpers; static planning evidence only.\",\n5: \"cwd\": \"/home/alex/sots-re\",\n6: \"source_identity\": {\n7: \"engine\": {\n8: \"path\": \"/tmp/opencode/sots-final-research-engine\",\n9: \"commit\": \"7741d42fc5e4e761e6449bdaf0e4a61d00036a23\",\n10: \"sha256\": \"ccd8e02083e8d2e2b3e97976ace2273c8f924dfc02a39e919004eaf3544c50fd\"\n11: },\n12: \"re\": {\n13: \"path\": \"/tmp/opencode/sots-final-research-re\",\n14: \"commit\": \"3bfde5a70d874a723e797a695bbd847fd82c0aa7\",\n15: \"sha256\": \"6696fd5201e144843617cbf6d78b41b5287ad5dcc9fa1e8aaa861d52b64e72e8\"\n16: }\n17: },\n18: \"input\": {\n19: \"path\": \"/home/alex/sots-re/dumps/sots.exe\",\n20: \"sha256\": \"970b7de729956a53094c7eb98aba4270aee98e2fed5daf0d39e290013c90c841\"\n21: },\n22: \"tool\": {\n23: \"path\": \"/usr/bin/objdump\",\n24: \"version\": \"GNU Binutils 2.38\",\n25: \"sha256\": \"1eaaef2e7f57c4c7f69115c495e2466f5a8c8e5f3bc42221d092382f30f9d4cd\"\n26: },\n27: \"windows\": [\n28: {\n29: \"name\": \"turn-get-create\",\n30: \"argv\": [\n31: \"/usr/bin/objdump\",\n32: \"-D\",\n33: \"-Mintel\",\n34: \"--start-address=0x00885380\",\n35: \"--stop-address=0x0088544a\",\n36: \"/home/alex/sots-re/dumps/sots.exe\"\n37: ],\n38: \"start\": \"0x00885380\",\n39: \"stop\": \"0x0088544a\",\n40: \"returncode\": 0,\n41: \"stdout_bytes\": 3974,\n42: \"stdout_sha256\": \"f6e72ba9b08fdf48d70f39379b2fb30a5adbe796072485f70c5795c10ab45ca3\",\n43: \"stderr_bytes\": 0,\n44: \"stderr_sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\",\n45: \"instruction_lines\": 77\n46: },\n47: {\n48: \"name\": \"turn-append\",\n49: \"argv\": [\n50: \"/usr/bin/objdump\",\n51: \"-D\",\n52: \"-Mintel\",\n53: \"--start-address=0x00884cb0\",\n54: \"--stop-address=0x00884d8f\",\n55: \"/home/alex/sots-re/dumps/sots.exe\"\n56: ],\n57: \"start\": \"0x00884cb0\",\n58: \"stop\": \"0x00884d8f\",\n59: \"returncode\": 0,\n60: \"stdout_bytes\": 4179,\n61: \"stdout_sha256\": \"57d6655feed0fc137bb2b7eee4bfcb09536b5a715603c917ee142770f1d52a15\",\n62: \"stderr_bytes\": 0,\n63: \"stderr_sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\",\n64: \"instruction_lines\": 79\n65: },\n66: {\n67: \"name\": \"turn-grow\",\n68: \"argv\": [\n69: \"/usr/bin/objdump\",\n70: \"-D\",\n71: \"-Mintel\",\n72: \"--start-address=0x008841a0\",\n73: \"--stop-address=0x00884440\",\n74: \"/home/alex/sots-re/dumps/sots.exe\"\n75: ],\n76: \"start\": \"0x008841a0\",\n77: \"stop\": \"0x00884440\",\n78: \"returncode\": 0,\n79: \"stdout_bytes\": 12599,\n80: \"stdout_sha256\": \"eb887fbef7b4686530d2fc1c0caf2c2ee78c761aa3706cebcf3c146a22480b2e\",\n81: \"stderr_bytes\": 0,\n82: \"stderr_sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\",\n83: \"instruction_lines\": 245\n84: },\n85: {\n86: \"name\": \"nested-copy\",\n87: \"argv\": [\n88: \"/usr/bin/objdump\",\n89: \"-D\",\n90: \"-Mintel\",\n91: \"--start-address=0x00779850\",\n92: \"--stop-address=0x00779a20\",\n93: \"/home/alex/sots-re/dumps/sots.exe\"\n94: ],\n95: \"start\": \"0x00779850\",\n96: \"stop\": \"0x00779a20\",\n97: \"returncode\": 0,\n98: \"stdout_bytes\": 8469,\n99: \"stdout_sha256\": \"e3988aa615066dce65ec16de0d61051ffc5deafe8c8eef4aeb0bbfbe931204a1\",\n100: \"stderr_bytes\": 0,\n101: \"stderr_sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\",\n102: \"instruction_lines\": 169\n103: },\n104: {\n105: \"name\": \"nested-dtor\",\n106: \"argv\": [\n107: \"/usr/bin/objdump\",\n108: \"-D\",\n109: \"-Mintel\",\n110: \"--start-address=0x00629580\",\n111: \"--stop-address=0x006295ca\",\n112: \"/home/alex/sots-re/dumps/sots.exe\"\n113: ],\n114: \"start\": \"0x00629580\",\n115: \"stop\": \"0x006295ca\",\n116: \"returncode\": 0,\n117: \"stdout_bytes\": 1727,\n118: \"stdout_sha256\": \"3c38887e60d009ab904772b13be93ac1eedd9bee85024e37110160a625db3a83\",\n119: \"stderr_bytes\": 0,\n120: \"stderr_sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\",\n121: \"instruction_lines\": 33\n122: },\n123: {\n124: \"name\": \"turn-dtor\",\n125: \"argv\": [\n126: \"/usr/bin/objdump\",\n127: \"-D\",\n128: \"-Mintel\",\n129: \"--start-address=0x0062e120\",\n130: \"--stop-address=0x0062e190\",\n131: \"/home/alex/sots-re/dumps/sots.exe\"\n132: ],\n133: \"start\": \"0x0062e120\",\n134: \"stop\": \"0x0062e190\",\n135: \"returncode\": 0,\n136: \"stdout_bytes\": 2312,\n137: \"stdout_sha256\": \"67777b4a5f658d4629a24770929979494739b6b3bcb0075fb8af17c782d080be\",\n138: \"stderr_bytes\": 0,\n139: \"stderr_sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\",\n140: \"instruction_lines\": 48\n141: },\n142: {\n143: \"name\": \"turn-alloc\",\n144: \"argv\": [\n145: \"/usr/bin/objdump\",\n146: \"-D\",\n147: \"-Mintel\",\n148: \"--start-address=0x006e8f50\",\n149: \"--stop-address=0x006e8fb0\",\n150: \"/home/alex/sots-re/dumps/sots.exe\"\n151: ],\n152: \"start\": \"0x006e8f50\",\n153: \"stop\": \"0x006e8fb0\",\n154: \"returncode\": 0,\n155: \"stdout_bytes\": 1819,\n156: \"stdout_sha256\": \"a00efc52c0c259edeab80178eb3e11eb921b215ccac4882afc71b59b7e8da1c1\",\n157: \"stderr_bytes\": 0,\n158: \"stderr_sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\",\n159: \"instruction_lines\": 36\n160: },\n161: {\n162: \"name\": \"turn-range-copy\",\n163: \"argv\": [\n164: \"/usr/bin/objdump\",\n165: \"-D\",\n166: \"-Mintel\",\n167: \"--start-address=0x0077fed0\",\n168: \"--stop-address=0x00780040\",\n169: \"/home/alex/sots-re/dumps/sots.exe\"\n170: ],\n171: \"start\": \"0x0077fed0\",\n172: \"stop\": \"0x00780040\",\n173: \"returncode\": 0,\n174: \"stdout_bytes\": 7128,\n175: \"stdout_sha256\": \"b937abaeed9a4bd44e5736b8474262119fa6d78c96b5cf89e0a1d50f4c58b44d\",\n176: \"stderr_bytes\": 0,\n177: \"stderr_sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\",\n178: \"instruction_lines\": 136\n179: },\n180: {\n181: \"name\": \"turn-vtable\",\n182: \"argv\": [\n183: \"/usr/bin/objdump\",\n184: \"-s\",\n185: \"--start-address=0x00a0f070\",\n186: \"--stop-address=0x00a0f0a0\",\n187: \"/home/alex/sots-re/dumps/sots.exe\"\n188: ],\n189: \"start\": \"0x00a0f070\",\n190: \"stop\": \"0x00a0f0a0\",\n191: \"returncode\": 0,\n192: \"stdout_bytes\": 276,\n193: \"stdout_sha256\": \"4ccf38cea420e0051b781513031ac0e83841c3828851e7198a8724e592912df9\",\n194: \"stderr_bytes\": 0,\n195: \"stderr_sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\",\n196: \"instruction_lines\": 0\n197: }\n198: ]\n199: }\n\n(End of file - total 199 lines)\n","metadata":{"preview":"{\n \"schema\": \"sots-live-record-static-capture/1\",\n \"session\": \"run-472955e277202c411388c66b\",\n \"scope\": \"Read-only TurnEvents get/create and directly required lifetime helpers; static planning evidence only.\",\n \"cwd\": \"/home/alex/sots-re\",\n \"source_identity\": {\n \"engine\": {\n \"path\": \"/tmp/opencode/sots-final-research-engine\",\n \"commit\": \"7741d42fc5e4e761e6449bdaf0e4a61d00036a23\",\n \"sha256\": \"ccd8e02083e8d2e2b3e97976ace2273c8f924dfc02a39e919004eaf3544c50fd\"\n },\n \"re\": {\n \"path\": \"/tmp/opencode/sots-final-research-re\",\n \"commit\": \"3bfde5a70d874a723e797a695bbd847fd82c0aa7\",\n \"sha256\": \"6696fd5201e144843617cbf6d78b41b5287ad5dcc9fa1e8aaa861d52b64e72e8\"\n }\n },\n \"input\": {\n \"path\": \"/home/alex/sots-re/dumps/sots.exe\",\n \"sha256\": \"970b7de729956a53094c7eb98aba4270aee98e2fed5daf0d39e290013c90c841\"","truncated":false,"loaded":[],"display":{"type":"file","path":"/home/alex/sots-re/verify/results/research-live-record-bridge/run-472955e277202c411388c66b/manifest.json","text":"{\n \"schema\": \"sots-live-record-static-capture/1\",\n \"session\": \"run-472955e277202c411388c66b\",\n \"scope\": \"Read-only TurnEvents get/create and directly required lifetime helpers; static planning evidence only.\",\n \"cwd\": \"/home/alex/sots-re\",\n \"source_identity\": {\n \"engine\": {\n \"path\": \"/tmp/opencode/sots-final-research-engine\",\n \"commit\": \"7741d42fc5e4e761e6449bdaf0e4a61d00036a23\",\n \"sha256\": \"ccd8e02083e8d2e2b3e97976ace2273c8f924dfc02a39e919004eaf3544c50fd\"\n },\n \"re\": {\n \"path\": \"/tmp/opencode/sots-final-research-re\",\n \"commit\": \"3bfde5a70d874a723e797a695bbd847fd82c0aa7\",\n \"sha256\": \"6696fd5201e144843617cbf6d78b41b5287ad5dcc9fa1e8aaa861d52b64e72e8\"\n }\n },\n \"input\": {\n \"path\": \"/home/alex/sots-re/dumps/sots.exe\",\n \"sha256\": \"970b7de729956a53094c7eb98aba4270aee98e2fed5daf0d39e290013c90c841\"\n },\n \"tool\": {\n \"path\": \"/usr/bin/objdump\",\n \"version\": \"GNU Binutils 2.38\",\n \"sha256\": \"1eaaef2e7f57c4c7f69115c495e2466f5a8c8e5f3bc42221d092382f30f9d4cd\"\n },\n \"windows\": [\n {\n \"name\": \"turn-get-create\",\n \"argv\": [\n \"/usr/bin/objdump\",\n \"-D\",\n \"-Mintel\",\n \"--start-address=0x00885380\",\n \"--stop-address=0x0088544a\",\n \"/home/alex/sots-re/dumps/sots.exe\"\n ],\n \"start\": \"0x00885380\",\n \"stop\": \"0x0088544a\",\n \"returncode\": 0,\n \"stdout_bytes\": 3974,\n \"stdout_sha256\": \"f6e72ba9b08fdf48d70f39379b2fb30a5adbe796072485f70c5795c10ab45ca3\",\n \"stderr_bytes\": 0,\n \"stderr_sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\",\n \"instruction_lines\": 77\n },\n {\n \"name\": \"turn-append\",\n \"argv\": [\n \"/usr/bin/objdump\",\n \"-D\",\n \"-Mintel\",\n \"--start-address=0x00884cb0\",\n \"--stop-address=0x00884d8f\",\n \"/home/alex/sots-re/dumps/sots.exe\"\n ],\n \"start\": \"0x00884cb0\",\n \"stop\": \"0x00884d8f\",\n \"returncode\": 0,\n \"stdout_bytes\": 4179,\n \"stdout_sha256\": \"57d6655feed0fc137bb2b7eee4bfcb09536b5a715603c917ee142770f1d52a15\",\n \"stderr_bytes\": 0,\n \"stderr_sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\",\n \"instruction_lines\": 79\n },\n {\n \"name\": \"turn-grow\",\n \"argv\": [\n \"/usr/bin/objdump\",\n \"-D\",\n \"-Mintel\",\n \"--start-address=0x008841a0\",\n \"--stop-address=0x00884440\",\n \"/home/alex/sots-re/dumps/sots.exe\"\n ],\n \"start\": \"0x008841a0\",\n \"stop\": \"0x00884440\",\n \"returncode\": 0,\n \"stdout_bytes\": 12599,\n \"stdout_sha256\": \"eb887fbef7b4686530d2fc1c0caf2c2ee78c761aa3706cebcf3c146a22480b2e\",\n \"stderr_bytes\": 0,\n \"stderr_sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\",\n \"instruction_lines\": 245\n },\n {\n \"name\": \"nested-copy\",\n \"argv\": [\n \"/usr/bin/objdump\",\n \"-D\",\n \"-Mintel\",\n \"--start-address=0x00779850\",\n \"--stop-address=0x00779a20\",\n \"/home/alex/sots-re/dumps/sots.exe\"\n ],\n \"start\": \"0x00779850\",\n \"stop\": \"0x00779a20\",\n \"returncode\": 0,\n \"stdout_bytes\": 8469,\n \"stdout_sha256\": \"e3988aa615066dce65ec16de0d61051ffc5deafe8c8eef4aeb0bbfbe931204a1\",\n \"stderr_bytes\": 0,\n \"stderr_sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\",\n \"instruction_lines\": 169\n },\n {\n \"name\": \"nested-dtor\",\n \"argv\": [\n \"/usr/bin/objdump\",\n \"-D\",\n \"-Mintel\",\n \"--start-address=0x00629580\",\n \"--stop-address=0x006295ca\",\n \"/home/alex/sots-re/dumps/sots.exe\"\n ],\n \"start\": \"0x00629580\",\n \"stop\": \"0x006295ca\",\n \"returncode\": 0,\n \"stdout_bytes\": 1727,\n \"stdout_sha256\": \"3c38887e60d009ab904772b13be93ac1eedd9bee85024e37110160a625db3a83\",\n \"stderr_bytes\": 0,\n \"stderr_sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\",\n \"instruction_lines\": 33\n },\n {\n \"name\": \"turn-dtor\",\n \"argv\": [\n \"/usr/bin/objdump\",\n \"-D\",\n \"-Mintel\",\n \"--start-address=0x0062e120\",\n \"--stop-address=0x0062e190\",\n \"/home/alex/sots-re/dumps/sots.exe\"\n ],\n \"start\": \"0x0062e120\",\n \"stop\": \"0x0062e190\",\n \"returncode\": 0,\n \"stdout_bytes\": 2312,\n \"stdout_sha256\": \"67777b4a5f658d4629a24770929979494739b6b3bcb0075fb8af17c782d080be\",\n \"stderr_bytes\": 0,\n \"stderr_sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\",\n \"instruction_lines\": 48\n },\n {\n \"name\": \"turn-alloc\",\n \"argv\": [\n \"/usr/bin/objdump\",\n \"-D\",\n \"-Mintel\",\n \"--start-address=0x006e8f50\",\n \"--stop-address=0x006e8fb0\",\n \"/home/alex/sots-re/dumps/sots.exe\"\n ],\n \"start\": \"0x006e8f50\",\n \"stop\": \"0x006e8fb0\",\n \"returncode\": 0,\n \"stdout_bytes\": 1819,\n \"stdout_sha256\": \"a00efc52c0c259edeab80178eb3e11eb921b215ccac4882afc71b59b7e8da1c1\",\n \"stderr_bytes\": 0,\n \"stderr_sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\",\n \"instruction_lines\": 36\n },\n {\n \"name\": \"turn-range-copy\",\n \"argv\": [\n \"/usr/bin/objdump\",\n \"-D\",\n \"-Mintel\",\n \"--start-address=0x0077fed0\",\n \"--stop-address=0x00780040\",\n \"/home/alex/sots-re/dumps/sots.exe\"\n ],\n \"start\": \"0x0077fed0\",\n \"stop\": \"0x00780040\",\n \"returncode\": 0,\n \"stdout_bytes\": 7128,\n \"stdout_sha256\": \"b937abaeed9a4bd44e5736b8474262119fa6d78c96b5cf89e0a1d50f4c58b44d\",\n \"stderr_bytes\": 0,\n \"stderr_sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\",\n \"instruction_lines\": 136\n },\n {\n \"name\": \"turn-vtable\",\n \"argv\": [\n \"/usr/bin/objdump\",\n \"-s\",\n \"--start-address=0x00a0f070\",\n \"--stop-address=0x00a0f0a0\",\n \"/home/alex/sots-re/dumps/sots.exe\"\n ],\n \"start\": \"0x00a0f070\",\n \"stop\": \"0x00a0f0a0\",\n \"returncode\": 0,\n \"stdout_bytes\": 276,\n \"stdout_sha256\": \"4ccf38cea420e0051b781513031ac0e83841c3828851e7198a8724e592912df9\",\n \"stderr_bytes\": 0,\n \"stderr_sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\",\n \"instruction_lines\": 0\n }\n ]\n}","lineStart":1,"lineEnd":199,"totalLines":199,"truncated":false}},"title":"verify/results/research-live-record-bridge/run-472955e277202c411388c66b/manifest.json","time":{"start":1789014230279,"end":1789014230284}},"metadata":{"openai":{"itemId":"fc_0b7c3c694740e12d016aa230d60bdc87d199fa4f65749d98ba"}},"id":"prt_0898ec4ee001u5eL0yRc6I3Q22","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","messageID":"msg_0898e79b0001AJrMgn266H0tM4"}} +{"type":"step_finish","timestamp":1789014230462,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"id":"prt_0898ec5ba0016yXMRAtugT0PuD","reason":"tool-calls","snapshot":"1eeb53c42c8c5995009921477fe1ad4d02ef81cd","messageID":"msg_0898e79b0001AJrMgn266H0tM4","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","type":"step-finish","tokens":{"total":58837,"input":2999,"output":227,"reasoning":59,"cache":{"write":0,"read":55552}},"cost":0}} +{"type":"step_start","timestamp":1789014233165,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"id":"prt_0898ed045001sIIkcV2u7iLrfT","messageID":"msg_0898ec5e9001iuCPDCq3qBoMrn","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","snapshot":"fd83f86a0eff7f99a893c2bd6036477e84146bff","type":"step-start"}} +{"type":"tool_use","timestamp":1789014243084,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"type":"tool","tool":"bash","callID":"call_09ZheGfRRW90Iufa8wEh4uT4","state":{"status":"completed","input":{"command":"git rev-parse HEAD && git rev-parse --git-common-dir && git status --short","workdir":"/tmp/opencode/sots-final-research-engine"},"output":"7741d42fc5e4e761e6449bdaf0e4a61d00036a23\n/home/alex/sots-engine/.git\n M CONTRIBUTING.md\n M README.md\n M docs/S-standalone.md\n M src/app/turn.cpp\n M src/game/sim/CMakeLists.txt\n M src/mars/rng/mt19937.cpp\n M src/mars/rng/mt19937.h\n M tests/app/CMakeLists.txt\n M tests/app/test_command_replay.cpp\n M tests/app/test_turn.cpp\n M tests/app/test_turn_record.cpp\n M tests/game_config/CMakeLists.txt\n M tests/game_data/CMakeLists.txt\n M tests/game_design/CMakeLists.txt\n M tests/game_design/test_census_saves.cpp\n M tests/game_sim/CMakeLists.txt\n M tests/mars_stream/CMakeLists.txt\n M tests/mars_stream/test_domains.cpp\n M tests/mars_stream/test_rng.cpp\n M tests/mars_stream/test_save.cpp\n M tests/mars_text/CMakeLists.txt\n M tests/mars_vfs/CMakeLists.txt\n M tools/clean_room_check.sh\n?? AGENTS.md\n?? CLAUDE.md\n?? docs/architecture.md\n?? opencode.json\n?? tools/clean_room_check.py\n","metadata":{"output":"7741d42fc5e4e761e6449bdaf0e4a61d00036a23\n/home/alex/sots-engine/.git\n M CONTRIBUTING.md\n M README.md\n M docs/S-standalone.md\n M src/app/turn.cpp\n M src/game/sim/CMakeLists.txt\n M src/mars/rng/mt19937.cpp\n M src/mars/rng/mt19937.h\n M tests/app/CMakeLists.txt\n M tests/app/test_command_replay.cpp\n M tests/app/test_turn.cpp\n M tests/app/test_turn_record.cpp\n M tests/game_config/CMakeLists.txt\n M tests/game_data/CMakeLists.txt\n M tests/game_design/CMakeLists.txt\n M tests/game_design/test_census_saves.cpp\n M tests/game_sim/CMakeLists.txt\n M tests/mars_stream/CMakeLists.txt\n M tests/mars_stream/test_domains.cpp\n M tests/mars_stream/test_rng.cpp\n M tests/mars_stream/test_save.cpp\n M tests/mars_text/CMakeLists.txt\n M tests/mars_vfs/CMakeLists.txt\n M tools/clean_room_check.sh\n?? AGENTS.md\n?? CLAUDE.md\n?? docs/architecture.md\n?? opencode.json\n?? tools/clean_room_check.py\n","exit":0,"truncated":false},"title":"git rev-parse HEAD && git rev-parse --git-common-dir && git status --short","time":{"start":1789014242968,"end":1789014243067}},"metadata":{"openai":{"itemId":"fc_065cde2e2216b832016aa230e2d1cc87d19cfaa3966db4ddf9"}},"id":"prt_0898ef689001HoMB96vH8W7EZ1","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","messageID":"msg_0898ec5e9001iuCPDCq3qBoMrn"}} +{"type":"tool_use","timestamp":1789014243084,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"type":"tool","tool":"bash","callID":"call_px4bAsnpbpDxHTvFMO1WQhuB","state":{"status":"completed","input":{"command":"git rev-parse HEAD && git rev-parse --git-common-dir && git status --short","workdir":"/tmp/opencode/sots-final-research-re"},"output":"3bfde5a70d874a723e797a695bbd847fd82c0aa7\n/home/alex/sots-re/.git\n M README.md\n M campaign/DASHBOARD.md\n M campaign/backlog.md\n M campaign/board.md\n M campaign/open-questions.md\n M findings/00-strategy.md\n M findings/subsystems/nav-classifier-live.md\n M findings/subsystems/research-replace.md\n M guides/method-rules.md\n D scripts/forgejo_campaign.py\n M tools/DASHBOARD_README.md\n M tools/dashboard.py\n D tools/displacement.py\n M tools/gate.sh\n M tools/standalone_report.py\n?? AGENTS.md\n?? CLAUDE.md\n?? campaign/README.md\n?? campaign/agents/\n?? campaign/contract.schema.json\n?? campaign/contracts/\n?? campaign/current.json\n?? campaign/models.json\n?? campaign/pilots/\n?? campaign/research/\n?? campaign/rollout/\n?? guides/multi-agent-workflow.md\n?? guides/windows-lab-housekeeping.md\n?? opencode.json\n?? tools/campaign.py\n?? tools/check_agent_config.py\n?? tools/evidence.py\n?? tools/gate.py\n?? tools/run_agent.py\n?? tools/select_evidence.py\n?? tools/windows-housekeeping/\n?? verify/campaign/\n?? verify/config/\n?? verify/publishing/\n?? verify/results/housekeeping/\n?? verify/tooling/\n","metadata":{"output":"3bfde5a70d874a723e797a695bbd847fd82c0aa7\n/home/alex/sots-re/.git\n M README.md\n M campaign/DASHBOARD.md\n M campaign/backlog.md\n M campaign/board.md\n M campaign/open-questions.md\n M findings/00-strategy.md\n M findings/subsystems/nav-classifier-live.md\n M findings/subsystems/research-replace.md\n M guides/method-rules.md\n D scripts/forgejo_campaign.py\n M tools/DASHBOARD_README.md\n M tools/dashboard.py\n D tools/displacement.py\n M tools/gate.sh\n M tools/standalone_report.py\n?? AGENTS.md\n?? CLAUDE.md\n?? campaign/README.md\n?? campaign/agents/\n?? campaign/contract.schema.json\n?? campaign/contracts/\n?? campaign/current.json\n?? campaign/models.json\n?? campaign/pilots/\n?? campaign/research/\n?? campaign/rollout/\n?? guides/multi-agent-workflow.md\n?? guides/windows-lab-housekeeping.md\n?? opencode.json\n?? tools/campaign.py\n?? tools/check_agent_config.py\n?? tools/evidence.py\n?? tools/gate.py\n?? tools/run_agent.py\n?? tools/select_evidence.py\n?? tools/windows-housekeeping/\n?? verify/campaign/\n?? verify/config/\n?? verify/publishing/\n?? verify/results/housekeeping/\n?? verify/tooling/\n","exit":0,"truncated":false},"title":"git rev-parse HEAD && git rev-parse --git-common-dir && git status --short","time":{"start":1789014242982,"end":1789014243072}},"metadata":{"openai":{"itemId":"fc_065cde2e2216b832016aa230e2d1ec87d1a78d32745b49d48e"}},"id":"prt_0898ef69b00142B9mgdy99Tpq7","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","messageID":"msg_0898ec5e9001iuCPDCq3qBoMrn"}} +{"type":"tool_use","timestamp":1789014243090,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"type":"tool","tool":"bash","callID":"call_aLRXpxfzjm1Ye3YO0dxR77Fi","state":{"status":"completed","input":{"command":"sha256sum \"/home/alex/sots-re/dumps/sots.exe\" \"/usr/bin/objdump\" && /usr/bin/objdump --version","workdir":"/home/alex/sots-re"},"output":"970b7de729956a53094c7eb98aba4270aee98e2fed5daf0d39e290013c90c841 /home/alex/sots-re/dumps/sots.exe\n1eaaef2e7f57c4c7f69115c495e2466f5a8c8e5f3bc42221d092382f30f9d4cd /usr/bin/objdump\nGNU objdump (GNU Binutils for Ubuntu) 2.38\nCopyright (C) 2022 Free Software Foundation, Inc.\nThis program is free software; you may redistribute it under the terms of\nthe GNU General Public License version 3 or (at your option) any later version.\nThis program has absolutely no warranty.\n","metadata":{"output":"970b7de729956a53094c7eb98aba4270aee98e2fed5daf0d39e290013c90c841 /home/alex/sots-re/dumps/sots.exe\n1eaaef2e7f57c4c7f69115c495e2466f5a8c8e5f3bc42221d092382f30f9d4cd /usr/bin/objdump\nGNU objdump (GNU Binutils for Ubuntu) 2.38\nCopyright (C) 2022 Free Software Foundation, Inc.\nThis program is free software; you may redistribute it under the terms of\nthe GNU General Public License version 3 or (at your option) any later version.\nThis program has absolutely no warranty.\n","exit":0,"truncated":false},"title":"sha256sum \"/home/alex/sots-re/dumps/sots.exe\" \"/usr/bin/objdump\" && /usr/bin/objdump --version","time":{"start":1789014242988,"end":1789014243087}},"metadata":{"openai":{"itemId":"fc_065cde2e2216b832016aa230e2d1f887d18314b998bedcfa13"}},"id":"prt_0898ef6a8001udCdz7Garcooii","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","messageID":"msg_0898ec5e9001iuCPDCq3qBoMrn"}} +{"type":"tool_use","timestamp":1789014243094,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"type":"tool","tool":"bash","callID":"call_UqNegN3yH9rIp4Nm1buz5ogo","state":{"status":"completed","input":{"command":"python3 tools/campaign.py --state-root /home/alex/sots-re status research-completion-abi","workdir":"/home/alex/sots-re"},"output":"[\n {\n \"acceptance\": [\n {\n \"axis\": \"static-recovery\",\n \"criterion\": \"Addresses/signatures and record/container/string lifetime rules backed by fresh binary/tool captures; distinguish recorded facts, inference and unexercised branches. Name exact callable allocation/copy/destruction operations or precise unresolved blockers.\",\n \"id\": \"ownership-recovered\"\n },\n {\n \"axis\": \"validation\",\n \"criterion\": \"Independent verifier checks key instruction/ABI claims and archived record values. No static-only claim of live allocator safety or replacement acceptance.\",\n \"id\": \"independent-cross-check\"\n }\n ],\n \"baseline\": {\n \"engine\": {\n \"commit\": \"7741d42fc5e4e761e6449bdaf0e4a61d00036a23\",\n \"path\": \"/home/alex/sots-engine\"\n },\n \"re\": {\n \"commit\": \"3bfde5a70d874a723e797a695bbd847fd82c0aa7\",\n \"path\": \"/home/alex/sots-re\"\n }\n },\n \"checkpoint\": \"campaign/runtime/checkpoints/research-completion-abi-34e545ce9e774117dec97cf0.json\",\n \"dependencies\": [\n \"controls-bootstrap\"\n ],\n \"effects\": [\n \"Evidence-backed RE handoff and raw static captures; no game or shared database state changes\"\n ],\n \"evidence\": [],\n \"id\": \"research-completion-abi\",\n \"inputs\": [\n \"Existing binary fingerprint/address contract and private RE findings\",\n \"Owner-supplied binary or live read-only ReVa endpoint\",\n \"Archived CR traces/saves for observed behavior\",\n \"Source-identical current engine/RE worktree snapshots\"\n ],\n \"open_surprises\": [],\n \"original_dependencies\": [\n \"Original binary is the object of analysis, not a replacement dependency decision\"\n ],\n \"owner\": {\n \"name\": \"research-abi-analyst\",\n \"role\": \"analyst\"\n },\n \"predictions\": [\n \"Count-only scratch updates conceal concrete element construction and original allocator ownership requirements\",\n \"The observed-tech and nested-event containers use different element strides and nontrivial string lifetimes; raw header copying is insufficient\"\n ],\n \"scope\": [\n \"Reverse engineering only. Own canonical campaign/research/research-completion-abi.md and verify/results/research-completion-abi/ captures. Use assigned source-identical paired worktrees for source inspection; canonical RE for unique evidence/checkpoint outputs.\",\n \"Recover actual constructors/copy/destructors/vector-growth/allocation/free conventions used by RecordObservedTech and EventStorage/TurnEvents/PlayerEvent. Resolve implementable ABI operations, not another general framework.\",\n \"Use existing ReVa read-only tools through canonical tools/reva_call.py or the owner-supplied local binary. No Ghidra renames/type writes, VM mutation, new engine code, framework code, agents or delegation. Do not commit/stage/push.\",\n \"Start with findings/subsystems/{events,observedtech-append,research-replace}.md and campaign/pilots/research-replacement.md; cross-check binary bytes/decompilation rather than merely repeat notes. Anchors: RecordObservedTech 0x007ba1a0, EventStorage::PostEvent 0x008862b0, PlayerEvent constructor 0x0084ee30. Addresses are hypotheses to validate against fingerprint and actual tools.\",\n \"Produce recovered signatures, ownership/lifetime rules, short/long string and empty/full-capacity container paths, and exact unresolved dependencies with minimum next probe. Store raw tool outputs and a hash/provenance index in your owned RE results directory. Keep code-derived material out of engine repo.\"\n ],\n \"status\": \"needs-revision\",\n \"stop_conditions\": [\n \"Stop affected interpretation on binary fingerprint mismatch, contradictory ownership/ABI evidence, unavailable original data, or any scope-changing surprise; record and escalate to Astra\",\n \"Checkpoint every 20 calls/15 minutes and before compaction/stopping; return exact next RE action within 40 steps\",\n \"Do not expand into framework development or mark pilot replacement ready/accepted\"\n ],\n \"title\": \"RE: research completion record construction and allocator ABI\"\n }\n]\n","metadata":{"output":"[\n {\n \"acceptance\": [\n {\n \"axis\": \"static-recovery\",\n \"criterion\": \"Addresses/signatures and record/container/string lifetime rules backed by fresh binary/tool captures; distinguish recorded facts, inference and unexercised branches. Name exact callable allocation/copy/destruction operations or precise unresolved blockers.\",\n \"id\": \"ownership-recovered\"\n },\n {\n \"axis\": \"validation\",\n \"criterion\": \"Independent verifier checks key instruction/ABI claims and archived record values. No static-only claim of live allocator safety or replacement acceptance.\",\n \"id\": \"independent-cross-check\"\n }\n ],\n \"baseline\": {\n \"engine\": {\n \"commit\": \"7741d42fc5e4e761e6449bdaf0e4a61d00036a23\",\n \"path\": \"/home/alex/sots-engine\"\n },\n \"re\": {\n \"commit\": \"3bfde5a70d874a723e797a695bbd847fd82c0aa7\",\n \"path\": \"/home/alex/sots-re\"\n }\n },\n \"checkpoint\": \"campaign/runtime/checkpoints/research-completion-abi-34e545ce9e774117dec97cf0.json\",\n \"dependencies\": [\n \"controls-bootstrap\"\n ],\n \"effects\": [\n \"Evidence-backed RE handoff and raw static captures; no game or shared database state changes\"\n ],\n \"evidence\": [],\n \"id\": \"research-completion-abi\",\n \"inputs\": [\n \"Existing binary fingerprint/address contract and private RE findings\",\n \"Owner-supplied binary or live read-only ReVa endpoint\",\n \"Archived CR traces/saves for observed behavior\",\n \"Source-identical current engine/RE worktree snapshots\"\n ],\n \"open_surprises\": [],\n \"original_dependencies\": [\n \"Original binary is the object of analysis, not a replacement dependency decision\"\n ],\n \"owner\": {\n \"name\": \"research-abi-analyst\",\n \"role\": \"analyst\"\n },\n \"predictions\": [\n \"Count-only scratch updates conceal concrete element construction and original allocator ownership requirements\",\n \"The observed-tech and nested-event containers use different element strides and nontrivial string lifetimes; raw header copying is insufficient\"\n ],\n \"scope\": [\n \"Reverse engineering only. Own canonical campaign/research/research-completion-abi.md and verify/results/research-completion-abi/ captures. Use assigned source-identical paired worktrees for source inspection; canonical RE for unique evidence/checkpoint outputs.\",\n \"Recover actual constructors/copy/destructors/vector-growth/allocation/free conventions used by RecordObservedTech and EventStorage/TurnEvents/PlayerEvent. Resolve implementable ABI operations, not another general framework.\",\n \"Use existing ReVa read-only tools through canonical tools/reva_call.py or the owner-supplied local binary. No Ghidra renames/type writes, VM mutation, new engine code, framework code, agents or delegation. Do not commit/stage/push.\",\n \"Start with findings/subsystems/{events,observedtech-append,research-replace}.md and campaign/pilots/research-replacement.md; cross-check binary bytes/decompilation rather than merely repeat notes. Anchors: RecordObservedTech 0x007ba1a0, EventStorage::PostEvent 0x008862b0, PlayerEvent constructor 0x0084ee30. Addresses are hypotheses to validate against fingerprint and actual tools.\",\n \"Produce recovered signatures, ownership/lifetime rules, short/long string and empty/full-capacity container paths, and exact unresolved dependencies with minimum next probe. Store raw tool outputs and a hash/provenance index in your owned RE results directory. Keep code-derived material out of engine repo.\"\n ],\n \"status\": \"needs-revision\",\n \"stop_conditions\": [\n \"Stop affected interpretation on binary fingerprint mismatch, contradictory ownership/ABI evidence, unavailable original data, or any scope-changing surprise; record and escalate to Astra\",\n \"Checkpoint every 20 calls/15 minutes and before compaction/stopping; return exact next RE action within 40 steps\",\n \"Do not expand into framework development or mark pilot replacement ready/accepted\"\n ],\n \"title\": \"RE: research completion record construction and allocator ABI\"\n }\n]\n","exit":0,"truncated":false},"title":"python3 tools/campaign.py --state-root /home/alex/sots-re status research-completion-abi","time":{"start":1789014242993,"end":1789014243091}},"metadata":{"openai":{"itemId":"fc_065cde2e2216b832016aa230e2d20087d1b6a72aecf01a996e"}},"id":"prt_0898ef6ae001V8pvfzL2uwcdnv","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","messageID":"msg_0898ec5e9001iuCPDCq3qBoMrn"}} +{"type":"step_finish","timestamp":1789014243142,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"id":"prt_0898ef742001hQvhjrY4XcPA21","reason":"tool-calls","snapshot":"1a98618f11f3b38ec15e6c380c5ce2640c0e2e94","messageID":"msg_0898ec5e9001iuCPDCq3qBoMrn","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","type":"step-finish","tokens":{"total":76918,"input":18246,"output":218,"reasoning":86,"cache":{"write":0,"read":58368}},"cost":0}} +{"type":"step_start","timestamp":1789014244903,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"id":"prt_0898efe23001hv5KTUBXr4yUQD","messageID":"msg_0898ef770001fnsE031hBwOv30","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","snapshot":"e9f1d70c7c7a9fd521facef8e0273e097250340b","type":"step-start"}} +{"type":"tool_use","timestamp":1789014248910,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"type":"tool","tool":"bash","callID":"call_cGpaqi6HujA4ukEqEpq46Dg4","state":{"status":"completed","input":{"command":"python3 tools/campaign.py --state-root /home/alex/sots-re source-binding research-completion-abi --engine-worktree /tmp/opencode/sots-final-research-engine --re-worktree /tmp/opencode/sots-final-research-re","workdir":"/home/alex/sots-re","timeout":120000},"output":"{\n \"engine\": {\n \"commit\": \"7741d42fc5e4e761e6449bdaf0e4a61d00036a23\",\n \"path\": \"/tmp/opencode/sots-final-research-engine\",\n \"sha256\": \"ccd8e02083e8d2e2b3e97976ace2273c8f924dfc02a39e919004eaf3544c50fd\"\n },\n \"re\": {\n \"commit\": \"3bfde5a70d874a723e797a695bbd847fd82c0aa7\",\n \"path\": \"/tmp/opencode/sots-final-research-re\",\n \"sha256\": \"6696fd5201e144843617cbf6d78b41b5287ad5dcc9fa1e8aaa861d52b64e72e8\"\n }\n}\n","metadata":{"output":"{\n \"engine\": {\n \"commit\": \"7741d42fc5e4e761e6449bdaf0e4a61d00036a23\",\n \"path\": \"/tmp/opencode/sots-final-research-engine\",\n \"sha256\": \"ccd8e02083e8d2e2b3e97976ace2273c8f924dfc02a39e919004eaf3544c50fd\"\n },\n \"re\": {\n \"commit\": \"3bfde5a70d874a723e797a695bbd847fd82c0aa7\",\n \"path\": \"/tmp/opencode/sots-final-research-re\",\n \"sha256\": \"6696fd5201e144843617cbf6d78b41b5287ad5dcc9fa1e8aaa861d52b64e72e8\"\n }\n}\n","exit":0,"truncated":false},"title":"python3 tools/campaign.py --state-root /home/alex/sots-re source-binding research-completion-abi --engine-worktree /tmp/opencode/sots-final-research-engine --re-worktree /tmp/opencode/sots-final-research-re","time":{"start":1789014248743,"end":1789014248908}},"metadata":{"openai":{"itemId":"fc_0b4e368416bd99ea016aa230e684f487d1a2c33f692d1614da"}},"id":"prt_0898f04b0001s73ltdNGgATVlH","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","messageID":"msg_0898ef770001fnsE031hBwOv30"}} +{"type":"step_finish","timestamp":1789014248952,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"id":"prt_0898f0df5001unxw1QFWzq850l","reason":"tool-calls","snapshot":"c6beecefa5444f110d35e9e9e6533919c8e9d980","messageID":"msg_0898ef770001fnsE031hBwOv30","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","type":"step-finish","tokens":{"total":78712,"input":2179,"output":86,"reasoning":31,"cache":{"write":0,"read":76416}},"cost":0}} +{"type":"step_start","timestamp":1789014251003,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"id":"prt_0898f15e8001DVJ9tXj0To755H","messageID":"msg_0898f0e2c001722swHSxhLJKG0","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","snapshot":"d2b2d744e2377bda0adac37ffacf8bdf4be40a74","type":"step-start"}} +{"type":"tool_use","timestamp":1789014281815,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"type":"tool","tool":"bash","callID":"call_Unw3pIwjl9Bx2oRIsRSGidlR","state":{"status":"completed","input":{"command":"python3 tools/campaign.py --state-root /home/alex/sots-re checkpoint research-completion-abi --actor research-abi-analyst --role analyst --model openai/gpt-5.6-sol --session run-16f8e9b6376b278c4870be09 --summary 'RECOVERY/PRE-EXPERIMENT. Static authority read: campaign README, current workflow, contract, resolver checkpoint, all surprise statuses, decision d-b51f3f76803e852ed250846a, prior handoff and raw manifests. Observation: no open surprises; contract is needs-revision and assigns only campaign/research/research-completion-abi.md plus verify/results/research-completion-abi/. Resolver overturned only the claim that miss-path temporary EvTurn starts/copies zero; it preserved, for valid containers and normally returning helpers, the get/create ABI, full last-match scan, vptr/empty nested header, scalar copy plus nested deep-copy, cleanup-before-final requested-turn store and final EAX bucket. Observation: assigned engine HEAD 7741d42fc5e4e761e6449bdaf0e4a61d00036a23/common /home/alex/sots-engine/.git and RE HEAD 3bfde5a70d874a723e797a695bbd847fd82c0aa7/common /home/alex/sots-re/.git match baselines. Both worktrees contain pre-existing dirty/untracked files; no changes attributed to this quantum. Fresh source binding exactly matches prior engine ccd8e02083e8d2e2b3e97976ace2273c8f924dfc02a39e919004eaf3544c50fd and RE 6696fd5201e144843617cbf6d78b41b5287ad5dcc9fa1e8aaa861d52b64e72e8. Fresh hashes: owner binary 970b7de729956a53094c7eb98aba4270aee98e2fed5daf0d39e290013c90c841; /usr/bin/objdump 1eaaef2e7f57c4c7f69115c495e2466f5a8c8e5f3bc42221d092382f30f9d4cd, GNU Binutils 2.38. Decision: run one read-only local static experiment reproducing four corrected-domain windows: complete get/create, append, nested empty-copy path, and temporary cleanup. No VM/Ghidra/build-host lease held or needed; no game execution, mutation, delegation, staging or commit. Blockers remain live allocator safety/failure/unwind execution and independent reproduction; this analyst will not promote its own claim.' --artifact campaign/runtime/decisions/d-b51f3f76803e852ed250846a.json --artifact verify/results/research-live-record-bridge/run-472955e277202c411388c66b/manifest.json --next-action 'Create a fresh owned capture directory and rerun hash-bound objdump windows 0x00885380..0x0088544a, 0x00884cb0..0x00884d8f, 0x00779850..0x00779a20 and 0x00629580..0x006295ca.'","workdir":"/home/alex/sots-re","timeout":120000},"output":"{\n \"actor\": \"research-abi-analyst\",\n \"artifacts\": [\n {\n \"path\": \"campaign/runtime/decisions/d-b51f3f76803e852ed250846a.json\",\n \"sha256\": \"d01550dd8874160d05378f6183d780c444a5285a4ebc5d3c6049fbda8e342957\"\n },\n {\n \"path\": \"verify/results/research-live-record-bridge/run-472955e277202c411388c66b/manifest.json\",\n \"sha256\": \"ae16b4b500db5b84bea27c659e254842ab0c67c040ca782c016381384338773b\"\n }\n ],\n \"basis\": \"aaddeb76f74bbd1a43671f882770ec84a7d690b4060d060ef1a68f918e8edbb0\",\n \"contract\": \"research-completion-abi\",\n \"id\": \"1897e2d634227fce344878e2\",\n \"model\": \"openai/gpt-5.6-sol\",\n \"next_action\": \"Create a fresh owned capture directory and rerun hash-bound objdump windows 0x00885380..0x0088544a, 0x00884cb0..0x00884d8f, 0x00779850..0x00779a20 and 0x00629580..0x006295ca.\",\n \"role\": \"analyst\",\n \"schema\": \"sots-checkpoint/1\",\n \"session\": \"run-16f8e9b6376b278c4870be09\",\n \"summary\": \"RECOVERY/PRE-EXPERIMENT. Static authority read: campaign README, current workflow, contract, resolver checkpoint, all surprise statuses, decision d-b51f3f76803e852ed250846a, prior handoff and raw manifests. Observation: no open surprises; contract is needs-revision and assigns only campaign/research/research-completion-abi.md plus verify/results/research-completion-abi/. Resolver overturned only the claim that miss-path temporary EvTurn starts/copies zero; it preserved, for valid containers and normally returning helpers, the get/create ABI, full last-match scan, vptr/empty nested header, scalar copy plus nested deep-copy, cleanup-before-final requested-turn store and final EAX bucket. Observation: assigned engine HEAD 7741d42fc5e4e761e6449bdaf0e4a61d00036a23/common /home/alex/sots-engine/.git and RE HEAD 3bfde5a70d874a723e797a695bbd847fd82c0aa7/common /home/alex/sots-re/.git match baselines. Both worktrees contain pre-existing dirty/untracked files; no changes attributed to this quantum. Fresh source binding exactly matches prior engine ccd8e02083e8d2e2b3e97976ace2273c8f924dfc02a39e919004eaf3544c50fd and RE 6696fd5201e144843617cbf6d78b41b5287ad5dcc9fa1e8aaa861d52b64e72e8. Fresh hashes: owner binary 970b7de729956a53094c7eb98aba4270aee98e2fed5daf0d39e290013c90c841; /usr/bin/objdump 1eaaef2e7f57c4c7f69115c495e2466f5a8c8e5f3bc42221d092382f30f9d4cd, GNU Binutils 2.38. Decision: run one read-only local static experiment reproducing four corrected-domain windows: complete get/create, append, nested empty-copy path, and temporary cleanup. No VM/Ghidra/build-host lease held or needed; no game execution, mutation, delegation, staging or commit. Blockers remain live allocator safety/failure/unwind execution and independent reproduction; this analyst will not promote its own claim.\",\n \"timestamp\": \"2026-09-10T04:24:41.792903+00:00\"\n}\n","metadata":{"output":"{\n \"actor\": \"research-abi-analyst\",\n \"artifacts\": [\n {\n \"path\": \"campaign/runtime/decisions/d-b51f3f76803e852ed250846a.json\",\n \"sha256\": \"d01550dd8874160d05378f6183d780c444a5285a4ebc5d3c6049fbda8e342957\"\n },\n {\n \"path\": \"verify/results/research-live-record-bridge/run-472955e277202c411388c66b/manifest.json\",\n \"sha256\": \"ae16b4b500db5b84bea27c659e254842ab0c67c040ca782c016381384338773b\"\n }\n ],\n \"basis\": \"aaddeb76f74bbd1a43671f882770ec84a7d690b4060d060ef1a68f918e8edbb0\",\n \"contract\": \"research-completion-abi\",\n \"id\": \"1897e2d634227fce344878e2\",\n \"model\": \"openai/gpt-5.6-sol\",\n \"next_action\": \"Create a fresh owned capture directory and rerun hash-bound objdump windows 0x00885380..0x0088544a, 0x00884cb0..0x00884d8f, 0x00779850..0x00779a20 and 0x00629580..0x006295ca.\",\n \"role\": \"analyst\",\n \"schema\": \"sots-checkpoint/1\",\n \"session\": \"run-16f8e9b6376b278c4870be09\",\n \"summary\": \"RECOVERY/PRE-EXPERIMENT. Static authority read: campaign README, current workflow, contract, resolver checkpoint, all surprise statuses, decision d-b51f3f76803e852ed250846a, prior handoff and raw manifests. Observation: no open surprises; contract is needs-revision and assigns only campaign/research/research-completion-abi.md plus verify/results/research-completion-abi/. Resolver overturned only the claim that miss-path temporary EvTurn starts/copies zero; it preserved, for valid containers and normally returning helpers, the get/create ABI, full last-match scan, vptr/empty nested header, scalar copy plus nested deep-copy, cleanup-before-final requested-turn store and final EAX bucket. Observation: assigned engine HEAD 7741d42fc5e4e761e6449bdaf0e4a61d00036a23/common /home/alex/sots-engine/.git and RE HEAD 3bfde5a70d874a723e797a695bbd847fd82c0aa7/common /home/alex/sots-re/.git match baselines. Both worktrees contain pre-existing dirty/untracked files; no changes attributed to this quantum. Fresh source binding exactly matches prior engine ccd8e02083e8d2e2b3e97976ace2273c8f924dfc02a39e919004eaf3544c50fd and RE 6696fd5201e144843617cbf6d78b41b5287ad5dcc9fa1e8aaa861d52b64e72e8. Fresh hashes: owner binary 970b7de729956a53094c7eb98aba4270aee98e2fed5daf0d39e290013c90c841; /usr/bin/objdump 1eaaef2e7f57c4c7f69115c495e2466f5a8c8e5f3bc42221d092382f30f9d4cd, GNU Binutils 2.38. Decision: run one read-only local static experiment reproducing four corrected-domain windows: complete get/create, append, nested empty-copy path, and temporary cleanup. No VM/Ghidra/build-host lease held or needed; no game execution, mutation, delegation, staging or commit. Blockers remain live allocator safety/failure/unwind execution and independent reproduction; this analyst will not promote its own claim.\",\n \"timestamp\": \"2026-09-10T04:24:41.792903+00:00\"\n}\n","exit":0,"truncated":false},"title":"python3 tools/campaign.py --state-root /home/alex/sots-re checkpoint research-completion-abi --actor research-abi-analyst --role analyst --model openai/gpt-5.6-sol --session run-16f8e9b6376b278c4870be09 --summary 'RECOVERY/PRE-EXPERIMENT. Static authority read: campaign README, current workflow, contract, resolver checkpoint, all surprise statuses, decision d-b51f3f76803e852ed250846a, prior handoff and raw manifests. Observation: no open surprises; contract is needs-revision and assigns only campaign/research/research-completion-abi.md plus verify/results/research-completion-abi/. Resolver overturned only the claim that miss-path temporary EvTurn starts/copies zero; it preserved, for valid containers and normally returning helpers, the get/create ABI, full last-match scan, vptr/empty nested header, scalar copy plus nested deep-copy, cleanup-before-final requested-turn store and final EAX bucket. Observation: assigned engine HEAD 7741d42fc5e4e761e6449bdaf0e4a61d00036a23/common /home/alex/sots-engine/.git and RE HEAD 3bfde5a70d874a723e797a695bbd847fd82c0aa7/common /home/alex/sots-re/.git match baselines. Both worktrees contain pre-existing dirty/untracked files; no changes attributed to this quantum. Fresh source binding exactly matches prior engine ccd8e02083e8d2e2b3e97976ace2273c8f924dfc02a39e919004eaf3544c50fd and RE 6696fd5201e144843617cbf6d78b41b5287ad5dcc9fa1e8aaa861d52b64e72e8. Fresh hashes: owner binary 970b7de729956a53094c7eb98aba4270aee98e2fed5daf0d39e290013c90c841; /usr/bin/objdump 1eaaef2e7f57c4c7f69115c495e2466f5a8c8e5f3bc42221d092382f30f9d4cd, GNU Binutils 2.38. Decision: run one read-only local static experiment reproducing four corrected-domain windows: complete get/create, append, nested empty-copy path, and temporary cleanup. No VM/Ghidra/build-host lease held or needed; no game execution, mutation, delegation, staging or commit. Blockers remain live allocator safety/failure/unwind execution and independent reproduction; this analyst will not promote its own claim.' --artifact campaign/runtime/decisions/d-b51f3f76803e852ed250846a.json --artifact verify/results/research-live-record-bridge/run-472955e277202c411388c66b/manifest.json --next-action 'Create a fresh owned capture directory and rerun hash-bound objdump windows 0x00885380..0x0088544a, 0x00884cb0..0x00884d8f, 0x00779850..0x00779a20 and 0x00629580..0x006295ca.'","time":{"start":1789014281752,"end":1789014281813}},"metadata":{"openai":{"itemId":"fc_0a33cefa5e485a3d016aa23109944487d1984613904f09e44a"}},"id":"prt_0898f8e12001fpm6em9MslsLIY","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","messageID":"msg_0898f0e2c001722swHSxhLJKG0"}} +{"type":"step_finish","timestamp":1789014281893,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"id":"prt_0898f8ea2001i9KdhiSKAng1Mt","reason":"tool-calls","snapshot":"e82630a995f1f50701a0cbc76ede688cf8981d25","messageID":"msg_0898f0e2c001722swHSxhLJKG0","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","type":"step-finish","tokens":{"total":79685,"input":454,"output":739,"reasoning":28,"cache":{"write":0,"read":78464}},"cost":0}} +{"type":"step_start","timestamp":1789014283562,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"id":"prt_0898f9524001V4Kti220Ty3OVO","messageID":"msg_0898f8ed2001Okve3nzL3BksiH","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","snapshot":"6347a4b45cf0b6632e491775a333209cb03ee680","type":"step-start"}} +{"type":"tool_use","timestamp":1789014289473,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"type":"tool","tool":"bash","callID":"call_nVbzuCbX2jeFoqWQDzi6qc1b","state":{"status":"completed","input":{"command":"mkdir \"/home/alex/sots-re/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09\"","workdir":"/home/alex/sots-re"},"output":"(no output)","metadata":{"output":"(no output)","exit":0,"truncated":false},"title":"mkdir \"/home/alex/sots-re/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09\"","time":{"start":1789014289450,"end":1789014289467}},"metadata":{"openai":{"itemId":"fc_0df27f221d342d4b016aa2310fb51087d1a8d0c3acf43e00a6"}},"id":"prt_0898fa5bb001dkDVv9e9BG33DI","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","messageID":"msg_0898f8ed2001Okve3nzL3BksiH"}} +{"type":"step_finish","timestamp":1789014289569,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"id":"prt_0898fac9e0016kWriked9OFw6p","reason":"tool-calls","snapshot":"55807367b9d22feceec08debb684348d2092c744","messageID":"msg_0898f8ed2001Okve3nzL3BksiH","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","type":"step-finish","tokens":{"total":80796,"input":1896,"output":66,"reasoning":114,"cache":{"write":0,"read":78720}},"cost":0}} +{"type":"step_start","timestamp":1789014291886,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"id":"prt_0898fb5aa001eprJuyBG7UZ25k","messageID":"msg_0898facd7001LyH2ME6IQ25kmX","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","snapshot":"c9b11a9656175af92e94c9de69d02d43620c037e","type":"step-start"}} +{"type":"tool_use","timestamp":1789014343137,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"type":"tool","tool":"apply_patch","callID":"call_ZNyP5qZw16xuJ6Naa56OFGJS","state":{"status":"completed","input":{"patchText":"*** Begin Patch\n*** Add File: verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/capture.py\n+#!/usr/bin/env python3\n+\"\"\"Capture the four read-only windows required by decision d-b51f3f76803e852ed250846a.\"\"\"\n+\n+import hashlib\n+import json\n+import subprocess\n+from datetime import datetime, timezone\n+from pathlib import Path\n+\n+ROOT = Path(\"/home/alex/sots-re\")\n+OUT = ROOT / \"verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09\"\n+BINARY = ROOT / \"dumps/sots.exe\"\n+TOOL = Path(\"/usr/bin/objdump\")\n+\n+WINDOWS = (\n+ (\"turn-get-create\", \"0x00885380\", \"0x0088544a\"),\n+ (\"turn-append\", \"0x00884cb0\", \"0x00884d8f\"),\n+ (\"nested-copy\", \"0x00779850\", \"0x00779a20\"),\n+ (\"nested-dtor\", \"0x00629580\", \"0x006295ca\"),\n+)\n+\n+\n+def digest(data: bytes) -> str:\n+ return hashlib.sha256(data).hexdigest()\n+\n+\n+def file_digest(path: Path) -> str:\n+ return digest(path.read_bytes())\n+\n+\n+records = []\n+for name, start, stop in WINDOWS:\n+ argv = [str(TOOL), \"-D\", \"-Mintel\", f\"--start-address={start}\",\n+ f\"--stop-address={stop}\", str(BINARY)]\n+ proc = subprocess.run(argv, cwd=ROOT, check=False, capture_output=True)\n+ stdout_path = OUT / f\"{name}.stdout.txt\"\n+ stderr_path = OUT / f\"{name}.stderr.txt\"\n+ stdout_path.write_bytes(proc.stdout)\n+ stderr_path.write_bytes(proc.stderr)\n+ records.append({\n+ \"name\": name,\n+ \"argv\": argv,\n+ \"cwd\": str(ROOT),\n+ \"start\": start,\n+ \"stop\": stop,\n+ \"returncode\": proc.returncode,\n+ \"stdout\": {\n+ \"path\": str(stdout_path.relative_to(ROOT)),\n+ \"bytes\": len(proc.stdout),\n+ \"sha256\": digest(proc.stdout),\n+ },\n+ \"stderr\": {\n+ \"path\": str(stderr_path.relative_to(ROOT)),\n+ \"bytes\": len(proc.stderr),\n+ \"sha256\": digest(proc.stderr),\n+ },\n+ })\n+\n+version = subprocess.run([str(TOOL), \"--version\"], check=True,\n+ capture_output=True, text=True).stdout.splitlines()[0]\n+manifest = {\n+ \"schema\": \"sots-abi-static-capture/1\",\n+ \"session\": \"run-16f8e9b6376b278c4870be09\",\n+ \"actor\": \"research-abi-analyst\",\n+ \"role\": \"analyst\",\n+ \"model\": \"openai/gpt-5.6-sol\",\n+ \"timestamp\": datetime.now(timezone.utc).isoformat(),\n+ \"scope\": \"Fresh read-only correction capture required by d-b51f3f76803e852ed250846a; no game execution or live allocator claim.\",\n+ \"source_binding\": {\n+ \"engine\": {\n+ \"path\": \"/tmp/opencode/sots-final-research-engine\",\n+ \"commit\": \"7741d42fc5e4e761e6449bdaf0e4a61d00036a23\",\n+ \"sha256\": \"ccd8e02083e8d2e2b3e97976ace2273c8f924dfc02a39e919004eaf3544c50fd\",\n+ },\n+ \"re\": {\n+ \"path\": \"/tmp/opencode/sots-final-research-re\",\n+ \"commit\": \"3bfde5a70d874a723e797a695bbd847fd82c0aa7\",\n+ \"sha256\": \"6696fd5201e144843617cbf6d78b41b5287ad5dcc9fa1e8aaa861d52b64e72e8\",\n+ },\n+ },\n+ \"input\": {\n+ \"path\": \"dumps/sots.exe\",\n+ \"bytes\": BINARY.stat().st_size,\n+ \"sha256\": file_digest(BINARY),\n+ },\n+ \"tool\": {\n+ \"path\": str(TOOL),\n+ \"bytes\": TOOL.stat().st_size,\n+ \"sha256\": file_digest(TOOL),\n+ \"version\": version,\n+ },\n+ \"windows\": records,\n+}\n+(OUT / \"manifest.json\").write_text(json.dumps(manifest, indent=2) + \"\\n\")\n*** End Patch"},"output":"Success. Updated the following files:\nA verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/capture.py","metadata":{"diff":"Index: /home/alex/sots-re/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/capture.py\n===================================================================\n--- /home/alex/sots-re/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/capture.py\n+++ /home/alex/sots-re/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/capture.py\n@@ -0,0 +1,94 @@\n+#!/usr/bin/env python3\n+\"\"\"Capture the four read-only windows required by decision d-b51f3f76803e852ed250846a.\"\"\"\n+\n+import hashlib\n+import json\n+import subprocess\n+from datetime import datetime, timezone\n+from pathlib import Path\n+\n+ROOT = Path(\"/home/alex/sots-re\")\n+OUT = ROOT / \"verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09\"\n+BINARY = ROOT / \"dumps/sots.exe\"\n+TOOL = Path(\"/usr/bin/objdump\")\n+\n+WINDOWS = (\n+ (\"turn-get-create\", \"0x00885380\", \"0x0088544a\"),\n+ (\"turn-append\", \"0x00884cb0\", \"0x00884d8f\"),\n+ (\"nested-copy\", \"0x00779850\", \"0x00779a20\"),\n+ (\"nested-dtor\", \"0x00629580\", \"0x006295ca\"),\n+)\n+\n+\n+def digest(data: bytes) -> str:\n+ return hashlib.sha256(data).hexdigest()\n+\n+\n+def file_digest(path: Path) -> str:\n+ return digest(path.read_bytes())\n+\n+\n+records = []\n+for name, start, stop in WINDOWS:\n+ argv = [str(TOOL), \"-D\", \"-Mintel\", f\"--start-address={start}\",\n+ f\"--stop-address={stop}\", str(BINARY)]\n+ proc = subprocess.run(argv, cwd=ROOT, check=False, capture_output=True)\n+ stdout_path = OUT / f\"{name}.stdout.txt\"\n+ stderr_path = OUT / f\"{name}.stderr.txt\"\n+ stdout_path.write_bytes(proc.stdout)\n+ stderr_path.write_bytes(proc.stderr)\n+ records.append({\n+ \"name\": name,\n+ \"argv\": argv,\n+ \"cwd\": str(ROOT),\n+ \"start\": start,\n+ \"stop\": stop,\n+ \"returncode\": proc.returncode,\n+ \"stdout\": {\n+ \"path\": str(stdout_path.relative_to(ROOT)),\n+ \"bytes\": len(proc.stdout),\n+ \"sha256\": digest(proc.stdout),\n+ },\n+ \"stderr\": {\n+ \"path\": str(stderr_path.relative_to(ROOT)),\n+ \"bytes\": len(proc.stderr),\n+ \"sha256\": digest(proc.stderr),\n+ },\n+ })\n+\n+version = subprocess.run([str(TOOL), \"--version\"], check=True,\n+ capture_output=True, text=True).stdout.splitlines()[0]\n+manifest = {\n+ \"schema\": \"sots-abi-static-capture/1\",\n+ \"session\": \"run-16f8e9b6376b278c4870be09\",\n+ \"actor\": \"research-abi-analyst\",\n+ \"role\": \"analyst\",\n+ \"model\": \"openai/gpt-5.6-sol\",\n+ \"timestamp\": datetime.now(timezone.utc).isoformat(),\n+ \"scope\": \"Fresh read-only correction capture required by d-b51f3f76803e852ed250846a; no game execution or live allocator claim.\",\n+ \"source_binding\": {\n+ \"engine\": {\n+ \"path\": \"/tmp/opencode/sots-final-research-engine\",\n+ \"commit\": \"7741d42fc5e4e761e6449bdaf0e4a61d00036a23\",\n+ \"sha256\": \"ccd8e02083e8d2e2b3e97976ace2273c8f924dfc02a39e919004eaf3544c50fd\",\n+ },\n+ \"re\": {\n+ \"path\": \"/tmp/opencode/sots-final-research-re\",\n+ \"commit\": \"3bfde5a70d874a723e797a695bbd847fd82c0aa7\",\n+ \"sha256\": \"6696fd5201e144843617cbf6d78b41b5287ad5dcc9fa1e8aaa861d52b64e72e8\",\n+ },\n+ },\n+ \"input\": {\n+ \"path\": \"dumps/sots.exe\",\n+ \"bytes\": BINARY.stat().st_size,\n+ \"sha256\": file_digest(BINARY),\n+ },\n+ \"tool\": {\n+ \"path\": str(TOOL),\n+ \"bytes\": TOOL.stat().st_size,\n+ \"sha256\": file_digest(TOOL),\n+ \"version\": version,\n+ },\n+ \"windows\": records,\n+}\n+(OUT / \"manifest.json\").write_text(json.dumps(manifest, indent=2) + \"\\n\")\n\n","files":[{"filePath":"/home/alex/sots-re/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/capture.py","relativePath":"verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/capture.py","type":"add","patch":"Index: /home/alex/sots-re/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/capture.py\n===================================================================\n--- /home/alex/sots-re/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/capture.py\n+++ /home/alex/sots-re/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/capture.py\n@@ -0,0 +1,94 @@\n+#!/usr/bin/env python3\n+\"\"\"Capture the four read-only windows required by decision d-b51f3f76803e852ed250846a.\"\"\"\n+\n+import hashlib\n+import json\n+import subprocess\n+from datetime import datetime, timezone\n+from pathlib import Path\n+\n+ROOT = Path(\"/home/alex/sots-re\")\n+OUT = ROOT / \"verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09\"\n+BINARY = ROOT / \"dumps/sots.exe\"\n+TOOL = Path(\"/usr/bin/objdump\")\n+\n+WINDOWS = (\n+ (\"turn-get-create\", \"0x00885380\", \"0x0088544a\"),\n+ (\"turn-append\", \"0x00884cb0\", \"0x00884d8f\"),\n+ (\"nested-copy\", \"0x00779850\", \"0x00779a20\"),\n+ (\"nested-dtor\", \"0x00629580\", \"0x006295ca\"),\n+)\n+\n+\n+def digest(data: bytes) -> str:\n+ return hashlib.sha256(data).hexdigest()\n+\n+\n+def file_digest(path: Path) -> str:\n+ return digest(path.read_bytes())\n+\n+\n+records = []\n+for name, start, stop in WINDOWS:\n+ argv = [str(TOOL), \"-D\", \"-Mintel\", f\"--start-address={start}\",\n+ f\"--stop-address={stop}\", str(BINARY)]\n+ proc = subprocess.run(argv, cwd=ROOT, check=False, capture_output=True)\n+ stdout_path = OUT / f\"{name}.stdout.txt\"\n+ stderr_path = OUT / f\"{name}.stderr.txt\"\n+ stdout_path.write_bytes(proc.stdout)\n+ stderr_path.write_bytes(proc.stderr)\n+ records.append({\n+ \"name\": name,\n+ \"argv\": argv,\n+ \"cwd\": str(ROOT),\n+ \"start\": start,\n+ \"stop\": stop,\n+ \"returncode\": proc.returncode,\n+ \"stdout\": {\n+ \"path\": str(stdout_path.relative_to(ROOT)),\n+ \"bytes\": len(proc.stdout),\n+ \"sha256\": digest(proc.stdout),\n+ },\n+ \"stderr\": {\n+ \"path\": str(stderr_path.relative_to(ROOT)),\n+ \"bytes\": len(proc.stderr),\n+ \"sha256\": digest(proc.stderr),\n+ },\n+ })\n+\n+version = subprocess.run([str(TOOL), \"--version\"], check=True,\n+ capture_output=True, text=True).stdout.splitlines()[0]\n+manifest = {\n+ \"schema\": \"sots-abi-static-capture/1\",\n+ \"session\": \"run-16f8e9b6376b278c4870be09\",\n+ \"actor\": \"research-abi-analyst\",\n+ \"role\": \"analyst\",\n+ \"model\": \"openai/gpt-5.6-sol\",\n+ \"timestamp\": datetime.now(timezone.utc).isoformat(),\n+ \"scope\": \"Fresh read-only correction capture required by d-b51f3f76803e852ed250846a; no game execution or live allocator claim.\",\n+ \"source_binding\": {\n+ \"engine\": {\n+ \"path\": \"/tmp/opencode/sots-final-research-engine\",\n+ \"commit\": \"7741d42fc5e4e761e6449bdaf0e4a61d00036a23\",\n+ \"sha256\": \"ccd8e02083e8d2e2b3e97976ace2273c8f924dfc02a39e919004eaf3544c50fd\",\n+ },\n+ \"re\": {\n+ \"path\": \"/tmp/opencode/sots-final-research-re\",\n+ \"commit\": \"3bfde5a70d874a723e797a695bbd847fd82c0aa7\",\n+ \"sha256\": \"6696fd5201e144843617cbf6d78b41b5287ad5dcc9fa1e8aaa861d52b64e72e8\",\n+ },\n+ },\n+ \"input\": {\n+ \"path\": \"dumps/sots.exe\",\n+ \"bytes\": BINARY.stat().st_size,\n+ \"sha256\": file_digest(BINARY),\n+ },\n+ \"tool\": {\n+ \"path\": str(TOOL),\n+ \"bytes\": TOOL.stat().st_size,\n+ \"sha256\": file_digest(TOOL),\n+ \"version\": version,\n+ },\n+ \"windows\": records,\n+}\n+(OUT / \"manifest.json\").write_text(json.dumps(manifest, indent=2) + \"\\n\")\n","additions":94,"deletions":0}],"diagnostics":{},"truncated":false},"title":"Success. Updated the following files:\nA verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/capture.py","time":{"start":1789014343127,"end":1789014343133}},"metadata":{"openai":{"itemId":"fc_0d476c687b0dd387016aa23116aedc87d1b6bea67863a1c6d0"}},"id":"prt_0898fc0f10010SPQ3SSbY7MCS9","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","messageID":"msg_0898facd7001LyH2ME6IQ25kmX"}} +{"type":"step_finish","timestamp":1789014343282,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"id":"prt_089907e6f0019U17MgpMiB9BDU","reason":"tool-calls","snapshot":"5542e4204cc6cd8e6e19d4578609dbdd58d7472a","messageID":"msg_0898facd7001LyH2ME6IQ25kmX","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","type":"step-finish","tokens":{"total":82113,"input":298,"output":1233,"reasoning":70,"cache":{"write":0,"read":80512}},"cost":0}} +{"type":"step_start","timestamp":1789014345571,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"id":"prt_08990875a001rdEqeFKrpk37wu","messageID":"msg_089907ea2001iu9d2i19U46IPE","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","snapshot":"5ea93d828db11d36cc5bf1f538876770d7449764","type":"step-start"}} +{"type":"tool_use","timestamp":1789014348092,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"type":"tool","tool":"bash","callID":"call_HNpuc5jfmDTEKbEi2RNNSxGP","state":{"status":"completed","input":{"command":"python3 \"verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/capture.py\"","workdir":"/home/alex/sots-re","timeout":120000},"output":"(no output)","metadata":{"output":"(no output)","exit":0,"truncated":false},"title":"python3 \"verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/capture.py\"","time":{"start":1789014348025,"end":1789014348090}},"metadata":{"openai":{"itemId":"fc_0833c16afb6d8c88016aa2314a4cf087d192e6ca4f2469757e"}},"id":"prt_089908a990016kQeGeE320Nh8k","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","messageID":"msg_089907ea2001iu9d2i19U46IPE"}} +{"type":"step_finish","timestamp":1789014348186,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"id":"prt_089909197001CGli67UU5DGeiF","reason":"tool-calls","snapshot":"30389a427280dbde462bdb6e3a2361c50c0546b5","messageID":"msg_089907ea2001iu9d2i19U46IPE","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","type":"step-finish","tokens":{"total":82234,"input":1520,"output":67,"reasoning":7,"cache":{"write":0,"read":80640}},"cost":0}} +{"type":"step_start","timestamp":1789014350700,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"id":"prt_089909b68001kYrDQK9FFreVJn","messageID":"msg_0899091c5001dw1kgw1b6o2WVD","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","snapshot":"4a1bf2bcfe17d87bf706c7db9d3700244004ec72","type":"step-start"}} +{"type":"tool_use","timestamp":1789014369393,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"type":"tool","tool":"read","callID":"call_7ivx0GsFqFXxI1YJUexBWlE4","state":{"status":"completed","input":{"filePath":"/home/alex/sots-re/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/manifest.json"},"output":"/home/alex/sots-re/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/manifest.json\nfile\n\n1: {\n2: \"schema\": \"sots-abi-static-capture/1\",\n3: \"session\": \"run-16f8e9b6376b278c4870be09\",\n4: \"actor\": \"research-abi-analyst\",\n5: \"role\": \"analyst\",\n6: \"model\": \"openai/gpt-5.6-sol\",\n7: \"timestamp\": \"2026-09-10T04:25:48.076637+00:00\",\n8: \"scope\": \"Fresh read-only correction capture required by d-b51f3f76803e852ed250846a; no game execution or live allocator claim.\",\n9: \"source_binding\": {\n10: \"engine\": {\n11: \"path\": \"/tmp/opencode/sots-final-research-engine\",\n12: \"commit\": \"7741d42fc5e4e761e6449bdaf0e4a61d00036a23\",\n13: \"sha256\": \"ccd8e02083e8d2e2b3e97976ace2273c8f924dfc02a39e919004eaf3544c50fd\"\n14: },\n15: \"re\": {\n16: \"path\": \"/tmp/opencode/sots-final-research-re\",\n17: \"commit\": \"3bfde5a70d874a723e797a695bbd847fd82c0aa7\",\n18: \"sha256\": \"6696fd5201e144843617cbf6d78b41b5287ad5dcc9fa1e8aaa861d52b64e72e8\"\n19: }\n20: },\n21: \"input\": {\n22: \"path\": \"dumps/sots.exe\",\n23: \"bytes\": 7898624,\n24: \"sha256\": \"970b7de729956a53094c7eb98aba4270aee98e2fed5daf0d39e290013c90c841\"\n25: },\n26: \"tool\": {\n27: \"path\": \"/usr/bin/objdump\",\n28: \"bytes\": 373888,\n29: \"sha256\": \"1eaaef2e7f57c4c7f69115c495e2466f5a8c8e5f3bc42221d092382f30f9d4cd\",\n30: \"version\": \"GNU objdump (GNU Binutils for Ubuntu) 2.38\"\n31: },\n32: \"windows\": [\n33: {\n34: \"name\": \"turn-get-create\",\n35: \"argv\": [\n36: \"/usr/bin/objdump\",\n37: \"-D\",\n38: \"-Mintel\",\n39: \"--start-address=0x00885380\",\n40: \"--stop-address=0x0088544a\",\n41: \"/home/alex/sots-re/dumps/sots.exe\"\n42: ],\n43: \"cwd\": \"/home/alex/sots-re\",\n44: \"start\": \"0x00885380\",\n45: \"stop\": \"0x0088544a\",\n46: \"returncode\": 0,\n47: \"stdout\": {\n48: \"path\": \"verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/turn-get-create.stdout.txt\",\n49: \"bytes\": 3974,\n50: \"sha256\": \"f6e72ba9b08fdf48d70f39379b2fb30a5adbe796072485f70c5795c10ab45ca3\"\n51: },\n52: \"stderr\": {\n53: \"path\": \"verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/turn-get-create.stderr.txt\",\n54: \"bytes\": 0,\n55: \"sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n56: }\n57: },\n58: {\n59: \"name\": \"turn-append\",\n60: \"argv\": [\n61: \"/usr/bin/objdump\",\n62: \"-D\",\n63: \"-Mintel\",\n64: \"--start-address=0x00884cb0\",\n65: \"--stop-address=0x00884d8f\",\n66: \"/home/alex/sots-re/dumps/sots.exe\"\n67: ],\n68: \"cwd\": \"/home/alex/sots-re\",\n69: \"start\": \"0x00884cb0\",\n70: \"stop\": \"0x00884d8f\",\n71: \"returncode\": 0,\n72: \"stdout\": {\n73: \"path\": \"verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/turn-append.stdout.txt\",\n74: \"bytes\": 4179,\n75: \"sha256\": \"57d6655feed0fc137bb2b7eee4bfcb09536b5a715603c917ee142770f1d52a15\"\n76: },\n77: \"stderr\": {\n78: \"path\": \"verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/turn-append.stderr.txt\",\n79: \"bytes\": 0,\n80: \"sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n81: }\n82: },\n83: {\n84: \"name\": \"nested-copy\",\n85: \"argv\": [\n86: \"/usr/bin/objdump\",\n87: \"-D\",\n88: \"-Mintel\",\n89: \"--start-address=0x00779850\",\n90: \"--stop-address=0x00779a20\",\n91: \"/home/alex/sots-re/dumps/sots.exe\"\n92: ],\n93: \"cwd\": \"/home/alex/sots-re\",\n94: \"start\": \"0x00779850\",\n95: \"stop\": \"0x00779a20\",\n96: \"returncode\": 0,\n97: \"stdout\": {\n98: \"path\": \"verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/nested-copy.stdout.txt\",\n99: \"bytes\": 8469,\n100: \"sha256\": \"e3988aa615066dce65ec16de0d61051ffc5deafe8c8eef4aeb0bbfbe931204a1\"\n101: },\n102: \"stderr\": {\n103: \"path\": \"verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/nested-copy.stderr.txt\",\n104: \"bytes\": 0,\n105: \"sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n106: }\n107: },\n108: {\n109: \"name\": \"nested-dtor\",\n110: \"argv\": [\n111: \"/usr/bin/objdump\",\n112: \"-D\",\n113: \"-Mintel\",\n114: \"--start-address=0x00629580\",\n115: \"--stop-address=0x006295ca\",\n116: \"/home/alex/sots-re/dumps/sots.exe\"\n117: ],\n118: \"cwd\": \"/home/alex/sots-re\",\n119: \"start\": \"0x00629580\",\n120: \"stop\": \"0x006295ca\",\n121: \"returncode\": 0,\n122: \"stdout\": {\n123: \"path\": \"verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/nested-dtor.stdout.txt\",\n124: \"bytes\": 1727,\n125: \"sha256\": \"3c38887e60d009ab904772b13be93ac1eedd9bee85024e37110160a625db3a83\"\n126: },\n127: \"stderr\": {\n128: \"path\": \"verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/nested-dtor.stderr.txt\",\n129: \"bytes\": 0,\n130: \"sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n131: }\n132: }\n133: ]\n134: }\n\n(End of file - total 134 lines)\n","metadata":{"preview":"{\n \"schema\": \"sots-abi-static-capture/1\",\n \"session\": \"run-16f8e9b6376b278c4870be09\",\n \"actor\": \"research-abi-analyst\",\n \"role\": \"analyst\",\n \"model\": \"openai/gpt-5.6-sol\",\n \"timestamp\": \"2026-09-10T04:25:48.076637+00:00\",\n \"scope\": \"Fresh read-only correction capture required by d-b51f3f76803e852ed250846a; no game execution or live allocator claim.\",\n \"source_binding\": {\n \"engine\": {\n \"path\": \"/tmp/opencode/sots-final-research-engine\",\n \"commit\": \"7741d42fc5e4e761e6449bdaf0e4a61d00036a23\",\n \"sha256\": \"ccd8e02083e8d2e2b3e97976ace2273c8f924dfc02a39e919004eaf3544c50fd\"\n },\n \"re\": {\n \"path\": \"/tmp/opencode/sots-final-research-re\",\n \"commit\": \"3bfde5a70d874a723e797a695bbd847fd82c0aa7\",\n \"sha256\": \"6696fd5201e144843617cbf6d78b41b5287ad5dcc9fa1e8aaa861d52b64e72e8\"\n }\n },","truncated":false,"loaded":[],"display":{"type":"file","path":"/home/alex/sots-re/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/manifest.json","text":"{\n \"schema\": \"sots-abi-static-capture/1\",\n \"session\": \"run-16f8e9b6376b278c4870be09\",\n \"actor\": \"research-abi-analyst\",\n \"role\": \"analyst\",\n \"model\": \"openai/gpt-5.6-sol\",\n \"timestamp\": \"2026-09-10T04:25:48.076637+00:00\",\n \"scope\": \"Fresh read-only correction capture required by d-b51f3f76803e852ed250846a; no game execution or live allocator claim.\",\n \"source_binding\": {\n \"engine\": {\n \"path\": \"/tmp/opencode/sots-final-research-engine\",\n \"commit\": \"7741d42fc5e4e761e6449bdaf0e4a61d00036a23\",\n \"sha256\": \"ccd8e02083e8d2e2b3e97976ace2273c8f924dfc02a39e919004eaf3544c50fd\"\n },\n \"re\": {\n \"path\": \"/tmp/opencode/sots-final-research-re\",\n \"commit\": \"3bfde5a70d874a723e797a695bbd847fd82c0aa7\",\n \"sha256\": \"6696fd5201e144843617cbf6d78b41b5287ad5dcc9fa1e8aaa861d52b64e72e8\"\n }\n },\n \"input\": {\n \"path\": \"dumps/sots.exe\",\n \"bytes\": 7898624,\n \"sha256\": \"970b7de729956a53094c7eb98aba4270aee98e2fed5daf0d39e290013c90c841\"\n },\n \"tool\": {\n \"path\": \"/usr/bin/objdump\",\n \"bytes\": 373888,\n \"sha256\": \"1eaaef2e7f57c4c7f69115c495e2466f5a8c8e5f3bc42221d092382f30f9d4cd\",\n \"version\": \"GNU objdump (GNU Binutils for Ubuntu) 2.38\"\n },\n \"windows\": [\n {\n \"name\": \"turn-get-create\",\n \"argv\": [\n \"/usr/bin/objdump\",\n \"-D\",\n \"-Mintel\",\n \"--start-address=0x00885380\",\n \"--stop-address=0x0088544a\",\n \"/home/alex/sots-re/dumps/sots.exe\"\n ],\n \"cwd\": \"/home/alex/sots-re\",\n \"start\": \"0x00885380\",\n \"stop\": \"0x0088544a\",\n \"returncode\": 0,\n \"stdout\": {\n \"path\": \"verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/turn-get-create.stdout.txt\",\n \"bytes\": 3974,\n \"sha256\": \"f6e72ba9b08fdf48d70f39379b2fb30a5adbe796072485f70c5795c10ab45ca3\"\n },\n \"stderr\": {\n \"path\": \"verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/turn-get-create.stderr.txt\",\n \"bytes\": 0,\n \"sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n }\n },\n {\n \"name\": \"turn-append\",\n \"argv\": [\n \"/usr/bin/objdump\",\n \"-D\",\n \"-Mintel\",\n \"--start-address=0x00884cb0\",\n \"--stop-address=0x00884d8f\",\n \"/home/alex/sots-re/dumps/sots.exe\"\n ],\n \"cwd\": \"/home/alex/sots-re\",\n \"start\": \"0x00884cb0\",\n \"stop\": \"0x00884d8f\",\n \"returncode\": 0,\n \"stdout\": {\n \"path\": \"verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/turn-append.stdout.txt\",\n \"bytes\": 4179,\n \"sha256\": \"57d6655feed0fc137bb2b7eee4bfcb09536b5a715603c917ee142770f1d52a15\"\n },\n \"stderr\": {\n \"path\": \"verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/turn-append.stderr.txt\",\n \"bytes\": 0,\n \"sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n }\n },\n {\n \"name\": \"nested-copy\",\n \"argv\": [\n \"/usr/bin/objdump\",\n \"-D\",\n \"-Mintel\",\n \"--start-address=0x00779850\",\n \"--stop-address=0x00779a20\",\n \"/home/alex/sots-re/dumps/sots.exe\"\n ],\n \"cwd\": \"/home/alex/sots-re\",\n \"start\": \"0x00779850\",\n \"stop\": \"0x00779a20\",\n \"returncode\": 0,\n \"stdout\": {\n \"path\": \"verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/nested-copy.stdout.txt\",\n \"bytes\": 8469,\n \"sha256\": \"e3988aa615066dce65ec16de0d61051ffc5deafe8c8eef4aeb0bbfbe931204a1\"\n },\n \"stderr\": {\n \"path\": \"verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/nested-copy.stderr.txt\",\n \"bytes\": 0,\n \"sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n }\n },\n {\n \"name\": \"nested-dtor\",\n \"argv\": [\n \"/usr/bin/objdump\",\n \"-D\",\n \"-Mintel\",\n \"--start-address=0x00629580\",\n \"--stop-address=0x006295ca\",\n \"/home/alex/sots-re/dumps/sots.exe\"\n ],\n \"cwd\": \"/home/alex/sots-re\",\n \"start\": \"0x00629580\",\n \"stop\": \"0x006295ca\",\n \"returncode\": 0,\n \"stdout\": {\n \"path\": \"verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/nested-dtor.stdout.txt\",\n \"bytes\": 1727,\n \"sha256\": \"3c38887e60d009ab904772b13be93ac1eedd9bee85024e37110160a625db3a83\"\n },\n \"stderr\": {\n \"path\": \"verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/nested-dtor.stderr.txt\",\n \"bytes\": 0,\n \"sha256\": \"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\"\n }\n }\n ]\n}","lineStart":1,"lineEnd":134,"totalLines":134,"truncated":false}},"title":"verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/manifest.json","time":{"start":1789014369380,"end":1789014369388}},"metadata":{"openai":{"itemId":"fc_084888c7f96592e2016aa23161366c87d18960f165f61aefcf"}},"id":"prt_08990e433001IiDe3b1BBIfB6v","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","messageID":"msg_0899091c5001dw1kgw1b6o2WVD"}} +{"type":"tool_use","timestamp":1789014369446,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"type":"tool","tool":"grep","callID":"call_FdTEKslOhKzgRd8gU1aVuTTj","state":{"status":"completed","input":{"path":"/home/alex/sots-re/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/turn-get-create.stdout.txt","pattern":"8853|8854"},"output":"Found 82 matches\n/home/alex/sots-re/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/turn-get-create.stdout.txt:\n Line 7: 00885380 <.text+0x484380>:\n\n Line 8: 885380:\t55 \tpush ebp\n\n Line 9: 885381:\t8b ec \tmov ebp,esp\n\n Line 10: 885383:\t6a ff \tpush 0xffffffff\n\n Line 11: 885385:\t68 30 af 99 00 \tpush 0x99af30\n\n Line 12: 88538a:\t64 a1 00 00 00 00 \tmov eax,fs:0x0\n\n Line 13: 885390:\t50 \tpush eax\n\n Line 14: 885391:\t83 ec 18 \tsub esp,0x18\n\n Line 15: 885394:\t53 \tpush ebx\n\n Line 16: 885395:\t56 \tpush esi\n\n Line 17: 885396:\t57 \tpush edi\n\n Line 18: 885397:\ta1 78 8b af 00 \tmov eax,ds:0xaf8b78\n\n Line 19: 88539c:\t33 c5 \txor eax,ebp\n\n Line 20: 88539e:\t50 \tpush eax\n\n Line 21: 88539f:\t8d 45 f4 \tlea eax,[ebp-0xc]\n\n Line 22: 8853a2:\t64 a3 00 00 00 00 \tmov fs:0x0,eax\n\n Line 23: 8853a8:\t8b f1 \tmov esi,ecx\n\n Line 24: 8853aa:\t8b 56 08 \tmov edx,DWORD PTR [esi+0x8]\n\n Line 25: 8853ad:\t2b 56 04 \tsub edx,DWORD PTR [esi+0x4]\n\n Line 26: 8853b0:\t8d 4e 04 \tlea ecx,[esi+0x4]\n\n Line 27: 8853b3:\tb8 ab aa aa 2a \tmov eax,0x2aaaaaab\n\n Line 28: 8853b8:\tf7 ea \timul edx\n\n Line 29: 8853ba:\tc1 fa 02 \tsar edx,0x2\n\n Line 30: 8853bd:\t8b c2 \tmov eax,edx\n\n Line 31: 8853bf:\tc1 e8 1f \tshr eax,0x1f\n\n Line 32: 8853c2:\t33 db \txor ebx,ebx\n\n Line 33: 8853c4:\t03 c2 \tadd eax,edx\n\n Line 34: 8853c6:\t33 ff \txor edi,edi\n\n Line 35: 8853c8:\t3b c3 \tcmp eax,ebx\n\n Line 36: 8853ca:\t7e 30 \tjle 0x8853fc\n\n Line 37: 8853cc:\t8b 11 \tmov edx,DWORD PTR [ecx]\n\n Line 38: 8853ce:\t8b ff \tmov edi,edi\n\n Line 39: 8853d0:\t8b 5d 08 \tmov ebx,DWORD PTR [ebp+0x8]\n\n Line 40: 8853d3:\t39 5a 04 \tcmp DWORD PTR [edx+0x4],ebx\n\n Line 41: 8853d6:\t75 02 \tjne 0x8853da\n\n Line 42: 8853d8:\t8b fa \tmov edi,edx\n\n Line 43: 8853da:\t83 c2 18 \tadd edx,0x18\n\n Line 44: 8853dd:\t48 \tdec eax\n\n Line 45: 8853de:\t75 f0 \tjne 0x8853d0\n\n Line 46: 8853e0:\t33 db \txor ebx,ebx\n\n Line 47: 8853e2:\t3b fb \tcmp edi,ebx\n\n Line 48: 8853e4:\t74 16 \tje 0x8853fc\n\n Line 49: 8853e6:\t8b c7 \tmov eax,edi\n\n Line 50: 8853e8:\t8b 4d f4 \tmov ecx,DWORD PTR [ebp-0xc]\n\n Line 51: 8853eb:\t64 89 0d 00 00 00 00 \tmov DWORD PTR fs:0x0,ecx\n\n Line 52: 8853f2:\t59 \tpop ecx\n\n Line 53: 8853f3:\t5f \tpop edi\n\n Line 54: 8853f4:\t5e \tpop esi\n\n Line 55: 8853f5:\t5b \tpop ebx\n\n Line 56: 8853f6:\t8b e5 \tmov esp,ebp\n\n Line 57: 8853f8:\t5d \tpop ebp\n\n Line 58: 8853f9:\tc2 04 00 \tret 0x4\n\n Line 59: 8853fc:\tc7 45 dc 7c f0 a0 00 \tmov DWORD PTR [ebp-0x24],0xa0f07c\n\n Line 60: 885403:\t89 5d e4 \tmov DWORD PTR [ebp-0x1c],ebx\n\n Line 61: 885406:\t89 5d e8 \tmov DWORD PTR [ebp-0x18],ebx\n\n Line 62: 885409:\t89 5d ec \tmov DWORD PTR [ebp-0x14],ebx\n\n Line 63: 88540c:\t8d 45 dc \tlea eax,[ebp-0x24]\n\n Line 64: 88540f:\t50 \tpush eax\n\n Line 65: 885410:\t89 5d fc \tmov DWORD PTR [ebp-0x4],ebx\n\n Line 66: 885413:\te8 98 f8 ff ff \tcall 0x884cb0\n\n Line 67: 885418:\t8d 4d e4 \tlea ecx,[ebp-0x1c]\n\n Line 68: 88541b:\tc7 45 fc 01 00 00 00 \tmov DWORD PTR [ebp-0x4],0x1\n\n Line 69: 885422:\te8 59 41 da ff \tcall 0x629580\n\n Line 70: 885427:\t8b 46 08 \tmov eax,DWORD PTR [esi+0x8]\n\n Line 71: 88542a:\t8b 4d 08 \tmov ecx,DWORD PTR [ebp+0x8]\n\n Line 72: 88542d:\t89 48 ec \tmov DWORD PTR [eax-0x14],ecx\n\n Line 73: 885430:\t8b 46 08 \tmov eax,DWORD PTR [esi+0x8]\n\n Line 74: 885433:\t83 e8 18 \tsub eax,0x18\n\n Line 75: 885436:\t8b 4d f4 \tmov ecx,DWORD PTR [ebp-0xc]\n\n Line 76: 885439:\t64 89 0d 00 00 00 00 \tmov DWORD PTR fs:0x0,ecx\n\n Line 77: 885440:\t59 \tpop ecx\n\n Line 78: 885441:\t5f \tpop edi\n\n Line 79: 885442:\t5e \tpop esi\n\n Line 80: 885443:\t5b \tpop ebx\n\n Line 81: 885444:\t8b e5 \tmov esp,ebp\n\n Line 82: 885446:\t5d \tpop ebp\n\n Line 83: 885447:\tc2 04 00 \tret 0x4\n\n\n/home/alex/sots-re/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/manifest.json:\n Line 39: \"--start-address=0x00885380\",\n\n Line 40: \"--stop-address=0x0088544a\",\n\n Line 44: \"start\": \"0x00885380\",\n\n Line 45: \"stop\": \"0x0088544a\",\n\n\n/home/alex/sots-re/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/capture.py:\n Line 16: (\"turn-get-create\", \"0x00885380\", \"0x0088544a\"),\n","metadata":{"matches":82,"truncated":false},"title":"8853|8854","time":{"start":1789014369429,"end":1789014369445}},"metadata":{"openai":{"itemId":"fc_084888c7f96592e2016aa23161368487d1a9f624ce92ffe90d"}},"id":"prt_08990e46f001n0DOO9ihmmIH99","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","messageID":"msg_0899091c5001dw1kgw1b6o2WVD"}} +{"type":"tool_use","timestamp":1789014369476,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"type":"tool","tool":"grep","callID":"call_kjFQd5jNj6EqqIAGs95ZlhXS","state":{"status":"completed","input":{"path":"/home/alex/sots-re/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/turn-append.stdout.txt","pattern":"884d(4|5|6|7|8)"},"output":"Found 31 matches\n/home/alex/sots-re/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/manifest.json:\n Line 65: \"--stop-address=0x00884d8f\",\n\n Line 70: \"stop\": \"0x00884d8f\",\n\n\n/home/alex/sots-re/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/turn-append.stdout.txt:\n Line 50: 884d22:\t74 54 \tje 0x884d78\n\n Line 57: 884d38:\teb 36 \tjmp 0x884d70\n\n Line 59: 884d3d:\t75 09 \tjne 0x884d48\n\n Line 61: 884d41:\t8b cf \tmov ecx,edi\n\n Line 62: 884d43:\te8 58 f4 ff ff \tcall 0x8841a0\n\n Line 63: 884d48:\t8b 47 04 \tmov eax,DWORD PTR [edi+0x4]\n\n Line 64: 884d4b:\t89 45 08 \tmov DWORD PTR [ebp+0x8],eax\n\n Line 65: 884d4e:\t89 45 f0 \tmov DWORD PTR [ebp-0x10],eax\n\n Line 66: 884d51:\tc7 45 fc 02 00 00 00 \tmov DWORD PTR [ebp-0x4],0x2\n\n Line 67: 884d58:\t85 c0 \ttest eax,eax\n\n Line 68: 884d5a:\t74 1c \tje 0x884d78\n\n Line 69: 884d5c:\tc7 00 7c f0 a0 00 \tmov DWORD PTR [eax],0xa0f07c\n\n Line 70: 884d62:\t8b 4e 04 \tmov ecx,DWORD PTR [esi+0x4]\n\n Line 71: 884d65:\t83 c6 08 \tadd esi,0x8\n\n Line 72: 884d68:\tc6 45 fc 03 \tmov BYTE PTR [ebp-0x4],0x3\n\n Line 73: 884d6c:\t89 48 04 \tmov DWORD PTR [eax+0x4],ecx\n\n Line 74: 884d6f:\t56 \tpush esi\n\n Line 75: 884d70:\t8d 48 08 \tlea ecx,[eax+0x8]\n\n Line 76: 884d73:\te8 d8 4a ef ff \tcall 0x779850\n\n Line 77: 884d78:\t83 47 04 18 \tadd DWORD PTR [edi+0x4],0x18\n\n Line 78: 884d7c:\t8b 4d f4 \tmov ecx,DWORD PTR [ebp-0xc]\n\n Line 79: 884d7f:\t64 89 0d 00 00 00 00 \tmov DWORD PTR fs:0x0,ecx\n\n Line 80: 884d86:\t59 \tpop ecx\n\n Line 81: 884d87:\t5f \tpop edi\n\n Line 82: 884d88:\t5e \tpop esi\n\n Line 83: 884d89:\t8b e5 \tmov esp,ebp\n\n Line 84: 884d8b:\t5d \tpop ebp\n\n Line 85: 884d8c:\tc2 04 00 \tret 0x4\n\n\n/home/alex/sots-re/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/capture.py:\n Line 17: (\"turn-append\", \"0x00884cb0\", \"0x00884d8f\"),\n","metadata":{"matches":31,"truncated":false},"title":"884d(4|5|6|7|8)","time":{"start":1789014369459,"end":1789014369472}},"metadata":{"openai":{"itemId":"fc_084888c7f96592e2016aa23161368c87d1aab2411379be953e"}},"id":"prt_08990e49c001Dw7dHXe1Motj3e","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","messageID":"msg_0899091c5001dw1kgw1b6o2WVD"}} +{"type":"tool_use","timestamp":1789014369518,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"type":"tool","tool":"grep","callID":"call_Qrb9iaTcPbee91unjNi6xR6v","state":{"status":"completed","input":{"path":"/home/alex/sots-re/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/nested-copy.stdout.txt","pattern":"7798|7799|779a"},"output":"Found 100 matches (more matches available)\n/home/alex/sots-re/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/turn-append.stdout.txt:\n Line 76: 884d73:\te8 d8 4a ef ff \tcall 0x779850\n\n\n/home/alex/sots-re/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/capture.py:\n Line 18: (\"nested-copy\", \"0x00779850\", \"0x00779a20\"),\n\n\n/home/alex/sots-re/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/manifest.json:\n Line 89: \"--start-address=0x00779850\",\n\n Line 90: \"--stop-address=0x00779a20\",\n\n Line 94: \"start\": \"0x00779850\",\n\n Line 95: \"stop\": \"0x00779a20\",\n\n\n/home/alex/sots-re/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/nested-copy.stdout.txt:\n Line 7: 00779850 <.text+0x378850>:\n\n Line 8: 779850:\t55 \tpush ebp\n\n Line 9: 779851:\t8b ec \tmov ebp,esp\n\n Line 10: 779853:\t6a ff \tpush 0xffffffff\n\n Line 11: 779855:\t68 10 7b 98 00 \tpush 0x987b10\n\n Line 12: 77985a:\t64 a1 00 00 00 00 \tmov eax,fs:0x0\n\n Line 13: 779860:\t50 \tpush eax\n\n Line 14: 779861:\t83 ec 08 \tsub esp,0x8\n\n Line 15: 779864:\t53 \tpush ebx\n\n Line 16: 779865:\t56 \tpush esi\n\n Line 17: 779866:\t57 \tpush edi\n\n Line 18: 779867:\ta1 78 8b af 00 \tmov eax,ds:0xaf8b78\n\n Line 19: 77986c:\t33 c5 \txor eax,ebp\n\n Line 20: 77986e:\t50 \tpush eax\n\n Line 21: 77986f:\t8d 45 f4 \tlea eax,[ebp-0xc]\n\n Line 22: 779872:\t64 a3 00 00 00 00 \tmov fs:0x0,eax\n\n Line 23: 779878:\t89 65 f0 \tmov DWORD PTR [ebp-0x10],esp\n\n Line 24: 77987b:\t8b f1 \tmov esi,ecx\n\n Line 25: 77987d:\t89 75 ec \tmov DWORD PTR [ebp-0x14],esi\n\n Line 26: 779880:\t8b 5d 08 \tmov ebx,DWORD PTR [ebp+0x8]\n\n Line 27: 779883:\t33 c0 \txor eax,eax\n\n Line 28: 779885:\t89 06 \tmov DWORD PTR [esi],eax\n\n Line 29: 779887:\t89 46 04 \tmov DWORD PTR [esi+0x4],eax\n\n Line 30: 77988a:\t89 46 08 \tmov DWORD PTR [esi+0x8],eax\n\n Line 31: 77988d:\t8b 4b 04 \tmov ecx,DWORD PTR [ebx+0x4]\n\n Line 32: 779890:\t2b 0b \tsub ecx,DWORD PTR [ebx]\n\n Line 33: 779892:\tb8 09 cb 3d 8d \tmov eax,0x8d3dcb09\n\n Line 34: 779897:\tf7 e9 \timul ecx\n\n Line 35: 779899:\t03 d1 \tadd edx,ecx\n\n Line 36: 77989b:\tc1 fa 06 \tsar edx,0x6\n\n Line 37: 77989e:\t8b fa \tmov edi,edx\n\n Line 38: 7798a0:\tb8 00 00 00 00 \tmov eax,0x0\n\n Line 39: 7798a5:\tc1 ef 1f \tshr edi,0x1f\n\n Line 40: 7798a8:\t03 fa \tadd edi,edx\n\n Line 41: 7798aa:\t89 06 \tmov DWORD PTR [esi],eax\n\n Line 42: 7798ac:\t89 46 04 \tmov DWORD PTR [esi+0x4],eax\n\n Line 43: 7798af:\t89 46 08 \tmov DWORD PTR [esi+0x8],eax\n\n Line 44: 7798b2:\t74 4b \tje 0x7798ff\n\n Line 45: 7798b4:\t81 ff 2c f7 34 02 \tcmp edi,0x234f72c\n\n Line 46: 7798ba:\t76 0b \tjbe 0x7798c7\n\n Line 47: 7798bc:\t68 90 1f 9e 00 \tpush 0x9e1f90\n\n Line 48: 7798c1:\tff 15 50 d1 9d 00 \tcall DWORD PTR ds:0x9dd150\n\n Line 49: 7798c7:\t8d 4e 0c \tlea ecx,[esi+0xc]\n\n Line 50: 7798ca:\t57 \tpush edi\n\n Line 51: 7798cb:\te8 70 16 01 00 \tcall 0x78af40\n\n Line 52: 7798d0:\t6b ff 74 \timul edi,edi,0x74\n\n Line 53: 7798d3:\t8b 55 08 \tmov edx,DWORD PTR [ebp+0x8]\n\n Line 54: 7798d6:\t52 \tpush edx\n\n Line 55: 7798d7:\t8d 56 0c \tlea edx,[esi+0xc]\n\n Line 56: 7798da:\t52 \tpush edx\n\n Line 57: 7798db:\t03 f8 \tadd edi,eax\n\n Line 58: 7798dd:\t89 06 \tmov DWORD PTR [esi],eax\n\n Line 59: 7798df:\t89 46 04 \tmov DWORD PTR [esi+0x4],eax\n\n Line 60: 7798e2:\t89 7e 08 \tmov DWORD PTR [esi+0x8],edi\n\n Line 61: 7798e5:\t8b 4b 04 \tmov ecx,DWORD PTR [ebx+0x4]\n\n Line 62: 7798e8:\t8b 1b \tmov ebx,DWORD PTR [ebx]\n\n Line 63: 7798ea:\t50 \tpush eax\n\n Line 64: 7798eb:\t51 \tpush ecx\n\n Line 65: 7798ec:\t53 \tpush ebx\n\n Line 66: 7798ed:\tc7 45 fc 00 00 00 00 \tmov DWORD PTR [ebp-0x4],0x0\n\n Line 67: 7798f4:\te8 a7 8c ff ff \tcall 0x7725a0\n\n Line 68: 7798f9:\t83 c4 14 \tadd esp,0x14\n\n Line 69: 7798fc:\t89 46 04 \tmov DWORD PTR [esi+0x4],eax\n\n Line 70: 7798ff:\t8b c6 \tmov eax,esi\n\n Line 71: 779901:\t8b 4d f4 \tmov ecx,DWORD PTR [ebp-0xc]\n\n Line 72: 779904:\t64 89 0d 00 00 00 00 \tmov DWORD PTR fs:0x0,ecx\n\n Line 73: 77990b:\t59 \tpop ecx\n\n Line 74: 77990c:\t5f \tpop edi\n\n Line 75: 77990d:\t5e \tpop esi\n\n Line 76: 77990e:\t5b \tpop ebx\n\n Line 77: 77990f:\t8b e5 \tmov esp,ebp\n\n Line 78: 779911:\t5d \tpop ebp\n\n Line 79: 779912:\tc2 04 00 \tret 0x4\n\n Line 80: 779915:\t8b 4d ec \tmov ecx,DWORD PTR [ebp-0x14]\n\n Line 81: 779918:\te8 63 fc ea ff \tcall 0x629580\n\n Line 82: 77991d:\t6a 00 \tpush 0x0\n\n Line 83: 77991f:\t6a 00 \tpush 0x0\n\n Line 84: 779921:\te8 96 b6 1a 00 \tcall 0x924fbc\n\n Line 85: 779926:\tcc \tint3 \n\n Line 86: 779927:\tcc \tint3 \n\n Line 87: 779928:\tcc \tint3 \n\n Line 88: 779929:\tcc \tint3 \n\n Line 89: 77992a:\tcc \tint3 \n\n Line 90: 77992b:\tcc \tint3 \n\n Line 91: 77992c:\tcc \tint3 \n\n Line 92: 77992d:\tcc \tint3 \n\n Line 93: 77992e:\tcc \tint3 \n\n Line 94: 77992f:\tcc \tint3 \n\n Line 95: 779930:\t55 \tpush ebp\n\n Line 96: 779931:\t8b ec \tmov ebp,esp\n\n Line 97: 779933:\t6a ff \tpush 0xffffffff\n\n Line 98: 779935:\t68 38 06 97 00 \tpush 0x970638\n\n Line 99: 77993a:\t64 a1 00 00 00 00 \tmov eax,fs:0x0\n\n Line 100: 779940:\t50 \tpush eax\n\n\n(Results truncated. Consider using a more specific path or pattern.)","metadata":{"matches":100,"truncated":true},"title":"7798|7799|779a","time":{"start":1789014369502,"end":1789014369513}},"metadata":{"openai":{"itemId":"fc_084888c7f96592e2016aa23161369487d1b4a86c9f69d7639d"}},"id":"prt_08990e4c20014eFwylq8MEgXXr","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","messageID":"msg_0899091c5001dw1kgw1b6o2WVD"}} +{"type":"tool_use","timestamp":1789014369531,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"type":"tool","tool":"grep","callID":"call_VLUPW6dQSD6l1VV4H1gD1rsP","state":{"status":"completed","input":{"path":"/home/alex/sots-re/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/nested-dtor.stdout.txt","pattern":"6295"},"output":"Found 40 matches\n/home/alex/sots-re/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/turn-get-create.stdout.txt:\n Line 69: 885422:\te8 59 41 da ff \tcall 0x629580\n\n\n/home/alex/sots-re/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/nested-copy.stdout.txt:\n Line 81: 779918:\te8 63 fc ea ff \tcall 0x629580\n\n\n/home/alex/sots-re/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/manifest.json:\n Line 114: \"--start-address=0x00629580\",\n\n Line 115: \"--stop-address=0x006295ca\",\n\n Line 119: \"start\": \"0x00629580\",\n\n Line 120: \"stop\": \"0x006295ca\",\n\n\n/home/alex/sots-re/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/capture.py:\n Line 19: (\"nested-dtor\", \"0x00629580\", \"0x006295ca\"),\n\n\n/home/alex/sots-re/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/nested-dtor.stdout.txt:\n Line 7: 00629580 <.text+0x228580>:\n\n Line 8: 629580:\t57 \tpush edi\n\n Line 9: 629581:\t8b f9 \tmov edi,ecx\n\n Line 10: 629583:\t83 3f 00 \tcmp DWORD PTR [edi],0x0\n\n Line 11: 629586:\t74 36 \tje 0x6295be\n\n Line 12: 629588:\t53 \tpush ebx\n\n Line 13: 629589:\t56 \tpush esi\n\n Line 14: 62958a:\tff 15 2c d1 9d 00 \tcall DWORD PTR ds:0x9dd12c\n\n Line 15: 629590:\t8b 5f 04 \tmov ebx,DWORD PTR [edi+0x4]\n\n Line 16: 629593:\t8b 37 \tmov esi,DWORD PTR [edi]\n\n Line 17: 629595:\t3b f3 \tcmp esi,ebx\n\n Line 18: 629597:\t74 18 \tje 0x6295b1\n\n Line 19: 629599:\t8d a4 24 00 00 00 00 \tlea esp,[esp+0x0]\n\n Line 20: 6295a0:\t8b 06 \tmov eax,DWORD PTR [esi]\n\n Line 21: 6295a2:\t8b 10 \tmov edx,DWORD PTR [eax]\n\n Line 22: 6295a4:\t6a 00 \tpush 0x0\n\n Line 23: 6295a6:\t8b ce \tmov ecx,esi\n\n Line 24: 6295a8:\tff d2 \tcall edx\n\n Line 25: 6295aa:\t83 c6 74 \tadd esi,0x74\n\n Line 26: 6295ad:\t3b f3 \tcmp esi,ebx\n\n Line 27: 6295af:\t75 ef \tjne 0x6295a0\n\n Line 28: 6295b1:\t8b 07 \tmov eax,DWORD PTR [edi]\n\n Line 29: 6295b3:\t50 \tpush eax\n\n Line 30: 6295b4:\te8 f1 b9 2f 00 \tcall 0x924faa\n\n Line 31: 6295b9:\t83 c4 04 \tadd esp,0x4\n\n Line 32: 6295bc:\t5e \tpop esi\n\n Line 33: 6295bd:\t5b \tpop ebx\n\n Line 34: 6295be:\t33 c0 \txor eax,eax\n\n Line 35: 6295c0:\t89 07 \tmov DWORD PTR [edi],eax\n\n Line 36: 6295c2:\t89 47 04 \tmov DWORD PTR [edi+0x4],eax\n\n Line 37: 6295c5:\t89 47 08 \tmov DWORD PTR [edi+0x8],eax\n\n Line 38: 6295c8:\t5f \tpop edi\n\n Line 39: 6295c9:\tc3 \tret \n","metadata":{"matches":40,"truncated":false},"title":"6295","time":{"start":1789014369516,"end":1789014369530}},"metadata":{"openai":{"itemId":"fc_084888c7f96592e2016aa23161369c87d1a9eee3d8b4eb0d14"}},"id":"prt_08990e4e0001Vd6gF8fsxf1C1y","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","messageID":"msg_0899091c5001dw1kgw1b6o2WVD"}} +{"type":"step_finish","timestamp":1789014369664,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"id":"prt_08990e57d0015WcFgfzEigAodU","reason":"tool-calls","snapshot":"c3a282d3cf8f99244a533e9964aa3ed607816e68","messageID":"msg_0899091c5001dw1kgw1b6o2WVD","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","type":"step-finish","tokens":{"total":82590,"input":200,"output":318,"reasoning":24,"cache":{"write":0,"read":82048}},"cost":0}} +{"type":"step_start","timestamp":1789014372242,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"id":"prt_08990ef8a001aoFOFB5d7fBwan","messageID":"msg_08990e5ad001cVD904zPHDMMkW","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","snapshot":"c37ffe5387e8c9f286ee11f2a194067fed463f9a","type":"step-start"}} +{"type":"tool_use","timestamp":1789014385808,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"type":"tool","tool":"bash","callID":"call_OAEkakr5ALA2RJPSvfS5wDpA","state":{"status":"completed","input":{"command":"python3 -c 'import json; p=\"campaign/runtime/decisions/d-b51f3f76803e852ed250846a.json\"; d=json.load(open(p)); print(d[\"explanation\"])'","workdir":"/home/alex/sots-re"},"output":"Astra resolution, session run-f63d1e050a7ee3fac7b44885. OBSERVATION/PROVENANCE: reviewed complete raw get/create and append windows in verify/results/research-live-record-bridge/run-472955e277202c411388c66b; checkpoint d08b4bbf364f3305ee2fef98 rehashed manifest ae16b4b500db5b84bea27c659e254842ab0c67c040ca782c016381384338773b and both stdout artifacts to their recorded hashes. Historical capture manifest binds sots.exe 970b7de729956a53094c7eb98aba4270aee98e2fed5daf0d39e290013c90c841 and objdump 1eaaef2e7f57c4c7f69115c495e2466f5a8c8e5f3bc42221d092382f30f9d4cd with positive nonempty exit-zero static execution. Current binary/tool were not rehashed or rerun: resolver shell denies that operation. Worktree HEAD/common directories match baselines; dirty content is not inferred from HEAD. No game or hook ran; read-only disassembly introduces no runtime instrument effects. No stale-build or game-mechanism diagnosis is justified.\nOVERTURNED, exact captured normal miss-path domain: temporary EvTurn is initialized to zero, and append necessarily copies zero (recovered-static.md lines 68-69). Complete entry has no call before append and no store to EBP-0x20: prologue writes SEH at -4/-8/-c, stack reservation does not initialize locals, saved registers/cookie are below -24; miss stores vptr at -24, nested pointers at -1c/-18/-14 and EH state at -4. ECX names receiver+4. Append external-source branch loads source+4 at 0x884d62 and stores destination+4 at 0x884d6c, then nested-copy, then advances last at 0x884d78. Temporary nested cleanup at 0x885422 precedes requested-turn store to last-0x14 at 0x88542d.\nSURVIVES in those static windows for valid containers and normally returning helpers: ECX receiver/one stack argument/ret4/EAX bucket ABI; full last-match scan; vptr and empty nested-header initialization; scalar EvTurn copy distinct from nested deep-copy; cleanup of temporary nested vector; final new bucket turn equals requested turn and EAX=last-0x18. Existing unrelated ObservedTech, PlayerEvent equality and archived-state measurements are not falsified by this finding.\nQUALIFIED: transient EvTurn is an incoming stack word not initialized by this routine, not a measured random value or necessarily nonzero. Post-return semantics are statically usable only on successful normal paths with valid allocations; no conclusion about failure, reentrancy, transient observers, live allocator safety or all-byte/padding equivalence. Deep-copy/unwind outside inspected empty nested path retain prior static-only scope, not newly reproduced runtime coverage. Complete 0x18 layout must distinguish semantic fields from uninitialized/padding bytes, not invent defaults.\nINVALIDATION: controls withdraw both current integrated evidence records research-completion-abi-static-run-79357a65226f61d6a86c042d and research-completion-abi-validation-run-735fcb8f4876c10285b03fad and their verdict/checkpoint as acceptance, retaining raw historical measurements. ownership-recovered and independent-cross-check must be re-established against corrected interpretation; archived-state byte claims themselves are not overturned. No silent criterion waiver.\nREVISED SCOPE/NEXT: lead assigns the ABI owner a read-only identity/reproduction-and-correction quantum, then independent integrated verification and normal reacceptance. Generated row wording: On miss, initializes TurnEvents vptr and three nested-vector pointers; temporary EvTurn at +4 is not initialized by this routine. Append copies that incoming word, deep-copies nested vector and advances last. After temporary nested-vector cleanup, get/create writes requested turn into stored last element and returns it. Normal-return static semantics only; transient word, padding and failure effects are not runtime-certified. No source edits made by resolver. Bridge and replacement readiness remain gated by reaccepted ABI and all existing runtime criteria. Integrator must link this decision and regenerate projections after integration, not copy another history onto board.\n","metadata":{"output":"Astra resolution, session run-f63d1e050a7ee3fac7b44885. OBSERVATION/PROVENANCE: reviewed complete raw get/create and append windows in verify/results/research-live-record-bridge/run-472955e277202c411388c66b; checkpoint d08b4bbf364f3305ee2fef98 rehashed manifest ae16b4b500db5b84bea27c659e254842ab0c67c040ca782c016381384338773b and both stdout artifacts to their recorded hashes. Historical capture manifest binds sots.exe 970b7de729956a53094c7eb98aba4270aee98e2fed5daf0d39e290013c90c841 and objdump 1eaaef2e7f57c4c7f69115c495e2466f5a8c8e5f3bc42221d092382f30f9d4cd with positive nonempty exit-zero static execution. Current binary/tool were not rehashed or rerun: resolver shell denies that operation. Worktree HEAD/common directories match baselines; dirty content is not inferred from HEAD. No game or hook ran; read-only disassembly introduces no runtime instrument effects. No stale-build or game-mechanism diagnosis is justified.\nOVERTURNED, exact captured normal miss-path domain: temporary EvTurn is initialized to zero, and append necessarily copies zero (recovered-static.md lines 68-69). Complete entry has no call before append and no store to EBP-0x20: prologue writes SEH at -4/-8/-c, stack reservation does not initialize locals, saved registers/cookie are below -24; miss stores vptr at -24, nested pointers at -1c/-18/-14 and EH state at -4. ECX names receiver+4. Append external-source branch loads source+4 at 0x884d62 and stores destination+4 at 0x884d6c, then nested-copy, then advances last at 0x884d78. Temporary nested cleanup at 0x885422 precedes requested-turn store to last-0x14 at 0x88542d.\nSURVIVES in those static windows for valid containers and normally returning helpers: ECX receiver/one stack argument/ret4/EAX bucket ABI; full last-match scan; vptr and empty nested-header initialization; scalar EvTurn copy distinct from nested deep-copy; cleanup of temporary nested vector; final new bucket turn equals requested turn and EAX=last-0x18. Existing unrelated ObservedTech, PlayerEvent equality and archived-state measurements are not falsified by this finding.\nQUALIFIED: transient EvTurn is an incoming stack word not initialized by this routine, not a measured random value or necessarily nonzero. Post-return semantics are statically usable only on successful normal paths with valid allocations; no conclusion about failure, reentrancy, transient observers, live allocator safety or all-byte/padding equivalence. Deep-copy/unwind outside inspected empty nested path retain prior static-only scope, not newly reproduced runtime coverage. Complete 0x18 layout must distinguish semantic fields from uninitialized/padding bytes, not invent defaults.\nINVALIDATION: controls withdraw both current integrated evidence records research-completion-abi-static-run-79357a65226f61d6a86c042d and research-completion-abi-validation-run-735fcb8f4876c10285b03fad and their verdict/checkpoint as acceptance, retaining raw historical measurements. ownership-recovered and independent-cross-check must be re-established against corrected interpretation; archived-state byte claims themselves are not overturned. No silent criterion waiver.\nREVISED SCOPE/NEXT: lead assigns the ABI owner a read-only identity/reproduction-and-correction quantum, then independent integrated verification and normal reacceptance. Generated row wording: On miss, initializes TurnEvents vptr and three nested-vector pointers; temporary EvTurn at +4 is not initialized by this routine. Append copies that incoming word, deep-copies nested vector and advances last. After temporary nested-vector cleanup, get/create writes requested turn into stored last element and returns it. Normal-return static semantics only; transient word, padding and failure effects are not runtime-certified. No source edits made by resolver. Bridge and replacement readiness remain gated by reaccepted ABI and all existing runtime criteria. Integrator must link this decision and regenerate projections after integration, not copy another history onto board.\n","exit":0,"truncated":false},"title":"python3 -c 'import json; p=\"campaign/runtime/decisions/d-b51f3f76803e852ed250846a.json\"; d=json.load(open(p)); print(d[\"explanation\"])'","time":{"start":1789014385781,"end":1789014385806}},"metadata":{"openai":{"itemId":"fc_02a831d53ec54131016aa2316925a887d1af641b31cf2f1058"}},"id":"prt_0899106bb001Xc1i9lYbIc2zEQ","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","messageID":"msg_08990e5ad001cVD904zPHDMMkW"}} +{"type":"step_finish","timestamp":1789014385959,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"id":"prt_089912523001Y3nDrDlB0lEMyk","reason":"tool-calls","snapshot":"72479aaf17069c658e728c0142b23f4be1036ea6","messageID":"msg_08990e5ad001cVD904zPHDMMkW","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","type":"step-finish","tokens":{"total":91992,"input":9741,"output":77,"reasoning":126,"cache":{"write":0,"read":82048}},"cost":0}} +{"type":"step_start","timestamp":1789014390628,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"id":"prt_089913761001rPwgerhii3gbKI","messageID":"msg_08991255c001zB44aAx1fak710","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","snapshot":"1c3711c3f5e00490325e0e4074f1d936ec67b7b4","type":"step-start"}} +{"type":"tool_use","timestamp":1789014458929,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"type":"tool","tool":"apply_patch","callID":"call_IfkJ56gyAuiqp4kKMamIpUYN","state":{"status":"completed","input":{"patchText":"*** Begin Patch\n*** Add File: verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/report.md\n+# TurnEvents miss-path correction capture\n+\n+This is a **fresh static measurement**, not live execution, allocator-safety evidence, independent\n+verification, or replacement acceptance. It implements the read-only analyst repair required by\n+Astra decision `d-b51f3f76803e852ed250846a`.\n+\n+## Provenance and positive execution\n+\n+`manifest.json` records four GNU objdump 2.38 invocations. Each returned zero, emitted nonempty\n+stdout and empty stderr. The freshly hashed inputs are:\n+\n+* owner-supplied `dumps/sots.exe`: SHA-256\n+ `970b7de729956a53094c7eb98aba4270aee98e2fed5daf0d39e290013c90c841`;\n+* `/usr/bin/objdump`: SHA-256\n+ `1eaaef2e7f57c4c7f69115c495e2466f5a8c8e5f3bc42221d092382f30f9d4cd`;\n+* assigned engine source binding:\n+ `ccd8e02083e8d2e2b3e97976ace2273c8f924dfc02a39e919004eaf3544c50fd`;\n+* assigned RE source binding:\n+ `6696fd5201e144843617cbf6d78b41b5287ad5dcc9fa1e8aaa861d52b64e72e8`.\n+\n+All four stdout hashes equal the corresponding records in the historical bridge manifest\n+`run-472955e277202c411388c66b/manifest.json`. This is same-tool/same-binary reproduction by the ABI\n+analyst, not the required independent-verifier reproduction.\n+\n+## Recorded instruction facts\n+\n+For valid containers and normally returning callees:\n+\n+1. Complete get/create entry `0x00885380..0x0088544a` reserves stack space but does not initialize\n+ `[EBP-0x20]`, the temporary `TurnEvents+4` / `EvTurn` word. The miss path writes the vptr at\n+ `[EBP-0x24]`, nested-vector pointers at `-0x1c/-0x18/-0x14`, and EH state at `-4`.\n+2. Append's external-source branch at `0x00884d62..0x00884d73` loads source `+4`, stores it to\n+ destination `+4`, then invokes nested-vector copy. It advances `_Mylast` at `0x00884d78`.\n+3. Nested copy `0x00779850` first zeros all three destination pointers. Its empty-source branch at\n+ `0x007798b2` reaches the return without allocation; a nonempty source instead allocates and\n+ range-copy-constructs `0x74`-byte `PlayerEvent` elements. The captured unwind edge calls\n+ `0x00629580`; no throw was executed.\n+4. Get/create calls temporary nested-vector cleanup at `0x00885422`, then writes the requested turn\n+ into the stored last element at `0x0088542d`, then returns `_Mylast-0x18` in EAX.\n+5. Cleanup `0x00629580` skips destruction/free for a null first pointer; otherwise it invokes each\n+ `0x74`-stride element's virtual destructor, calls `0x00924faa` on the nested allocation, and in\n+ either case zeros all three vector pointers.\n+\n+## Corrected interpretation\n+\n+**Decision:** describe the pre-append scalar only as an incoming stack word not initialized by this\n+routine. It is neither measured randomness nor necessarily nonzero. Do not encode a zero default or\n+attempt to reproduce an uninitialized read in clean-room code. The usable static postcondition is\n+that, after successful append and temporary cleanup, the stored new bucket contains the requested\n+turn and EAX identifies that bucket.\n+\n+**Unexercised / unresolved:** full-capacity allocation at this call site, nonempty nested copy,\n+failure/unwind outcomes, transient observers/reentrancy, padding bytes and live CRT compatibility.\n+No event ID, event record, RNG, or other game state is written by get/create itself in the captured\n+normal path beyond outer container construction/pointers and the new bucket's fields.\n+\n+## Independent falsifiers still required\n+\n+The independent verifier should freshly hash the tool/binary and reproduce all four windows, then\n+check these distinct branches/states: existing duplicate turn buckets select the last match and do\n+not write; miss with spare versus full outer capacity; empty versus nonempty nested vector; and\n+cleanup-before-final-turn-store ordering. A future leased runtime fixture, if separately authorized,\n+can use distinct stack sentinels and spare/full capacity with neutral controls. Coherent parsing or\n+a final correct `EvTurn` alone cannot prove transient field semantics or allocator safety.\n*** Update File: verify/results/research-completion-abi/recovered-static.md\n@@\n-* On a miss it initializes a stack `TurnEvents` with vptr `0x00a0f07c` and zero nested-vector\n- pointers, then calls outer `vector::push_back` at `0x00884cb0`. Only after append does\n- it write the requested turn to the stored element at `_Mylast[-1]+4`. It destroys the temporary's\n- nested vector through `0x00629580` and returns the new element. The temporary itself starts with\n- turn zero; append deep-copies that zero before the stored turn is patched.\n+* On a miss it initializes a stack `TurnEvents` with vptr `0x00a0f07c` and zero nested-vector\n+ pointers, but does **not** initialize the temporary `EvTurn` at `+4` (`[EBP-0x20]`). It then calls\n+ outer `vector::push_back` at `0x00884cb0`; append copies that incoming stack word as its\n+ scalar `EvTurn` before deep-copying the nested vector. Get/create destroys the temporary's nested\n+ vector through `0x00629580`, only then writes the requested turn to the stored element at\n+ `_Mylast[-1]+4`, and returns the new element. The transient word is not measured randomness or\n+ necessarily nonzero; do not infer a zero default. This correction and its fresh four-window\n+ reproduction are in `run-16f8e9b6376b278c4870be09/` under decision\n+ `d-b51f3f76803e852ed250846a`.\n@@\n-1. `0x0084ee30` remains covered only by the initial ReVa capture in this package; its full local\n+1. `0x0084ee30` remains covered only by the initial ReVa capture in this package; its full local\n@@\n-4. `EvDsc` equality participation is now statically pinned, but has not been exercised in a live\n+4. `EvDsc` equality participation is now statically pinned, but has not been exercised in a live\n@@\n- branch windows before this becomes accepted ABI evidence.\n+ branch windows before this becomes accepted ABI evidence.\n+5. The corrected TurnEvents miss path has a fresh analyst reproduction, not independent\n+ reproduction. Full/spare outer capacity, nonempty nested copy, transient observation and\n+ failure/unwind remain unexecuted; final requested-turn publication does not certify those paths.\n*** Update File: campaign/research/research-completion-abi.md\n@@\n-* `0x00885380`: get-or-create TurnEvents bucket, ECX EventStorage receiver plus stack turn, EAX\n- bucket return, `ret 4`. It returns the last existing matching turn. On absence it appends a deep\n- copy of a zero/empty stack bucket through `0x00884cb0`, then writes the stored turn.\n+* `0x00885380`: get-or-create TurnEvents bucket, ECX EventStorage receiver plus stack turn, EAX\n+ bucket return, `ret 4`. It returns the last existing matching turn. On absence it initializes the\n+ stack bucket's vptr and empty nested-vector header but **not** its `EvTurn`; `0x00884cb0` copies\n+ that incoming stack word and deep-copies the nested vector. After temporary nested-vector cleanup,\n+ get/create writes the requested turn into the stored last element and returns it. The transient\n+ word is not measured randomness or a zero default. Fresh correction capture:\n+ `verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/`, governed by\n+ `d-b51f3f76803e852ed250846a`.\n*** End Patch"},"output":"Success. Updated the following files:\nA verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/report.md\nM verify/results/research-completion-abi/recovered-static.md\nM campaign/research/research-completion-abi.md","metadata":{"diff":"Index: /home/alex/sots-re/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/report.md\n===================================================================\n--- /home/alex/sots-re/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/report.md\n+++ /home/alex/sots-re/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/report.md\n@@ -0,0 +1,64 @@\n+# TurnEvents miss-path correction capture\n+\n+This is a **fresh static measurement**, not live execution, allocator-safety evidence, independent\n+verification, or replacement acceptance. It implements the read-only analyst repair required by\n+Astra decision `d-b51f3f76803e852ed250846a`.\n+\n+## Provenance and positive execution\n+\n+`manifest.json` records four GNU objdump 2.38 invocations. Each returned zero, emitted nonempty\n+stdout and empty stderr. The freshly hashed inputs are:\n+\n+* owner-supplied `dumps/sots.exe`: SHA-256\n+ `970b7de729956a53094c7eb98aba4270aee98e2fed5daf0d39e290013c90c841`;\n+* `/usr/bin/objdump`: SHA-256\n+ `1eaaef2e7f57c4c7f69115c495e2466f5a8c8e5f3bc42221d092382f30f9d4cd`;\n+* assigned engine source binding:\n+ `ccd8e02083e8d2e2b3e97976ace2273c8f924dfc02a39e919004eaf3544c50fd`;\n+* assigned RE source binding:\n+ `6696fd5201e144843617cbf6d78b41b5287ad5dcc9fa1e8aaa861d52b64e72e8`.\n+\n+All four stdout hashes equal the corresponding records in the historical bridge manifest\n+`run-472955e277202c411388c66b/manifest.json`. This is same-tool/same-binary reproduction by the ABI\n+analyst, not the required independent-verifier reproduction.\n+\n+## Recorded instruction facts\n+\n+For valid containers and normally returning callees:\n+\n+1. Complete get/create entry `0x00885380..0x0088544a` reserves stack space but does not initialize\n+ `[EBP-0x20]`, the temporary `TurnEvents+4` / `EvTurn` word. The miss path writes the vptr at\n+ `[EBP-0x24]`, nested-vector pointers at `-0x1c/-0x18/-0x14`, and EH state at `-4`.\n+2. Append's external-source branch at `0x00884d62..0x00884d73` loads source `+4`, stores it to\n+ destination `+4`, then invokes nested-vector copy. It advances `_Mylast` at `0x00884d78`.\n+3. Nested copy `0x00779850` first zeros all three destination pointers. Its empty-source branch at\n+ `0x007798b2` reaches the return without allocation; a nonempty source instead allocates and\n+ range-copy-constructs `0x74`-byte `PlayerEvent` elements. The captured unwind edge calls\n+ `0x00629580`; no throw was executed.\n+4. Get/create calls temporary nested-vector cleanup at `0x00885422`, then writes the requested turn\n+ into the stored last element at `0x0088542d`, then returns `_Mylast-0x18` in EAX.\n+5. Cleanup `0x00629580` skips destruction/free for a null first pointer; otherwise it invokes each\n+ `0x74`-stride element's virtual destructor, calls `0x00924faa` on the nested allocation, and in\n+ either case zeros all three vector pointers.\n+\n+## Corrected interpretation\n+\n+**Decision:** describe the pre-append scalar only as an incoming stack word not initialized by this\n+routine. It is neither measured randomness nor necessarily nonzero. Do not encode a zero default or\n+attempt to reproduce an uninitialized read in clean-room code. The usable static postcondition is\n+that, after successful append and temporary cleanup, the stored new bucket contains the requested\n+turn and EAX identifies that bucket.\n+\n+**Unexercised / unresolved:** full-capacity allocation at this call site, nonempty nested copy,\n+failure/unwind outcomes, transient observers/reentrancy, padding bytes and live CRT compatibility.\n+No event ID, event record, RNG, or other game state is written by get/create itself in the captured\n+normal path beyond outer container construction/pointers and the new bucket's fields.\n+\n+## Independent falsifiers still required\n+\n+The independent verifier should freshly hash the tool/binary and reproduce all four windows, then\n+check these distinct branches/states: existing duplicate turn buckets select the last match and do\n+not write; miss with spare versus full outer capacity; empty versus nonempty nested vector; and\n+cleanup-before-final-turn-store ordering. A future leased runtime fixture, if separately authorized,\n+can use distinct stack sentinels and spare/full capacity with neutral controls. Coherent parsing or\n+a final correct `EvTurn` alone cannot prove transient field semantics or allocator safety.\n\nIndex: /home/alex/sots-re/verify/results/research-completion-abi/recovered-static.md\n===================================================================\n--- /home/alex/sots-re/verify/results/research-completion-abi/recovered-static.md\n+++ /home/alex/sots-re/verify/results/research-completion-abi/recovered-static.md\n@@ -62,12 +62,16 @@\n by `0x18`, scans every element, and overwrites its candidate on every `EvTurn` match. Therefore a\n hit returns the **last** matching bucket and performs no construction, allocation, ID update, or\n RNG draw.\n * On a miss it initializes a stack `TurnEvents` with vptr `0x00a0f07c` and zero nested-vector\n- pointers, then calls outer `vector::push_back` at `0x00884cb0`. Only after append does\n- it write the requested turn to the stored element at `_Mylast[-1]+4`. It destroys the temporary's\n- nested vector through `0x00629580` and returns the new element. The temporary itself starts with\n- turn zero; append deep-copies that zero before the stored turn is patched.\n+ pointers, but does **not** initialize the temporary `EvTurn` at `+4` (`[EBP-0x20]`). It then calls\n+ outer `vector::push_back` at `0x00884cb0`; append copies that incoming stack word as its\n+ scalar `EvTurn` before deep-copying the nested vector. Get/create destroys the temporary's nested\n+ vector through `0x00629580`, only then writes the requested turn to the stored element at\n+ `_Mylast[-1]+4`, and returns the new element. The transient word is not measured randomness or\n+ necessarily nonzero; do not infer a zero default. This correction and its fresh four-window\n+ reproduction are in `run-16f8e9b6376b278c4870be09/` under decision\n+ `d-b51f3f76803e852ed250846a`.\n * `0x00884cb0` is ECX receiver plus one source pointer and `ret 4`; stride is `0x18`. It handles a\n source pointer inside its own vector separately so growth cannot invalidate the source. Both\n branches install the TurnEvents vptr, copy `EvTurn`, and copy-construct the nested PlayerEvent\n vector through `0x00779850`; this is not a 24-byte header copy. It advances outer `_Mylast` only\n@@ -150,8 +154,11 @@\n allocator compatibility by coherent parsing alone.\n 4. `EvDsc` equality participation is now statically pinned, but has not been exercised in a live\n same-bucket description-only fixture. Independent review must reproduce the complete helper and\n branch windows before this becomes accepted ABI evidence.\n+5. The corrected TurnEvents miss path has a fresh analyst reproduction, not independent\n+ reproduction. Full/spare outer capacity, nonempty nested copy, transient observation and\n+ failure/unwind remain unexecuted; final requested-turn publication does not certify those paths.\n \n Independent cross-check captures: `verify/results/research-callback/observed-copy-helper-objdump.txt`\n and `event-copy-helper-objdump.txt`. The PlayerEvent copy operation is different: ECX is the\n destination, one stack argument is source, EAX returns destination and `ret 4` cleans the argument.\n\nIndex: /home/alex/sots-re/campaign/research/research-completion-abi.md\n===================================================================\n--- /home/alex/sots-re/campaign/research/research-completion-abi.md\n+++ /home/alex/sots-re/campaign/research/research-completion-abi.md\n@@ -36,10 +36,15 @@\n * `0x004249a0` (reached by `0x00425430` assignment) allocates through `0x00924fb6` and releases a\n prior long destination buffer through `0x00924faa`. A temporary long string is therefore not\n transferable by raw header copy.\n * `0x00885380`: get-or-create TurnEvents bucket, ECX EventStorage receiver plus stack turn, EAX\n- bucket return, `ret 4`. It returns the last existing matching turn. On absence it appends a deep\n- copy of a zero/empty stack bucket through `0x00884cb0`, then writes the stored turn.\n+ bucket return, `ret 4`. It returns the last existing matching turn. On absence it initializes the\n+ stack bucket's vptr and empty nested-vector header but **not** its `EvTurn`; `0x00884cb0` copies\n+ that incoming stack word and deep-copies the nested vector. After temporary nested-vector cleanup,\n+ get/create writes the requested turn into the stored last element and returns it. The transient\n+ word is not measured randomness or a zero default. Fresh correction capture:\n+ `verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/`, governed by\n+ `d-b51f3f76803e852ed250846a`.\n * `0x00884cb0`: outer TurnEvents vector append, ECX vector receiver plus stack source, `ret 4`,\n stride `0x18`. Full-capacity growth is `0x008841a0` -> `0x00883a60`; allocation is\n `0x006e8f50` -> `0x00924fb6` with `count * 0x18`. Existing buckets are copy-constructed by\n `0x0077fed0`, including an independently allocated/copied nested PlayerEvent vector via\n\n","files":[{"filePath":"/home/alex/sots-re/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/report.md","relativePath":"verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/report.md","type":"add","patch":"Index: /home/alex/sots-re/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/report.md\n===================================================================\n--- /home/alex/sots-re/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/report.md\n+++ /home/alex/sots-re/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/report.md\n@@ -0,0 +1,64 @@\n+# TurnEvents miss-path correction capture\n+\n+This is a **fresh static measurement**, not live execution, allocator-safety evidence, independent\n+verification, or replacement acceptance. It implements the read-only analyst repair required by\n+Astra decision `d-b51f3f76803e852ed250846a`.\n+\n+## Provenance and positive execution\n+\n+`manifest.json` records four GNU objdump 2.38 invocations. Each returned zero, emitted nonempty\n+stdout and empty stderr. The freshly hashed inputs are:\n+\n+* owner-supplied `dumps/sots.exe`: SHA-256\n+ `970b7de729956a53094c7eb98aba4270aee98e2fed5daf0d39e290013c90c841`;\n+* `/usr/bin/objdump`: SHA-256\n+ `1eaaef2e7f57c4c7f69115c495e2466f5a8c8e5f3bc42221d092382f30f9d4cd`;\n+* assigned engine source binding:\n+ `ccd8e02083e8d2e2b3e97976ace2273c8f924dfc02a39e919004eaf3544c50fd`;\n+* assigned RE source binding:\n+ `6696fd5201e144843617cbf6d78b41b5287ad5dcc9fa1e8aaa861d52b64e72e8`.\n+\n+All four stdout hashes equal the corresponding records in the historical bridge manifest\n+`run-472955e277202c411388c66b/manifest.json`. This is same-tool/same-binary reproduction by the ABI\n+analyst, not the required independent-verifier reproduction.\n+\n+## Recorded instruction facts\n+\n+For valid containers and normally returning callees:\n+\n+1. Complete get/create entry `0x00885380..0x0088544a` reserves stack space but does not initialize\n+ `[EBP-0x20]`, the temporary `TurnEvents+4` / `EvTurn` word. The miss path writes the vptr at\n+ `[EBP-0x24]`, nested-vector pointers at `-0x1c/-0x18/-0x14`, and EH state at `-4`.\n+2. Append's external-source branch at `0x00884d62..0x00884d73` loads source `+4`, stores it to\n+ destination `+4`, then invokes nested-vector copy. It advances `_Mylast` at `0x00884d78`.\n+3. Nested copy `0x00779850` first zeros all three destination pointers. Its empty-source branch at\n+ `0x007798b2` reaches the return without allocation; a nonempty source instead allocates and\n+ range-copy-constructs `0x74`-byte `PlayerEvent` elements. The captured unwind edge calls\n+ `0x00629580`; no throw was executed.\n+4. Get/create calls temporary nested-vector cleanup at `0x00885422`, then writes the requested turn\n+ into the stored last element at `0x0088542d`, then returns `_Mylast-0x18` in EAX.\n+5. Cleanup `0x00629580` skips destruction/free for a null first pointer; otherwise it invokes each\n+ `0x74`-stride element's virtual destructor, calls `0x00924faa` on the nested allocation, and in\n+ either case zeros all three vector pointers.\n+\n+## Corrected interpretation\n+\n+**Decision:** describe the pre-append scalar only as an incoming stack word not initialized by this\n+routine. It is neither measured randomness nor necessarily nonzero. Do not encode a zero default or\n+attempt to reproduce an uninitialized read in clean-room code. The usable static postcondition is\n+that, after successful append and temporary cleanup, the stored new bucket contains the requested\n+turn and EAX identifies that bucket.\n+\n+**Unexercised / unresolved:** full-capacity allocation at this call site, nonempty nested copy,\n+failure/unwind outcomes, transient observers/reentrancy, padding bytes and live CRT compatibility.\n+No event ID, event record, RNG, or other game state is written by get/create itself in the captured\n+normal path beyond outer container construction/pointers and the new bucket's fields.\n+\n+## Independent falsifiers still required\n+\n+The independent verifier should freshly hash the tool/binary and reproduce all four windows, then\n+check these distinct branches/states: existing duplicate turn buckets select the last match and do\n+not write; miss with spare versus full outer capacity; empty versus nonempty nested vector; and\n+cleanup-before-final-turn-store ordering. A future leased runtime fixture, if separately authorized,\n+can use distinct stack sentinels and spare/full capacity with neutral controls. Coherent parsing or\n+a final correct `EvTurn` alone cannot prove transient field semantics or allocator safety.\n","additions":64,"deletions":0},{"filePath":"/home/alex/sots-re/verify/results/research-completion-abi/recovered-static.md","relativePath":"verify/results/research-completion-abi/recovered-static.md","type":"update","patch":"Index: /home/alex/sots-re/verify/results/research-completion-abi/recovered-static.md\n===================================================================\n--- /home/alex/sots-re/verify/results/research-completion-abi/recovered-static.md\n+++ /home/alex/sots-re/verify/results/research-completion-abi/recovered-static.md\n@@ -62,12 +62,16 @@\n by `0x18`, scans every element, and overwrites its candidate on every `EvTurn` match. Therefore a\n hit returns the **last** matching bucket and performs no construction, allocation, ID update, or\n RNG draw.\n * On a miss it initializes a stack `TurnEvents` with vptr `0x00a0f07c` and zero nested-vector\n- pointers, then calls outer `vector::push_back` at `0x00884cb0`. Only after append does\n- it write the requested turn to the stored element at `_Mylast[-1]+4`. It destroys the temporary's\n- nested vector through `0x00629580` and returns the new element. The temporary itself starts with\n- turn zero; append deep-copies that zero before the stored turn is patched.\n+ pointers, but does **not** initialize the temporary `EvTurn` at `+4` (`[EBP-0x20]`). It then calls\n+ outer `vector::push_back` at `0x00884cb0`; append copies that incoming stack word as its\n+ scalar `EvTurn` before deep-copying the nested vector. Get/create destroys the temporary's nested\n+ vector through `0x00629580`, only then writes the requested turn to the stored element at\n+ `_Mylast[-1]+4`, and returns the new element. The transient word is not measured randomness or\n+ necessarily nonzero; do not infer a zero default. This correction and its fresh four-window\n+ reproduction are in `run-16f8e9b6376b278c4870be09/` under decision\n+ `d-b51f3f76803e852ed250846a`.\n * `0x00884cb0` is ECX receiver plus one source pointer and `ret 4`; stride is `0x18`. It handles a\n source pointer inside its own vector separately so growth cannot invalidate the source. Both\n branches install the TurnEvents vptr, copy `EvTurn`, and copy-construct the nested PlayerEvent\n vector through `0x00779850`; this is not a 24-byte header copy. It advances outer `_Mylast` only\n@@ -150,8 +154,11 @@\n allocator compatibility by coherent parsing alone.\n 4. `EvDsc` equality participation is now statically pinned, but has not been exercised in a live\n same-bucket description-only fixture. Independent review must reproduce the complete helper and\n branch windows before this becomes accepted ABI evidence.\n+5. The corrected TurnEvents miss path has a fresh analyst reproduction, not independent\n+ reproduction. Full/spare outer capacity, nonempty nested copy, transient observation and\n+ failure/unwind remain unexecuted; final requested-turn publication does not certify those paths.\n \n Independent cross-check captures: `verify/results/research-callback/observed-copy-helper-objdump.txt`\n and `event-copy-helper-objdump.txt`. The PlayerEvent copy operation is different: ECX is the\n destination, one stack argument is source, EAX returns destination and `ret 4` cleans the argument.\n","additions":11,"deletions":4},{"filePath":"/home/alex/sots-re/campaign/research/research-completion-abi.md","relativePath":"campaign/research/research-completion-abi.md","type":"update","patch":"Index: /home/alex/sots-re/campaign/research/research-completion-abi.md\n===================================================================\n--- /home/alex/sots-re/campaign/research/research-completion-abi.md\n+++ /home/alex/sots-re/campaign/research/research-completion-abi.md\n@@ -36,10 +36,15 @@\n * `0x004249a0` (reached by `0x00425430` assignment) allocates through `0x00924fb6` and releases a\n prior long destination buffer through `0x00924faa`. A temporary long string is therefore not\n transferable by raw header copy.\n * `0x00885380`: get-or-create TurnEvents bucket, ECX EventStorage receiver plus stack turn, EAX\n- bucket return, `ret 4`. It returns the last existing matching turn. On absence it appends a deep\n- copy of a zero/empty stack bucket through `0x00884cb0`, then writes the stored turn.\n+ bucket return, `ret 4`. It returns the last existing matching turn. On absence it initializes the\n+ stack bucket's vptr and empty nested-vector header but **not** its `EvTurn`; `0x00884cb0` copies\n+ that incoming stack word and deep-copies the nested vector. After temporary nested-vector cleanup,\n+ get/create writes the requested turn into the stored last element and returns it. The transient\n+ word is not measured randomness or a zero default. Fresh correction capture:\n+ `verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/`, governed by\n+ `d-b51f3f76803e852ed250846a`.\n * `0x00884cb0`: outer TurnEvents vector append, ECX vector receiver plus stack source, `ret 4`,\n stride `0x18`. Full-capacity growth is `0x008841a0` -> `0x00883a60`; allocation is\n `0x006e8f50` -> `0x00924fb6` with `count * 0x18`. Existing buckets are copy-constructed by\n `0x0077fed0`, including an independently allocated/copied nested PlayerEvent vector via\n","additions":7,"deletions":2}],"diagnostics":{},"truncated":false},"title":"Success. Updated the following files:\nA verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/report.md\nM verify/results/research-completion-abi/recovered-static.md\nM campaign/research/research-completion-abi.md","time":{"start":1789014458910,"end":1789014458926}},"metadata":{"openai":{"itemId":"fc_04e6320271457439016aa231794b9c87d1885a6c18f87d5b7f"}},"id":"prt_089914217001oY6WYAFK2g9WiE","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","messageID":"msg_08991255c001zB44aAx1fak710"}} +{"type":"step_finish","timestamp":1789014459082,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"id":"prt_0899242c5001YpOCC9hDCUUUi2","reason":"tool-calls","snapshot":"8aee021ecfb648d511412fcc76048471ecbfae77","messageID":"msg_08991255c001zB44aAx1fak710","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","type":"step-finish","tokens":{"total":95052,"input":1283,"output":2060,"reasoning":61,"cache":{"write":0,"read":91648}},"cost":0}} +{"type":"step_start","timestamp":1789014461104,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"id":"prt_089924aac001diKzn2xCHqGDwN","messageID":"msg_0899243000016ayoXFzVRHqlGv","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","snapshot":"1c2912b3cf66ae2b35ee4fc6f3c06a335c947d98","type":"step-start"}} +{"type":"tool_use","timestamp":1789014466413,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"type":"tool","tool":"todowrite","callID":"call_FTWGeaBqI46LPplxExUJZcvE","state":{"status":"completed","input":{"todos":[{"content":"Read campaign authority, contract, checkpoint, and open surprises","status":"completed","priority":"high"},{"content":"Verify worktree, source, and resource identities against checkpoint/contract","status":"completed","priority":"high"},{"content":"Execute the checkpoint's exact next ABI research action within owned scope","status":"in_progress","priority":"high"},{"content":"Coordinate evidence package for independent falsification/coverage without delegation","status":"pending","priority":"medium"},{"content":"Write mandatory canonical campaign checkpoint with one exact next action","status":"pending","priority":"high"}]},"output":"[\n {\n \"content\": \"Read campaign authority, contract, checkpoint, and open surprises\",\n \"status\": \"completed\",\n \"priority\": \"high\"\n },\n {\n \"content\": \"Verify worktree, source, and resource identities against checkpoint/contract\",\n \"status\": \"completed\",\n \"priority\": \"high\"\n },\n {\n \"content\": \"Execute the checkpoint's exact next ABI research action within owned scope\",\n \"status\": \"in_progress\",\n \"priority\": \"high\"\n },\n {\n \"content\": \"Coordinate evidence package for independent falsification/coverage without delegation\",\n \"status\": \"pending\",\n \"priority\": \"medium\"\n },\n {\n \"content\": \"Write mandatory canonical campaign checkpoint with one exact next action\",\n \"status\": \"pending\",\n \"priority\": \"high\"\n }\n]","metadata":{"todos":[{"content":"Read campaign authority, contract, checkpoint, and open surprises","status":"completed","priority":"high"},{"content":"Verify worktree, source, and resource identities against checkpoint/contract","status":"completed","priority":"high"},{"content":"Execute the checkpoint's exact next ABI research action within owned scope","status":"in_progress","priority":"high"},{"content":"Coordinate evidence package for independent falsification/coverage without delegation","status":"pending","priority":"medium"},{"content":"Write mandatory canonical campaign checkpoint with one exact next action","status":"pending","priority":"high"}],"truncated":false},"title":"3 todos","time":{"start":1789014466408,"end":1789014466411}},"metadata":{"openai":{"itemId":"fc_00164382bbdfa47e016aa231bec4e087d19d96a346fe882599"}},"id":"prt_0899251bc001IE5KPfErRvrFOA","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","messageID":"msg_0899243000016ayoXFzVRHqlGv"}} +{"type":"step_finish","timestamp":1789014466485,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"id":"prt_089925fb2001T4VhulW79kCfrY","reason":"tool-calls","snapshot":"061b002d181d2dcf17ae4bf0e455dcc8b33b30e4","messageID":"msg_0899243000016ayoXFzVRHqlGv","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","type":"step-finish","tokens":{"total":95288,"input":2324,"output":135,"reasoning":29,"cache":{"write":0,"read":92800}},"cost":0}} +{"type":"step_start","timestamp":1789014468748,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"id":"prt_089926889001YzpvjCuTBvVI0U","messageID":"msg_089925fe2001XTnqNx43BIqBBk","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","snapshot":"b2a64a090ccb29b61cb49f08f58a4e75051ed01d","type":"step-start"}} +{"type":"tool_use","timestamp":1789014486323,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"type":"tool","tool":"grep","callID":"call_cJwwSzuD7it1iWzYp4zRzolc","state":{"status":"completed","input":{"path":"/home/alex/sots-re/verify/results/research-completion-abi","include":"*.md","pattern":"temporary (itself )?starts with turn zero|deep-copies that zero|zero/empty stack bucket"},"output":"No files found","metadata":{"matches":0,"truncated":false},"title":"temporary (itself )?starts with turn zero|deep-copies that zero|zero/empty stack bucket","time":{"start":1789014486312,"end":1789014486321}},"metadata":{"openai":{"itemId":"fc_01317392bb6ad0ef016aa231d5da5087d18d0d3850f122cf28"}},"id":"prt_08992acc9001iY74nGRYhNcDfr","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","messageID":"msg_089925fe2001XTnqNx43BIqBBk"}} +{"type":"tool_use","timestamp":1789014486573,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"type":"tool","tool":"bash","callID":"call_bYGngsj0ZGSfSy1NW8ODdv1s","state":{"status":"completed","input":{"command":"python3 -c 'import hashlib,json,pathlib; root=pathlib.Path(\"/home/alex/sots-re\"); p=root/\"verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/manifest.json\"; m=json.loads(p.read_text()); old=json.loads((root/\"verify/results/research-live-record-bridge/run-472955e277202c411388c66b/manifest.json\").read_text()); om={x[\"name\"]:x for x in old[\"windows\"]}; assert all(x[\"returncode\"]==0 and x[\"stdout\"][\"bytes\"]>0 and x[\"stderr\"][\"bytes\"]==0 for x in m[\"windows\"]); assert all(hashlib.sha256((root/x[k][\"path\"]).read_bytes()).hexdigest()==x[k][\"sha256\"] for x in m[\"windows\"] for k in (\"stdout\",\"stderr\")); assert all(x[\"stdout\"][\"sha256\"]==om[x[\"name\"]][\"stdout_sha256\"] for x in m[\"windows\"]); print(\"PASS: 4/4 outputs hash-valid, exit-zero, nonempty; all stdout hashes reproduce archive\")'","workdir":"/home/alex/sots-re"},"output":"PASS: 4/4 outputs hash-valid, exit-zero, nonempty; all stdout hashes reproduce archive\n","metadata":{"output":"PASS: 4/4 outputs hash-valid, exit-zero, nonempty; all stdout hashes reproduce archive\n","exit":0,"truncated":false},"title":"python3 -c 'import hashlib,json,pathlib; root=pathlib.Path(\"/home/alex/sots-re\"); p=root/\"verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/manifest.json\"; m=json.loads(p.read_text()); old=json.loads((root/\"verify/results/research-live-record-bridge/run-472955e277202c411388c66b/manifest.json\").read_text()); om={x[\"name\"]:x for x in old[\"windows\"]}; assert all(x[\"returncode\"]==0 and x[\"stdout\"][\"bytes\"]>0 and x[\"stderr\"][\"bytes\"]==0 for x in m[\"windows\"]); assert all(hashlib.sha256((root/x[k][\"path\"]).read_bytes()).hexdigest()==x[k][\"sha256\"] for x in m[\"windows\"] for k in (\"stdout\",\"stderr\")); assert all(x[\"stdout\"][\"sha256\"]==om[x[\"name\"]][\"stdout_sha256\"] for x in m[\"windows\"]); print(\"PASS: 4/4 outputs hash-valid, exit-zero, nonempty; all stdout hashes reproduce archive\")'","time":{"start":1789014486537,"end":1789014486572}},"metadata":{"openai":{"itemId":"fc_01317392bb6ad0ef016aa231d5da6887d19c1628f7a5a716eb"}},"id":"prt_08992ad61001cO35iaXoN1LDEv","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","messageID":"msg_089925fe2001XTnqNx43BIqBBk"}} +{"type":"tool_use","timestamp":1789014486729,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"type":"tool","tool":"bash","callID":"call_oA4anncVtBJvrHFKlnjccRFf","state":{"status":"completed","input":{"command":"python3 tools/campaign.py --state-root /home/alex/sots-re validate","workdir":"/home/alex/sots-re","timeout":120000},"output":"[\n \"controls-bootstrap\",\n \"launcher-smoke\",\n \"research-completion-abi\",\n \"research-live-record-bridge\",\n \"research-replacement\"\n]\n","metadata":{"output":"[\n \"controls-bootstrap\",\n \"launcher-smoke\",\n \"research-completion-abi\",\n \"research-live-record-bridge\",\n \"research-replacement\"\n]\n","exit":0,"truncated":false},"title":"python3 tools/campaign.py --state-root /home/alex/sots-re validate","time":{"start":1789014486678,"end":1789014486728}},"metadata":{"openai":{"itemId":"fc_01317392bb6ad0ef016aa231d5da7487d1afba510a454f36d2"}},"id":"prt_08992ae0d001tdfiN5N0sqohnx","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","messageID":"msg_089925fe2001XTnqNx43BIqBBk"}} +{"type":"tool_use","timestamp":1789014486839,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"type":"tool","tool":"bash","callID":"call_G1oblafC32p928Q7wXbwX5T4","state":{"status":"completed","input":{"command":"git diff -- campaign/research/research-completion-abi.md verify/results/research-completion-abi/recovered-static.md && git status --short -- campaign/research/research-completion-abi.md verify/results/research-completion-abi","workdir":"/home/alex/sots-re"},"output":"diff --git a/campaign/research/research-completion-abi.md b/campaign/research/research-completion-abi.md\nindex 1418633..897a0fb 100644\n--- a/campaign/research/research-completion-abi.md\n+++ b/campaign/research/research-completion-abi.md\n@@ -37,8 +37,13 @@ production-history inference or live-safety claim is made.\n prior long destination buffer through `0x00924faa`. A temporary long string is therefore not\n transferable by raw header copy.\n * `0x00885380`: get-or-create TurnEvents bucket, ECX EventStorage receiver plus stack turn, EAX\n- bucket return, `ret 4`. It returns the last existing matching turn. On absence it appends a deep\n- copy of a zero/empty stack bucket through `0x00884cb0`, then writes the stored turn.\n+ bucket return, `ret 4`. It returns the last existing matching turn. On absence it initializes the\n+ stack bucket's vptr and empty nested-vector header but **not** its `EvTurn`; `0x00884cb0` copies\n+ that incoming stack word and deep-copies the nested vector. After temporary nested-vector cleanup,\n+ get/create writes the requested turn into the stored last element and returns it. The transient\n+ word is not measured randomness or a zero default. Fresh correction capture:\n+ `verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/`, governed by\n+ `d-b51f3f76803e852ed250846a`.\n * `0x00884cb0`: outer TurnEvents vector append, ECX vector receiver plus stack source, `ret 4`,\n stride `0x18`. Full-capacity growth is `0x008841a0` -> `0x00883a60`; allocation is\n `0x006e8f50` -> `0x00924fb6` with `count * 0x18`. Existing buckets are copy-constructed by\ndiff --git a/verify/results/research-completion-abi/recovered-static.md b/verify/results/research-completion-abi/recovered-static.md\nindex 9a3cc54..2851b6a 100644\n--- a/verify/results/research-completion-abi/recovered-static.md\n+++ b/verify/results/research-completion-abi/recovered-static.md\n@@ -63,10 +63,14 @@ convert the static interpretations below into live allocator-safety or accepted\n hit returns the **last** matching bucket and performs no construction, allocation, ID update, or\n RNG draw.\n * On a miss it initializes a stack `TurnEvents` with vptr `0x00a0f07c` and zero nested-vector\n- pointers, then calls outer `vector::push_back` at `0x00884cb0`. Only after append does\n- it write the requested turn to the stored element at `_Mylast[-1]+4`. It destroys the temporary's\n- nested vector through `0x00629580` and returns the new element. The temporary itself starts with\n- turn zero; append deep-copies that zero before the stored turn is patched.\n+ pointers, but does **not** initialize the temporary `EvTurn` at `+4` (`[EBP-0x20]`). It then calls\n+ outer `vector::push_back` at `0x00884cb0`; append copies that incoming stack word as its\n+ scalar `EvTurn` before deep-copying the nested vector. Get/create destroys the temporary's nested\n+ vector through `0x00629580`, only then writes the requested turn to the stored element at\n+ `_Mylast[-1]+4`, and returns the new element. The transient word is not measured randomness or\n+ necessarily nonzero; do not infer a zero default. This correction and its fresh four-window\n+ reproduction are in `run-16f8e9b6376b278c4870be09/` under decision\n+ `d-b51f3f76803e852ed250846a`.\n * `0x00884cb0` is ECX receiver plus one source pointer and `ret 4`; stride is `0x18`. It handles a\n source pointer inside its own vector separately so growth cannot invalidate the source. Both\n branches install the TurnEvents vptr, copy `EvTurn`, and copy-construct the nested PlayerEvent\n@@ -151,6 +155,9 @@ remain part of the caller-level behavior documented in `findings/subsystems/even\n 4. `EvDsc` equality participation is now statically pinned, but has not been exercised in a live\n same-bucket description-only fixture. Independent review must reproduce the complete helper and\n branch windows before this becomes accepted ABI evidence.\n+5. The corrected TurnEvents miss path has a fresh analyst reproduction, not independent\n+ reproduction. Full/spare outer capacity, nonempty nested copy, transient observation and\n+ failure/unwind remain unexecuted; final requested-turn publication does not certify those paths.\n \n Independent cross-check captures: `verify/results/research-callback/observed-copy-helper-objdump.txt`\n and `event-copy-helper-objdump.txt`. The PlayerEvent copy operation is different: ECX is the\n M campaign/research/research-completion-abi.md\n M verify/results/research-completion-abi/recovered-static.md\n?? verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/\n","metadata":{"output":"diff --git a/campaign/research/research-completion-abi.md b/campaign/research/research-completion-abi.md\nindex 1418633..897a0fb 100644\n--- a/campaign/research/research-completion-abi.md\n+++ b/campaign/research/research-completion-abi.md\n@@ -37,8 +37,13 @@ production-history inference or live-safety claim is made.\n prior long destination buffer through `0x00924faa`. A temporary long string is therefore not\n transferable by raw header copy.\n * `0x00885380`: get-or-create TurnEvents bucket, ECX EventStorage receiver plus stack turn, EAX\n- bucket return, `ret 4`. It returns the last existing matching turn. On absence it appends a deep\n- copy of a zero/empty stack bucket through `0x00884cb0`, then writes the stored turn.\n+ bucket return, `ret 4`. It returns the last existing matching turn. On absence it initializes the\n+ stack bucket's vptr and empty nested-vector header but **not** its `EvTurn`; `0x00884cb0` copies\n+ that incoming stack word and deep-copies the nested vector. After temporary nested-vector cleanup,\n+ get/create writes the requested turn into the stored last element and returns it. The transient\n+ word is not measured randomness or a zero default. Fresh correction capture:\n+ `verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/`, governed by\n+ `d-b51f3f76803e852ed250846a`.\n * `0x00884cb0`: outer TurnEvents vector append, ECX vector receiver plus stack source, `ret 4`,\n stride `0x18`. Full-capacity growth is `0x008841a0` -> `0x00883a60`; allocation is\n `0x006e8f50` -> `0x00924fb6` with `count * 0x18`. Existing buckets are copy-constructed by\ndiff --git a/verify/results/research-completion-abi/recovered-static.md b/verify/results/research-completion-abi/recovered-static.md\nindex 9a3cc54..2851b6a 100644\n--- a/verify/results/research-completion-abi/recovered-static.md\n+++ b/verify/results/research-completion-abi/recovered-static.md\n@@ -63,10 +63,14 @@ convert the static interpretations below into live allocator-safety or accepted\n hit returns the **last** matching bucket and performs no construction, allocation, ID update, or\n RNG draw.\n * On a miss it initializes a stack `TurnEvents` with vptr `0x00a0f07c` and zero nested-vector\n- pointers, then calls outer `vector::push_back` at `0x00884cb0`. Only after append does\n- it write the requested turn to the stored element at `_Mylast[-1]+4`. It destroys the temporary's\n- nested vector through `0x00629580` and returns the new element. The temporary itself starts with\n- turn zero; append deep-copies that zero before the stored turn is patched.\n+ pointers, but does **not** initialize the temporary `EvTurn` at `+4` (`[EBP-0x20]`). It then calls\n+ outer `vector::push_back` at `0x00884cb0`; append copies that incoming stack word as its\n+ scalar `EvTurn` before deep-copying the nested vector. Get/create destroys the temporary's nested\n+ vector through `0x00629580`, only then writes the requested turn to the stored element at\n+ `_Mylast[-1]+4`, and returns the new element. The transient word is not measured randomness or\n+ necessarily nonzero; do not infer a zero default. This correction and its fresh four-window\n+ reproduction are in `run-16f8e9b6376b278c4870be09/` under decision\n+ `d-b51f3f76803e852ed250846a`.\n * `0x00884cb0` is ECX receiver plus one source pointer and `ret 4`; stride is `0x18`. It handles a\n source pointer inside its own vector separately so growth cannot invalidate the source. Both\n branches install the TurnEvents vptr, copy `EvTurn`, and copy-construct the nested PlayerEvent\n@@ -151,6 +155,9 @@ remain part of the caller-level behavior documented in `findings/subsystems/even\n 4. `EvDsc` equality participation is now statically pinned, but has not been exercised in a live\n same-bucket description-only fixture. Independent review must reproduce the complete helper and\n branch windows before this becomes accepted ABI evidence.\n+5. The corrected TurnEvents miss path has a fresh analyst reproduction, not independent\n+ reproduction. Full/spare outer capacity, nonempty nested copy, transient observation and\n+ failure/unwind remain unexecuted; final requested-turn publication does not certify those paths.\n \n Independent cross-check captures: `verify/results/research-callback/observed-copy-helper-objdump.txt`\n and `event-copy-helper-objdump.txt`. The PlayerEvent copy operation is different: ECX is the\n M campaign/research/research-completion-abi.md\n M verify/results/research-completion-abi/recovered-static.md\n?? verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/\n","exit":0,"truncated":false},"title":"git diff -- campaign/research/research-completion-abi.md verify/results/research-completion-abi/recovered-static.md && git status --short -- campaign/research/research-completion-abi.md verify/results/research-completion-abi","time":{"start":1789014486818,"end":1789014486837}},"metadata":{"openai":{"itemId":"fc_01317392bb6ad0ef016aa231d5da7c87d1908d737bb2edf173"}},"id":"prt_08992af16001rfyn7ZEClLSWAb","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","messageID":"msg_089925fe2001XTnqNx43BIqBBk"}} +{"type":"step_finish","timestamp":1789014486991,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"id":"prt_08992afcc001wgqcxnZAm4hwZo","reason":"tool-calls","snapshot":"ed8671275d745d8bd4c38db7424e10a6848eda26","messageID":"msg_089925fe2001XTnqNx43BIqBBk","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","type":"step-finish","tokens":{"total":96018,"input":505,"output":493,"reasoning":44,"cache":{"write":0,"read":94976}},"cost":0}} +{"type":"step_start","timestamp":1789014488841,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"id":"prt_08992b700001RcrC9XnP2fVsxw","messageID":"msg_08992b00400176dFkhO3U8Kspb","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","snapshot":"fe0d97f71374702233db84fde3c4a48f4dfbd102","type":"step-start"}} +{"type":"tool_use","timestamp":1789014508627,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"type":"tool","tool":"bash","callID":"call_l4je4saDYXOJ3X7I7hSUYZKp","state":{"status":"completed","input":{"command":"git diff --check -- campaign/research/research-completion-abi.md verify/results/research-completion-abi/recovered-static.md && sha256sum \"verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/manifest.json\" \"verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/report.md\"","workdir":"/home/alex/sots-re"},"output":"4f3b4b28002a22521d2e7b87c8f82d63b21bf9f48918cc4ab6a7f629155cd101 verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/manifest.json\nf37e3c4bbf4c0dd249bb152422a786172d14d77fc912c7d8a4cb0d7240c0a3c7 verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/report.md\n","metadata":{"output":"4f3b4b28002a22521d2e7b87c8f82d63b21bf9f48918cc4ab6a7f629155cd101 verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/manifest.json\nf37e3c4bbf4c0dd249bb152422a786172d14d77fc912c7d8a4cb0d7240c0a3c7 verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/report.md\n","exit":0,"truncated":false},"title":"git diff --check -- campaign/research/research-completion-abi.md verify/results/research-completion-abi/recovered-static.md && sha256sum \"verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/manifest.json\" \"verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/report.md\"","time":{"start":1789014508566,"end":1789014508623}},"metadata":{"openai":{"itemId":"fc_06b7ef420663206d016aa231ec62d087d1afefa9eb24317ef5"}},"id":"prt_08993040e001dC0ycSskfjytxF","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","messageID":"msg_08992b00400176dFkhO3U8Kspb"}} +{"type":"tool_use","timestamp":1789014508627,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"type":"tool","tool":"bash","callID":"call_MgAzKwphNY57UpFivM3sW1lG","state":{"status":"completed","input":{"command":"git rev-parse HEAD && git status --short -- campaign/research/research-completion-abi.md verify/results/research-completion-abi","workdir":"/home/alex/sots-re"},"output":"be66fdde2c35e3feae55820c26bfc06a11feef63\n M campaign/research/research-completion-abi.md\n M verify/results/research-completion-abi/recovered-static.md\n?? verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/\n","metadata":{"output":"be66fdde2c35e3feae55820c26bfc06a11feef63\n M campaign/research/research-completion-abi.md\n M verify/results/research-completion-abi/recovered-static.md\n?? verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/\n","exit":0,"truncated":false},"title":"git rev-parse HEAD && git status --short -- campaign/research/research-completion-abi.md verify/results/research-completion-abi","time":{"start":1789014508602,"end":1789014508625}},"metadata":{"openai":{"itemId":"fc_06b7ef420663206d016aa231ec62f087d18f7877adaa297734"}},"id":"prt_089930434001NBjK07l3j23GMZ","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","messageID":"msg_08992b00400176dFkhO3U8Kspb"}} +{"type":"tool_use","timestamp":1789014508636,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"type":"tool","tool":"grep","callID":"call_hEtCnuAdEp87RBDaOIzwXed9","state":{"status":"completed","input":{"path":"/home/alex/sots-re/campaign/runtime/leases","include":"*.json","pattern":"research-abi-analyst|\"status\": \"held\"|\"state\": \"held\""},"output":"No files found","metadata":{"matches":0,"truncated":false},"title":"research-abi-analyst|\"status\": \"held\"|\"state\": \"held\"","time":{"start":1789014508577,"end":1789014508629}},"metadata":{"openai":{"itemId":"fc_06b7ef420663206d016aa231ec62e887d18b371caa8e5911de"}},"id":"prt_08993041b001DPaBn1x4UBWDBH","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","messageID":"msg_08992b00400176dFkhO3U8Kspb"}} +{"type":"step_finish","timestamp":1789014508723,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"id":"prt_0899304af001OylP5N1EwCTTHw","reason":"tool-calls","snapshot":"75efaccdaab404a073727be7eab668d8bb27bb31","messageID":"msg_08992b00400176dFkhO3U8Kspb","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","type":"step-finish","tokens":{"total":97954,"input":1982,"output":242,"reasoning":370,"cache":{"write":0,"read":95360}},"cost":0}} +{"type":"step_start","timestamp":1789014510780,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"id":"prt_089930cb9001V1YfhBBWrrTN6X","messageID":"msg_0899304e0001gbGKYOyxr9PqYp","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","snapshot":"37c731f5ea47ca27d7f59a86dd66ac2b5ba764fa","type":"step-start"}} +{"type":"tool_use","timestamp":1789014518238,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"type":"tool","tool":"todowrite","callID":"call_H5eV0knkF8Ths7QXjYO8Tcmu","state":{"status":"completed","input":{"todos":[{"content":"Read campaign authority, contract, checkpoint, and open surprises","status":"completed","priority":"high"},{"content":"Verify worktree, source, and resource identities against checkpoint/contract","status":"completed","priority":"high"},{"content":"Execute the checkpoint's exact next ABI research action within owned scope","status":"completed","priority":"high"},{"content":"Coordinate evidence package for independent falsification/coverage without delegation","status":"completed","priority":"medium"},{"content":"Write mandatory canonical campaign checkpoint with one exact next action","status":"in_progress","priority":"high"}]},"output":"[\n {\n \"content\": \"Read campaign authority, contract, checkpoint, and open surprises\",\n \"status\": \"completed\",\n \"priority\": \"high\"\n },\n {\n \"content\": \"Verify worktree, source, and resource identities against checkpoint/contract\",\n \"status\": \"completed\",\n \"priority\": \"high\"\n },\n {\n \"content\": \"Execute the checkpoint's exact next ABI research action within owned scope\",\n \"status\": \"completed\",\n \"priority\": \"high\"\n },\n {\n \"content\": \"Coordinate evidence package for independent falsification/coverage without delegation\",\n \"status\": \"completed\",\n \"priority\": \"medium\"\n },\n {\n \"content\": \"Write mandatory canonical campaign checkpoint with one exact next action\",\n \"status\": \"in_progress\",\n \"priority\": \"high\"\n }\n]","metadata":{"todos":[{"content":"Read campaign authority, contract, checkpoint, and open surprises","status":"completed","priority":"high"},{"content":"Verify worktree, source, and resource identities against checkpoint/contract","status":"completed","priority":"high"},{"content":"Execute the checkpoint's exact next ABI research action within owned scope","status":"completed","priority":"high"},{"content":"Coordinate evidence package for independent falsification/coverage without delegation","status":"completed","priority":"medium"},{"content":"Write mandatory canonical campaign checkpoint with one exact next action","status":"in_progress","priority":"high"}],"truncated":false},"title":"1 todos","time":{"start":1789014518233,"end":1789014518236}},"metadata":{"openai":{"itemId":"fc_0eb6e62c1b63a298016aa231f27e2c87d1b676d55964c91924"}},"id":"prt_089931b7b001oOgrRdaEcOo9eZ","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","messageID":"msg_0899304e0001gbGKYOyxr9PqYp"}} +{"type":"step_finish","timestamp":1789014518458,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"id":"prt_089932ab7001sfp0su6AUxLVbr","reason":"tool-calls","snapshot":"4a950939b0cbacd2124a9d19492317cf062ea2fd","messageID":"msg_0899304e0001gbGKYOyxr9PqYp","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","type":"step-finish","tokens":{"total":98434,"input":1053,"output":135,"reasoning":94,"cache":{"write":0,"read":97152}},"cost":0}} +{"type":"step_start","timestamp":1789014521728,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"id":"prt_0899337770016RLYqmewBFlO5g","messageID":"msg_089932aec001RD8wTcBN4HtgQh","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","snapshot":"161a955c4349ea2799e6ddae6e46668ed41feff7","type":"step-start"}} +{"type":"tool_use","timestamp":1789014560478,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"type":"tool","tool":"bash","callID":"call_jXYC6ZyoWLOyrZ4MH99KRMxI","state":{"status":"completed","input":{"command":"python3 tools/campaign.py --state-root /home/alex/sots-re checkpoint research-completion-abi --actor research-abi-analyst --role analyst --model openai/gpt-5.6-sol --session run-16f8e9b6376b278c4870be09 --summary 'QUANTUM HANDOFF. OBSERVATIONS: no open surprises; contract remains needs-revision. Assigned source identities were freshly verified before capture: engine worktree /tmp/opencode/sots-final-research-engine HEAD 7741d42fc5e4e761e6449bdaf0e4a61d00036a23, common /home/alex/sots-engine/.git, digest ccd8e02083e8d2e2b3e97976ace2273c8f924dfc02a39e919004eaf3544c50fd; RE worktree /tmp/opencode/sots-final-research-re HEAD 3bfde5a70d874a723e797a695bbd847fd82c0aa7, common /home/alex/sots-re/.git, digest 6696fd5201e144843617cbf6d78b41b5287ad5dcc9fa1e8aaa861d52b64e72e8. Both assigned trees retained pre-existing dirty/untracked files; this quantum edited only contract-owned canonical campaign/research/research-completion-abi.md, verify/results/research-completion-abi/recovered-static.md and new run-16f8e9b6376b278c4870be09/. Canonical RE HEAD at stop is be66fdde2c35e3feae55820c26bfc06a11feef63; it is not substituted for the pinned assigned-worktree source identity. Fresh input/tool: dumps/sots.exe SHA256 970b7de729956a53094c7eb98aba4270aee98e2fed5daf0d39e290013c90c841, 7,898,624 bytes; /usr/bin/objdump SHA256 1eaaef2e7f57c4c7f69115c495e2466f5a8c8e5f3bc42221d092382f30f9d4cd, GNU Binutils 2.38. Four read-only local windows required by d-b51f3f76803e852ed250846a ran exit zero with nonempty stdout/empty stderr; manifest hashes revalidated and all four stdout hashes exactly reproduce archived bridge captures. RECORDED FACTS: get/create never writes temporary [EBP-0x20] EvTurn before append; append copies source+4 to destination+4, invokes nested deep-copy, then advances last; empty nested copy initializes three zero pointers and allocates nothing; temporary nested cleanup at 0x885422 precedes requested-turn publication at 0x88542d and EAX return of last-0x18; cleanup destroys 0x74-stride elements/frees through 0x00924faa only for nonnull storage, then zeros all pointers. DECISION: corrected both owned handoffs to describe the transient scalar as an incoming stack word not initialized by this routine, neither measured randomness nor necessarily nonzero; do not encode zero or reproduce an uninitialized read. Static usable postcondition is final requested turn after normally returning helpers on valid containers. HYPOTHESES/UNEXERCISED: full outer growth, nonempty nested copy, failure/unwind, transient observation/reentrancy, padding and live CRT compatibility were not executed. No game, VM, Ghidra or build host used; no RNG draw, event ID/record or unrelated game state observed; no lease acquired/held, cleanup obligation or access change. No delegation, stage, commit or push. TESTS: custom manifest verifier PASS 4/4 outputs hash-valid/exit-zero/nonempty and equal archived hashes; campaign validate passed listing five contracts; git diff --check passed; search found no remaining zero-temporary wording in owned Markdown. Report supplies independent falsifiers for last-match/no-write hit, spare/full miss, empty/nonempty nested copy and cleanup-before-store order. BLOCKER: ownership-recovered and independent-cross-check remain unaccepted until a distinct verifier reproduces/challenges the corrected package; static evidence does not establish live allocator safety or replacement acceptance.' --artifact verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/manifest.json --artifact verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/report.md --artifact verify/results/research-completion-abi/recovered-static.md --artifact campaign/research/research-completion-abi.md --artifact campaign/runtime/decisions/d-b51f3f76803e852ed250846a.json --next-action 'Lead assigns a distinct research-completion-abi verifier to freshly reproduce the four run-16f8e9b6376b278c4870be09 windows and challenge the report’s last-match, spare/full, empty/nonempty and cleanup-before-store falsifiers.'","workdir":"/home/alex/sots-re","timeout":120000},"output":"{\n \"actor\": \"research-abi-analyst\",\n \"artifacts\": [\n {\n \"path\": \"verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/manifest.json\",\n \"sha256\": \"4f3b4b28002a22521d2e7b87c8f82d63b21bf9f48918cc4ab6a7f629155cd101\"\n },\n {\n \"path\": \"verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/report.md\",\n \"sha256\": \"f37e3c4bbf4c0dd249bb152422a786172d14d77fc912c7d8a4cb0d7240c0a3c7\"\n },\n {\n \"path\": \"verify/results/research-completion-abi/recovered-static.md\",\n \"sha256\": \"b6bfe302ebc96ab65eab31a86ff286a4bd3c43f3bba16610d9e87b04e5d40c35\"\n },\n {\n \"path\": \"campaign/research/research-completion-abi.md\",\n \"sha256\": \"23912a90a275f36679e1ed03d9d8830359299a2ecc269ec075f07d6f7425f4f6\"\n },\n {\n \"path\": \"campaign/runtime/decisions/d-b51f3f76803e852ed250846a.json\",\n \"sha256\": \"d01550dd8874160d05378f6183d780c444a5285a4ebc5d3c6049fbda8e342957\"\n }\n ],\n \"basis\": \"aaddeb76f74bbd1a43671f882770ec84a7d690b4060d060ef1a68f918e8edbb0\",\n \"contract\": \"research-completion-abi\",\n \"id\": \"1340cf6a2a12b704e5cd048e\",\n \"model\": \"openai/gpt-5.6-sol\",\n \"next_action\": \"Lead assigns a distinct research-completion-abi verifier to freshly reproduce the four run-16f8e9b6376b278c4870be09 windows and challenge the report\\u2019s last-match, spare/full, empty/nonempty and cleanup-before-store falsifiers.\",\n \"role\": \"analyst\",\n \"schema\": \"sots-checkpoint/1\",\n \"session\": \"run-16f8e9b6376b278c4870be09\",\n \"summary\": \"QUANTUM HANDOFF. OBSERVATIONS: no open surprises; contract remains needs-revision. Assigned source identities were freshly verified before capture: engine worktree /tmp/opencode/sots-final-research-engine HEAD 7741d42fc5e4e761e6449bdaf0e4a61d00036a23, common /home/alex/sots-engine/.git, digest ccd8e02083e8d2e2b3e97976ace2273c8f924dfc02a39e919004eaf3544c50fd; RE worktree /tmp/opencode/sots-final-research-re HEAD 3bfde5a70d874a723e797a695bbd847fd82c0aa7, common /home/alex/sots-re/.git, digest 6696fd5201e144843617cbf6d78b41b5287ad5dcc9fa1e8aaa861d52b64e72e8. Both assigned trees retained pre-existing dirty/untracked files; this quantum edited only contract-owned canonical campaign/research/research-completion-abi.md, verify/results/research-completion-abi/recovered-static.md and new run-16f8e9b6376b278c4870be09/. Canonical RE HEAD at stop is be66fdde2c35e3feae55820c26bfc06a11feef63; it is not substituted for the pinned assigned-worktree source identity. Fresh input/tool: dumps/sots.exe SHA256 970b7de729956a53094c7eb98aba4270aee98e2fed5daf0d39e290013c90c841, 7,898,624 bytes; /usr/bin/objdump SHA256 1eaaef2e7f57c4c7f69115c495e2466f5a8c8e5f3bc42221d092382f30f9d4cd, GNU Binutils 2.38. Four read-only local windows required by d-b51f3f76803e852ed250846a ran exit zero with nonempty stdout/empty stderr; manifest hashes revalidated and all four stdout hashes exactly reproduce archived bridge captures. RECORDED FACTS: get/create never writes temporary [EBP-0x20] EvTurn before append; append copies source+4 to destination+4, invokes nested deep-copy, then advances last; empty nested copy initializes three zero pointers and allocates nothing; temporary nested cleanup at 0x885422 precedes requested-turn publication at 0x88542d and EAX return of last-0x18; cleanup destroys 0x74-stride elements/frees through 0x00924faa only for nonnull storage, then zeros all pointers. DECISION: corrected both owned handoffs to describe the transient scalar as an incoming stack word not initialized by this routine, neither measured randomness nor necessarily nonzero; do not encode zero or reproduce an uninitialized read. Static usable postcondition is final requested turn after normally returning helpers on valid containers. HYPOTHESES/UNEXERCISED: full outer growth, nonempty nested copy, failure/unwind, transient observation/reentrancy, padding and live CRT compatibility were not executed. No game, VM, Ghidra or build host used; no RNG draw, event ID/record or unrelated game state observed; no lease acquired/held, cleanup obligation or access change. No delegation, stage, commit or push. TESTS: custom manifest verifier PASS 4/4 outputs hash-valid/exit-zero/nonempty and equal archived hashes; campaign validate passed listing five contracts; git diff --check passed; search found no remaining zero-temporary wording in owned Markdown. Report supplies independent falsifiers for last-match/no-write hit, spare/full miss, empty/nonempty nested copy and cleanup-before-store order. BLOCKER: ownership-recovered and independent-cross-check remain unaccepted until a distinct verifier reproduces/challenges the corrected package; static evidence does not establish live allocator safety or replacement acceptance.\",\n \"timestamp\": \"2026-09-10T04:29:20.452182+00:00\"\n}\n","metadata":{"output":"{\n \"actor\": \"research-abi-analyst\",\n \"artifacts\": [\n {\n \"path\": \"verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/manifest.json\",\n \"sha256\": \"4f3b4b28002a22521d2e7b87c8f82d63b21bf9f48918cc4ab6a7f629155cd101\"\n },\n {\n \"path\": \"verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/report.md\",\n \"sha256\": \"f37e3c4bbf4c0dd249bb152422a786172d14d77fc912c7d8a4cb0d7240c0a3c7\"\n },\n {\n \"path\": \"verify/results/research-completion-abi/recovered-static.md\",\n \"sha256\": \"b6bfe302ebc96ab65eab31a86ff286a4bd3c43f3bba16610d9e87b04e5d40c35\"\n },\n {\n \"path\": \"campaign/research/research-completion-abi.md\",\n \"sha256\": \"23912a90a275f36679e1ed03d9d8830359299a2ecc269ec075f07d6f7425f4f6\"\n },\n {\n \"path\": \"campaign/runtime/decisions/d-b51f3f76803e852ed250846a.json\",\n \"sha256\": \"d01550dd8874160d05378f6183d780c444a5285a4ebc5d3c6049fbda8e342957\"\n }\n ],\n \"basis\": \"aaddeb76f74bbd1a43671f882770ec84a7d690b4060d060ef1a68f918e8edbb0\",\n \"contract\": \"research-completion-abi\",\n \"id\": \"1340cf6a2a12b704e5cd048e\",\n \"model\": \"openai/gpt-5.6-sol\",\n \"next_action\": \"Lead assigns a distinct research-completion-abi verifier to freshly reproduce the four run-16f8e9b6376b278c4870be09 windows and challenge the report\\u2019s last-match, spare/full, empty/nonempty and cleanup-before-store falsifiers.\",\n \"role\": \"analyst\",\n \"schema\": \"sots-checkpoint/1\",\n \"session\": \"run-16f8e9b6376b278c4870be09\",\n \"summary\": \"QUANTUM HANDOFF. OBSERVATIONS: no open surprises; contract remains needs-revision. Assigned source identities were freshly verified before capture: engine worktree /tmp/opencode/sots-final-research-engine HEAD 7741d42fc5e4e761e6449bdaf0e4a61d00036a23, common /home/alex/sots-engine/.git, digest ccd8e02083e8d2e2b3e97976ace2273c8f924dfc02a39e919004eaf3544c50fd; RE worktree /tmp/opencode/sots-final-research-re HEAD 3bfde5a70d874a723e797a695bbd847fd82c0aa7, common /home/alex/sots-re/.git, digest 6696fd5201e144843617cbf6d78b41b5287ad5dcc9fa1e8aaa861d52b64e72e8. Both assigned trees retained pre-existing dirty/untracked files; this quantum edited only contract-owned canonical campaign/research/research-completion-abi.md, verify/results/research-completion-abi/recovered-static.md and new run-16f8e9b6376b278c4870be09/. Canonical RE HEAD at stop is be66fdde2c35e3feae55820c26bfc06a11feef63; it is not substituted for the pinned assigned-worktree source identity. Fresh input/tool: dumps/sots.exe SHA256 970b7de729956a53094c7eb98aba4270aee98e2fed5daf0d39e290013c90c841, 7,898,624 bytes; /usr/bin/objdump SHA256 1eaaef2e7f57c4c7f69115c495e2466f5a8c8e5f3bc42221d092382f30f9d4cd, GNU Binutils 2.38. Four read-only local windows required by d-b51f3f76803e852ed250846a ran exit zero with nonempty stdout/empty stderr; manifest hashes revalidated and all four stdout hashes exactly reproduce archived bridge captures. RECORDED FACTS: get/create never writes temporary [EBP-0x20] EvTurn before append; append copies source+4 to destination+4, invokes nested deep-copy, then advances last; empty nested copy initializes three zero pointers and allocates nothing; temporary nested cleanup at 0x885422 precedes requested-turn publication at 0x88542d and EAX return of last-0x18; cleanup destroys 0x74-stride elements/frees through 0x00924faa only for nonnull storage, then zeros all pointers. DECISION: corrected both owned handoffs to describe the transient scalar as an incoming stack word not initialized by this routine, neither measured randomness nor necessarily nonzero; do not encode zero or reproduce an uninitialized read. Static usable postcondition is final requested turn after normally returning helpers on valid containers. HYPOTHESES/UNEXERCISED: full outer growth, nonempty nested copy, failure/unwind, transient observation/reentrancy, padding and live CRT compatibility were not executed. No game, VM, Ghidra or build host used; no RNG draw, event ID/record or unrelated game state observed; no lease acquired/held, cleanup obligation or access change. No delegation, stage, commit or push. TESTS: custom manifest verifier PASS 4/4 outputs hash-valid/exit-zero/nonempty and equal archived hashes; campaign validate passed listing five contracts; git diff --check passed; search found no remaining zero-temporary wording in owned Markdown. Report supplies independent falsifiers for last-match/no-write hit, spare/full miss, empty/nonempty nested copy and cleanup-before-store order. BLOCKER: ownership-recovered and independent-cross-check remain unaccepted until a distinct verifier reproduces/challenges the corrected package; static evidence does not establish live allocator safety or replacement acceptance.\",\n \"timestamp\": \"2026-09-10T04:29:20.452182+00:00\"\n}\n","exit":0,"truncated":false},"title":"python3 tools/campaign.py --state-root /home/alex/sots-re checkpoint research-completion-abi --actor research-abi-analyst --role analyst --model openai/gpt-5.6-sol --session run-16f8e9b6376b278c4870be09 --summary 'QUANTUM HANDOFF. OBSERVATIONS: no open surprises; contract remains needs-revision. Assigned source identities were freshly verified before capture: engine worktree /tmp/opencode/sots-final-research-engine HEAD 7741d42fc5e4e761e6449bdaf0e4a61d00036a23, common /home/alex/sots-engine/.git, digest ccd8e02083e8d2e2b3e97976ace2273c8f924dfc02a39e919004eaf3544c50fd; RE worktree /tmp/opencode/sots-final-research-re HEAD 3bfde5a70d874a723e797a695bbd847fd82c0aa7, common /home/alex/sots-re/.git, digest 6696fd5201e144843617cbf6d78b41b5287ad5dcc9fa1e8aaa861d52b64e72e8. Both assigned trees retained pre-existing dirty/untracked files; this quantum edited only contract-owned canonical campaign/research/research-completion-abi.md, verify/results/research-completion-abi/recovered-static.md and new run-16f8e9b6376b278c4870be09/. Canonical RE HEAD at stop is be66fdde2c35e3feae55820c26bfc06a11feef63; it is not substituted for the pinned assigned-worktree source identity. Fresh input/tool: dumps/sots.exe SHA256 970b7de729956a53094c7eb98aba4270aee98e2fed5daf0d39e290013c90c841, 7,898,624 bytes; /usr/bin/objdump SHA256 1eaaef2e7f57c4c7f69115c495e2466f5a8c8e5f3bc42221d092382f30f9d4cd, GNU Binutils 2.38. Four read-only local windows required by d-b51f3f76803e852ed250846a ran exit zero with nonempty stdout/empty stderr; manifest hashes revalidated and all four stdout hashes exactly reproduce archived bridge captures. RECORDED FACTS: get/create never writes temporary [EBP-0x20] EvTurn before append; append copies source+4 to destination+4, invokes nested deep-copy, then advances last; empty nested copy initializes three zero pointers and allocates nothing; temporary nested cleanup at 0x885422 precedes requested-turn publication at 0x88542d and EAX return of last-0x18; cleanup destroys 0x74-stride elements/frees through 0x00924faa only for nonnull storage, then zeros all pointers. DECISION: corrected both owned handoffs to describe the transient scalar as an incoming stack word not initialized by this routine, neither measured randomness nor necessarily nonzero; do not encode zero or reproduce an uninitialized read. Static usable postcondition is final requested turn after normally returning helpers on valid containers. HYPOTHESES/UNEXERCISED: full outer growth, nonempty nested copy, failure/unwind, transient observation/reentrancy, padding and live CRT compatibility were not executed. No game, VM, Ghidra or build host used; no RNG draw, event ID/record or unrelated game state observed; no lease acquired/held, cleanup obligation or access change. No delegation, stage, commit or push. TESTS: custom manifest verifier PASS 4/4 outputs hash-valid/exit-zero/nonempty and equal archived hashes; campaign validate passed listing five contracts; git diff --check passed; search found no remaining zero-temporary wording in owned Markdown. Report supplies independent falsifiers for last-match/no-write hit, spare/full miss, empty/nonempty nested copy and cleanup-before-store order. BLOCKER: ownership-recovered and independent-cross-check remain unaccepted until a distinct verifier reproduces/challenges the corrected package; static evidence does not establish live allocator safety or replacement acceptance.' --artifact verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/manifest.json --artifact verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/report.md --artifact verify/results/research-completion-abi/recovered-static.md --artifact campaign/research/research-completion-abi.md --artifact campaign/runtime/decisions/d-b51f3f76803e852ed250846a.json --next-action 'Lead assigns a distinct research-completion-abi verifier to freshly reproduce the four run-16f8e9b6376b278c4870be09 windows and challenge the report’s last-match, spare/full, empty/nonempty and cleanup-before-store falsifiers.'","time":{"start":1789014560407,"end":1789014560476}},"metadata":{"openai":{"itemId":"fc_0b69f00363e27763016aa231fd05b087d19c2777eecd019738"}},"id":"prt_08993459f001mcl8mGfNRahsZl","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","messageID":"msg_089932aec001RD8wTcBN4HtgQh"}} +{"type":"step_finish","timestamp":1789014560653,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"id":"prt_08993cf8a001mh1LcsloNN6Ugr","reason":"tool-calls","snapshot":"a0cd89d56b6b7186670ac82a5665940183568ef7","messageID":"msg_089932aec001RD8wTcBN4HtgQh","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","type":"step-finish","tokens":{"total":99830,"input":579,"output":1122,"reasoning":81,"cache":{"write":0,"read":98048}},"cost":0}} +{"type":"step_start","timestamp":1789014562452,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"id":"prt_08993d6910010jWCfC2mHHS8uE","messageID":"msg_08993cfc4001Ui4bGwzp4ri4Vx","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","snapshot":"7b0ad257403b927e7fa552e1711eaca9c45bda0c","type":"step-start"}} +{"type":"tool_use","timestamp":1789014567319,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"type":"tool","tool":"todowrite","callID":"call_iLD7uv9X9Zd1PpUdaBI1c13u","state":{"status":"completed","input":{"todos":[{"content":"Read campaign authority, contract, checkpoint, and open surprises","status":"completed","priority":"high"},{"content":"Verify worktree, source, and resource identities against checkpoint/contract","status":"completed","priority":"high"},{"content":"Execute the checkpoint's exact next ABI research action within owned scope","status":"completed","priority":"high"},{"content":"Coordinate evidence package for independent falsification/coverage without delegation","status":"completed","priority":"medium"},{"content":"Write mandatory canonical campaign checkpoint with one exact next action","status":"completed","priority":"high"}]},"output":"[\n {\n \"content\": \"Read campaign authority, contract, checkpoint, and open surprises\",\n \"status\": \"completed\",\n \"priority\": \"high\"\n },\n {\n \"content\": \"Verify worktree, source, and resource identities against checkpoint/contract\",\n \"status\": \"completed\",\n \"priority\": \"high\"\n },\n {\n \"content\": \"Execute the checkpoint's exact next ABI research action within owned scope\",\n \"status\": \"completed\",\n \"priority\": \"high\"\n },\n {\n \"content\": \"Coordinate evidence package for independent falsification/coverage without delegation\",\n \"status\": \"completed\",\n \"priority\": \"medium\"\n },\n {\n \"content\": \"Write mandatory canonical campaign checkpoint with one exact next action\",\n \"status\": \"completed\",\n \"priority\": \"high\"\n }\n]","metadata":{"todos":[{"content":"Read campaign authority, contract, checkpoint, and open surprises","status":"completed","priority":"high"},{"content":"Verify worktree, source, and resource identities against checkpoint/contract","status":"completed","priority":"high"},{"content":"Execute the checkpoint's exact next ABI research action within owned scope","status":"completed","priority":"high"},{"content":"Coordinate evidence package for independent falsification/coverage without delegation","status":"completed","priority":"medium"},{"content":"Write mandatory canonical campaign checkpoint with one exact next action","status":"completed","priority":"high"}],"truncated":false},"title":"0 todos","time":{"start":1789014567312,"end":1789014567316}},"metadata":{"openai":{"itemId":"fc_0f529dad064c9ba2016aa2322384e487d1babf780fffd53c82"}},"id":"prt_08993db0a001dXEoNz6MTaN6NP","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","messageID":"msg_08993cfc4001Ui4bGwzp4ri4Vx"}} +{"type":"step_finish","timestamp":1789014567469,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"id":"prt_08993ea2a001GwT6Y2hthVvck4","reason":"tool-calls","snapshot":"ac7025c6384327643c622f6e41ba342f91ea66dc","messageID":"msg_08993cfc4001Ui4bGwzp4ri4Vx","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","type":"step-finish","tokens":{"total":101473,"input":2891,"output":134,"reasoning":16,"cache":{"write":0,"read":98432}},"cost":0}} +{"type":"step_start","timestamp":1789014569473,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"id":"prt_08993f1f8001EHhXvWhxIixpmN","messageID":"msg_08993ea5d001tIk7g2o3Eq3uF1","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","snapshot":"fb1489bb09c08a324f6768345a688c6e632335b2","type":"step-start"}} +{"type":"text","timestamp":1789014574569,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"id":"prt_08993f1ff00189qRlHLhJWAOxc","messageID":"msg_08993ea5d001tIk7g2o3Eq3uF1","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","type":"text","text":"Fresh bounded quantum completed.\n\n- Reproduced four required static windows with freshly hashed binary/tool.\n- Corrected the false zero-initialized temporary `EvTurn` interpretation.\n- Added capture and report under:\n `verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/`\n- Updated both owned ABI handoffs.\n- Validation passed; no open surprises or held resources.\n- No lab mutation, delegation, staging, commit, or push.\n\nMandatory checkpoint:\n`campaign/runtime/checkpoints/research-completion-abi-1340cf6a2a12b704e5cd048e.json`\n\nNext action: assign a distinct verifier to reproduce and challenge the corrected package.","time":{"start":1789014569471,"end":1789014574567},"metadata":{"openai":{"itemId":"msg_0efed3753dbdb883016aa2322969ac87d198d1965627f2a723","phase":"final_answer"}}}} +{"type":"step_finish","timestamp":1789014574728,"sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","part":{"id":"prt_089940685001uLlqfTX4Vd3IAp","reason":"stop","snapshot":"6ddf21a8d9434c21de85a471ba92dcf5bd09cf51","messageID":"msg_08993ea5d001tIk7g2o3Eq3uF1","sessionID":"ses_f767233caffeDCLkvkoxjdwS5g","type":"step-finish","tokens":{"total":101820,"input":545,"output":155,"reasoning":0,"cache":{"write":0,"read":101120}},"cost":0}} diff --git a/campaign/runtime/runs/run-16f8e9b6376b278c4870be09.stderr.log b/campaign/runtime/runs/run-16f8e9b6376b278c4870be09.stderr.log new file mode 100644 index 0000000..e69de29 diff --git a/verify/results/research-completion-abi/recovered-static.md b/verify/results/research-completion-abi/recovered-static.md index 9a3cc54..2851b6a 100644 --- a/verify/results/research-completion-abi/recovered-static.md +++ b/verify/results/research-completion-abi/recovered-static.md @@ -63,10 +63,14 @@ convert the static interpretations below into live allocator-safety or accepted hit returns the **last** matching bucket and performs no construction, allocation, ID update, or RNG draw. * On a miss it initializes a stack `TurnEvents` with vptr `0x00a0f07c` and zero nested-vector - pointers, then calls outer `vector::push_back` at `0x00884cb0`. Only after append does - it write the requested turn to the stored element at `_Mylast[-1]+4`. It destroys the temporary's - nested vector through `0x00629580` and returns the new element. The temporary itself starts with - turn zero; append deep-copies that zero before the stored turn is patched. + pointers, but does **not** initialize the temporary `EvTurn` at `+4` (`[EBP-0x20]`). It then calls + outer `vector::push_back` at `0x00884cb0`; append copies that incoming stack word as its + scalar `EvTurn` before deep-copying the nested vector. Get/create destroys the temporary's nested + vector through `0x00629580`, only then writes the requested turn to the stored element at + `_Mylast[-1]+4`, and returns the new element. The transient word is not measured randomness or + necessarily nonzero; do not infer a zero default. This correction and its fresh four-window + reproduction are in `run-16f8e9b6376b278c4870be09/` under decision + `d-b51f3f76803e852ed250846a`. * `0x00884cb0` is ECX receiver plus one source pointer and `ret 4`; stride is `0x18`. It handles a source pointer inside its own vector separately so growth cannot invalidate the source. Both branches install the TurnEvents vptr, copy `EvTurn`, and copy-construct the nested PlayerEvent @@ -151,6 +155,9 @@ remain part of the caller-level behavior documented in `findings/subsystems/even 4. `EvDsc` equality participation is now statically pinned, but has not been exercised in a live same-bucket description-only fixture. Independent review must reproduce the complete helper and branch windows before this becomes accepted ABI evidence. +5. The corrected TurnEvents miss path has a fresh analyst reproduction, not independent + reproduction. Full/spare outer capacity, nonempty nested copy, transient observation and + failure/unwind remain unexecuted; final requested-turn publication does not certify those paths. Independent cross-check captures: `verify/results/research-callback/observed-copy-helper-objdump.txt` and `event-copy-helper-objdump.txt`. The PlayerEvent copy operation is different: ECX is the diff --git a/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/capture.py b/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/capture.py new file mode 100644 index 0000000..efd7a0f --- /dev/null +++ b/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/capture.py @@ -0,0 +1,94 @@ +#!/usr/bin/env python3 +"""Capture the four read-only windows required by decision d-b51f3f76803e852ed250846a.""" + +import hashlib +import json +import subprocess +from datetime import datetime, timezone +from pathlib import Path + +ROOT = Path("/home/alex/sots-re") +OUT = ROOT / "verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09" +BINARY = ROOT / "dumps/sots.exe" +TOOL = Path("/usr/bin/objdump") + +WINDOWS = ( + ("turn-get-create", "0x00885380", "0x0088544a"), + ("turn-append", "0x00884cb0", "0x00884d8f"), + ("nested-copy", "0x00779850", "0x00779a20"), + ("nested-dtor", "0x00629580", "0x006295ca"), +) + + +def digest(data: bytes) -> str: + return hashlib.sha256(data).hexdigest() + + +def file_digest(path: Path) -> str: + return digest(path.read_bytes()) + + +records = [] +for name, start, stop in WINDOWS: + argv = [str(TOOL), "-D", "-Mintel", f"--start-address={start}", + f"--stop-address={stop}", str(BINARY)] + proc = subprocess.run(argv, cwd=ROOT, check=False, capture_output=True) + stdout_path = OUT / f"{name}.stdout.txt" + stderr_path = OUT / f"{name}.stderr.txt" + stdout_path.write_bytes(proc.stdout) + stderr_path.write_bytes(proc.stderr) + records.append({ + "name": name, + "argv": argv, + "cwd": str(ROOT), + "start": start, + "stop": stop, + "returncode": proc.returncode, + "stdout": { + "path": str(stdout_path.relative_to(ROOT)), + "bytes": len(proc.stdout), + "sha256": digest(proc.stdout), + }, + "stderr": { + "path": str(stderr_path.relative_to(ROOT)), + "bytes": len(proc.stderr), + "sha256": digest(proc.stderr), + }, + }) + +version = subprocess.run([str(TOOL), "--version"], check=True, + capture_output=True, text=True).stdout.splitlines()[0] +manifest = { + "schema": "sots-abi-static-capture/1", + "session": "run-16f8e9b6376b278c4870be09", + "actor": "research-abi-analyst", + "role": "analyst", + "model": "openai/gpt-5.6-sol", + "timestamp": datetime.now(timezone.utc).isoformat(), + "scope": "Fresh read-only correction capture required by d-b51f3f76803e852ed250846a; no game execution or live allocator claim.", + "source_binding": { + "engine": { + "path": "/tmp/opencode/sots-final-research-engine", + "commit": "7741d42fc5e4e761e6449bdaf0e4a61d00036a23", + "sha256": "ccd8e02083e8d2e2b3e97976ace2273c8f924dfc02a39e919004eaf3544c50fd", + }, + "re": { + "path": "/tmp/opencode/sots-final-research-re", + "commit": "3bfde5a70d874a723e797a695bbd847fd82c0aa7", + "sha256": "6696fd5201e144843617cbf6d78b41b5287ad5dcc9fa1e8aaa861d52b64e72e8", + }, + }, + "input": { + "path": "dumps/sots.exe", + "bytes": BINARY.stat().st_size, + "sha256": file_digest(BINARY), + }, + "tool": { + "path": str(TOOL), + "bytes": TOOL.stat().st_size, + "sha256": file_digest(TOOL), + "version": version, + }, + "windows": records, +} +(OUT / "manifest.json").write_text(json.dumps(manifest, indent=2) + "\n") diff --git a/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/manifest.json b/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/manifest.json new file mode 100644 index 0000000..c881e9f --- /dev/null +++ b/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/manifest.json @@ -0,0 +1,134 @@ +{ + "schema": "sots-abi-static-capture/1", + "session": "run-16f8e9b6376b278c4870be09", + "actor": "research-abi-analyst", + "role": "analyst", + "model": "openai/gpt-5.6-sol", + "timestamp": "2026-09-10T04:25:48.076637+00:00", + "scope": "Fresh read-only correction capture required by d-b51f3f76803e852ed250846a; no game execution or live allocator claim.", + "source_binding": { + "engine": { + "path": "/tmp/opencode/sots-final-research-engine", + "commit": "7741d42fc5e4e761e6449bdaf0e4a61d00036a23", + "sha256": "ccd8e02083e8d2e2b3e97976ace2273c8f924dfc02a39e919004eaf3544c50fd" + }, + "re": { + "path": "/tmp/opencode/sots-final-research-re", + "commit": "3bfde5a70d874a723e797a695bbd847fd82c0aa7", + "sha256": "6696fd5201e144843617cbf6d78b41b5287ad5dcc9fa1e8aaa861d52b64e72e8" + } + }, + "input": { + "path": "dumps/sots.exe", + "bytes": 7898624, + "sha256": "970b7de729956a53094c7eb98aba4270aee98e2fed5daf0d39e290013c90c841" + }, + "tool": { + "path": "/usr/bin/objdump", + "bytes": 373888, + "sha256": "1eaaef2e7f57c4c7f69115c495e2466f5a8c8e5f3bc42221d092382f30f9d4cd", + "version": "GNU objdump (GNU Binutils for Ubuntu) 2.38" + }, + "windows": [ + { + "name": "turn-get-create", + "argv": [ + "/usr/bin/objdump", + "-D", + "-Mintel", + "--start-address=0x00885380", + "--stop-address=0x0088544a", + "/home/alex/sots-re/dumps/sots.exe" + ], + "cwd": "/home/alex/sots-re", + "start": "0x00885380", + "stop": "0x0088544a", + "returncode": 0, + "stdout": { + "path": "verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/turn-get-create.stdout.txt", + "bytes": 3974, + "sha256": "f6e72ba9b08fdf48d70f39379b2fb30a5adbe796072485f70c5795c10ab45ca3" + }, + "stderr": { + "path": "verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/turn-get-create.stderr.txt", + "bytes": 0, + "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" + } + }, + { + "name": "turn-append", + "argv": [ + "/usr/bin/objdump", + "-D", + "-Mintel", + "--start-address=0x00884cb0", + "--stop-address=0x00884d8f", + "/home/alex/sots-re/dumps/sots.exe" + ], + "cwd": "/home/alex/sots-re", + "start": "0x00884cb0", + "stop": "0x00884d8f", + "returncode": 0, + "stdout": { + "path": "verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/turn-append.stdout.txt", + "bytes": 4179, + "sha256": "57d6655feed0fc137bb2b7eee4bfcb09536b5a715603c917ee142770f1d52a15" + }, + "stderr": { + "path": "verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/turn-append.stderr.txt", + "bytes": 0, + "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" + } + }, + { + "name": "nested-copy", + "argv": [ + "/usr/bin/objdump", + "-D", + "-Mintel", + "--start-address=0x00779850", + "--stop-address=0x00779a20", + "/home/alex/sots-re/dumps/sots.exe" + ], + "cwd": "/home/alex/sots-re", + "start": "0x00779850", + "stop": "0x00779a20", + "returncode": 0, + "stdout": { + "path": "verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/nested-copy.stdout.txt", + "bytes": 8469, + "sha256": "e3988aa615066dce65ec16de0d61051ffc5deafe8c8eef4aeb0bbfbe931204a1" + }, + "stderr": { + "path": "verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/nested-copy.stderr.txt", + "bytes": 0, + "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" + } + }, + { + "name": "nested-dtor", + "argv": [ + "/usr/bin/objdump", + "-D", + "-Mintel", + "--start-address=0x00629580", + "--stop-address=0x006295ca", + "/home/alex/sots-re/dumps/sots.exe" + ], + "cwd": "/home/alex/sots-re", + "start": "0x00629580", + "stop": "0x006295ca", + "returncode": 0, + "stdout": { + "path": "verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/nested-dtor.stdout.txt", + "bytes": 1727, + "sha256": "3c38887e60d009ab904772b13be93ac1eedd9bee85024e37110160a625db3a83" + }, + "stderr": { + "path": "verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/nested-dtor.stderr.txt", + "bytes": 0, + "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" + } + } + ] +} diff --git a/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/nested-copy.stderr.txt b/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/nested-copy.stderr.txt new file mode 100644 index 0000000..e69de29 diff --git a/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/nested-copy.stdout.txt b/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/nested-copy.stdout.txt new file mode 100644 index 0000000..0aec076 --- /dev/null +++ b/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/nested-copy.stdout.txt @@ -0,0 +1,175 @@ + +/home/alex/sots-re/dumps/sots.exe: file format pei-i386 + + +Disassembly of section .text: + +00779850 <.text+0x378850>: + 779850: 55 push ebp + 779851: 8b ec mov ebp,esp + 779853: 6a ff push 0xffffffff + 779855: 68 10 7b 98 00 push 0x987b10 + 77985a: 64 a1 00 00 00 00 mov eax,fs:0x0 + 779860: 50 push eax + 779861: 83 ec 08 sub esp,0x8 + 779864: 53 push ebx + 779865: 56 push esi + 779866: 57 push edi + 779867: a1 78 8b af 00 mov eax,ds:0xaf8b78 + 77986c: 33 c5 xor eax,ebp + 77986e: 50 push eax + 77986f: 8d 45 f4 lea eax,[ebp-0xc] + 779872: 64 a3 00 00 00 00 mov fs:0x0,eax + 779878: 89 65 f0 mov DWORD PTR [ebp-0x10],esp + 77987b: 8b f1 mov esi,ecx + 77987d: 89 75 ec mov DWORD PTR [ebp-0x14],esi + 779880: 8b 5d 08 mov ebx,DWORD PTR [ebp+0x8] + 779883: 33 c0 xor eax,eax + 779885: 89 06 mov DWORD PTR [esi],eax + 779887: 89 46 04 mov DWORD PTR [esi+0x4],eax + 77988a: 89 46 08 mov DWORD PTR [esi+0x8],eax + 77988d: 8b 4b 04 mov ecx,DWORD PTR [ebx+0x4] + 779890: 2b 0b sub ecx,DWORD PTR [ebx] + 779892: b8 09 cb 3d 8d mov eax,0x8d3dcb09 + 779897: f7 e9 imul ecx + 779899: 03 d1 add edx,ecx + 77989b: c1 fa 06 sar edx,0x6 + 77989e: 8b fa mov edi,edx + 7798a0: b8 00 00 00 00 mov eax,0x0 + 7798a5: c1 ef 1f shr edi,0x1f + 7798a8: 03 fa add edi,edx + 7798aa: 89 06 mov DWORD PTR [esi],eax + 7798ac: 89 46 04 mov DWORD PTR [esi+0x4],eax + 7798af: 89 46 08 mov DWORD PTR [esi+0x8],eax + 7798b2: 74 4b je 0x7798ff + 7798b4: 81 ff 2c f7 34 02 cmp edi,0x234f72c + 7798ba: 76 0b jbe 0x7798c7 + 7798bc: 68 90 1f 9e 00 push 0x9e1f90 + 7798c1: ff 15 50 d1 9d 00 call DWORD PTR ds:0x9dd150 + 7798c7: 8d 4e 0c lea ecx,[esi+0xc] + 7798ca: 57 push edi + 7798cb: e8 70 16 01 00 call 0x78af40 + 7798d0: 6b ff 74 imul edi,edi,0x74 + 7798d3: 8b 55 08 mov edx,DWORD PTR [ebp+0x8] + 7798d6: 52 push edx + 7798d7: 8d 56 0c lea edx,[esi+0xc] + 7798da: 52 push edx + 7798db: 03 f8 add edi,eax + 7798dd: 89 06 mov DWORD PTR [esi],eax + 7798df: 89 46 04 mov DWORD PTR [esi+0x4],eax + 7798e2: 89 7e 08 mov DWORD PTR [esi+0x8],edi + 7798e5: 8b 4b 04 mov ecx,DWORD PTR [ebx+0x4] + 7798e8: 8b 1b mov ebx,DWORD PTR [ebx] + 7798ea: 50 push eax + 7798eb: 51 push ecx + 7798ec: 53 push ebx + 7798ed: c7 45 fc 00 00 00 00 mov DWORD PTR [ebp-0x4],0x0 + 7798f4: e8 a7 8c ff ff call 0x7725a0 + 7798f9: 83 c4 14 add esp,0x14 + 7798fc: 89 46 04 mov DWORD PTR [esi+0x4],eax + 7798ff: 8b c6 mov eax,esi + 779901: 8b 4d f4 mov ecx,DWORD PTR [ebp-0xc] + 779904: 64 89 0d 00 00 00 00 mov DWORD PTR fs:0x0,ecx + 77990b: 59 pop ecx + 77990c: 5f pop edi + 77990d: 5e pop esi + 77990e: 5b pop ebx + 77990f: 8b e5 mov esp,ebp + 779911: 5d pop ebp + 779912: c2 04 00 ret 0x4 + 779915: 8b 4d ec mov ecx,DWORD PTR [ebp-0x14] + 779918: e8 63 fc ea ff call 0x629580 + 77991d: 6a 00 push 0x0 + 77991f: 6a 00 push 0x0 + 779921: e8 96 b6 1a 00 call 0x924fbc + 779926: cc int3 + 779927: cc int3 + 779928: cc int3 + 779929: cc int3 + 77992a: cc int3 + 77992b: cc int3 + 77992c: cc int3 + 77992d: cc int3 + 77992e: cc int3 + 77992f: cc int3 + 779930: 55 push ebp + 779931: 8b ec mov ebp,esp + 779933: 6a ff push 0xffffffff + 779935: 68 38 06 97 00 push 0x970638 + 77993a: 64 a1 00 00 00 00 mov eax,fs:0x0 + 779940: 50 push eax + 779941: 83 ec 20 sub esp,0x20 + 779944: a1 78 8b af 00 mov eax,ds:0xaf8b78 + 779949: 33 c5 xor eax,ebp + 77994b: 89 45 f0 mov DWORD PTR [ebp-0x10],eax + 77994e: 56 push esi + 77994f: 50 push eax + 779950: 8d 45 f4 lea eax,[ebp-0xc] + 779953: 64 a3 00 00 00 00 mov fs:0x0,eax + 779959: 8b f1 mov esi,ecx + 77995b: 8b 86 8c 00 00 00 mov eax,DWORD PTR [esi+0x8c] + 779961: 85 c0 test eax,eax + 779963: 75 0c jne 0x779971 + 779965: 68 34 24 a2 00 push 0xa22434 + 77996a: e8 e1 05 14 00 call 0x8b9f50 + 77996f: eb 7e jmp 0x7799ef + 779971: 50 push eax + 779972: e8 09 cc c9 ff call 0x416580 + 779977: 83 c4 04 add esp,0x4 + 77997a: 85 c0 test eax,eax + 77997c: 74 0c je 0x77998a + 77997e: 68 f8 23 a2 00 push 0xa223f8 + 779983: e8 58 08 14 00 call 0x8ba1e0 + 779988: eb 65 jmp 0x7799ef + 77998a: e8 d1 58 dc ff call 0x53f260 + 77998f: c7 45 e8 0f 00 00 00 mov DWORD PTR [ebp-0x18],0xf + 779996: c7 45 e4 00 00 00 00 mov DWORD PTR [ebp-0x1c],0x0 + 77999d: c6 45 d4 00 mov BYTE PTR [ebp-0x2c],0x0 + 7799a1: 8d 4d d4 lea ecx,[ebp-0x2c] + 7799a4: 51 push ecx + 7799a5: 50 push eax + 7799a6: c7 45 fc 00 00 00 00 mov DWORD PTR [ebp-0x4],0x0 + 7799ad: e8 fe 52 dc ff call 0x53ecb0 + 7799b2: 8b 45 d4 mov eax,DWORD PTR [ebp-0x2c] + 7799b5: 83 c4 08 add esp,0x8 + 7799b8: 83 7d e8 10 cmp DWORD PTR [ebp-0x18],0x10 + 7799bc: 73 03 jae 0x7799c1 + 7799be: 8d 45 d4 lea eax,[ebp-0x2c] + 7799c1: 8b 96 8c 00 00 00 mov edx,DWORD PTR [esi+0x8c] + 7799c7: 6a 00 push 0x0 + 7799c9: 56 push esi + 7799ca: 68 a0 8d 77 00 push 0x778da0 + 7799cf: 68 e0 ea 76 00 push 0x76eae0 + 7799d4: 6a 00 push 0x0 + 7799d6: 50 push eax + 7799d7: 52 push edx + 7799d8: e8 f3 d7 c9 ff call 0x4171d0 + 7799dd: 83 c4 1c add esp,0x1c + 7799e0: 83 7d e8 10 cmp DWORD PTR [ebp-0x18],0x10 + 7799e4: 72 0c jb 0x7799f2 + 7799e6: 8b 45 d4 mov eax,DWORD PTR [ebp-0x2c] + 7799e9: 50 push eax + 7799ea: e8 bb b5 1a 00 call 0x924faa + 7799ef: 83 c4 04 add esp,0x4 + 7799f2: 8b 4d f4 mov ecx,DWORD PTR [ebp-0xc] + 7799f5: 64 89 0d 00 00 00 00 mov DWORD PTR fs:0x0,ecx + 7799fc: 59 pop ecx + 7799fd: 5e pop esi + 7799fe: 8b 4d f0 mov ecx,DWORD PTR [ebp-0x10] + 779a01: 33 cd xor ecx,ebp + 779a03: e8 7a b3 1a 00 call 0x924d82 + 779a08: 8b e5 mov esp,ebp + 779a0a: 5d pop ebp + 779a0b: c3 ret + 779a0c: cc int3 + 779a0d: cc int3 + 779a0e: cc int3 + 779a0f: cc int3 + 779a10: 53 push ebx + 779a11: 56 push esi + 779a12: 8b f1 mov esi,ecx + 779a14: 57 push edi + 779a15: 8b be 24 01 00 00 mov edi,DWORD PTR [esi+0x124] + 779a1b: 33 db xor ebx,ebx + 779a1d: 3b fb cmp edi,ebx + 779a1f: 74 je 0x779a31 diff --git a/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/nested-dtor.stderr.txt b/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/nested-dtor.stderr.txt new file mode 100644 index 0000000..e69de29 diff --git a/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/nested-dtor.stdout.txt b/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/nested-dtor.stdout.txt new file mode 100644 index 0000000..db08381 --- /dev/null +++ b/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/nested-dtor.stdout.txt @@ -0,0 +1,39 @@ + +/home/alex/sots-re/dumps/sots.exe: file format pei-i386 + + +Disassembly of section .text: + +00629580 <.text+0x228580>: + 629580: 57 push edi + 629581: 8b f9 mov edi,ecx + 629583: 83 3f 00 cmp DWORD PTR [edi],0x0 + 629586: 74 36 je 0x6295be + 629588: 53 push ebx + 629589: 56 push esi + 62958a: ff 15 2c d1 9d 00 call DWORD PTR ds:0x9dd12c + 629590: 8b 5f 04 mov ebx,DWORD PTR [edi+0x4] + 629593: 8b 37 mov esi,DWORD PTR [edi] + 629595: 3b f3 cmp esi,ebx + 629597: 74 18 je 0x6295b1 + 629599: 8d a4 24 00 00 00 00 lea esp,[esp+0x0] + 6295a0: 8b 06 mov eax,DWORD PTR [esi] + 6295a2: 8b 10 mov edx,DWORD PTR [eax] + 6295a4: 6a 00 push 0x0 + 6295a6: 8b ce mov ecx,esi + 6295a8: ff d2 call edx + 6295aa: 83 c6 74 add esi,0x74 + 6295ad: 3b f3 cmp esi,ebx + 6295af: 75 ef jne 0x6295a0 + 6295b1: 8b 07 mov eax,DWORD PTR [edi] + 6295b3: 50 push eax + 6295b4: e8 f1 b9 2f 00 call 0x924faa + 6295b9: 83 c4 04 add esp,0x4 + 6295bc: 5e pop esi + 6295bd: 5b pop ebx + 6295be: 33 c0 xor eax,eax + 6295c0: 89 07 mov DWORD PTR [edi],eax + 6295c2: 89 47 04 mov DWORD PTR [edi+0x4],eax + 6295c5: 89 47 08 mov DWORD PTR [edi+0x8],eax + 6295c8: 5f pop edi + 6295c9: c3 ret diff --git a/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/report.md b/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/report.md new file mode 100644 index 0000000..b1434df --- /dev/null +++ b/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/report.md @@ -0,0 +1,64 @@ +# TurnEvents miss-path correction capture + +This is a **fresh static measurement**, not live execution, allocator-safety evidence, independent +verification, or replacement acceptance. It implements the read-only analyst repair required by +Astra decision `d-b51f3f76803e852ed250846a`. + +## Provenance and positive execution + +`manifest.json` records four GNU objdump 2.38 invocations. Each returned zero, emitted nonempty +stdout and empty stderr. The freshly hashed inputs are: + +* owner-supplied `dumps/sots.exe`: SHA-256 + `970b7de729956a53094c7eb98aba4270aee98e2fed5daf0d39e290013c90c841`; +* `/usr/bin/objdump`: SHA-256 + `1eaaef2e7f57c4c7f69115c495e2466f5a8c8e5f3bc42221d092382f30f9d4cd`; +* assigned engine source binding: + `ccd8e02083e8d2e2b3e97976ace2273c8f924dfc02a39e919004eaf3544c50fd`; +* assigned RE source binding: + `6696fd5201e144843617cbf6d78b41b5287ad5dcc9fa1e8aaa861d52b64e72e8`. + +All four stdout hashes equal the corresponding records in the historical bridge manifest +`run-472955e277202c411388c66b/manifest.json`. This is same-tool/same-binary reproduction by the ABI +analyst, not the required independent-verifier reproduction. + +## Recorded instruction facts + +For valid containers and normally returning callees: + +1. Complete get/create entry `0x00885380..0x0088544a` reserves stack space but does not initialize + `[EBP-0x20]`, the temporary `TurnEvents+4` / `EvTurn` word. The miss path writes the vptr at + `[EBP-0x24]`, nested-vector pointers at `-0x1c/-0x18/-0x14`, and EH state at `-4`. +2. Append's external-source branch at `0x00884d62..0x00884d73` loads source `+4`, stores it to + destination `+4`, then invokes nested-vector copy. It advances `_Mylast` at `0x00884d78`. +3. Nested copy `0x00779850` first zeros all three destination pointers. Its empty-source branch at + `0x007798b2` reaches the return without allocation; a nonempty source instead allocates and + range-copy-constructs `0x74`-byte `PlayerEvent` elements. The captured unwind edge calls + `0x00629580`; no throw was executed. +4. Get/create calls temporary nested-vector cleanup at `0x00885422`, then writes the requested turn + into the stored last element at `0x0088542d`, then returns `_Mylast-0x18` in EAX. +5. Cleanup `0x00629580` skips destruction/free for a null first pointer; otherwise it invokes each + `0x74`-stride element's virtual destructor, calls `0x00924faa` on the nested allocation, and in + either case zeros all three vector pointers. + +## Corrected interpretation + +**Decision:** describe the pre-append scalar only as an incoming stack word not initialized by this +routine. It is neither measured randomness nor necessarily nonzero. Do not encode a zero default or +attempt to reproduce an uninitialized read in clean-room code. The usable static postcondition is +that, after successful append and temporary cleanup, the stored new bucket contains the requested +turn and EAX identifies that bucket. + +**Unexercised / unresolved:** full-capacity allocation at this call site, nonempty nested copy, +failure/unwind outcomes, transient observers/reentrancy, padding bytes and live CRT compatibility. +No event ID, event record, RNG, or other game state is written by get/create itself in the captured +normal path beyond outer container construction/pointers and the new bucket's fields. + +## Independent falsifiers still required + +The independent verifier should freshly hash the tool/binary and reproduce all four windows, then +check these distinct branches/states: existing duplicate turn buckets select the last match and do +not write; miss with spare versus full outer capacity; empty versus nonempty nested vector; and +cleanup-before-final-turn-store ordering. A future leased runtime fixture, if separately authorized, +can use distinct stack sentinels and spare/full capacity with neutral controls. Coherent parsing or +a final correct `EvTurn` alone cannot prove transient field semantics or allocator safety. diff --git a/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/turn-append.stderr.txt b/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/turn-append.stderr.txt new file mode 100644 index 0000000..e69de29 diff --git a/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/turn-append.stdout.txt b/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/turn-append.stdout.txt new file mode 100644 index 0000000..f13718d --- /dev/null +++ b/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/turn-append.stdout.txt @@ -0,0 +1,85 @@ + +/home/alex/sots-re/dumps/sots.exe: file format pei-i386 + + +Disassembly of section .text: + +00884cb0 <.text+0x483cb0>: + 884cb0: 55 push ebp + 884cb1: 8b ec mov ebp,esp + 884cb3: 6a ff push 0xffffffff + 884cb5: 68 72 0b 98 00 push 0x980b72 + 884cba: 64 a1 00 00 00 00 mov eax,fs:0x0 + 884cc0: 50 push eax + 884cc1: 51 push ecx + 884cc2: 56 push esi + 884cc3: 57 push edi + 884cc4: a1 78 8b af 00 mov eax,ds:0xaf8b78 + 884cc9: 33 c5 xor eax,ebp + 884ccb: 50 push eax + 884ccc: 8d 45 f4 lea eax,[ebp-0xc] + 884ccf: 64 a3 00 00 00 00 mov fs:0x0,eax + 884cd5: 8b f9 mov edi,ecx + 884cd7: 8b 4f 04 mov ecx,DWORD PTR [edi+0x4] + 884cda: 8b 75 08 mov esi,DWORD PTR [ebp+0x8] + 884cdd: 3b f1 cmp esi,ecx + 884cdf: 73 59 jae 0x884d3a + 884ce1: 8b 07 mov eax,DWORD PTR [edi] + 884ce3: 3b c6 cmp eax,esi + 884ce5: 77 53 ja 0x884d3a + 884ce7: 2b f0 sub esi,eax + 884ce9: b8 ab aa aa 2a mov eax,0x2aaaaaab + 884cee: f7 ee imul esi + 884cf0: c1 fa 02 sar edx,0x2 + 884cf3: 8b f2 mov esi,edx + 884cf5: c1 ee 1f shr esi,0x1f + 884cf8: 03 f2 add esi,edx + 884cfa: 3b 4f 08 cmp ecx,DWORD PTR [edi+0x8] + 884cfd: 75 09 jne 0x884d08 + 884cff: 6a 01 push 0x1 + 884d01: 8b cf mov ecx,edi + 884d03: e8 98 f4 ff ff call 0x8841a0 + 884d08: 8b 0f mov ecx,DWORD PTR [edi] + 884d0a: 8d 04 76 lea eax,[esi+esi*2] + 884d0d: 8d 0c c1 lea ecx,[ecx+eax*8] + 884d10: 8b 47 04 mov eax,DWORD PTR [edi+0x4] + 884d13: 89 45 08 mov DWORD PTR [ebp+0x8],eax + 884d16: 89 45 f0 mov DWORD PTR [ebp-0x10],eax + 884d19: c7 45 fc 00 00 00 00 mov DWORD PTR [ebp-0x4],0x0 + 884d20: 85 c0 test eax,eax + 884d22: 74 54 je 0x884d78 + 884d24: c7 00 7c f0 a0 00 mov DWORD PTR [eax],0xa0f07c + 884d2a: 8b 51 04 mov edx,DWORD PTR [ecx+0x4] + 884d2d: 83 c1 08 add ecx,0x8 + 884d30: c6 45 fc 01 mov BYTE PTR [ebp-0x4],0x1 + 884d34: 89 50 04 mov DWORD PTR [eax+0x4],edx + 884d37: 51 push ecx + 884d38: eb 36 jmp 0x884d70 + 884d3a: 3b 4f 08 cmp ecx,DWORD PTR [edi+0x8] + 884d3d: 75 09 jne 0x884d48 + 884d3f: 6a 01 push 0x1 + 884d41: 8b cf mov ecx,edi + 884d43: e8 58 f4 ff ff call 0x8841a0 + 884d48: 8b 47 04 mov eax,DWORD PTR [edi+0x4] + 884d4b: 89 45 08 mov DWORD PTR [ebp+0x8],eax + 884d4e: 89 45 f0 mov DWORD PTR [ebp-0x10],eax + 884d51: c7 45 fc 02 00 00 00 mov DWORD PTR [ebp-0x4],0x2 + 884d58: 85 c0 test eax,eax + 884d5a: 74 1c je 0x884d78 + 884d5c: c7 00 7c f0 a0 00 mov DWORD PTR [eax],0xa0f07c + 884d62: 8b 4e 04 mov ecx,DWORD PTR [esi+0x4] + 884d65: 83 c6 08 add esi,0x8 + 884d68: c6 45 fc 03 mov BYTE PTR [ebp-0x4],0x3 + 884d6c: 89 48 04 mov DWORD PTR [eax+0x4],ecx + 884d6f: 56 push esi + 884d70: 8d 48 08 lea ecx,[eax+0x8] + 884d73: e8 d8 4a ef ff call 0x779850 + 884d78: 83 47 04 18 add DWORD PTR [edi+0x4],0x18 + 884d7c: 8b 4d f4 mov ecx,DWORD PTR [ebp-0xc] + 884d7f: 64 89 0d 00 00 00 00 mov DWORD PTR fs:0x0,ecx + 884d86: 59 pop ecx + 884d87: 5f pop edi + 884d88: 5e pop esi + 884d89: 8b e5 mov esp,ebp + 884d8b: 5d pop ebp + 884d8c: c2 04 00 ret 0x4 diff --git a/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/turn-get-create.stderr.txt b/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/turn-get-create.stderr.txt new file mode 100644 index 0000000..e69de29 diff --git a/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/turn-get-create.stdout.txt b/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/turn-get-create.stdout.txt new file mode 100644 index 0000000..74205d2 --- /dev/null +++ b/verify/results/research-completion-abi/run-16f8e9b6376b278c4870be09/turn-get-create.stdout.txt @@ -0,0 +1,83 @@ + +/home/alex/sots-re/dumps/sots.exe: file format pei-i386 + + +Disassembly of section .text: + +00885380 <.text+0x484380>: + 885380: 55 push ebp + 885381: 8b ec mov ebp,esp + 885383: 6a ff push 0xffffffff + 885385: 68 30 af 99 00 push 0x99af30 + 88538a: 64 a1 00 00 00 00 mov eax,fs:0x0 + 885390: 50 push eax + 885391: 83 ec 18 sub esp,0x18 + 885394: 53 push ebx + 885395: 56 push esi + 885396: 57 push edi + 885397: a1 78 8b af 00 mov eax,ds:0xaf8b78 + 88539c: 33 c5 xor eax,ebp + 88539e: 50 push eax + 88539f: 8d 45 f4 lea eax,[ebp-0xc] + 8853a2: 64 a3 00 00 00 00 mov fs:0x0,eax + 8853a8: 8b f1 mov esi,ecx + 8853aa: 8b 56 08 mov edx,DWORD PTR [esi+0x8] + 8853ad: 2b 56 04 sub edx,DWORD PTR [esi+0x4] + 8853b0: 8d 4e 04 lea ecx,[esi+0x4] + 8853b3: b8 ab aa aa 2a mov eax,0x2aaaaaab + 8853b8: f7 ea imul edx + 8853ba: c1 fa 02 sar edx,0x2 + 8853bd: 8b c2 mov eax,edx + 8853bf: c1 e8 1f shr eax,0x1f + 8853c2: 33 db xor ebx,ebx + 8853c4: 03 c2 add eax,edx + 8853c6: 33 ff xor edi,edi + 8853c8: 3b c3 cmp eax,ebx + 8853ca: 7e 30 jle 0x8853fc + 8853cc: 8b 11 mov edx,DWORD PTR [ecx] + 8853ce: 8b ff mov edi,edi + 8853d0: 8b 5d 08 mov ebx,DWORD PTR [ebp+0x8] + 8853d3: 39 5a 04 cmp DWORD PTR [edx+0x4],ebx + 8853d6: 75 02 jne 0x8853da + 8853d8: 8b fa mov edi,edx + 8853da: 83 c2 18 add edx,0x18 + 8853dd: 48 dec eax + 8853de: 75 f0 jne 0x8853d0 + 8853e0: 33 db xor ebx,ebx + 8853e2: 3b fb cmp edi,ebx + 8853e4: 74 16 je 0x8853fc + 8853e6: 8b c7 mov eax,edi + 8853e8: 8b 4d f4 mov ecx,DWORD PTR [ebp-0xc] + 8853eb: 64 89 0d 00 00 00 00 mov DWORD PTR fs:0x0,ecx + 8853f2: 59 pop ecx + 8853f3: 5f pop edi + 8853f4: 5e pop esi + 8853f5: 5b pop ebx + 8853f6: 8b e5 mov esp,ebp + 8853f8: 5d pop ebp + 8853f9: c2 04 00 ret 0x4 + 8853fc: c7 45 dc 7c f0 a0 00 mov DWORD PTR [ebp-0x24],0xa0f07c + 885403: 89 5d e4 mov DWORD PTR [ebp-0x1c],ebx + 885406: 89 5d e8 mov DWORD PTR [ebp-0x18],ebx + 885409: 89 5d ec mov DWORD PTR [ebp-0x14],ebx + 88540c: 8d 45 dc lea eax,[ebp-0x24] + 88540f: 50 push eax + 885410: 89 5d fc mov DWORD PTR [ebp-0x4],ebx + 885413: e8 98 f8 ff ff call 0x884cb0 + 885418: 8d 4d e4 lea ecx,[ebp-0x1c] + 88541b: c7 45 fc 01 00 00 00 mov DWORD PTR [ebp-0x4],0x1 + 885422: e8 59 41 da ff call 0x629580 + 885427: 8b 46 08 mov eax,DWORD PTR [esi+0x8] + 88542a: 8b 4d 08 mov ecx,DWORD PTR [ebp+0x8] + 88542d: 89 48 ec mov DWORD PTR [eax-0x14],ecx + 885430: 8b 46 08 mov eax,DWORD PTR [esi+0x8] + 885433: 83 e8 18 sub eax,0x18 + 885436: 8b 4d f4 mov ecx,DWORD PTR [ebp-0xc] + 885439: 64 89 0d 00 00 00 00 mov DWORD PTR fs:0x0,ecx + 885440: 59 pop ecx + 885441: 5f pop edi + 885442: 5e pop esi + 885443: 5b pop ebx + 885444: 8b e5 mov esp,ebp + 885446: 5d pop ebp + 885447: c2 04 00 ret 0x4