namespace NeonSprawl.Server.Game.Contracts; /// /// Server-internal contract completion resolution envelope (NEO-149). /// HTTP DTOs via E7M4-08 (NEO-151). /// public readonly record struct ContractCompletionOperationResult( bool Success, string? ReasonCode, ContractInstanceState? Snapshot, ContractOutcomeRow? Outcome);