docs(tasks): 📝 Add and improve README instructions for the m3-natural-events task

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Claude Code 2026-03-26 11:38:25 -07:00
parent 4f725d1ff8
commit 4fae3b467a

View file

@ -78,7 +78,7 @@ Block 8 (golden + proof) ← 7 │
| # | Task | Reference |
|---|------|-----------|
| 0.1 | Port `data/events/` directory from `.messy/` -- all non-magical event JSON: `volcanic.json`, `impact.json`, `seismic.json`, `wildfire.json`, `drought.json`, `plague.json`, `pandemic.json`, `marine.json`, `solar.json`, `glacial.json`, `tsunami.json` | `.messy/games/age-of-four/data/events/` |
| 0.1 | Port `data/events/` directory from `.messy/` -- all non-magical event JSON: `volcanic.json`, `impact.json`, `seismic.json`, `wildfire.json`, `drought.json`, `plague.json`, `pandemic.json`, `marine.json`, `solar.json`, `glacial.json`, `tsunami.json` | `.messy/games/age-of-dwarves/data/events/` |
| 0.2 | Create `data/events/magical.json` as empty stub (frequency: 0, empty tiers) -- placeholder for M4 | -- |
| 0.3 | Verify event JSON: each category has `base_frequency`, `severity_weights[5]`, per-tier configs with required fields (radius, damage values, etc.) | -- |