chore: secure-trade closeout - strip [trade] gate probes, roadmap ledger

The two-client user gate PASSED 2026-08-14 (open both ways, stage with
the retail trading marker, accept/decline, executed swap, Clear All,
cancel text). Every TEMPORARY [trade] probe line from gate rounds 1-2 is
stripped (ItemInteractionController, SelectionInteractionController,
SecureTradeUiController, LiveSessionCommandRouter, WorldSession,
RuntimeTradeState). Roadmap gains the shipped-trade ledger row.

Suites after strip: App 4,992/3, Runtime 1,626 - green.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Erik 2026-08-14 12:48:31 +02:00
parent be3e617a2b
commit 0f15c74147
7 changed files with 3 additions and 33 deletions

View file

@ -189,10 +189,6 @@ public sealed class SecureTradeUiController : IRetainedPanelController
public void RequestSecureTrade(uint partnerGuid, uint itemGuid)
{
if (_disposed || partnerGuid == 0u) return;
if (ItemInteractionController.PhysicsDiagnosticsTradeProbe)
Console.WriteLine(
$"[trade] request partner=0x{partnerGuid:X8} item=0x{itemGuid:X8} "
+ $"open={_bindings.Trade.Snapshot.IsOpen}");
RuntimeTradeSnapshot snapshot = _bindings.Trade.Snapshot;
if (snapshot.IsOpen && snapshot.PartnerGuid == partnerGuid)
{