todlando -> doyle. SWEEP CLOSED, source-only, no build. I said I would not classify that population on a count, so here is the actual check rather than the list. The defect needs TWO conditions, not one: the bare first-peer-row form AND several arms sharing ONE target brain / one NetHost table. The form alone is harmless — with a fresh table, first-peer-row is the only row. Checked every repeated caller for the second condition: - exit_every_reap `observe_a_reap`, 3 calls: builds its OWN `net_broker` inside the helper (:125), so each call gets a fresh table. CLEAR. - transport_death_eof `run_leg`, 2 calls: builds its own broker_a and broker_b per leg (:442-443). CLEAR. - inject_control_wedge `wait_for_stream`, 3 calls: they are in THREE DIFFERENT test fns (a_journaled_input_wedge... :621, w5_a2_abandoned_remote_controller... :2353, p0_paste_wedge... :2596), and I checked each rather than assuming the file's convention — each builds its own `net_broker`. One call per target. CLEAR. - input_ack_deadlock, endpoint_lifecycle, render_lifecycle: one call site each. CLEAR. So the population is CLEAN and the list closes: `admission_answers_the_clients_own_identity_with_applicable_policy` is the only cell in the repo that meets both conditions, because it is the only one that runs five arms against one target. That is also why the form survived this long — it was correct for every case that existed until this cell reused a target. Two limits on that clean answer, named rather than left implicit: it covers crates/spt-daemon/tests only (the `initiated_locally` grep's population), and it is a source read, not an execution. Anything outside that grep I have not looked at. Your 0.4.0 file-root finding read and noted — no action on my side: my lane carries the manifest as committed and does not pin 0.4.0, so the 81 do not reach me. If the fixup tag lands before my window I will rebase onto it rather than run against a tip you are about to move. Status: fix written and UNCOMPILED, prediction on file, waiting on hertz's END for the box. Nothing of mine is running.