refactor(logic): 과도한 수치 호환 보정을 제거한다
Core 수치 상태는 JavaScript와 PostgreSQL의 자연 정밀도를 유지한다. 정수 상태 경계와 절삭, 수입 배분 및 사망자 분할 순서는 보존한다.
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
"check:legacy:nation": "node tools/compare-command-constraints.mjs --include '^Nation/' --check && node tools/compare-command-logs.mjs --include '^Nation/' --mode action --check",
|
||||
"check:legacy:general": "node tools/compare-command-constraints.mjs --include '^General/' --check && node tools/compare-command-logs.mjs --include '^General/' --mode action --check && node tools/compare-general-turn-contracts.mjs --check",
|
||||
"check:legacy:scenario": "SAMMO_REQUIRE_REF_SOURCE=1 pnpm --filter @sammo-ts/game-engine test monthlyCatalogCoverage.test.ts scenarioLoader.test.ts scenarioComposition.test.ts",
|
||||
"check:ref-compat-markers": "node tools/check-ref-compat-markers.mjs",
|
||||
"check:architecture": "node tools/check-package-boundaries.mjs",
|
||||
"check:typescript-toolchain": "node tools/check-typescript-toolchain.mjs",
|
||||
"test:architecture": "node --test tools/check-package-boundaries.test.mjs",
|
||||
|
||||
Reference in New Issue
Block a user