Maintenance Playbook¶
Use this checklist when syncing a Yetrealm mod update into the official wiki.
Principles¶
- Source first: visible text comes from
zh_cn.jsonanden_us.json; IDs come from registration code anddata/yetrealm/. - Player route first: guide pages should answer where to go, what to bring, what to fight, and what reward matters.
- Keep IDs visible: catalog and reference pages should retain
yetrealm:*identifiers. - Verify each update: run the audit and
mkdocs build --strictbefore publishing.
Update Flow¶
- Confirm version and dependency ranges.
- Compare language files for renamed or added player-facing text.
- Check item, block, entity, effect, and attribute registrations.
- Check recipes, loot tables, worldgen, skills, and Curios tags.
- Update systems pages for world difficulty, Cosmic Cube, HUD, food, Skill Tree, bosses, and portals.
- Update the homepage status and recommended route.
- Run local validation and commit.