Restore golden-save host tests for slice 6 after later formats stopped loading historic files.

Phase 39 dropped GoldenSaveTests when format 2 saves became unstartable. Recheck restores the missing-field and seed-equals-id assertions against a stamped copy, and records the recheck.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Leonid Pershin
2026-08-20 15:39:07 +03:00
co-authored by Cursor
parent 0ec02dde8d
commit 1ef051764b
6 changed files with 244 additions and 14 deletions
+10 -5
View File
@@ -1,11 +1,13 @@
# Golden saves
`current/` is a school file of today's format. `legacy-no-native/` is the same school without
`nativeLanguage`, so a missing field still has to mean "first language of the name set" rather
than a new roll.
`current/` and `legacy-no-native/` are historic format-2 school files (no `countryId`). They
must not start as-is: later slices made `CanStart` require today's format and a country.
`legacy-no-native/` is the same school without `nativeLanguage`, so a missing field still has
to mean "first language of the name set" rather than a new roll — the host test stamps format,
country and owner onto a copy rather than rewriting this folder.
These files live forever: a new save field must load `current/` and must not reshuffle
`legacy-no-native/`. A real format change adds a new folder; it does not rewrite the old one.
These files live forever: a real format change does not rewrite them. Load tests that need a
running school copy the folder and stamp current fields in the test.
Phase 31 rewrote `current/1.people.json` because people are born dressed (`items` on each
person, plus `Hauling`). `legacy-no-native/` is left as it was: no inventory, so load still
@@ -14,6 +16,9 @@ has to dress them and must not reshuffle names.
Phase 32 rewrote `current/1.people.json` again: `Warmth` plus `HeatLoving` / `ColdLoving` in
the trait pool. `legacy-no-native/` stays historic.
`current/1.people.json` still names the abstract `Underwear` parent (later split into
Briefs/Boxers/Panties). Stamping today's format onto that file does not start the school.
Regenerate after an intentional roster change (same commit):
```