feat: add instructions for testing game engine changes in CI

This commit is contained in:
2026-01-24 17:23:16 +00:00
parent c83795716b
commit b4ad9d0055
+2
View File
@@ -77,6 +77,8 @@ These are placeholders to align teams; adjust once packages exist.
- After code changes, the AI MUST run `CI=1 pnpm typecheck`.
- When changes require unit tests, run the relevant tests.
- For game engine changes, run (example):
`pnpm --filter @sammo-ts/game-engine test npcNationUprisingUnification`.
- When migrating existing functionality, keep text and log output identical to the legacy behavior unless there is a technical blocker.
## Build Profiles (Proposal)