From 62279dc587a164dcfc3811223f1995619f396752 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Thu, 15 Jan 2026 14:49:52 +0000 Subject: [PATCH] =?UTF-8?q?todo=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/architecture/todo.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/architecture/todo.md b/docs/architecture/todo.md index 95c3233..1325d42 100644 --- a/docs/architecture/todo.md +++ b/docs/architecture/todo.md @@ -35,6 +35,9 @@ Move items into the main docs once they are finalized. - Deterministic RNG test harness guidelines - Output comparison rules (sorting, tolerances, diff granularity) - Unit test vs simulation test split and responsibilities +- [AI suggestion] Add a test helper that runs commands through parseArgs + constraint evaluation with a deterministic RNG (e.g., LiteHashDRBG) to mirror legacy execution paths. +- [AI suggestion] Expand command tests to assert legacy side effects (exp/ded/stat-exp, gold/rice deltas, betray/inventory/troop cleanup) for key commands (e.g., 하야/강행/농지개간). +- [AI suggestion] Replace smoke/placeholder tests with concrete assertions for success/failure outcomes (e.g., 등용, NPC능동 invalid args, 출병 troop creation). - [AI suggestion] Document che*출병 parity gaps vs legacy (city state/term=43, fallback to che*이동 when friendly, nation.war/AllowWar check, post-war static events/unique-item lottery, missing route data when map/diplomacy not provided). - [AI suggestion] Verify that "이호경식" followed by "출병" is correctly blocked with the new reserved-turn overlay (diplomacy state sync).