Complete instant diplomacy response parity

This commit is contained in:
2026-07-26 03:10:41 +00:00
parent b3f4734e80
commit 9885bf6905
23 changed files with 2072 additions and 305 deletions
@@ -30,11 +30,11 @@ export interface CanonicalTurnCommandTrace {
schemaVersion: 1;
engine: CanonicalEngine;
execution: {
kind: 'general' | 'nation';
kind: 'general' | 'nation' | 'instantNation';
actorGeneralId: number;
action: string;
args: unknown;
seedDomain: 'generalCommand' | 'nationCommand';
seedDomain: 'generalCommand' | 'nationCommand' | 'none';
outcome?: unknown;
};
before: CanonicalTurnSnapshot;