v0.6.1 — Foundations Reinforced
A focused stability patch. The deploy pipeline was missing runtime files that power settlement rendering, which meant new planets loaded without their villages. That's fixed — settlements appear on first load now.
Inventory interactions are safer: mutations are transactional, so overfilling a container rolls back cleanly instead of corrupting slots. And the query cache now invalidates on inventory changes, so what you see in the UI is what the simulation knows.
On the testing front, 73 previously skipped tests are back in the suite and passing. The test health is now 13,667 passing across 579 files with zero failures — verified by board playtest.
Fixes
-
Deploy
Settlement rendering restored —
demo/src/runtime files now ship with deploy artifacts. - API Settlement API endpoint no longer returns 404 on game load.
- Gameplay Inventory mutations are transactional — overflow rolls back, no more item duplication or slot corruption.
- Quality 73 tests unskipped and passing; 27 blocked tests documented for future triage.