feat: add non-aggression proposal and acceptance actions with constraints

This commit is contained in:
2026-01-02 18:33:24 +00:00
parent cb86a47f94
commit 10ff64946e
8 changed files with 524 additions and 5 deletions
@@ -216,6 +216,11 @@ const ACTION_CONTEXT_BUILDERS: Record<string, ActionContextBuilder> = {
startYear: resolveStartYear(options.world, options.scenarioMeta),
};
},
che_불가침제의: (base, options) => ({
...base,
currentYear: options.world.currentYear,
currentMonth: options.world.currentMonth,
}),
};
export const buildActionContext = (